<!-- Form Mailing List
document.write ("<form method=post action=http://scripts.dreamhost.com/add_list.cgi>");
document.write ("<div class=formelement><b>Join our mail list!</b><br>");
document.write ("<input type=hidden name=list value=list>");
document.write ("<input type=hidden name=url value=http://www.guitarsnotguns.org/subscribe.html>");
document.write ("<input type=hidden name=unsuburl value=http://www.guitarsnotguns.org/unsub.html>");
document.write ("<input type=hidden name=alreadyonurl value=http://www.guitarsnotguns.org/allreadyon.html>");
document.write ("<input type=hidden name=notonurl value=http://www.guitarsnotguns.org/noton.html>");
document.write ("<input type=hidden name=emailconfirmurl value=http://www.guitarsnotguns.org/confirm.html>");
document.write ("<input type=hidden name=domain value=http://www.guitarsnotguns.org>");
document.write ("<input type=hidden name=emailit value=1>");
document.write ("Name: <br>");
document.write ("<input name=name><br>");
document.write ("E-mail: <br>");
document.write ("<input name=address><br><br>");
document.write ("<input type=submit name=submit value=Subscribe><br>");
document.write ("<input type=submit name=unsub value=Unsubscribe></div></form>");
// -->