<!-- Original:  Colin Pc  -->
<!-- Web Site:  http://www.insighteye.com/ -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function checkCheckBox(f){
if (f.read_terms_cond.checked == false )
{
alert("You have not checked the box to" + '\n' + "say you have read and understood" + '\n' + "the terms and conditions" + '\n' + "" + '\n' + "Please use the back button to" + '\n' + "view the terms and conditions");
return false;
}else
return true;
}
//  End -->
