<!-- 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="/images/eldiablo1.gif";
alt0="Spike Heels on your face!";
txt0="Click for ElDiablo.com!";
gfx1="/images/eldiablo2.gif";
alt1="stilletto heels on your chest!";
txt1="Sick Sick Sick!";
gfx2="/images/eldiablo3.gif";
alt2="doormat!";
txt2="Walk on me!!";

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

today=new Date();
today=today.getTime();
rnd=today%len;
document.writeln('<A HREF="http://www.eldiablo.com/?vsrs_id=1027649222"><IMG SRC="'+eval("gfx"+rnd)+'" ALT="'+eval("alt"+rnd)+'"><BR><font face="Verdana" size="+2">'+eval("txt"+rnd)+'</A>'+'</font>');
//-->