function bannerinfo1(){document.write('<font color="red" size="2">Streaming Update</font>')}function bannerinfo2(){document.write('<a href="http://www.thedarkcube.com/" style="text-decoration: none"><font color="#ffffff" size="1">Going to wait for internet update</font></a>')}function streaming1(){document.write('<a href="http://www.thedarkcube.com/" style="text-decoration: none"><font color="#ffffff" size="1">TEST TEST TEST</font></a>')}function bitsandbobs1(){document.write("Attention");document.write("Warning");document.write("Welcome to the Site");document.write("New Updates");document.write("No New Updates");document.write('<div id="countbox1"></div>');document.write("http://www.nyan.cat/");document.write("http://www.thedarkcube.com/");document.write("http://www.google.com/")}dateFuture1=new Date(2012,0,1,0,0,0);function GetCount(ddate,iid){dateNow=new Date();amount=ddate.getTime()-dateNow.getTime();delete dateNow;if(amount<0){document.getElementById(iid).innerHTML="Happy New Year 2012!"}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);if(days!=0){out+=days+" "+((days==1)?"day":"days")+", "}if(hours!=0){out+=hours+" "+((hours==1)?"hour":"hours")+", "}out+=mins+" "+((mins==1)?"min":"mins")+", ";out+=secs+" "+((secs==1)?"sec":"secs")+", ";out=out.substr(0,out.length-2);document.getElementById(iid).innerHTML=out;setTimeout(function(){GetCount(ddate,iid)},1000)}}window.onload=function(){GetCount(dateFuture1,'countbox1')};
