<!--
function xiticlic(nom)
{
        hsh = new Date();
        hsd = document;
        xt_img = new Image();
        hsi = 'http://logv21.xiti.com/hit.xiti?s=106515'
        hsi += '&p=' + nom + '&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
        if(parseFloat(navigator.appVersion)>=4)
                {
                Xiti_s=screen;
                hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x'
                hsi += Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;
                }
        hsi += '&ref=' + hsd.referrer.replace('&', '$');
        xt_img.src = hsi;
return;
}
//-->

