<!-- 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

gfx1="testbg5.gif";

lnk1="brakes.htm";

alt1="Brembo Brakes";

txt1="Tagline 1";

gfx6="varley_flyout.gif";

lnk6="miscellaneous.htm";

alt6="Varley Batteries";

txt6="Tagline 2";

gfx3="mfactory_flyout.gif";

lnk3="http://www.eg6ek4ep3.com";

alt3="MFactory parts";

txt3="Tagline 2";





gfx7="stilo_flyout.gif";

lnk7="racewear.htm";

alt7="Stilo";

txt7="Tagline 2";

gfx2="dash_flyout.gif";

lnk2="management.htm";

alt2="Digital Dash";

txt2="Tagline 2";



len=3;  // change to equal number of banners



var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;





today=new Date();

today=today.getTime()/10;

rnd=today%len;

document.writeln('<A HREF="'+eval("lnk"+ad)+'"><IMG SRC="'+eval("gfx"+ad)+'" ALT="'+eval("alt"+ad)+'" border=0><BR>'+'</A>');

//-->
