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.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp",
"/index.asp"
);

// add banner images here
image = new banRot(
"/images/1.jpg",
"/images/2.jpg",
"/images/3.jpg",
"/images/4.jpg",
"/images/5.jpg",
"/images/6.jpg",
"/images/7.jpg",
"/images/8.jpg",
"/images/9.jpg",
"/images/10.jpg"
);


// add banner rollover images here



// add alt text for banner images here
text = new banRot(
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group",
"Last Corner Group"
);

prms = new banRot(
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480"
);


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 //////////////////////////////////////