See what everyone else is saying about Hostility, or join in on the act!
Hostility Newsletter
Sign up to receive up to date info on sale, events, giveaways and much more!
var icpForm14958 = document.getElementById('icpsignup14958');
if (document.location.protocol === "https:")
icpForm14958.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired14958() {
if (icpForm14958["fields_email"].value == "") {
icpForm14958["fields_email"].focus();
alert("The Email field is required.");
return false;
}
if (icpForm14958["fields_fname"].value == "") {
icpForm14958["fields_fname"].focus();
alert("The First Name field is required.");
return false;
}
if (icpForm14958["fields_lname"].value == "") {
icpForm14958["fields_lname"].focus();
alert("The Last Name field is required.");
return false;
}
if (icpForm14958["fields_zip"].value == "") {
icpForm14958["fields_zip"].focus();
alert("The Zip field is required.");
return false;
}