<!--Hide JavaScript from Java-Impaired Browsers
// fixes a Netscape 2 and 3 bug
function getFullYear(d) { // d is a date object
yr = d.getYear();
if (yr < 1000)
yr+=1900;
return yr;
}
document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>"); // don't delete this line
document.write("<TR><TD><SPAN class=date>"+isnMonths[today.getMonth()]+" "+today.getDate()+", " +getFullYear(today)+"</B></SPAN></TD></TR>");
document.write("</table>"); // don't delete this line
// End hiding -->
