today  = new Date(); 
 	weekly = today.getDay(); 
 	switch( weekly ){ 
   case 4: location.href = "indexholiday.html"; break; 
 } 