var currentdate = 0;
var core = 0;

function banRot() {

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

// add links here
link = new banRot(
"index.php?id=56",
"index.php?id=55",
"index.php?id=54",
"index.php?id=57",
"index.php?id=63"
);

// add banner images here
image = new banRot(
"assets/images/aggreko_highlight.jpg",
"assets/images/federal_highlight.jpg",
"assets/images/gdfsuez_highlight.jpg",
"assets/images/lola_highlight.jpg",
"assets/images/nalco_highlight.jpg"
);
// add banner rollover images here



// add alt text for banner images here
text = new banRot(
"Aggreko Case Study Highlight",
"Federal Case Study Highlight",
"GDF SUEZ Energy Resources NA Case Study Highlight",
"Lola Savannah Case Study Highlight",
"Nalco Case Study Highlight"
);

prms = new banRot(
"width=325,height=184",
"width=325,height=184",
"width=325,height=184",
"width=325,height=184",
"width=325,height=184"
);


var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];
var params     = prms[core];
// END BANNER ROTATOR //////////////////////////////////////
