html_code = '
';
document.write(html_code);
Today = new Date();
Todays_Year = Today.getFullYear() - 2000;
Todays_Month = Today.getMonth() + 1;
var myDays= ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"];
thisDay = Today.getDay();
thisDay = myDays[thisDay];
//Computes the time difference between the client computer and the server.
Server_Date = (new Date(10, 1, 4,
13, 6, 1)).getTime();
Todays_Date = (new Date(Todays_Year, Todays_Month, Today.getDate(),
Today.getHours(), Today.getMinutes(), Today.getSeconds())).getTime();
tick((Todays_Date - Server_Date), format);