
<!-- 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.agree.checked == false )
{
alert('Please read the legal disclaimer, then check the box to continue.');
return false;
}else
return true;
}
//  End -->



