Link
This is a hybrid script containing a tdate xtfunction . It is set up for a daily link change . Use full http urls
<script type="text/javascript" language=javascript>var image=new Array() image[0]='http://IMAGE'; image[1]='http://IMAGE'; image[2]='http://IMAGE'; image[3]='http://IMAGE'; image[4]='http://IMAGE'; image[5]='http://IMAGE'; image[6]='http://IMAGE'; var links=new Array() links[0]='http://LINK'; links[1]='http://LINK'; links[2]='http://LINK'; links[3]='http://LINK'; links[4]='http://LINK'; links[5]='http://LINK'; links[6]='http://LINK'; var s='<xt id="tdate" format="w" tzone="0"/>'; document.write('<a href="'+links[s]+'"><img src="'+image[s]+'" alt="link of the day" /> </a>');</script>
COOKIE CONTROLLED LINK ROTATOR
This is a sequential link rotator . It uses a cookie to store the number of the last link shown . For the users first visit it sets the cookie to a random value increments up to 10 then starts from 0 .this way new users will not all get the same link If the user has cookies turned off it outputs a random link
Copy these scripts or "upload from remote server" from
http://xtips.mobi/1/cookielink.css After upload delete the .css file extension and you will have the original page COOKIE HANDLER SCRIPT
These two scripts must go somewhere on the page or in the document head
LINK HANDLER SCRIPT
Edit this script to change the links
SHOW LINK SCRIPT
Place this where you want the link to appear