$(document).ready(function(){$(".country-redirect").click(function(A){country_redirect()
})
});
function country_redirect(){var A=document.getElementById("country_selector");
var C=A.selectedIndex;
var D=A.options[C].value;
var B=document.getElementById("country-validation-warning");
if((D=="AS")||(D=="FM")||(D=="GU")||(D=="PR")||(D=="VI")||(D=="UM")||(D=="MP")||(D=="US")||(D=="JP")){B.style.display="none";
window.location.href=document.getElementById("deniedAccessLink").value
}else{if(D==""){B.style.display="block";
B.style.color="red"
}else{B.style.display="none";
window.location.href=document.getElementById("grantedAccessLink").value
}}}function decline_terms_conditions(){window.location.href=document.getElementById("#").value
};
