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(
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#",
"#"
);

// add banner images here
image = new banRot(
"../images/headerSmall/corpheader1.jpg",
"../images/headerSmall/corpheader2.jpg",
"../images/headerSmall/corpheader3.jpg",
"../images/headerSmall/corpheader4.jpg",
"../images/headerSmall/corpheader5.jpg",
"../images/headerSmall/corpheader6.jpg",
"../images/headerSmall/corpheader7.jpg",
"../images/headerSmall/ca2.jpg",
"../images/headerSmall/cg1.jpg",
"../images/headerSmall/dcs1.jpg",
"../images/headerSmall/dfe5.jpg",
"../images/headerSmall/energy_1.jpg",
"../images/headerSmall/fluid1.jpg",
"../images/headerSmall/infra_1.jpg",
"../images/headerSmall/inv1-1.jpg",
"../images/headerSmall/inv1.jpg",
"../images/headerSmall/inv2.jpg",
"../images/headerSmall/inv3.jpg",
"../images/headerSmall/po1.jpg",
"../images/headerSmall/pp1.jpg",
"../images/headerSmall/pr1.jpg",
"../images/headerSmall/pr4.jpg"
);
// add banner rollover images here



// add alt text for banner images here
text = new banRot(
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton",
"Halliburton"
);

prms = new banRot(
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"width=720,height=480",
"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 ////////////////////////////////////////


function getImg() {
		document.write('<img name=banner src="'+ranimage+'" border=0 width=575 height=87 alt="'+rantext+'"></a>');
}
