function marque(page) {
	hsh  = new Date();
	hsd  = document;	
	xt_img = new Image();
	hsi  = 'http://logi3.xiti.com/hit.xiti';
	hsi += '?s=82670&s2=2';	
	hsi += '&p=' + page + '&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;
}