document.onmouseover = hideshit;
document.onmouseout = hideshit;
function hideshit()
{
 window.status='The best fun site!'
 return true
}
