// JavaScript Document function redirect() { //var date = new Date().getDate(); //var date = parseInt(date); //var time = new Date().getHours(); //var time = parseInt(time); //if (date == 12 && time >= 09){ location.href='html/body.html'; //} else { //location.href='maintenance/maintenance.htm'; //} }