Join my irregular newsletter here. I promise not to spam you, and even better — I’ll give you free stuff on occasion.
var icpForm919 = document.getElementById('icpsignup919');
if (document.location.protocol === "https:")
icpForm919.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired919() { if (icpForm919["fields_email"].value == "") { icpForm919["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm919["fields_fname"].value == "") { icpForm919["fields_fname"].focus(); alert("The Name field is required."); return false; }
return true; }


