How do you put a message in the browser's status bar?
window.status = "put your message here"
status("put your message here")
statusbar = "put your message here"
window.status("put your message here")