        document.writeln('<SELECT NAME="State">');
		document.writeln('<OPTION VALUE="" selected>');
        document.writeln('<OPTION VALUE="AB">Alabama');
        document.writeln('<OPTION VALUE="AK">Alaska');
        document.writeln('<OPTION VALUE="AZ">Arizona');
        document.writeln('<OPTION VALUE="AR">Arkansas');
        document.writeln('<OPTION VALUE="CA">California');
        document.writeln('<OPTION VALUE="CO">Colorado');
		document.writeln('<OPTION VALUE="CT">Connecticut');
		document.writeln('<OPTION VALUE="DE">Delaware');
        document.writeln('<OPTION VALUE="FL">Florida');
        document.writeln('<OPTION VALUE="GA">Georgia');
        document.writeln('<OPTION VALUE="HW">Hawaii');
        document.writeln('<OPTION VALUE="ID">Idaho');
        document.writeln('<OPTION VALUE="IL">Illinois');
        document.writeln('<OPTION VALUE="IN">Indiana');
        document.writeln('<OPTION VALUE="IA">Iowa');
        document.writeln('<OPTION VALUE="KS">Kansas');
        document.writeln('<OPTION VALUE="KY">Kentucky');
        document.writeln('<OPTION VALUE="LA">Louisiana');     
		document.writeln('<OPTION VALUE="ME">Maine');
		document.writeln('<OPTION VALUE="MD">Maryland');
        document.writeln('<OPTION VALUE="MA">Massachusetts');
        document.writeln('<OPTION VALUE="MI">Michigan');
        document.writeln('<OPTION VALUE="MN">Minnesota');
        document.writeln('<OPTION VALUE="MS">Mississippi');
        document.writeln('<OPTION VALUE="MO">Missouri');
        document.writeln('<OPTION VALUE="MT">Montana');
        document.writeln('<OPTION VALUE="NE">Nebraska');
        document.writeln('<OPTION VALUE="NV">Nevada');
		document.writeln('<OPTION VALUE="NH">New Hampshire');
        document.writeln('<OPTION VALUE="NJ">New Jersey');
        document.writeln('<OPTION VALUE="NM">New Mexico');
		document.writeln('<OPTION VALUE="NY">New York');
        document.writeln('<OPTION VALUE="NC">North Carolina');
        document.writeln('<OPTION VALUE="ND">North Dakota');
        document.writeln('<OPTION VALUE="OH">Ohio');
        document.writeln('<OPTION VALUE="OK">Oklahoma');
        document.writeln('<OPTION VALUE="OR">Oregon');
		document.writeln('<OPTION VALUE="PA">Pennsylvania');
        document.writeln('<OPTION VALUE="RI">Rhode Island');
        document.writeln('<OPTION VALUE="SC">South Carolina');
        document.writeln('<OPTION VALUE="SD">South Dakota');
        document.writeln('<OPTION VALUE="TN">Tennessee');
        document.writeln('<OPTION VALUE="TX">Texas');
        document.writeln('<OPTION VALUE="UT">Utah');
		document.writeln('<OPTION VALUE="VT">Vermont');
        document.writeln('<OPTION VALUE="VA">Virginia');
        document.writeln('<OPTION VALUE="WAl">Washington');
		document.writeln('<OPTION VALUE="DC">Washington D.C.');
        document.writeln('<OPTION VALUE="WV">West Virginia');
        document.writeln('<OPTION VALUE="WI">Wisconsin');
        document.writeln('<OPTION VALUE="WY">Wyoming');
        document.writeln('</SELECT>');
C