function xt_clic(page,url,nvlle)
{
hsh = new Date();
hsd = document;
xt_img = new Image();
// ajout vlad correction si dans frame
if (top.location != self.document.location) 
ref=frames.document.referrer.replace(/&/g, '$'); 
else ref=parent.document.referrer.replace(/&/g, '$');
//
hsi = 'http://logc5.xiti.com/hit.xiti?s=63390';
hsi += '&p='+page+'&clic=S&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' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
hsi += '&ref=' + ref;
xt_img.src = hsi;
if (url != null)
{ if ((nvlle=='')||(nvlle==null)) { hsd.location = url;} else {xfen = window.open(url,'xfen',''); xfen.focus();}}
else
{return;}
}