var server_time = "6 5 2008 "; server_time += "14 17 42 "; server_time += "59"; var client_epoch = (new Date()).getTime(); function init(dispclock, iepage,whichpage) { var next_game_date = new Date(2008, 6, 5, 15, 0, 0, 0); var next_game_time = "3:00 PM"; // eastern standard time now var est_now_date = new Date(2008, 6, 5, 14, 17, 42, 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"; } }