/// Javascript - Residence Finder Ltd. Updated 14/05/08 ///

function checkCheckBox(f){
if (f.agree.checked == false )
{
alert("Please accept our terms and conditions by ticking the box");
return false;
}else
return true;
}