memberlogin
contactus
randomfacts

How to change the message displayed in the bottom left status bar

If you have ever put your mouse over a link you will see the full url displayed in the bottom left of the browser.  I found it necessary to change this and the code below will display whatever you have in the single quotes in the bottom left status bar.

<a href="" onmouseover="window.status='Show this in the bottom-left of my browser'; return true"