function countdown_clock(year,month,day,hour,minute){countdown(year,month,day,hour,minute);}function formatDate(Time_Left){var days=Math.floor(Time_Left/(10*60*60*24));Time_Left%=(600*60*24);var hours=Math.floor(Time_Left/(10*60*60));Time_Left%=(10*60*60);var minutes=Math.floor(Time_Left/(10*60));Time_Left%=(10*60);var seconds=Math.floor((Time_Left/10));Time_Left%=10;var tenthseconds=Time_Left;var dps="s";var hps="s";var mps="s";var sps="s";var tps="s";if(days==1){dps="";}if(hours==1){hps="";}if(minutes==1){mps="";}if(seconds==1){sps="";}var timeLeft;timeLeft=days+" day"+dps+" ";timeLeft+=hours+" hour"+hps+" ";timeLeft+=minutes+" minute"+mps+" and ";timeLeft+=seconds+"."+tenthseconds+" second"+sps;return timeLeft;}function countdown(){West_Target_Date=(new Date("Wed, 26 Apr 2006 03:00:00 UTC")).getTime();East_Target_Date=(new Date("Wed, 26 Apr 2006 00:00:00 UTC")).getTime();Todays_Date=(new Date()).getTime();West_Time_Left=Math.round((West_Target_Date-Todays_Date)/100);East_Time_Left=Math.round((East_Target_Date-Todays_Date)/100);if(West_Time_Left<0){West_Time_Left=0;}if(East_Time_Left<0){East_Time_Left=0;}var westTime=formatDate(West_Time_Left);var eastTime=formatDate(East_Time_Left);document.getElementById("countdownWest").innerHTML="West Coast: "+westTime;document.getElementById("countdownEast").innerHTML="East Coast: "+eastTime;setTimeout(countdown,100);}function MM_preloadImages(){var d=document;if(d.images){if(!d.MM_p){d.MM_p=new Array();}var i,j=d.MM_p.length,a=MM_preloadImages.arguments;for(i=0;i<a.length;i++){if(a[i].indexOf("#")!=0){d.MM_p[j]=new Image;d.MM_p[j++].src=a[i];}}}}function MM_swapImgRestore(){var i,x,a=document.MM_sr;for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++){x.src=x.oSrc;}}function MM_findObj(n,d){var p,i,x;if(!d){d=document;}if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);}if(!(x=d[n])&&d.all){x=d.all[n];}for(i=0;!x&&i<d.forms.length;i++){x=d.forms[i][n];}for(i=0;!x&&d.layers&&i<d.layers.length;i++){x=MM_findObj(n,d.layers[i].document);}if(!x&&d.getElementById){x=d.getElementById(n);}return x;}function MM_swapImage(){var i,j=0,x,a=MM_swapImage.arguments;document.MM_sr=new Array;for(i=0;i<(a.length-2);i+=3){if((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x;if(!x.oSrc){x.oSrc=x.src;}x.src=a[i+2];}}}function MM_jumpMenu(targ,selObj,restore){eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");if(restore){selObj.selectedIndex=0;}}g_machinePassword="";g_privateKey="";g_userName="";
