//change banner images and links
var slidespeed=1000;
var slideimages=new Array("image/top_ad2.jpg","image/top_ad1.jpg");
var slidelinks=new Array("/index.html","/index.html");

var imageholder=new Array();
var ie55=window.createPopup;
for (i=0;i<slideimages.length;i++){
	imageholder[i]=new Image();
	imageholder[i].src=slideimages[i];
}
function gotoshow(){
	window.location=slidelinks[whichlink];
}
