function showLoadingScreen(){_loadStartTime=(new Date).getTime();var a=window.location.href;var c=a.indexOf("from=");var d=a.substring(c+5);var e="<div id='loadingMarquee'><marquee direction='right'>...</marquee></div>";if(window.navigator.userAgent.toLowerCase().indexOf("mobile")>-1)e="...";if(d=="games"){document.write("<div id='loading' class='fromBlack'></div>")}else if(d=="about"||d=="index"||d=="games"||d=="contact"){var f="<div id='loadingChase'><img src='images/loading-2.gif' id='loadingChase1' /><img src='images/loading-3.gif' id='loadingChase2' /><img src='images/loading-5.gif' id='loadingChase3' /></div>";document.write("<div id='loading' class='fromShip'>"+f+"</div>")}else{document.write("<div id='loading'><div id='loadingLabel'>Loading"+e+"</div></div>")}if(c!=-1)window.location.replace(window.location.href.substring(0,c))}var _loadStartTime=null,_loadingReady=false,_hideLoadingTimer=0,_loadingFadeFrame=10

