 <script language="javascript"> function hide(){ msg = "" window.status = msg  setTimeout('hide()', 0); } </script>