document.write("<select name='month' id='month' style='font-size: 1.1em'>");
	document.write("<OPTION VALUE=''>&nbsp;");
	document.write("<OPTION VALUE='January'>January");
	document.write("<OPTION VALUE='February'>February");
	document.write("<OPTION VALUE='March'>March");
	document.write("<OPTION VALUE='April'>April");
	document.write("<OPTION VALUE='May'>May");
	document.write("<OPTION VALUE='June'>June");
	document.write("<OPTION VALUE='July'>July");
	document.write("<OPTION VALUE='August'>August");
	document.write("<OPTION VALUE='September'>September");
	document.write("<OPTION VALUE='October'>October");
	document.write("<OPTION VALUE='November'>November");
	document.write("<OPTION VALUE='December'>December");
document.write("</SELECT>");

