var server_time = "2 10 2010 "; server_time += "18 59 19 "; server_time += "175"; var client_epoch = (new Date()).getTime(); function init(dispclock, iepage,whichpage) { var next_game_date = new Date(2010, 2, 10, 19, 0, 0, 0); var next_game_time = "7:00 PM"; // eastern standard time now var est_now_date = new Date(2010, 2, 10, 18, 59, 19, 0); /* document.getElementById('dynamo').innerHTML=next_game_time.substring(2,8); */ var reloadURL = "https://secure23.prohosting.com/~a0017412/cgi-bin/main_fs.pl?main_script=main.pl&"; reloadURL += "hidden_path=../hidden.html&"; reloadURL += "server_time=" + escape(server_time) +"&"; reloadURL += "client_epoch=" + escape(client_epoch); if(dispclock) { init_clock(document.mainForm, next_game_date, next_game_time, est_now_date, reloadURL, true); } if(iepage != 0) { location=whichpage+".ie.html"; } }