<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header("Content-type: text/javascipt"); header("Expires: Fri, 10 Jun 2011 07:00:00 GMT"); header("Pragma: no-cache");?>
function Validator(theForm)
{if(theForm.qf.value=="First Name")
{alert("Add a first name please.");theForm.qf.focus();return(false);}
if(theForm.qf.value=="")
{alert("Add a first name or initial.");theForm.qf.focus();return(false);}
if(theForm.qn.value=="Last Name")
{alert("Add a last name first.");theForm.qf.focus();return(false);}
if(theForm.qn.value=="")
{alert("Add a Last Name to start your search.");theForm.qn.focus();return(false);}
_gaq.push(['_trackEvent','Submit','Search']);return(true);}
<?php if(extension_loaded('zlib')){ob_end_flush();}?>
