document.write("<SELECT NAME='day' ID='day' style='font-size: 1.1em'>");
	document.write("<OPTION VALUE=''>&nbsp;");
	document.write("<OPTION VALUE='01'>&nbsp;1&nbsp;");
	document.write("<OPTION VALUE='02'>&nbsp;2&nbsp;");
	document.write("<OPTION VALUE='03'>&nbsp;3&nbsp;");
	document.write("<OPTION VALUE='04'>&nbsp;4&nbsp;");
	document.write("<OPTION VALUE='05'>&nbsp;5&nbsp;");
	document.write("<OPTION VALUE='06'>&nbsp;6&nbsp;");
	document.write("<OPTION VALUE='07'>&nbsp;7&nbsp;");
	document.write("<OPTION VALUE='08'>&nbsp;8&nbsp;");
	document.write("<OPTION VALUE='09'>&nbsp;9&nbsp;");
	document.write("<OPTION VALUE='10'>&nbsp;10&nbsp;");
	document.write("<OPTION VALUE='11'>&nbsp;11&nbsp;");
	document.write("<OPTION VALUE='12'>&nbsp;12&nbsp;");
	document.write("<OPTION VALUE='13'>&nbsp;13&nbsp;");
	document.write("<OPTION VALUE='14'>&nbsp;14&nbsp;");
	document.write("<OPTION VALUE='15'>&nbsp;15&nbsp;");
	document.write("<OPTION VALUE='I16'>&nbsp;16&nbsp;");
	document.write("<OPTION VALUE='17'>&nbsp;17&nbsp;");
	document.write("<OPTION VALUE='18'>&nbsp;18&nbsp;");
	document.write("<OPTION VALUE='19'>&nbsp;19&nbsp;");
	document.write("<OPTION VALUE='20'>&nbsp;20&nbsp;");
	document.write("<OPTION VALUE='21'>&nbsp;21&nbsp;");
	document.write("<OPTION VALUE='22'>&nbsp;22&nbsp;");
	document.write("<OPTION VALUE='23'>&nbsp;23&nbsp;");
	document.write("<OPTION VALUE='24'>&nbsp;24&nbsp;");
	document.write("<OPTION VALUE='25'>&nbsp;25&nbsp;");
	document.write("<OPTION VALUE='26'>&nbsp;26&nbsp;");
	document.write("<OPTION VALUE='27'>&nbsp;27&nbsp;");
	document.write("<OPTION VALUE='28'>&nbsp;28&nbsp;");
	document.write("<OPTION VALUE='29'>&nbsp;29&nbsp;");
	document.write("<OPTION VALUE='30'>&nbsp;30&nbsp;");
	document.write("<OPTION VALUE='31'>&nbsp;31&nbsp;");
document.write("</SELECT>");
