Sign up our email special and you will learn about latest Apple news, product info and our exclusive Sale events.
var icpForm1366 = document.getElementById('icpsignup1366');
if (document.location.protocol === "https:")
icpForm1366.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired1366() {
if (icpForm1366["fields_email"].value == "") {
icpForm1366["fields_email"].focus();
alert("The Email field is required.");
return false;
}