var server_time = "8 5 2010 "; server_time += "16 37 37 "; server_time += "481"; var client_epoch = (new Date()).getTime(); function init(dispclock, iepage,whichpage) { var next_game_date = new Date(2010, 8, 5, 17, 0, 0, 0); var next_game_time = "5:00 PM"; // eastern standard time now var est_now_date = new Date(2010, 8, 5, 16, 37, 37, 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"; } }