<!--

    //parses the title
    doc_title=(document.title)+"";
    if((doc_title=="undefined")||(doc_title==""))
    {
      doc_title="Untitled";
    }

    //parses the referrer
    doc_refer=escape(document.referrer)+"";
    if((doc_refer=="undefined")||(doc_refer==""))
    {
      doc_refer="Direct Link";
    }

    //sends data
    document.write("<img src='http://www.mtcusa.com/webstat/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>");
-->
