
The message can be changed, sped up or slowed down and the amount of time it stays on screen can be canged.
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.
//Configure the below three variables
//1) Set message to display (HTML accepted)
var thecontent='<h2><font color="#0088FF">Welcome to Bloggs World!</font></h2>'
//2) Set delay after which message should be hidden, in miliseconds ('' makes it incessantly visible on the screen)
var hidetimer=6666;
//3) Set speed of animation (1-50), where larger is faster
var BallSpeed = 20;
Here is the colour coding of what you need to change:
| To change the... | The colour is: |
| Message | red |
| Hide delay | Aqua |
| Speed | yellow |
Just chnge them to whatever you want.