
function aBlur() {
  a = document.getElementsByTagName('a');
  for (x=0; x<a.length; x++) {
    a[x].onfocus=new Function('this.blur()');
    a[x].onmouseover=new Function('return true');
  }
}
function fAS(t,d,u,s) {
  var s = (s == '') ? u + '&#64;' + d + '&#46;' + t : s;
  document.write('<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;' + u + '&#64;' + d + '&#46;' + t + '">' + s + '</a>');
}
window.onload=aBlur;
window.defaultStatus='Tarracotel & SEGURETAT, S.L.';
