{"id":105,"date":"2024-03-03T23:16:19","date_gmt":"2024-03-03T23:16:19","guid":{"rendered":"https:\/\/billysmidway.net\/?page_id=105"},"modified":"2024-05-24T01:33:12","modified_gmt":"2024-05-24T01:33:12","slug":"leaderboard","status":"publish","type":"page","link":"https:\/\/billysmidway.net\/?page_id=105","title":{"rendered":"Leaderboard"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"105\" class=\"elementor elementor-105\">\n\t\t\t\t<div class=\"elementor-element elementor-element-120f47a e-flex e-con-boxed e-con e-parent\" data-id=\"120f47a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1d606d elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"a1d606d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Scrolling Leaderboard<\/title>\r\n    <style>\r\n        .table-container {\r\n            width: 100%;\r\n            max-width: 100%;\r\n            height: 500px;\r\n            overflow: hidden;\r\n            border: 1px solid #ccc;\r\n            background-color: #fff;\r\n            position: relative;\r\n        }\r\n        table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n        }\r\n        thead {\r\n            position: sticky;\r\n            top: 0;\r\n            background-color: #333;\r\n            z-index: 1;\r\n        }\r\n        th, td {\r\n            padding: 15px;\r\n            text-align: left;\r\n            font-size: 18px;\r\n            color: white;\r\n        }\r\n        th {\r\n            background-color: #333;\r\n        }\r\n        tbody {\r\n            display: block;\r\n            overflow: hidden;\r\n            height: calc(100% - 48px); \/* Adjust this based on the header height *\/\r\n            position: relative;\r\n        }\r\n        tr {\r\n            display: table;\r\n            width: 100%;\r\n            table-layout: fixed;\r\n        }\r\n        tr:nth-child(even) {\r\n            background-color: red;\r\n        }\r\n        tr:nth-child(odd) {\r\n            background-color: black;\r\n        }\r\n        @keyframes scroll {\r\n            0% { transform: translateY(0); }\r\n            100% { transform: translateY(-100%); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"table-container\" id=\"table-container\">\r\n        <table>\r\n            <thead>\r\n                <tr>\r\n                    <th>Game<\/th>\r\n                    <th>Player<\/th>\r\n                    <th>Record Date<\/th>\r\n                    <th>Score<\/th>\r\n                <\/tr>\r\n            <\/thead>\r\n            <tbody id=\"table-body\">\r\n                <!-- Table rows will be inserted here by JavaScript -->\r\n            <\/tbody>\r\n        <\/table>\r\n    <\/div>\r\n    <script>\r\n        const data = [\r\n{\"Game\": \"Anteater\", \"Player\": \"JSK\", \"Record Date\": \"13-03-2019\", \"Score\": \"59,540\"},\r\n{\"Game\": \"Arkanoid\", \"Player\": \"BCL\", \"Record Date\": \"20-07-2019\", \"Score\": \"395,030\"},\r\n{\"Game\": \"Asteroids\", \"Player\": \"DEL\", \"Record Date\": \"17-07-2018\", \"Score\": \"1,000,090\"},\r\n{\"Game\": \"Baby Pac-Man\", \"Player\": \"ACE\", \"Record Date\": \"08-01-2021\", \"Score\": \"4,831,520\"},\r\n{\"Game\": \"Berserk\", \"Player\": \"JRN\", \"Record Date\": \"12-06-2023\", \"Score\": \"13,270\"},\r\n{\"Game\": \"Black Tiger\", \"Player\": \"BKM\", \"Record Date\": \"01-01-2023\", \"Score\": \"305,700\"},\r\n{\"Game\": \"Blasteroids\", \"Player\": \"JSK\", \"Record Date\": \"22-10-2018\", \"Score\": \"6,368,270\"},\r\n{\"Game\": \"Bomb Jack\", \"Player\": \"ACE\", \"Record Date\": \"11-01-2019\", \"Score\": \"796,250\"},\r\n{\"Game\": \"Bump n Jump\", \"Player\": \"CG\", \"Record Date\": \"12-09-2020\", \"Score\": \"218,544\"},\r\n{\"Game\": \"BurgerTime\", \"Player\": \"WAS\", \"Record Date\": \"10-05-2021\", \"Score\": \"135,000\"},\r\n{\"Game\": \"CapCom Bowling\", \"Player\": \"AMS\", \"Record Date\": \"04-06-2019\", \"Score\": \"279\"},\r\n{\"Game\": \"Centipede\", \"Player\": \"AMS - Billy Mitchell\", \"Record Date\": \"19-09-2015\", \"Score\": \"804,392\"},\r\n{\"Game\": \"Choplifter\", \"Player\": \"RND\", \"Record Date\": \"25-05-2019\", \"Score\": \"337,750\"},\r\n{\"Game\": \"Commando\", \"Player\": \"BKM\", \"Record Date\": \"16-12-2018\", \"Score\": \"55,300\"},\r\n{\"Game\": \"Complex X\", \"Player\": \"JSK\", \"Record Date\": \"27-08-2018\", \"Score\": \"93,550\"},\r\n{\"Game\": \"Congo Bongo\", \"Player\": \"DJ Wheels\", \"Record Date\": \"20-04-2023\", \"Score\": \"23,120\"},\r\n{\"Game\": \"Cruisn USA\", \"Player\": \"RND\", \"Record Date\": \"08-06-2019\", \"Score\": \"263,027\"},\r\n{\"Game\": \"Crystal Castles\", \"Player\": \"FTL\", \"Record Date\": \"05-03-2019\", \"Score\": \"554,164\"},\r\n{\"Game\": \"Dealers Choice\", \"Player\": \"CJL\", \"Record Date\": \"29-02-2020\", \"Score\": \"84,700\"},\r\n{\"Game\": \"Dig Dug\", \"Player\": \"GRS\", \"Record Date\": \"28-10-2018\", \"Score\": \"534,520\"},\r\n{\"Game\": \"Donkey Kong\", \"Player\": \"AMS (Billy Mitchell)\", \"Record Date\": \"16-02-2020\", \"Score\": \"555,100\"},\r\n{\"Game\": \"Donkey Kong Junior\", \"Player\": \"BJR (Billy Mitchell Jr)\", \"Record Date\": \"16-02-2020\", \"Score\": \"101,200\"},\r\n{\"Game\": \"Express Raider\", \"Player\": \"BKM\", \"Record Date\": \"03-06-2022\", \"Score\": \"105,650\"},\r\n{\"Game\": \"F-14\", \"Player\": \"JAV\", \"Record Date\": \"20-07-2018\", \"Score\": \"8,493,770\"},\r\n{\"Game\": \"Fix-It Felix\", \"Player\": \"ADA\", \"Record Date\": \"20-06-2018\", \"Score\": \"221,700\"},\r\n{\"Game\": \"Fix-It Felix (Kill-Screen)\", \"Player\": \"MAG\", \"Record Date\": \"23-06-2018\", \"Score\": \"280,200\"},\r\n{\"Game\": \"Frenzy\", \"Player\": \"JRN\", \"Record Date\": \"20-02-2022\", \"Score\": \"28,830\"},\r\n{\"Game\": \"Frogger\", \"Player\": \"DJ Wheels\", \"Record Date\": \"04-06-2019\", \"Score\": \"35,970\"},\r\n{\"Game\": \"Galaga\", \"Player\": \"RIC\", \"Record Date\": \"31-07-2021\", \"Score\": \"893,010\"},\r\n{\"Game\": \"Galaxian\", \"Player\": \"RIC\", \"Record Date\": \"31-07-2021\", \"Score\": \"18,680\"},\r\n{\"Game\": \"GameShow\", \"Player\": \"JAV\", \"Record Date\": \"27-10-2018\", \"Score\": \"88,984,280\"},\r\n{\"Game\": \"Gyruss\", \"Player\": \"DAH\", \"Record Date\": \"02-03-2020\", \"Score\": \"273,800\"},\r\n{\"Game\": \"Hang-On\", \"Player\": \"FTL\", \"Record Date\": \"25-07-2020\", \"Score\": \"10,283,680\"},\r\n{\"Game\": \"Hard Drivin\", \"Player\": \"Mike P\", \"Record Date\": \"11-05-2024\", \"Score\": \"218,745\"},\r\n{\"Game\": \"Hollywood\", \"Player\": \"JES\", \"Record Date\": \"06-11-2021\", \"Score\": \"152,180\"},\r\n{\"Game\": \"Joust\", \"Player\": \"VIC\", \"Record Date\": \"20-09-2018\", \"Score\": \"162,380\"},\r\n{\"Game\": \"Jr. Pac-Man\", \"Player\": \"RND\", \"Record Date\": \"01-06-2019\", \"Score\": \"70,550\"},\r\n{\"Game\": \"Jungle King\", \"Player\": \"NIC\", \"Record Date\": \"20-08-2022\", \"Score\": \"51,770\"},\r\n{\"Game\": \"Kangaroo\", \"Player\": \"DAH\", \"Record Date\": \"27-07-2023\", \"Score\": \"27,500\"},\r\n{\"Game\": \"Laser War\", \"Player\": \"ACE\", \"Record Date\": \"16-12-2022\", \"Score\": \"19,077,550\"},\r\n{\"Game\": \"Mappy\", \"Player\": \"EJA\", \"Record Date\": \"24-12-2022\", \"Score\": \"127,630\"},\r\n{\"Game\": \"Mario Bros.\", \"Player\": \"FCB\", \"Record Date\": \"23-12-2021\", \"Score\": \"256,240\"},\r\n{\"Game\": \"Mega Zone\", \"Player\": \"FTL\", \"Record Date\": \"29-11-2018\", \"Score\": \"123,400\"},\r\n{\"Game\": \"Meteor\", \"Player\": \"ACE\", \"Record Date\": \"12-04-2021\", \"Score\": \"1,472,640\"},\r\n{\"Game\": \"Millipede\", \"Player\": \"GAV\", \"Record Date\": \"17-11-2021\", \"Score\": \"254,231\"},\r\n{\"Game\": \"Moon Patrol\", \"Player\": \"CG\", \"Record Date\": \"12-09-2020\", \"Score\": \"79,740\"},\r\n{\"Game\": \"Mr.DO!\", \"Player\": \"BCL\", \"Record Date\": \"20-07-2019\", \"Score\": \"308,200\"},\r\n{\"Game\": \"Mr.DO!s Wild Ride\", \"Player\": \"DJ Wheels\", \"Record Date\": \"22-07-2019\", \"Score\": \"65,794\"},\r\n{\"Game\": \"Ms.Pac-Man\", \"Player\": \"USA - Billy Mitchell\", \"Record Date\": \"16-02-2020\", \"Score\": \"158,520\"},\r\n{\"Game\": \"Off Road\", \"Player\": \"DAB\", \"Record Date\": \"30-08-2018\", \"Score\": \"1,564,000\"},\r\n{\"Game\": \"Out Run\", \"Player\": \"MLA\", \"Record Date\": \"21-09-2019\", \"Score\": \"42,335,990\"},\r\n{\"Game\": \"P.O.W.\", \"Player\": \"KVX\", \"Record Date\": \"10-08-2019\", \"Score\": \"179,300\"},\r\n{\"Game\": \"Pac-Man\", \"Player\": \"BCL\", \"Record Date\": \"20-07-2019\", \"Score\": \"243,170\"},\r\n{\"Game\": \"Phantom of the Opera\", \"Player\": \"ACE\", \"Record Date\": \"03-06-2018\", \"Score\": \"14,404,800\"},\r\n{\"Game\": \"Phoenix\", \"Player\": \"JSK\", \"Record Date\": \"27-07-2018\", \"Score\": \"239,041\"},\r\n{\"Game\": \"Pooyan\", \"Player\": \"BEN\", \"Record Date\": \"24-12-2022\", \"Score\": \"294,800\"},\r\n{\"Game\": \"Popeye\", \"Player\": \"FCC\", \"Record Date\": \"02-07-2021\", \"Score\": \"105,540\"},\r\n{\"Game\": \"Punch-Out!\", \"Player\": \"POW\", \"Record Date\": \"10-08-2018\", \"Score\": \"243,760\"},\r\n{\"Game\": \"Puzzle Bobble\", \"Player\": \"ERM\", \"Record Date\": \"09-07-2023\", \"Score\": \"4,458,390\"},\r\n{\"Game\": \"Q*bert\", \"Player\": \"CIN\", \"Record Date\": \"27-07-2019\", \"Score\": \"258,190\"},\r\n{\"Game\": \"Qix\", \"Player\": \"GDY\", \"Record Date\": \"13-08-2018\", \"Score\": \"57,876\"},\r\n{\"Game\": \"Red and Teds Road Show\", \"Player\": \"ACE\", \"Record Date\": \"26-03-2021\", \"Score\": \"2,147,483,647\"},\r\n{\"Game\": \"ROBOTRON: 2084\", \"Player\": \"DUG\", \"Record Date\": \"29-06-2019\", \"Score\": \"5,249,875\"},\r\n{\"Game\": \"Rushn Attack\", \"Player\": \"RND\", \"Record Date\": \"08-06-2019\", \"Score\": \"164,560\"},\r\n{\"Game\": \"Satans Hollow\", \"Player\": \"DH\", \"Record Date\": \"26-02-2019\", \"Score\": \"180,610\"},\r\n{\"Game\": \"Shuffle Inn\", \"Player\": \"NJS\", \"Record Date\": \"05-08-2019\", \"Score\": \"268\"},\r\n{\"Game\": \"Silverball Mania\", \"Player\": \"ACE\", \"Record Date\": \"08-12-2019\", \"Score\": \"2,723,370\"},\r\n{\"Game\": \"Space Attack\", \"Player\": \"CG\", \"Record Date\": \"30-11-2018\", \"Score\": \"68,900\"},\r\n{\"Game\": \"Star Wars\", \"Player\": \"ACE\", \"Record Date\": \"13-10-2018\", \"Score\": \"2,592,732\"},\r\n{\"Game\": \"Star Wars: The Empire Strikes Back\", \"Player\": \"JRN\", \"Record Date\": \"11-02-2023\", \"Score\": \"364,720\"},\r\n{\"Game\": \"Super Cobra\", \"Player\": \"DJ Wheels\", \"Record Date\": \"16-08-2019\", \"Score\": \"28,280\"},\r\n{\"Game\": \"Super Earth Invasion\", \"Player\": \"CG\", \"Record Date\": \"06-03-2021\", \"Score\": \"46,400\"},\r\n{\"Game\": \"Super Mario Bros.\", \"Player\": \"BKM\", \"Record Date\": \"16-12-2018\", \"Score\": \"352,850\"},\r\n{\"Game\": \"Super Pac-Man\", \"Player\": \"ACE\", \"Record Date\": \"08-05-2021\", \"Score\": \"227,130\"},\r\n{\"Game\": \"Taxi\", \"Player\": \"ACE\", \"Record Date\": \"20-07-2019\", \"Score\": \"11,543,950\"},\r\n{\"Game\": \"TEED OFF\", \"Player\": \"JAV\", \"Record Date\": \"27-10-2018\", \"Score\": \"2,147,483,647\"},\r\n{\"Game\": \"Terminator 2 Judgment Day\", \"Player\": \"ACE\", \"Record Date\": \"08-06-2023\", \"Score\": \"554,784,480\"},\r\n{\"Game\": \"The Amazing Spider Man\", \"Player\": \"JAV\", \"Record Date\": \"05-08-2018\", \"Score\": \"919,220\"},\r\n{\"Game\": \"Time Pilot\", \"Player\": \"RND\", \"Record Date\": \"08-06-2019\", \"Score\": \"309,800\"},\r\n{\"Game\": \"TRON\", \"Player\": \"AB (ZAP)\", \"Record Date\": \"13-03-2020\", \"Score\": \"914,964\"},\r\n{\"Game\": \"TURBO\", \"Player\": \"ULT\", \"Record Date\": \"01-10-2022\", \"Score\": \"39,827\"},\r\n{\"Game\": \"Turtles\", \"Player\": \"WAS\", \"Record Date\": \"26-04-2019\", \"Score\": \"9,240\"},\r\n{\"Game\": \"Twilight Zone\", \"Player\": \"ACE\", \"Record Date\": \"12-03-2021\", \"Score\": \"1,821,476,610\"},\r\n{\"Game\": \"Up'n Down\", \"Player\": \"FTL\", \"Record Date\": \"04-11-2020\", \"Score\": \"78,260\"},\r\n{\"Game\": \"Whirlwind\", \"Player\": \"ACE\", \"Record Date\": \"28-05-2023\", \"Score\": \"58,956,850\"},\r\n{\"Game\": \"Zaxxon\", \"Player\": \"DJ Wheels\", \"Record Date\": \"14-02-2024\", \"Score\": \"154,850\"},\r\n{\"Game\": \"Zoo Keeper\", \"Player\": \"Rcade DEL\", \"Record Date\": \"02-12-2022\", \"Score\": \"5,717,020\"},\r\n        ];\r\n\r\n        const tableBody = document.getElementById('table-body');\r\n\r\n        function createRow(data) {\r\n            const row = document.createElement('tr');\r\n            Object.values(data).forEach(text => {\r\n                const cell = document.createElement('td');\r\n                cell.textContent = text;\r\n                row.appendChild(cell);\r\n            });\r\n            return row;\r\n        }\r\n\r\n        function populateTable() {\r\n            data.forEach(item => {\r\n                tableBody.appendChild(createRow(item));\r\n            });\r\n            data.forEach(item => {\r\n                tableBody.appendChild(createRow(item)); \/\/ Duplicate rows for continuous scrolling\r\n            });\r\n        }\r\n\r\n        populateTable();\r\n\r\n        \/\/ Mouse and touch interaction\r\n        const container = document.getElementById('table-container');\r\n        let isDragging = false;\r\n        let startY;\r\n        let scrollTop;\r\n        let scrollAmount = 0;\r\n        let animationPaused = false;\r\n\r\n        function startDragging(pageY) {\r\n            isDragging = true;\r\n            startY = pageY - container.offsetTop;\r\n            scrollTop = container.scrollTop;\r\n            container.style.cursor = 'grabbing';\r\n            container.style.userSelect = 'none';\r\n            pauseScrollAnimation();\r\n        }\r\n\r\n        function stopDragging() {\r\n            isDragging = false;\r\n            container.style.cursor = 'default';\r\n            container.style.removeProperty('user-select');\r\n            resumeScrollAnimation();\r\n        }\r\n\r\n        function dragging(pageY) {\r\n            if (!isDragging) return;\r\n            const y = pageY - container.offsetTop;\r\n            const walk = (y - startY) * 2; \/\/ Scroll-fast\r\n            container.scrollTop = scrollTop - walk;\r\n            scrollAmount = scrollTop - walk;\r\n        }\r\n\r\n        container.addEventListener('mousedown', (e) => startDragging(e.pageY));\r\n        container.addEventListener('touchstart', (e) => startDragging(e.touches[0].pageY));\r\n\r\n        container.addEventListener('mouseleave', stopDragging);\r\n        container.addEventListener('mouseup', stopDragging);\r\n        container.addEventListener('touchend', stopDragging);\r\n\r\n        container.addEventListener('mousemove', (e) => dragging(e.pageY));\r\n        container.addEventListener('touchmove', (e) => dragging(e.touches[0].pageY));\r\n\r\n        function pauseScrollAnimation() {\r\n            animationPaused = true;\r\n            tableBody.style.animationPlayState = 'paused';\r\n        }\r\n\r\n        function resumeScrollAnimation() {\r\n            animationPaused = false;\r\n            const translateY = parseFloat(getComputedStyle(tableBody).transform.split(',')[5]) || 0;\r\n            const totalHeight = tableBody.scrollHeight;\r\n            const remainingHeight = totalHeight - container.scrollTop;\r\n\r\n            tableBody.style.animation = 'none';\r\n            tableBody.offsetHeight; \/\/ Trigger reflow\r\n            tableBody.style.transform = `translateY(${translateY}px)`;\r\n            tableBody.style.animation = `scroll ${(remainingHeight \/ totalHeight) * 300}s linear infinite`;\r\n\r\n            setTimeout(() => {\r\n                tableBody.style.animationPlayState = 'running';\r\n            }, 3000); \/\/ 3 seconds before auto-scroll resumes\r\n        }\r\n\r\n        \/\/ Start automatic scrolling\r\n        tableBody.style.animation = 'scroll 300s linear infinite';\r\n\r\n        \/\/ Reset scroll position when reaching the end\r\n        function resetScrollPosition() {\r\n            tableBody.addEventListener('animationiteration', () => {\r\n                tableBody.style.transform = 'translateY(0)';\r\n            });\r\n        }\r\n\r\n        resetScrollPosition();\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Scrolling Leaderboard Game Player Record Date Score<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-105","page","type-page","status-publish","hentry","entry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/pages\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/billysmidway.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=105"}],"version-history":[{"count":70,"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions"}],"predecessor-version":[{"id":850,"href":"https:\/\/billysmidway.net\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions\/850"}],"wp:attachment":[{"href":"https:\/\/billysmidway.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}