// (23/09/02) Aquesta galeta NO escriu a eresMas sinó només a l'stats de Telepolis
//            (de moment es crida només a pàgines personals però es pot fer servir per qualsevol aplicació)

hora = new Date();
//document.write("<img vspace=0 hspace=0 width=1 height=1 src=http://stats.telepolis.com/estadisticas/account/"+_NomGalleta+"?ref="+document.referrer+"@" +hora.getMinutes() + hora.getSeconds() +">");
var imatge=new Image();
imatge.src="http://stats.telepolis.com/estadisticas/account/"+_NomGalleta+"?ref="+document.referrer+"@" +hora.getMinutes() + hora.getSeconds();

if ((_NomGalleta=="PAGINAS_PERSONALES")||(_NomGalleta=="PAGINAS_PERSONALES_VIPX")){
	var imatge2=new Image();
	imatge2.src="http://stats.telepolis.com/estadisticas/account_pag_pers?id="+_id;
	//document.write("<img vspace=0 hspace=0 width=1 height=1 src=http://stats.telepolis.com/estadisticas/account_pag_pers?id="+_id+">");
}