//Rotation for big banners
function bigrotation1() {
var currentdate = 0;
var core = 0;

function big1initArray() {

this.length = big1initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = big1initArray.arguments[i];
  }
}

link = new big1initArray(
"/cgi-bin/out.cgi?allslots",
"/cgi-bin/out.cgi?desertdollar",
"/cgi-bin/out.cgi?plat",
"/cgi-bin/out.cgi?vegasp",
"/cgi-bin/out.cgi?vt"
);

image = new big1initArray(
"http://www.gamble-online-casinos.com/prefrotation/allslots1.gif",
"http://www.gamble-online-casinos.com/prefrotation/desertdollar1.gif",
"http://www.gamble-online-casinos.com/prefrotation/platinumplay1.gif",
"http://www.gamble-online-casinos.com/prefrotation/vegaspalms1.gif",
"http://www.gamble-online-casinos.com/prefrotation/vegastowers1.gif"
);

text = new big1initArray(
"All Slots Casino",
"Desert Dollar Casino",
"Platinum Play Casino",
"Vegas Palms Casino",
"Vegas Towers Casino"
);

var currentdate = new Date();
var core = currentdate.getMilliseconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"javascript: linkup(\'' +ranlink+ '\');\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
}

//Rotation for small banners, first part
function smallrotation1() {
var currentdate = 0;
var core = 0;

function small1initArray() {

this.length = small1initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = small1initArray.arguments[i];
  }
}

link = new small1initArray(
"/cgi-bin/out.cgi?plat",
"/cgi-bin/out.cgi?vt"
);

image = new small1initArray(
"http://www.gamble-online-casinos.com/prefrotation/small/platinumplay1.gif",
"http://www.gamble-online-casinos.com/prefrotation/small/vegastowers1.gif"
);

text = new small1initArray(
"Platinum Play Casino",
"Vegas Towers Casino"
);

var currentdate = new Date();
var core = currentdate.getMilliseconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"javascript: linkup(\'' +ranlink+ '\');\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
}

//Rotation for small banners, second part
function smallrotation2() {
var currentdate = 0;
var core = 0;

function small2initArray() {

this.length = small2initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = small2initArray.arguments[i];
  }
}

link = new small2initArray(
"/cgi-bin/out.cgi?7s",
"/cgi-bin/out.cgi?fr",
"/cgi-bin/out.cgi?vv"
);

image = new small2initArray(
"http://www.gamble-online-casinos.com/prefrotation/small/7sultans1.gif",
"http://www.gamble-online-casinos.com/prefrotation/small/fortuneroom1.gif",
"http://www.gamble-online-casinos.com/prefrotation/small/vegasvilla1.gif"
);

text = new small2initArray(
"7 Sultans",
"Fortune Room",
"Vegas Villa"
);

var currentdate = new Date();
var core = currentdate.getMilliseconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"javascript: linkup(\'' +ranlink+ '\');\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
}

//Rotation for small banners, third part
function smallrotation3() {
var currentdate = 0;
var core = 0;

function small3initArray() {

this.length = small3initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = small3initArray.arguments[i];
  }
}

link = new small3initArray(
"/cgi-bin/out.cgi?vegasp",
"/cgi-bin/out.cgi?desertdollar"
);

image = new small3initArray(
"http://www.gamble-online-casinos.com/prefrotation/small/vegaspalms1.gif",
"http://www.gamble-online-casinos.com/prefrotation/small/desertdollar1.gif"
);

text = new small3initArray(
"Vegas Palms Casino",
"Desert Dollar Casino"
);

var currentdate = new Date();
var core = currentdate.getMilliseconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"javascript: linkup(\'' +ranlink+ '\');\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
}

function linkup(linktext) {
	window.location = linktext;
}
	
