rotating script
Want to have a rotating banner used for advertising people like I have on my site? It's so easy! This was gotten from The JavaScript Kit.
Paste this code where you want the script to show:
You see where it says myimages[#]="BANNER LINK"? Replace one of the BANNER LINK parts with the image url of the people you are advertising.
The next part says imagelinks[1]="SITE LINK". Replace one of the SITE LINK parts with the site url. Make sure the number matches, too. It would look like this:
- myimages[1]="#1 Image"
- myimages[2]="#2 Image"
- imagelinks[1]="#1 Link"
- imagelinks[2]="#2 Link"
Be sure to include the http:// part with all of the links or it will not work!!