Countdown to the BCS

College FootballFootball

Countdown to the BCS

<!–

dateFuture = new Date(2012,0,9,20,30,00);

function GetCount(){

dateNow = new Date(); //grab current date
amount = dateFuture.getTime() – dateNow.getTime(); //calc milliseconds between dates
delete dateNow;

// time is already past
if(amount

Back to top button