
      //parses the referrer
    doc_refer=escape(document.referrer)+"";
    if((doc_refer=="undefined")||(doc_refer==""))
    {
      doc_refer="Bookmark";
    }
			

    //sends data
    //document.write("<img src='/mws/mojo_ws.php?width="+screen.width+"&height="+screen.height+"&doc_location="+location.pathname+"&doc_title="+doc_title+"&doc_refer="+doc_refer+"' border=0 height=1 width=1>");
		 document.write("<IMG SRC='/ws/count.php?action=image&cat=WHFI&referer="+doc_refer+"' WIDTH=0 HEIGHT=0 BORDER=0>");
