<!-- START HIDE
print2="";
print3="";
today = new Date();
month = today.getMonth();
if (month == 0) print2='<font face="MS Sans Serif"font color="#000000" size="2">January';
if (month == 1) print2='<font face="MS Sans Serif"font color="#000000" size="2">February';
if (month == 2) print2='<font face="MS Sans Serif"font color="#000000" size="2">March';
if (month == 3) print2='<font face="MS Sans Serif"font color="#000000" size="2">April';
if (month == 4) print2='<font face="MS Sans Serif"font color="#000000" size="2">May';
if (month == 5) print2='<font face="MS Sans Serif"font color="#000000" size="2">June';
if (month == 6) print2='<font face="MS Sans Serif"font color="#000000" size="2">July';
if (month == 7) print2='<font face="MS Sans Serif"font color="#000000" size="2">August';
if (month == 8) print2='<font face="MS Sans Serif"font color="#000000" size="2">>September';
if (month == 9) print2='<font face="MS Sans Serif"font color="#000000" size="2">October';
if (month == 10) print2='<font face="MS Sans Serif"font color="#000000" size="2">November';
if (month == 11) print2='<font face="MS Sans Serif"font color="#000000" size="2">December';
date = today.getDate();
year=today.getYear();
document.write (print2,' ',date, ', ',year);
// STOP HIDE -->
