function xLateUrl(aCollection, sProp) {
  var i = 0;
  for(i = 0; i < aCollection.length; i++)
  aCollection[i][sProp] = aCollection[i][sProp].replace(/.+\/go\.php\//i,'');
}

function chl(){
	if (document.links)  xLateUrl(document.links, "href");
}