<script language="javascript" type="text/javascript"><!--

function validate( form ) {
   
   if ( !form.agreement.checked ) {
     alert ("Please certify you are authorized to use this photo.");
     form.agreement.focus();
     return false;
     }
	return true;  
  }
//--></script>
