<!--
Xt_param = 's=188195&p=';
Xt_r = document.referrer;
Xt_h = new Date();
Xt_i = '<img width="39" height="25" class="border" alt="" ';
Xt_i += 'src="http://logv27.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i += '&r=' + Xt_s.width + 'x' + Xt_s.height + 'x' + Xt_s.pixelDepth + 'x' + Xt_s.colorDepth;}
document.writeln(Xt_i + '&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Internet Audience">');
// click_out() sera associee a tous les liens sortant
// du site
function click_out() {
    xt_med('C',xtn2,this.hostname,'S');
}

// on parcourre tous les liens <a href> contenus dans
// la page si ces liens pointent vers un autre site
// (sortent du site) on associe a l'event "onclick"
// la fonction click_out()
function a_test() {
    for (i = 0; i < document.links.length; i++) {
        hostname = document.links[i].hostname;
        if (hostname != '' && hostname != 'www.cinepress.net') {
            document.links[i].onclick = click_out;
        }
    }
}
a_test();

//-->
