function estadistiquesSeguimentLluert(identificadorSeguimentLluert){
	var imatgeSeguimentLluert=new Image();
	resolucioSeguimentLluert=screen.width+'x'+screen.height;
	origenSeguimentLluert=document.referrer;
	origenSeguimentLluert=origenSeguimentLluert.replace(/&/g,"_amp_");
	imatgeSeguimentLluert.src="http://estadistiques.lluert.net/seguiment.php?identificador="+identificadorSeguimentLluert+"&resolucio="+resolucioSeguimentLluert+'&origen='+origenSeguimentLluert;
}
