<!-- Begin
function checkCheckBox(f){
if (f.term.checked == false )
{
alert('Please agree to our terms by checking the box.');
return false;
}else
return true;
}
//  End -->
