Link
Rotation Javascript
Link rotation with description
Handy
Tip : Another quite useful javascript that is often used by
webmasters is the link rotation code. Handy to point your visitors
into popular pages of your web site and easy to install.
Very
good link rotation javascript that also displays a description of the links. You
can add as many links as you like. The link rotation script is quite simple to
set up.
STEP
1
Copy and
paste the code below into the <head> of your html document.
Change
the number of links where the scripts says howmanysites=4; Change the
link url's at this line in the script Sites[1] = "http://www.hypergurl.com~Hypergurl|Click
for free web tools"
Note the ~ between the url and the link name.
This must remain! To add additional links repeat that line and add to the
number, ie, Sites[1] [2] etc.
STEP
2
Copy the
code below and paste this into your html document where you want the form to appear
on your page.