function xt_clic_pi(s1,s2,libelle)
{
	hsh = new Date();
	hsd = document;
	xt_img = new Image();
	hsi = 'http://logi3.xiti.com/hit.xiti?s='+s1+'&s2='+s2;
	hsi += '&p='+libelle+'&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=' + parent.document.referrer.replace('&', '$');
	xt_img.src = hsi;
}
function xt_clic_linck(s1,s2,libelle,url)
{
	hsh = new Date();
	hsd = document;
	xt_img = new Image();
	hsi = 'http://logi3.xiti.com/hit.xiti?s='+s1+'&s2='+s2;
	hsi += '&p='+libelle+'&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=' + parent.document.referrer.replace('&', '$');
	xt_img.src = hsi;
	document.location=url;
}
function xt_clic_popup(s1,s2,libelle,url)
{
	hsh = new Date();
	hsd = document;
	xt_img = new Image();
	hsi = 'http://logi3.xiti.com/hit.xiti?s='+s1+'&s2='+s2;
	hsi += '&p='+libelle+'&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=' + parent.document.referrer.replace('&', '$');
	xt_img.src = hsi;
	parent.frames.spy.document.location=url
}