var AdSpot300x250 = new Array()

//Random-loading images
AdSpot300x250[0] = '/media/rockets/HSI_300x250_15k.gif' // replace with names of images
AdSpot300x250[1] = '/media/rockets/ad300x250_tmobile110409.jpg' // replace with names of images
AdSpot300x250[2] = '/media/rockets/ad300x250_budweiser111109.jpg' // replace with names of images
AdSpot300x250[3] = '/media/rockets/ad300x250_tmobile110409.jpg' // replace with names of images
AdSpot300x250[4] = '/media/rockets/ad300x250_wildcat111109.jpg' // replace with names of images


var j = 0
var p = AdSpot300x250.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = AdSpot300x250[i]
}
var which300x250Ad = Math.round(Math.random()*(p-1));

function showAd300x250(){
if(which300x250Ad==0){
document.write('<a href ="http://www.comcast.com" target="_blank"><img src="'+AdSpot300x250[which300x250Ad]+'" border=0 width=300 height=250></a>');
}
else if(which300x250Ad==1){
document.write('<a href ="http://www.t-mobile.com" target="_blank"><img src="'+AdSpot300x250[which300x250Ad]+'" border=0 width=300 height=250></a>');
}
else if(which300x250Ad==2){
document.write('<a href ="http://www.anheuserbusch.com/" target="_blank"><img src="'+AdSpot300x250[which300x250Ad]+'" border=0 width=300 height=250></a>');
}
else if(which300x250Ad==3){
document.write('<a href ="http://www.t-mobile.com" target="_blank"><img src="'+AdSpot300x250[which300x250Ad]+'" border=0 width=300 height=250></a>');
}
else if(which300x250Ad==4){
document.write('<a href ="http://www.wildcatgolfclub.com/" target="_blank"><img src="'+AdSpot300x250[which300x250Ad]+'" border=0 width=300 height=250></a>');
}

}


var AdSpot728x90 = new Array()

//Random-loading images
AdSpot728x90[0] = '/media/rockets/adidas_HOU_WEB_728x90.jpg' // replace with names of images
AdSpot728x90[1] = '/media/rockets/ad728x90_budweiser111109.jpg' // replace with names of images
AdSpot728x90[2] = '/media/rockets/adidas_HOU_WEB_728x90.jpg' // replace with names of images
AdSpot728x90[3] = '/media/rockets/HSI_728x90_15k.jpg' // replace with names of images


var j = 0
var p = AdSpot728x90.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = AdSpot728x90[i]
}
var which728x90Ad = Math.round(Math.random()*(p-1));

function showAd728x90(){
if(which728x90Ad==0){
document.write('<a href ="http://www.adidas.com" target="_blank"><img src="'+AdSpot728x90[which728x90Ad]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad==1){
document.write('<a href ="http://www.anheuserbusch.com/" target="_blank"><img src="'+AdSpot728x90[which728x90Ad]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad==2){
document.write('<a href ="http://www.adidas.com" target="_blank"><img src="'+AdSpot728x90[which728x90Ad]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad==3){
document.write('<a href ="http://www.comcast.com" target="_blank"><img src="'+AdSpot728x90[which728x90Ad]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad==4){
document.write('<a href ="link.html" target="_blank"><img src="'+AdSpot728x90[which728x90Ad]+'" border=0 width=728 height=90></a>');
}

}

