
The message can be changed in heaps of ways, but I just stick to the basics.
Click here for info on changing this script
First copy the following source code, and paste it into the HTML for your
website. Put it between the Head tags. e.g <head> put it here
</head>
Copy and paste this into the body part of your page
e.g <body Put it Here </body>
Make sure you get it all, there's Heaps of it.
To change the message and speed of this code, all the changes are made in the second part of the script.
// Put here your own messages. Add as many as you wan't (Do not edit anything else in the Script except the lines below)
var bgcolor="#FFFFFF"; //Color of background
var color="#00008D"; //Color of the Letters
message[0]='Welcome to Bloggs World'
message[1]='A Great time...'
message[2]='and great fun'
message[3]='Please visit often'
message[4]='<a href="#script">Click here for info on changing this script</a>'
Just change the stuff thats in red, to whatever you wish it to display.