<!--
  //
  // Mojo Webstats Pro Javascript
  //    made by Mesedilla Studios
  //
  // Visit http://mojowebstats.sourceforge.net for more information
  // Email mojowebstats@mesedilla.com for any assistance with this software
  //
  // (c) 2002-2003 Fritz Mesedilla [http://www.mesedilla.com]
  // ------------------------------------------------------------------
  // You can use this script for FREE but please keep this copyright notice.
  //

    //parses the title
    doc_title=(document.title)+"";
    if((doc_title=="undefined")||(doc_title==""))
    {
      doc_title="Unknown";
    }


    //sends data
    document.write("<img src='http://www.stanleyhero.com/miscGame/statsx5/MoloTrack21/log_visit.php?doc_location="+location.pathname+location.search+"&doc_title="+doc_title+"' border=0 height=1 width=1>");
-->