Please fill out the form below to be entered into our hairstyling competition. No more entries will be accepted after January 16, 2012. Please fill out all fields.*
var icpForm6096 = document.getElementById('icpsignup6096');
if (document.location.protocol === "https:")
icpForm6096.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired6096() { if (icpForm6096["fields_email"].value == "") { icpForm6096["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm6096["fields_fname"].value == "") { icpForm6096["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm6096["fields_lname"].value == "") { icpForm6096["fields_lname"].focus(); alert("The Last Name field is required."); return false; } if (icpForm6096["fields_phone"].value == "") { icpForm6096["fields_phone"].focus(); alert("The Phone field is required."); return false; } if (icpForm6096["fields_heard-of"].value == "") { icpForm6096["fields_heard-of"].focus(); alert("The How did you hear of this? field is required."); return false; }
return true; }