<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'





// START DATE SCRIPT - DELETE ALL THE FOLLOWING LINES TO REMOVE

document.write('<font color="white" size=2>')
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat")
var monthname=new Array("January","February","March","April","May","June","July","August","September","Oct","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');




//  End -->
