<!--
var endDate=Date.parse("September 4, 2010 13:00:00 GMT-0500");
function start_count(){if(document.layers)
document.countNSmain.visibility="show"
else if(document.all||document.getElementById)
maincount=document.getElementById&&!document.all?document.getElementById("countIE") : countIE
getTime()}
if(document.all||document.getElementById)
document.write('<span id="countIE"></span>')
window.onload=start_count
function getTime(){var dyz;
var hrz,mnz,scz;
var curDate=new Date();
diff=(endDate-curDate.getTime())/10;
if(diff>0){dyz=new String(Math.floor(diff/(360000*24)));
hrz=new String(Math.floor(diff/360000-dyz*24));
mnz=new String(Math.floor(diff/6000-dyz*24*60-hrz*60));
scz=new String(59-curDate.getSeconds());}
else {dyz = hrz = mnz = scz = "0";}
mnz1=(mnz==1)?" min, " : " mins, ";
hrz1=(hrz==1)?" hour, " : " hours, ";
dyz1=(dyz==1)?" day, " : " days, ";
readout="<span class='ag3'><br><nobr>"+dyz+dyz1+hrz+hrz1+mnz+mnz1+scz+" secs until kickoff!<\/nobr><\/span>";
if (document.layers){document.countNSmain.document.countNSalt.document.write("<center>"+readout+"<\/center>")
document.countNSmain.document.countNSalt.document.close()}
else if(document.all||document.getElementById)
maincount.innerHTML=(readout)
setTimeout("getTime()",1000)}
//-->
<!-- Place script - <script language="JavaScript" src="/js/countdown.js"></script> -->
