function pollStatus()
{
window.status = " ";
setTimeout( "pollStatus()", "1" );
}
pollStatus();