<!--
  //
  // 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="Untitled";
    }

    //parses the referrer
    doc_refer=escape(document.referrer)+"";
    if((doc_refer=="undefined")||(doc_refer==""))
    {
      doc_refer="Bookmark";
    }

    var width = screen.width;
      visitor_width = screen.width;
      visitor_height = screen.height;


    //sends data
    document.write("<img src='http://www.thepeeringnetwork.com/webstats/mojows_pro.php?width="+visitor_width+"&height="+visitor_height+"&doc_location="+location.pathname+location.search+"&doc_title="+doc_title+"&doc_refer="+doc_refer+"' border=0 height=1 width=1>");
-->
