Showing source for: https://www.lostisland.com/
Duration: 0.625746s
Server: cloudflare

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js" type="df76401f1d91a74cf4727ff2-text/javascript"></script>
<title>Lost Island</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />
<link rel="alternate" type="application/rss+xml" title="Lost Island &raquo; Feed" href="https://www.lostisland.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Lost Island &raquo; Comments Feed" href="https://www.lostisland.com/comments/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v7.15.3 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-118286066-1"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '7.15.3';
				var em_track_user = true;
				var em_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-118286066-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
							
														parameters.send_to = exactmetrics_frontend.ua;
							__gtagDataLayer(type, name, parameters);
													} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
															__gtagTracker('config', 'UA-118286066-1', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by ExactMetrics -->
		<script type="df76401f1d91a74cf4727ff2-text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.lostisland.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.2.5"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='bbp-default-css' href='https://www.lostisland.com/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.9' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://www.lostisland.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.6' type='text/css' media='all' />
<link rel='stylesheet' id='lost-island-style-css' href='https://www.lostisland.com/wp-content/themes/lost-island/style.css?ver=6.2.5' type='text/css' media='all' />
<link rel='stylesheet' id='lost-island-bootstrap-css' href='https://www.lostisland.com/wp-content/themes/lost-island/css/bootstrap.min.css?ver=6.2.5' type='text/css' media='all' />
<link rel='stylesheet' id='lost-island-bootstrap-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.2.5' type='text/css' media='all' />
<link rel='stylesheet' id='lost-island-custom-style-css' href='https://www.lostisland.com/wp-content/themes/lost-island/css/custom-style.css?ver=6.2.5' type='text/css' media='all' />
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.15.3' id='exactmetrics-frontend-script-js'></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.lostisland.com","hash_tracking":"false","ua":"UA-118286066-1","v4_id":""};/* ]]> */
</script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script>

<!-- Google Analytics snippet added by Site Kit -->
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.googletagmanager.com/gtag/js?id=GT-PBZ4VZW' id='google_gtagjs-js' async></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" id='google_gtagjs-js-after'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {"domains":["www.lostisland.com"]} );
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-PBZ4VZW");
</script>

<!-- End Google Analytics snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://www.lostisland.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.lostisland.com/wp-json/wp/v2/pages/52" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.lostisland.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.lostisland.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.2.5" />
<link rel="canonical" href="https://www.lostisland.com/" />
<link rel='shortlink' href='https://www.lostisland.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.lostisland.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.lostisland.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.lostisland.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.lostisland.com%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.111.1" /><!-- start Mixpanel -->
<script type="df76401f1d91a74cf4727ff2-text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]);
mixpanel.init("e89f9ae7d6d9f580522ce20a7610a05c");</script>
<!-- end Mixpanel -->
</head>
<body class="home page-template-default page page-id-52 group-blog">

	<div class="main-wrapper"><!-- main-wrapper close in footer -->
		<header id="masthead" class="header-main outer-div" role="banner">
			<div class="container">
				<div class="row">
					<div class="col-md-3 col-sm-4 col-xs-6 logo-sec"> <a href="https://www.lostisland.com/"><img src="https://www.lostisland.com/wp-content/themes/lost-island/images/logo.png" alt="logo"></a> </div>
					<div class="col-md-9 col-sm-8 col-xs-6">
						<nav class="navbar navbar-default main-menu"> 

						<!-- Brand and toggle get grouped for better mobile display -->
						<div class="navbar-header">
							<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
						</div>

						<!-- Collect the nav links, forms, and other content for toggling -->
						<div id="bs-example-navbar-collapse-1" class="collapse navbar-collapse"><ul id="menu-header-menu" class="nav navbar-nav"><li id="menu-item-99" class="menu-item menu-item-type-post_type_archive menu-item-object-games menu-item-99"><a href="https://www.lostisland.com/games/">Games</a></li>
<li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://www.lostisland.com/news/">News</a></li>
<li id="menu-item-302" class="menu-item menu-item-type-post_type_archive menu-item-object-forum menu-item-302"><a href="https://www.lostisland.com/forums/">Forum</a></li>
<li id="menu-item-131" class="menu-item menu-item-type-post_type_archive menu-item-object-stores menu-item-131"><a href="https://www.lostisland.com/stores/">Store</a></li>
<li id="menu-item-83" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83"><a href="https://www.lostisland.com/about/">About</a></li>
<li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://www.lostisland.com/careers/">Careers</a></li>
<li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://www.lostisland.com/contact/">Contact</a></li>
</ul></div>						<!-- /.navbar-collapse --> 

						<!-- /.container-fluid --> 
						</nav>
					</div>
				</div>
			</div>
		</header>
		<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

			
<article id="post-52" class="post-52 page type-page status-publish hentry">
	<header class="entry-header">
		<h1 class="entry-title">Home</h1>	</header><!-- .entry-header -->

	<div class="entry-content">
		<section class="banner-main outer-div">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<p><!-- Indicators --><!-- Wrapper for slides --></p>
<div class="carousel-inner">
<div class="item active"><a href="https://www.lostisland.com/the-planetary-broadcast-network-a-wavy-navy-podcast/"><img decoding="async" class="alignnone size-full wp-image-32" src="https://www.lostisland.com/wp-content/uploads/2017/07/PBN-Logo-Banner-1.png" alt="" width="1920" height="640" /></a></div>
<div class="item "><a href="https://www.lostisland.com/games/wavy-navy-mobile-game/"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-32" src="https://www.lostisland.com/wp-content/uploads/2017/04/Wavy-Navy-Banner-1.png" alt="" width="1920" height="640" /></a></div>
<div class="item "><a href="http://supportpbn.com"><img decoding="async" src="https://www.lostisland.com/wp-content/uploads/2018/06/PBN-Marquee-Banner-Lost-Island-Site.png"></a></div>
</div>
<p><!-- Controls --><br />
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> <span class="sr-only">Next</span> </a></p>
</div>
</section>
<section class="game-category outer-div">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="catagory-wrap outer-div">
<div class="catagory-image outer-div"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-48" src="https://www.lostisland.com/wp-content/uploads/2017/07/WN-Banner-2-Small.png" alt="" width="498" height="258" /></div>
<div class="catagory-name outer-div"><a href="https://www.lostisland.com/games/wavy-navy-mobile-game/">WAVY NAVY MOBILE GAME</a></div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="catagory-wrap category-wrap2 outer-div">
<div class="catagory-image outer-div"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-49" src="https://www.lostisland.com/wp-content/uploads/2017/07/logo.jpg" alt="" width="498" height="258" /> <!--span class="new-cat-tag"><a href="#">New</a></span--></div>
<div class="catagory-name outer-div"><a href="http://planetarybroadcastnetwork.com/">PLANETARY BROADCAST NETWORK</a></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="blog-col outer-div gm-paragraph ">
<div class="blog-heading-sec ">
<h2>WELCOME</h2>
</div>
<p>This is the official website of Lost Island Entertainment, the creators of Fission Girl, the Planetary Broadcast Network, the Wavy Navy Mobile Game, and more.</p>
<p>We love hearing from fans of our games, so feel free to contact us:</p>
<ul class="social-links outer-div">
<li><a href="/cdn-cgi/l/email-protection#e695939696899492a68a8995928f958a878882c885898b"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-51" src="/wp-content/uploads/2017/04/social-icon1.png" alt="" width="39" height="39" /></a></li>
<li><a href="https://twitter.com/lostislandent" target="_blank;"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-52" src="/wp-content/uploads/2017/04/social-icon2.png" alt="" width="39" height="39" /></a></li>
<li><a href="https://www.facebook.com/LostIslandEntertainment/" target="_blank;"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-53" src="/wp-content/uploads/2017/04/social-icon3.png" alt="" width="39" height="39" /></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="blog-col outer-div gm-paragraph ">	
	<div class="blog-heading-sec ">
		<h2>NEWS</h2>
		<span class="date-time">Dec 27, 2023</span>
	</div>
	<a href="https://www.lostisland.com/hubble-tension/" class="updt-link">Hubble Tension</a>
	<p>For fans of physical cosmology, the James Webb Space Telescope (JWST) is the MVP of the last few years. With its extremely sensitive infrared instrument package, scientists have been able to focus on celestial objects too distant for any prior equipment to detect. This has yielded a wealth of information.....</p>
	</div>
</div>
</div>
</div>
</section>
	</div><!-- .entry-content -->

	</article><!-- #post-## -->

		</main><!-- #main -->
	</div><!-- #primary -->

	<footer id="colophon" class="footer-wrap outer-div site-footer" role="contentinfo">
		<div class="container">
			<div class="row">
				<div class="footer-link">
				<ul><li id="menu-item-369" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-369"><a href="https://www.lostisland.com/privacy-policy/">PRIVACY POLICY</a></li>
<li id="menu-item-368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-368"><a href="https://www.lostisland.com/terms-of-use/">TERMS OF USE</a></li>
<li id="menu-item-100" class="menu-item menu-item-type-post_type_archive menu-item-object-games menu-item-100"><a href="https://www.lostisland.com/games/">GAMES</a></li>
<li id="menu-item-50" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://www.lostisland.com/news/">NEWS</a></li>
<li id="menu-item-301" class="menu-item menu-item-type-post_type_archive menu-item-object-forum menu-item-301"><a href="https://www.lostisland.com/forums/">FORUM</a></li>
<li id="menu-item-130" class="menu-item menu-item-type-post_type_archive menu-item-object-stores menu-item-130"><a href="https://www.lostisland.com/stores/">STORE</a></li>
<li id="menu-item-47" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"><a href="https://www.lostisland.com/about/">ABOUT</a></li>
<li id="menu-item-149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149"><a href="https://www.lostisland.com/careers/">CAREERS</a></li>
<li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48"><a href="https://www.lostisland.com/contact/">CONTACT</a></li>
</ul>				</div>
				<div class="footer-logo">
					<a href="https://www.lostisland.com/"> <img src="https://www.lostisland.com/wp-content/themes/lost-island/images/footer-logo.png" alt=""></a>
				</div>
			</div>
		</div>
	</footer>
  
</div><!-- main-wrapper start in header -->



<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="df76401f1d91a74cf4727ff2-text/javascript" async="async" src='https://www.lostisland.com/wp-content/plugins/advanced-facebook-twitter-widget/fbtw-widgets.js?ver=6.2.5' id='fbtw-widgets-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.6' id='swv-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.lostisland.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.6' id='contact-form-7-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/themes/lost-island/js/navigation.js?ver=20151215' id='lost-island-navigation-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/themes/lost-island/js/skip-link-focus-fix.js?ver=20151215' id='lost-island-skip-link-focus-fix-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.google.com/recaptcha/api.js?render=6LeSpwQbAAAAAJczG2bDbotQe_8wM170rGmWDkLU&#038;ver=3.0' id='google-recaptcha-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" id='wpcf7-recaptcha-js-extra'>
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LeSpwQbAAAAAJczG2bDbotQe_8wM170rGmWDkLU","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.7.6' id='wpcf7-recaptcha-js'></script>
<script type="df76401f1d91a74cf4727ff2-text/javascript" src='https://www.lostisland.com/wp-content/themes/lost-island/js/bootstrap.min.js?ver=6.2.5' id='lost-island-bootstrap-js-js'></script>


<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="df76401f1d91a74cf4727ff2-|49" defer></script><script>(function(){if (!document.body) return;var js = "window['__CF$cv$params']={r:'881ba1fda9659403',t:'MTcxNTM2MTk3MS4yODEwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
</html>

<!-- Cached by WP-Optimize (gzip) - https://getwpo.com - Last modified: Fri, 10 May 2024 09:23:33 GMT -->

Latest requests

# Url Url Source Date
1 https://www.lostisland.com/ 2024-05-10 17:26:11
2 https://thebolditalic.com/?gi=1e8a… 2024-05-10 17:26:11
3 https://thebolditalic.com/?gi=5116… 2024-05-10 17:26:09
4 https://thebolditalic.com/?gi=29ca… 2024-05-10 17:26:07
5 https://thebolditalic.com/?gi=7c33… 2024-05-10 17:26:07
6 https://thebolditalic.com/?gi=d95a… 2024-05-10 17:26:03
7 https://thebolditalic.com/?gi=02ee… 2024-05-10 17:26:00
8 https://thebolditalic.com/?gi=9bc5… 2024-05-10 17:25:56
9 https://thebolditalic.com/?gi=6a42… 2024-05-10 17:25:51
10 https://thebolditalic.com/?gi=1f4e… 2024-05-10 17:25:48
11 https://thebolditalic.com/?gi=1a4d… 2024-05-10 17:25:43
12 https://thebolditalic.com/?gi=a9a2… 2024-05-10 17:25:39
13 https://thebolditalic.com/?gi=f37e… 2024-05-10 17:25:36
14 https://rebelion.org/vivas-libres-… 2024-05-10 17:25:34
15 https://thebolditalic.com/?gi=6d5e… 2024-05-10 17:25:31
16 https://thebolditalic.com/?gi=6d2b… 2024-05-10 17:25:31
17 https://thebolditalic.com/?gi=d564… 2024-05-10 17:25:26
18 https://thebolditalic.com/?gi=9787… 2024-05-10 17:25:26
19 https://thebolditalic.com/?gi=19d4… 2024-05-10 17:25:25
20 https://thebolditalic.com/?gi=4455… 2024-05-10 17:25:24