Put this part of the script inside your <head> tag.
<!-- Hide the script from old browsers -- <script language="javascript"> function a(txt) { self.status = txt } function b() { self.status = "" } // --End Hide --> </script> |
Put this part of the script where your link will be and change the "put your" sections to the URL, message, and link text
<A HREF="Your URL" onMouseOver="a('Your status bar message');return true" onMouseOut="b()">Your text link</a> |
| South Park Page |