//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.pl?absolutepoker",
"/cgi-bin/out.pl?absolutepoker",
"/cgi-bin/out.pl?absolutepoker",
"/cgi-bin/out.pl?fulltilt",
"/cgi-bin/out.pl?fulltilt",
"/cgi-bin/out.pl?fulltilt",
"/cgi-bin/out.pl?pokerstars",
"/cgi-bin/out.pl?pokerstars",
"/cgi-bin/out.pl?pokerstars"
);

image = new big1initArray(
"/prefrotation/absolutepoker1.gif",
"/prefrotation/absolutepoker2.gif",
"/prefrotation/absolutepoker3.gif",
"/prefrotation/fulltilt1.gif",
"/prefrotation/fulltilt2.gif",
"/prefrotation/fulltilt3.gif",
"/prefrotation/pokerstars1.gif",
"/prefrotation/pokerstars2.gif",
"/prefrotation/pokerstars3.gif"
);

text = new big1initArray(
"Absolute Poker",
"Absolute Poker",
"Absolute Poker",
"Full Tilt Poker",
"Full Tilt Poker",
"Full Tilt Poker",
"Poker Stars",
"Poker Stars",
"Poker Stars"
);

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.pl?absolutepoker",
"/cgi-bin/out.pl?absolutepoker",
"/cgi-bin/out.pl?absolutepoker",
"/cgi-bin/out.pl?fulltilt",
"/cgi-bin/out.pl?fulltilt",
"/cgi-bin/out.pl?fulltilt"
);

image = new small1initArray(
"/prefrotation/small/absolutepoker1.gif",
"/prefrotation/small/absolutepoker2.gif",
"/prefrotation/small/absolutepoker3.gif",
"/prefrotation/small/fulltilt1.gif",
"/prefrotation/small/fulltilt2.gif",
"/prefrotation/small/fulltilt3.gif"
);

text = new small1initArray(
"Absolute Poker",
"Absolute Poker",
"Absolute Poker",
"Full Tilt Poker",
"Full Tilt Poker",
"Full Tilt Poker"
);

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.pl?pokerstars",
"/cgi-bin/out.pl?pokerstars",
"/cgi-bin/out.pl?pokerstars"
);

image = new small2initArray(
"/prefrotation/small/pokerstars1.gif",
"/prefrotation/small/pokerstars2.gif",
"/prefrotation/small/pokerstars3.gif"
);

text = new small2initArray(
"Poker Stars",
"Poker Stars",
"Poker Stars"
);

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.pl?blackjackballroom",
"/cgi-bin/out.pl?blackjackballroom",
"/cgi-bin/out.pl?blackjackballroom",
"/cgi-bin/out.pl?yukongold",
"/cgi-bin/out.pl?yukongold",
"/cgi-bin/out.pl?yukongold",
"/cgi-bin/out.pl?24ktgold",
"/cgi-bin/out.pl?vegasred",
"/cgi-bin/out.pl?vegasred",
"/cgi-bin/out.pl?vegasred",
"/cgi-bin/out.pl?fortuneroom",
"/cgi-bin/out.pl?fortuneroom",
"/cgi-bin/out.pl?fortuneroom"
);

image = new small3initArray(
"/prefrotation/small/blackjackballroom1.gif",
"/prefrotation/small/blackjackballroom1.gif",
"/prefrotation/small/blackjackballroom1.gif",
"/prefrotation/small/yukongold1.gif",
"/prefrotation/small/yukongold1.gif",
"/prefrotation/small/yukongold1.gif",
"/prefrotation/small/24ktgold3.gif",
"/prefrotation/small/vegasred1.gif",
"/prefrotation/small/vegasred2.gif",
"/prefrotation/small/vegasred3.gif",
"/prefrotation/small/fortuneroom1.gif",
"/prefrotation/small/fortuneroom1.gif",
"/prefrotation/small/fortuneroom1.gif"
);

text = new small3initArray(
"Blackjack Ballroom",
"Blackjack Ballroom",
"Blackjack Ballroom",
"Yukon Gold",
"Yukon Gold",
"Yukon Gold",
"24kt Gold Casino",
"Vegas Red Casino",
"Vegas Red Casino",
"Vegas Red Casino",
"Fortune Room",
"Fortune Room",
"Fortune Room"
);

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;
}
	