// -- affiche le tracking de la session// -- Récupération du referrer//	var tag_uci=""																						// tag ucatchit	var referrer=document.referrer.replace(/&+/g,"$");								// referrer	coinf='<';	cosup='>';	coet='&';// -- Vérifie l'existence du tag UCatchIt et Tag au besoin seulement//	reload = (tag_uci=="")||(tag_uci.substring(0,5)!="UACAG");	if (reload)	{		reload = (top.name=="")||(top.name.substring(0,5)!="UACAG");		tag_uci=top.name;	}	if(reload)	{		document.write('<script type="text/javascript" src="/cgi-bin/tag?account=UACAGGRCZYZGT&marque=UCI"><'+'/script>')	}	else		document.write('<!-- V 2.41 -->')IE5NS6   = (document.getElementById) ? 1 : 0;IE4      = (document.all) ? 1 : 0;NS4      = (document.layers) ? 1 : 0;VERSION4 = (IE4 | NS4) ? 1 : 0;NS       = (navigator.userAgent.indexOf("Netscape")!=-1)