var current_date = new Date ( );
if (current_date.getMonth() == 4 && current_date.getDate() == 31)
{
window.location.href = 'memorial_day.html';
 }

var current_date = new Date ( );
if (current_date.getMonth() == 10 && current_date.getDate() == 11)
{
window.location.href = 'veterans_day.html';
 }

function win1(url,mheight,mwidth){
eval('window.open(url,"","height='+mheight+'px,width='+mwidth+'px,menubar=yes,toolbar=yes,location=yes,directories=no,resizable=yes,scrollbars=yes,left=10,top=10")')
}

function win2(url,mheight,mwidth){
eval('window.open(url,"","height='+mheight+'px,width='+mwidth+'px,location=no,resizable=yes,scrollbars=yes,left=10,top=10")')
}
