document.writeln("<center>");
document.writeln("<form action=\"http://karaoke-tutor.com/newsletter/users/form.php?FormID=1\" method=\"post\" name=\"frmSS\" target=\"_blank\" onSubmit=\"return CheckSS()\">");
document.writeln("<input type=\"hidden\" name=\"SelectLists[1]\" value=\"YES\">");
document.writeln("<input type=\"hidden\" name=\"Format\" value=\"1\">");
document.writeln("<input type=\"hidden\" name=\"FormCode\" value=\"cdf6215e42ae10728df094c5add6bbc1\">");
document.writeln("<hr width=\"90%\" color=\"#C0C0C0\"><font style=\"font-family:arial; font-size:13px;color:#000000\"><b>Join Our Mailing List</b></font><br>");
document.writeln("<font style=\"font-family:arial; font-size:11px;color:#000000\">Your Email Address</font>");
document.writeln("<br>");
document.writeln("<input type=\"text\" name=\"Email\" size=\"30\" maxlength=\"50\" style=\"color:#000000; font-size:10px; font-weight:normal;font-family:arial; border:1px solid #C0C0C0\"><br>");
document.writeln("<input type=submit value=Submit name=submit style=\"background-color: #0080C0; color:#FFFFFF; border:1px outset #27B7FF;font-weight:bold;font-size:9px\"><hr width=\"90%\" color=\"#C0C0C0\">");
document.writeln("</form>");
document.writeln("			<script language=\"JavaScript\">");
document.writeln("");
document.writeln("				var numLists = 1;");
document.writeln("");
document.writeln("				function doCheckCount(ccObj)");
document.writeln("				{");
document.writeln("					if(ccObj.checked)");
document.writeln("						numLists = numLists + 1;");
document.writeln("					else");
document.writeln("						numLists = numLists - 1;");
document.writeln("				}");
document.writeln("");
document.writeln("				function CheckSS()");
document.writeln("				{");
document.writeln("					theFrm = document.frmSS;");
document.writeln("");
document.writeln("					hasDot = theFrm.Email.value.indexOf(\".\");");
document.writeln("					hasAt = theFrm.Email.value.indexOf(\"@\");");
document.writeln("");
document.writeln("					if(hasDot + hasAt < 0)");
document.writeln("					{");
document.writeln("						alert(\"Please enter a valid email address.\");");
document.writeln("						theFrm.Email.focus();");
document.writeln("						theFrm.Email.select();");
document.writeln("						return false;");
document.writeln("					}");
document.writeln("");
document.writeln("					if(numLists == 0)");
document.writeln("					{");
document.writeln("						alert(\"Please choose a mailing list to subscribe to.\");");
document.writeln("						return false;");
document.writeln("					}");
document.writeln("");
document.writeln("");
document.writeln("					return true;");
document.writeln("				}");
document.writeln("");
document.writeln("			</script\>");
document.writeln("</center>");

