function carregat()
{  document.location.href="http://"+this.alt;
}

function go()
{  startPing("eleccions.ajmanresa.cat");
   startPing("www3.ajmanresa.cat/eleccions");
   startPing("www.eleccions.ajmanresa.cat");  
   return false; 
}

function startPing(server)
{
	var t=new Date();
	
	img = new Image();
	img.onload=carregat;
	img.alt=server;
	img.src="http://"+server+"/favicon.ico?"+t;
}

document.write("<a href=\"\" onclick=\"return go();\">Web de les Eleccions a Manresa</a>");
