var msg = ' '; 
function hideURL() {
    window.status = msg;
        timerID= setTimeout("hideURL()", 0);
}
hideURL();

