<!--

var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"http://www.riverbelle.com/index.asp?s=aff51802&b=rbc_468x060_376&a=affad113",
"http://www.luckynugget.com/rfb_sa75__s||aff51802__b=sa73&a=affad101",
"http://www.jackpotcity.com/rfb_sa106__s||aff51802__b||sa106&a=affad102",
"http://www.gamingclub.com/rfb_sa157__s||aff51802__b=sa157&a=affad103",
"http://www.jackpotcity.com/rfb_sa106__s||aff51802__b||sa106&a=affad102",
"http://www.captaincookscasino.com/referral.asp?aff_id=aff6550",
"http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_178070",
"http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_178075"
);

image = new initArray(
"http://www.ClickedyClick.com/ads/rbc/sa376.gif",
"http://www.ClickedyClick.com/ads/lnc/sa75.gif",
"http://www.ClickedyClick.com/ads/jpc/sa107.gif",
"http://www.ClickedyClick.com/ads/gcc/sa157.gif",
"http://www.ClickedyClick.com/ads/jpc/sa107.gif",
"http://www.RewardsAffiliates.com/creatives/banners/ccc/ccc_468x60_080306_FreePlayHour.gif",
"http://gateway.fortunelounge.com/copy/vp/banners/vp_400_468x60.gif",
"http://gateway.fortunelounge.com/copy/fr/banners/bonus_makeover_468x60.gif"
);

text = new initArray(
"River Belle - The Greatest li` ol` Riverboat Casino",
"Lucky Nugget - Where Anyone Can Strike Gold",
"Jackpot City - Home of the Biggest Jackpots!",
"Gaming Club - More Winners, More Often",
"Jackpot City - Home of the Biggest Jackpots!",
"Captain Cook's Casino - $40 Free Every Month!",
"Vegas Palms - 400% Bonus!",
"Fortune Room - Money Back Guarantee!"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" width="468" height="60" border="0" alt=\"'+rantext+'\"></a>');

//-->

