function checkCheckBox(f) {
  if (f.agree.checked == false) {
    alert('Please check the box to confirm you have read and agree to the Hottest Mom In America Supplemental Rules For Online Audition Wildcard Round and Rules & Requirements.');
    return false;
  } else
    return true;
}
