<center><h1>Random Banners</h1></center>
<center><script language="JavaScript">
<!-- written by The Omega
//   http://members.xoom.com/the_omega/
//   the_omega@geocities.com
// You must leave these comments in to use the script
//  (hey, I wrote it. Let me have a little credit!)

// put info for randomly selected banners here, as in the examples

gfx0="webstyle_ad3.gif";

lnk0="http://www.club.xara.com/webstylereferrer.asp?ID=15875";

alt0="Xara Webstyle - Click here!";

txt0="Xara Webstyle - Click here!";

gfx1="webster2_banner2.gif";

lnk1="http://www.club.xara.com/webster2referrer.asp?ID=15875";

alt1="Xara Webster 2 - Click here!";

txt1="Xara Webster 2 - Click here!";

gfx2="x3d_3a.gif";

lnk2="http://www.club.xara.com/x3d3referrer.asp?ID=15875";

alt2="Xara 3D 2 - Click here!";

txt2="Xara 3D 2 - Click here!";

len=3;  // change to equal number of banners

today=new Date();

today=today.getTime()/10;

rnd=today%len;

document.writeln('<A HREF="'+eval("lnk"+rnd)+'"><IMG SRC="'+eval("gfx"+rnd)+'" ALT="'+eval("alt"+rnd)+'"><BR>'+eval("txt"+rnd)+'</A>');
//-->
</script></center>

Try reloading the page to see the change!