// 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='htm/exodus_frontpage.htm';
		//} else {
		//location.href='maintenance/maintenance.htm';
		//}
}