function requiredValidation()
{
 if( $('privacy').checked )
  return true;

 alert('Please confirm you have read the Privacy statement');
 return false;
}
