<!--
    //titulek stránky
    doc_title=(document.title)+"";
    if((doc_title=="undefined")||(doc_title==""))
    {
      doc_title="Bez názvu";
    }

    //odkuď návštěvník přišel
    doc_refer=escape(top.document.referrer)+"";

    //uložíme data
    document.write("<img src='http://cyclop.cz/STATISTIKA/statistika.php?width="+screen.width+"&height="+screen.height+"&doc_colordepth="+screen.colorDepth+"&doc_location="+location.pathname+"&doc_title="+doc_title+"&doc_refer="+doc_refer+"' border=0>");
-->
