{"id":54,"date":"2019-12-18T02:56:58","date_gmt":"2019-12-18T02:56:58","guid":{"rendered":"https:\/\/ipswichjets.com\/?page_id=54"},"modified":"2020-03-20T10:06:33","modified_gmt":"2020-03-20T00:06:33","slug":"live-stream","status":"publish","type":"page","link":"https:\/\/ipswichjets.com\/live-stream\/","title":{"rendered":"Live Stream"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.3.1&#8243; custom_padding=&#8221;30px||||false|false&#8221; locked=&#8221;off&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.3.2&#8243; custom_padding=&#8221;13px|||||&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.0.9&#8243;][et_pb_text _builder_version=&#8221;4.3.1&#8243; text_text_color=&#8221;#ffd403&#8243; header_text_color=&#8221;#ffd403&#8243; header_2_font=&#8221;|||on|||||&#8221; header_2_text_color=&#8221;#ffd403&#8243; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#1b3b2c&#8221; custom_margin=&#8221;||35px||false|false&#8221; custom_padding=&#8221;23px||11px|17px|false|false&#8221;]<\/p>\n<h2>Watch the LIVE STREAM<\/h2>\n<p style=\"padding-left: 30px;\"><img loading=\"lazy\" decoding=\"async\" style=\"    top: -32px;\n    position: absolute;\n    right: 19px;\" class=\"left\" src=\"https:\/\/ipswichjets.com\/wp-content\/uploads\/2019\/12\/Jets-Logo-on-website-1.png\" width=\"112\" height=\"98\" alt=\"\" style=\"float: right;\" \/><\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Video&#8221; module_id=&#8221;live-stream-video&#8221; _builder_version=&#8221;4.3.2&#8243; text_orientation=&#8221;center&#8221;]<\/p>\n<p>For the Intrust Super Cup games, follow the link to <a href=\"https:\/\/www.facebook.com\/phoenixmediahub\/?hc_ref=PAGES_TIMELINE\" target=\"_blank\" rel=\"noopener noreferrer\">Phoenix Media Hub Facebook page<\/a> live stream.<\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;Video Code&#8221; module_id=&#8221;live-stream-video2&#8243; _builder_version=&#8221;4.3.2&#8243; disabled_on=&#8221;on|on|on&#8221; disabled=&#8221;on&#8221;]<div id = \"\" class=\"wdd-wrapper \"><\/div><div class=\"pagination\"><\/div>[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Countdown code&#8221; _builder_version=&#8221;4.3.2&#8243; disabled=&#8221;on&#8221;]        <!-- Display the countdown timer in an element -->\n    <style>\n        #live-stream-video2{\n            display: none;\n        }\n    <\/style>\n    <div id=\"live-stream-cd\" class=\"countdown-timer-wrapper\">\n        <h1>Live Stream Countdown<\/h1>\n        <div class=\"wdd-countdown\">\n            <div class=\"day\">\n                <p id=\"live-stream-cd-day\"><\/p>\n\n            <\/div>\n            <div class=\"hour\">\n                <p id=\"live-stream-cd-hour\"><\/p>\n\n            <\/div>\n            <div class=\"minute\">\n                <p id=\"live-stream-cd-minutes\"><\/p>\n\n            <\/div>\n            <div class=\"seconds\">\n                <p id=\"live-stream-cd-seconds\" ><\/p>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Set the date we're counting down to\n                    var countDownDate = new Date(\"March 14, 2020 17:30\").getTime();\t\t\n        \n        \/\/ \tvar countDownDate = new Date(\"March 03, 2020, 11:09:00\").getTime();\n\n        \/\/ Update the count down every 1 second\n        var x = setInterval(function() {\n            document.getElementById('live-stream-video2').style.display = 'none';\n            \/\/ Get today's date and time\n            var now = new Date().getTime();\n\n            \/\/ Find the distance between now and the count down date\n            var distance = countDownDate - now;\n\n            \/\/ Time calculations for days, hours, minutes and seconds\n            var days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n            var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            var minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n            var seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n            days = days < 10 ?   \"<span>0\"+days+\"<\/span>\" : \"<span>\"+days+\"<\/span>\";\n            hours = hours < 10 ?   \"<span>0\"+hours+\"<\/span>\" : \"<span>\"+hours+\"<\/span>\";\n            minutes = minutes < 10 ?  \"<span>0\"+minutes+\"<\/span>\" : \"<span>\"+minutes+\"<\/span>\";\n            seconds = seconds < 10 ?  \"<span>0\"+seconds+\"<\/span>\" : \"<span>\"+seconds+\"<\/span>\";\n\n            \/\/ Display the result in the element with id=\"demo\"\n            \/\/ \t  document.getElementById(\"demo\").innerHTML = days + \"d \" + hours + \"h \" + minutes + \"m \" + seconds + \"s \";\n            document.getElementById(\"live-stream-cd-day\").innerHTML =  days < 2 ?  days+\" <span>Day<\/span>\" : days+\" <span>Days<\/span>\" ;;\n            document.getElementById(\"live-stream-cd-hour\").innerHTML =  hours < 2 ?  hours+\" <span>Hour<\/span>\" : hours+\" <span>Hours<\/span>\" ;;\n            document.getElementById(\"live-stream-cd-minutes\").innerHTML = minutes < 2 ?  minutes+\" <span>Minute<\/span>\" : minutes+\" <span>Minutes<\/span>\" ;\n            document.getElementById(\"live-stream-cd-seconds\").innerHTML = seconds < 2 ?  seconds+\" <span>Second<\/span>\" : seconds+\" <span>Seconds<\/span>\" ;\n\n            \/\/ If the count down is finished, write some text\n            if (distance < 0) {\n                clearInterval(x);\n                \/\/ \t\tdocument.getElementById(\"demo\").innerHTML = \"EXPIRED\";\n                document.getElementById('live-stream-video2').style.display = 'initial';\n                document.getElementById('live-stream-cd').style.display = 'none';\n            }\n            }, 1000);\n    <\/script>\n    [\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_id=&#8221;iscta-section&#8221; _builder_version=&#8221;4.2.2&#8243; background_enable_image=&#8221;off&#8221; background_position=&#8221;center_right&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;&#8221; saved_tabs=&#8221;all&#8221;][et_pb_row column_structure=&#8221;2_3,1_3&#8243; _builder_version=&#8221;4.3.1&#8243; background_image=&#8221;https:\/\/ipswichjets.com\/wp-content\/uploads\/2020\/01\/CTA-BG.jpg&#8221; background_position=&#8221;center_right&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;50px||50px||false|false&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.2.2&#8243; custom_padding=&#8221;||||false|false&#8221;][et_pb_text module_id=&#8221;iscta-text&#8221; _builder_version=&#8221;4.3.2&#8243; text_text_color=&#8221;#ffffff&#8221; header_font=&#8221;|||on|||||&#8221; header_text_color=&#8221;#ffffff&#8221; header_font_size=&#8221;40px&#8221; text_orientation=&#8221;center&#8221; text_text_color_tablet=&#8221;&#8221; text_text_color_phone=&#8221;&#8221; text_text_color_last_edited=&#8221;on|tablet&#8221; text_text_shadow_style=&#8221;preset4&#8243;]<\/p>\n<h1>Now you can watch previous games of<br \/> <span>the Ipswich Jets<\/span><\/h1>\n<p><!--\n\n<p>Please call <a href=\"tel:+61732021887\" target=\"_blank\" rel=\"noopener noreferrer\">07 3202 1887<\/a> and ask for the CEO or information relevent to the Football Operations<\/p>\n\n-->[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/ipswichjets.com\/live-streams\/&#8221; button_text=&#8221;Watch now&#8221; button_alignment=&#8221;center&#8221; module_id=&#8221;iscta-btnd&#8221; _builder_version=&#8221;4.3.2&#8243; custom_button=&#8221;on&#8221; button_text_color=&#8221;#000000&#8243; button_border_width=&#8221;10px&#8221; button_letter_spacing=&#8221;1px&#8221; button_font=&#8221;|||on|||||&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;#ffffff&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_border_color__hover=&#8221;#ffffff&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.2.2&#8243;][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Watch the LIVE STREAM For the Intrust Super Cup games, follow the link to Phoenix Media Hub Facebook page live stream.<div id = \"\" class=\"wdd-wrapper \"><\/div><div class=\"pagination\"><\/div>        <!-- Display the countdown timer in an element -->\n    <style>\n        #live-stream-video2{\n            display: none;\n        }\n    <\/style>\n    <div id=\"live-stream-cd\" class=\"countdown-timer-wrapper\">\n        <h1>Live Stream Countdown<\/h1>\n        <div class=\"wdd-countdown\">\n            <div class=\"day\">\n                <p id=\"live-stream-cd-day\"><\/p>\n\n            <\/div>\n            <div class=\"hour\">\n                <p id=\"live-stream-cd-hour\"><\/p>\n\n            <\/div>\n            <div class=\"minute\">\n                <p id=\"live-stream-cd-minutes\"><\/p>\n\n            <\/div>\n            <div class=\"seconds\">\n                <p id=\"live-stream-cd-seconds\" ><\/p>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Set the date we're counting down to\n                    var countDownDate = new Date(\"March 14, 2020 17:30\").getTime();\t\t\n        \n        \/\/ \tvar countDownDate = new Date(\"March 03, 2020, 11:09:00\").getTime();\n\n        \/\/ Update the count down every 1 second\n        var x = setInterval(function() {\n            document.getElementById('live-stream-video2').style.display = 'none';\n            \/\/ Get today's date and time\n            var now = new Date().getTime();\n\n            \/\/ Find the distance between now and the count down date\n            var distance = countDownDate - now;\n\n            \/\/ Time calculations for days, hours, minutes and seconds\n            var days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n            var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            var minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n            var seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n            days = days < 10 ?   \"<span>0\"+days+\"<\/span>\" : \"<span>\"+days+\"<\/span>\";\n            hours = hours < 10 ?   \"<span>0\"+hours+\"<\/span>\" : \"<span>\"+hours+\"<\/span>\";\n            minutes = minutes < 10 ?  \"<span>0\"+minutes+\"<\/span>\" : \"<span>\"+minutes+\"<\/span>\";\n            seconds = seconds < 10 ?  \"<span>0\"+seconds+\"<\/span>\" : \"<span>\"+seconds+\"<\/span>\";\n\n            \/\/ Display the result in the element with id=\"demo\"\n            \/\/ \t  document.getElementById(\"demo\").innerHTML = days + \"d \" + hours + \"h \" + minutes + \"m \" + seconds + \"s \";\n            document.getElementById(\"live-stream-cd-day\").innerHTML =  days < 2 ?  days+\" <span>Day<\/span>\" : days+\" <span>Days<\/span>\" ;;\n            document.getElementById(\"live-stream-cd-hour\").innerHTML =  hours < 2 ?  hours+\" <span>Hour<\/span>\" : hours+\" <span>Hours<\/span>\" ;;\n            document.getElementById(\"live-stream-cd-minutes\").innerHTML = minutes < 2 ?  minutes+\" <span>Minute<\/span>\" : minutes+\" <span>Minutes<\/span>\" ;\n            document.getElementById(\"live-stream-cd-seconds\").innerHTML = seconds < 2 ?  seconds+\" <span>Second<\/span>\" : seconds+\" <span>Seconds<\/span>\" ;\n\n            \/\/ If the count down is finished, write some text\n            if (distance < 0) {\n                clearInterval(x);\n                \/\/ \t\tdocument.getElementById(\"demo\").innerHTML = \"EXPIRED\";\n                document.getElementById('live-stream-video2').style.display = 'initial';\n                document.getElementById('live-stream-cd').style.display = 'none';\n            }\n            }, 1000);\n    <\/script>\n    Now you can watch previous games of the Ipswich Jets<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"Coming Soon","_et_gb_content_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-54","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/pages\/54","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/comments?post=54"}],"version-history":[{"count":0,"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/pages\/54\/revisions"}],"wp:attachment":[{"href":"https:\/\/ipswichjets.com\/api\/wp\/v2\/media?parent=54"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}