  function cmsFunction(){
    var cmspr;
    if(cmspr != null && cmspr != undefined){
    }else{
      cmspr = '';
    }
    document.write('<img width=1 height=1 '
      + 'src="http://www.patient-voice.net/cmsasp/log/img/image.gif?CMSID='
      + cmsid
      + '&CMSNM=' 
      + cmsnm
      + '&REFERER=' 
      + escape(document.referrer)
      + '&CMSPR=' 
      + cmspr
      + '">'
    );
  }

