<!--

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];
  }
}

// These arrays defines the links for the ZONE 1 banners.  
// You may place as many as you wish, but pair them up with the graphics and ALT text arrays below.
// Note that the last entry in each array does not have a comma (,) after it!

link = new initArray(
"cgi-bin/jump.cgi?url=http://www.colosseumcasino.com/default.asp?btag=aff_101_c108_b759",
"cgi-bin/jump.cgi?url=http://adservercentral.com/bannerserver/casinolink.asp?btag=BanAff4443.grc_but120x120_01&cid=grc"
);

image = new initArray(
"http://www.gambling.mn/banners/collesium.gif",
"http://www.gambling.mn/banners/goldenreefwheel.gif"
);

text = new initArray(
"Colosseum Casino",
"Casino Action"
);

// These arrays defines the links for the ZONE 2 banners.  
// You may place as many as you wish, but pair them up with the graphics and ALT text arrays below.
// Note that the last entry in each array does not have a comma (,) after it!

link2 = new initArray(
"cgi-bin/jump.cgi?url=http://www.vegasslotcasino.com/home.asp?btag=aff_103_c108_b154",
"cgi-bin/jump.cgi?url=http://www.royalplazacasino.com/home.asp?btag=aff_104_c108_b360"
);

image2 = new initArray(
"http://www.gambling.mn/banners/vegasslot.gif",
"http://www.gambling.mn/banners/royalplaza.gif"
);

text2 = new initArray(
"Vegas Slot Casino",
"Royal Plaza Casino"
);

// These arrays defines the links for the ZONE 3 banners.  
// You may place as many as you wish, but pair them up with the graphics and ALT text arrays below.
// Note that the last entry in each array does not have a comma (,) after it!

link3 = new initArray(
"cgi-bin/jump.cgi?url=http://www.vegascountrycasino.com/home.asp?btag=aff_105_c108_b424",
"cgi-bin/jump.cgi?url=http://www.vegascountrycasino.com/home.asp?btag=aff_105_c108_b424"
);

image3 = new initArray(
"http://www.gambling.mn/banners/vegascountry.gif",
"http://www.gambling.mn/banners/vegasjoker.gif"
);

text3 = new initArray(
"Vegas Country Casino",
"Vegas Joker Casino"
);

// These arrays defines the links for the ZONE 4 banners.  
// You may place as many as you wish, but pair them up with the graphics and ALT text arrays below.
// Note that the last entry in each array does not have a comma (,) after it!

link4 = new initArray(
"cgi-bin/jump.cgi?url=http://www.grandhotelcasino.com/home.asp?btag=aff_102_c108_b851",
"cgi-bin/jump.cgi?url=http://adservercentral.com/bannerserver/casinolink.asp?btag=BanAff4443.chc_but125x125_05&cid=chc"
);

image4 = new initArray(
"http://www.gambling.mn/banners/grandhotel.gif",
"http://www.gambling.mn/banners/challenge.gif"
);

text4 = new initArray(
"Grand Hotel Casino",
"Challenge Casino"
);

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

var ranlink2  = link2[core];
var ranimage2 = image2[core];
var rantext2  = text2[core];

var ranlink3  = link3[core];
var ranimage3 = image3[core];
var rantext3  = text3[core];

var ranlink4  = link4[core];
var ranimage4 = image4[core];
var rantext4  = text4[core];

//-->
