document.write("")
document.write("<form target=weather action=http://www.wunderground.com/cgi-bin/findweather/getForecast>")
document.write("<p class=text><b>Weather Forecast</b><br>")
document.write("Enter Either...&nbsp;&nbsp;&nbsp;<br>")
document.write("-City and State<br>")
document.write("-Zip Code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>")
document.write("-Country&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>")
document.write("<div align=right><input type=text name=query size=25>")
document.write("<input type=submit value=Get Forecast></div>")
document.write("</form>")
