
document.write('<div class="pagename2"><SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT"> monName = new Array ("JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER"); now = new Date; document.write(monName[now.getMonth()] + " " + now.getDate() + ", " + now.getYear())</SCRIPT></div>');


