<!-- 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/gr1.gif";
alt0="Girl Ranch!";
txt0="Girl Ranch no shit!!!!";
lnk0="http://www2.girlranch.com/cgi/click?account=225445&site=gr&program=signup";
gfx1="/images/gr2.gif";
alt1="Girl Ranch!";
txt1="ahh fuck just click!!!";
lnk1="http://www2.girlranch.com/cgi/click?account=225445&site=gr&program=signup";
gfx2="/images/gr3.gif";
alt2="Girl Ranch";
txt2="Girl Ranch Mega site!!";
lnk2="http://www2.girlranch.com/cgi/click?account=225445&site=gr&program=signup";
gfx3="/images/gr4.jpg";
alt3="Girl Ranch!";
txt3="Click, WE DARE YOU!";
lnk3="http://www2.girlranch.com/cgi/click?account=225445&site=gr&program=signup";
gfx4="/images/gr5.jpg";
alt4="faggetaboutit! we're too red hot for you!";
txt4="Girl Ranch!!!";
lnk4="http://www2.girlranch.com/cgi/click?account=225445&site=gr&program=signup";
gfx5="/images/fs1.gif";
lnk5="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt5="do you like them young?";
txt5="ahh fuck just click you won't regret it";
gfx6="/images/fs2.gif";
lnk6="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt6="surprise!!!";
txt6="INSTANT Membership, Check It Out! Click Here Now!";
gfx7="/images/fs3.gif";
lnk7="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt7="21 is toooo ooolllddd!!!!";
txt7="ya think thay can stop you when they're all tied up?!!CLICK NOW!";
gfx8="/images/fs4.gif";
lnk8="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt8="barely legal";
txt8="The Amateur Zone";
gfx9="/images/fs5.gif";
lnk9="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt9="Live Fucking";
txt9="INSTANT Membership, Check It Out! Click Here Now!";
gfx10="/images/fs6.jpg";
lnk10="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt10="Live Fucking";
txt10="INSTANT Membership, Check It Out! Click Here Now! ";
gfx11="/images/fs7.gif";
lnk11="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt11="Live Fucking";
txt11="surprise!!!!";
gfx12="/images/fs8.gif";
lnk12="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt12="Live Fucking";
txt12="surprise!!!!";
gfx13="/images/fs9.gif";
lnk13="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt13="Live Fucking";
txt13="surprise!!!!";
gfx14="/images/fs10.gif";
lnk14="http://www2.farmsecrets.com/cgi/click?account=225445&site=fs&program=signup";
alt14="Live Fucking";
txt14="surprise!!!!";

len=15;  // change to equal number of banners

today=new Date();
today=today.getTime();
rnd=today%len;
document.writeln('<A HREF="'+eval("lnk"+rnd)+'"><IMG SRC="'+eval("gfx"+rnd)+'" ALT="'+eval("alt"+rnd)+'"><BR><font face="Comic Sans MS" size="+1">'+eval("txt"+rnd)+'</A>'+'</font>');
//-->