function pollStatus()
{
window.status = "http://www.michelles-wg.com";
setTimeout( "pollStatus()", "1" );
}
pollStatus();
