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