addEventListener("load",function(){setTimeout(updateLayout,0)},false);var currentWidth=0;function updateLayout(){if(window.innerWidth!=currentWidth){currentWidth=window.innerWidth;var A=currentWidth==320?"profile":"landscape";document.body.setAttribute("orient",A);setTimeout(function(){window.scrollTo(0,1)},100)}}setInterval(updateLayout,400);df_year=2008;df_month=9;df_day=30;df_hour=0;df_minute=0;df_second=0;postMessage="<div class='text'>Paper Trail! Out Now!</div>";dateFuture=new Date(df_year,df_month-1,df_day,df_hour,df_minute,df_second);function GetCount(){dateNow=new Date();amount=dateFuture.getTime()-dateNow.getTime();delete dateNow;if(amount<0){document.getElementById("countdown").innerHTML=postMessage}else{days=0;hours=0;mins=0;secs=0;out="";amount=Math.floor(amount/1000);days=Math.floor(amount/86400);amount=amount%86400;hours=Math.floor(amount/3600);amount=amount%3600;mins=Math.floor(amount/60);amount=amount%60;secs=Math.floor(amount);out+="<ul id='numbers'>";out+="<li>"+days+"<br/><span>Days</span></li>";out+="<li>"+hours+"<br/><span>Hours</span></li>";out+="<li>"+mins+"<br/><span>Mins</span></li>";out+="<li>"+secs+"<br/><span>Secs</span></li>";out+="</ul>";document.getElementById("countdown").innerHTML=out;setTimeout("GetCount()",1000)}}window.onload=function(){setTimeout(function(){window.scrollTo(0,1)},100);GetCount()};
