function Stat(user,site) {
  var mlt=String.fromCharCode(100 + 9) + 'ai' + String.fromCharCode(100 + 8) +'to' + String.fromCharCode(50 + 8)
  var at=String.fromCharCode(8 * 8) // questa genera la chiocciola
  status=mlt + user + at + site; // ecco il link sullo status bar
  document.val = true;
}

function noStat() {  // Questo serve per resettare il testo dello
                 // status bar nell'evento "onMouseOut"
  status="";
  document.val = true;
}