Are you one of the unlucky students who don’t have mtvU at your school yet? Well, don’t just sit there in your dorm room–do something about it. Just fill out your info below, and we’ll let your school administrators know that you want mtvU on campus.
//checkfileds function begins here
function checkFields() {
missinginfo = “”;
if (!document.request_mtvu.i_have_read.checked) {
missinginfo += “\n – mtvU’s Privacy Policy and Terms of Use box”;
}
if (!document.request_mtvu.share_personal.checked) {
missinginfo += “\n – permission to share your personal information”;
}
if (missinginfo != “”) {
missinginfo =”_____________________________\n” +
“You failed to check off:\n” +
missinginfo + “\n_____________________________” +
“\nPlease check it and submit again!”;
alert(missinginfo);
return false;
}
else return true;
}
// End –>
|




