function winStat(bla)
{
window.status = bla;
}
window.defaultStatus='';
function blah() {
window.status='';
setTimeout(blah, 0);
}
blah();