<!--
var ip = '<!--#echo var="REMOTE_ADDR"-->';
if(ip.substr(0,1)=='<')ip="Not Recorded";
var rcp="recipient";

var spm ='&#102;&#111;&#114&#109;&#48;&#49;@'
var com = '.&#99;&#111.&#117;&#107;'

var submitcount=0;
function checkform(){
  if ( (document.pirf.realname.value=="")|| 
       (document.pirf.email.value=="")|| 
       (document.pirf.confirm.value=="")
     ){alert("To allow us to handle your request more efficiently\r\nplease ensure all the fields are complete."); return false; }
  if( document.pirf.email.value != document.pirf.confirm.value ){alert("Your e-mail address and the confirmation do not match\r\nTo ensure you receive the information you require please re-check your details"); return false;  }

  if (submitcount == 0){submitcount++; return true;} alert("Please wait while the server processes your submission\r\nThanks!");  
  return false;
} 
//-->
