Adding a Episode III Countdown Clock!
<FORM name="form1"><input type="text" name="time" size="20" value=" " style="font-family: Arial, Helvetica, sans-serif; font-size: 48px; font-weight: bold; border-style: none"><input type="hidden" name="time2" value="May 25, 2005 00:00:01"></FORM><SCRIPT LANGUAGE="JavaScript">function start(){day = document.form1.time2.value;today = (new Date()).getTime();the_day = (new Date(day)).getTime();time = (the_day - today);document.form1.time2.value=time;down();}start();function down(){document.form1.time2.value = document.form1.time2.value - 1000;time = document.form1.time2.value;days = (time - (time % 86400000)) / 86400000;time = time - (days * 86400000);hours = (time - (time % 3600000)) / 3600000;time = time - (hours * 3600000);mins = (time - (time % 60000)) / 60000;time = time - (mins * 60000);secs = (time - (time % 1000)) / 1000;if(days==1) out = "1 day, ";else out = days+" days, ";if(hours < 10) out = out+"0";out = out+hours+":";if(mins < 10) out = out+"0";out = out+mins+":";if(secs < 10) out = out+"0";out = ' '+out+secs;if(days+hours+mins+secs> 1) document.form1.time.value = out;else document.form1.time.value = ("Episode II is here!"😉;setTimeout("down()",1000);}</SCRIPT>
Episode III Release Date: May 25 2005
http://home.btclick.com/nattydesigns/sw/ve-3-control.html
follow this link to get a countdown