document.write("<form action='http://www.yourweeklyhoroscope.com/website' target=_blank>");
document.write("        <INPUT TYPE='HIDDEN' NAME='type' VALUE='week'>");
document.write("	<select name='sign' style='font-size: 9 px;'>");
document.write("	<option>Choose sign");
document.write("	<option>Aries");
document.write("	<option>Taurus");
document.write("	<option>Gemini");
document.write("	<option>Cancer");
document.write("	<option>Leo");
document.write("	<option>Virgo");
document.write("	<option>Libra");
document.write("	<option>Scorpio");
document.write("	<option>Sagittarius");
document.write("	<option>Capricorn");
document.write("	<option>Aquarius");
document.write("	<option>Pisces");
document.write("	</select>");
document.write("&nbsp;<input type='submit' name='submitok' value='Go!' style='font-size: 10 px; background-color: #85A2FF'>");
document.write("</form>");