if (document.layers)
   {
   window.captureEvents(Event.MOUSEMOVE)
   window.onmousemove=barfix;
   }
   else
   document.onmousemove=barfix;


function barfix()
   {
   window.status="Bologna 1° OnLine - FSE - Buona Caccia !";
   }