// JavaScript Document
function checkCheckBox(a){if(a.agree.checked==false){alert("You must agree to our terms before proceeding to the next page.");return false}else return true};

