Get the latest headlines from Leonard Maltin delivered to your inbox.
Just drop your email in the box below and you're all set!
var icpForm1430 = document.getElementById('icpsignup1430');
if (document.location.protocol === "https:")
icpForm1430.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired1430() {
if (icpForm1430["fields_email"].value == "") {
icpForm1430["fields_email"].focus();
alert("The Email field is required.");
return false;
}
return true;
}