var today = new date(); 
var month = today.getMonth()+1; 
var day = today.getdate(); 
if (month==6 && day==14) {
window.location="http://www.yahoo.com";
}
