           var nReq= new Array; var nReq2= new Array;
						var plugs= new String;
						if (document.referrer)
						  {nReq = document.referrer;nReq=nReq.split("?");req= nReq[0];
						   if (nReq.length==2) 
						     {query=nReq[1].split("&");i=1;nb=query.length;req += "||" + query[0];
							  while (i<nb) 
						        {req+= ";;" + query[i]; i=i+1;}}}
						else {req="vide...";}
						if (location.href)
						  {nReq2 = window.location.href; nReq2=nReq2.split("?");req2= nReq2[0];
						   if (nReq2.length==2) 
						     {query2=nReq2[1].split("&");i=1;nb=query2.length;req2 += "||" + query2[0];
							  while (i<nb) 
						        {req2+= ";;" + query2[i]; i=i+1;}}}
						else {req2="vide...";}							
						i=1;nb=navigator.plugins.length; if (nb>=1) plugs=navigator.plugins[0]; while (i<nb) {plugs+="-"+navigator.plugins[i];i++;}  
document.write('<script language="javascript" src="http://www.epikurieu.com\/statistik\/index.php');
document.write('?user=1&historique=' + req + '&url='+ req2 +'&ecran=' +screen.width+ 'X' + screen.heigth + '&couleurs=' + screen.colorDepth); 
document.write('&nav='+ navigator.appName + parseFloat(navigator.appVersion) +'&sys='+ navigator.platform +'&plugs='+ plugs +'"><\/script>');
