document.onmouseover = hideshit;
document.onmouseout = hideshit;
function hideshit()
{
 window.status='Outdoor!'
 return true
}
