//Remember to put a backslash before single and double quotes
document.write("<form method=\"post\" action=\"/cgi-sys/jumpbox\">")
document.write("<span style=\"color: rgb(255, 255, 255);\">")
document.write("Domain:<select name=\"goto\">")
document.write("</span>")
document.write("<option value=\"http://www.stentorian.com/\">The Stentorian: Preserving Liberty and Individual Freedom</option>")
document.write("<option value=\"http://www.stentorian.com/2ndamend/\">The Stentorian: Second Amendment</option>")
document.write("<option value=\"http://www.stentorian.com/2ndamend/leaflets/\">__Royalty-free leaflets: Second Amendment</option>")
document.write("<option value=\"http://www.stentorian.com/antispam/\">Antispam resources</option>")
document.write("<option value=\"http://www.stentorian.com/kyoto/\">Kyoto Treaty and Global Warming</option>")
document.write("<option value=\"http://www.stentorian.com/MoveOn\">MoveOn.org, please move on!</option>")
document.write("<option value=\"http://www.stentorian.com/cartoons\">Free cartoons for your Web site or blog</option>")
document.write("<option value=\"http://www.stentorian.com/store\">Online store: bumper stickers, mugs, and more</option>")
document.write("</select>")
document.write("<input type=\"submit\" value=\"Go!\">")
document.write("</form>")