szMsg = "Global Incognito"
function putMsg() {
  window.status = szMsg
<!--  setTimeout("putMsg()", 50) -->
}
window.onload=putMsg
