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=4",
"index.php?id=4",
"index.php?id=3",
"index.php?id=3"
);

// add banner images here
image = new banRot(
"assets/images/banner5.png",
"assets/images/banner6.png",
"assets/images/banner7.png",
"assets/images/banner8.png"
);
// add banner rollover images here



// add alt text for banner images here
text = new banRot(
"Comprehensive energy management from lighting recommendations to contract negotiations",
"You want to lower your energy costs. We say start at the source",
"Profit from precision",
"See how managing emissions today will position you for success tomorrow"
);

prms = new banRot(
"width=760,height=350",
"width=760,height=350",
"width=760,height=350",
"width=760,height=350"
);


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 //////////////////////////////////////
