var AdSpot728x90_roster = new Array()

//Random-loading images
AdSpot728x90_roster[0] = '/media/rockets/ad728x90_toyota062910.jpg' // replace with names of images
AdSpot728x90_roster[1] = '/media/rockets/ad728x90_toyota062910.jpg' // replace with names of images
AdSpot728x90_roster[2] = '/media/rockets/ad728x90_toyota062910.jpg' // replace with names of images
AdSpot728x90_roster[3] = '/media/rockets/ad728x90_toyota062910.jpg' // replace with names of images
AdSpot728x90_roster[4] = '/media/rockets/ad728x90_toyota062910.jpg' // replace with names of images


var j = 0
var p = AdSpot728x90_roster.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = AdSpot728x90_roster[i]
}
var which728x90Ad_roster = Math.round(Math.random()*(p-1));

function showAd728x90_roster(){
if(which728x90Ad_roster==0){
document.write('<a href ="http://www.gulfstates.buyatoyota.com/specials" target="_blank"><img src="'+AdSpot728x90_roster[which728x90Ad_roster]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad_roster==1){
document.write('<a href ="http://www.gulfstates.buyatoyota.com/specials" target="_blank"><img src="'+AdSpot728x90_roster[which728x90Ad_roster]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad_roster==2){
document.write('<a href ="http://www.gulfstates.buyatoyota.com/specials" target="_blank"><img src="'+AdSpot728x90_roster[which728x90Ad_roster]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad_roster==3){
document.write('<a href ="http://www.gulfstates.buyatoyota.com/specials" target="_blank"><img src="'+AdSpot728x90_roster[which728x90Ad_roster]+'" border=0 width=728 height=90></a>');
}
else if(which728x90Ad_roster==4){
document.write('<a href ="http://www.gulfstates.buyatoyota.com/specials" target="_blank"><img src="'+AdSpot728x90_roster[which728x90Ad_roster]+'" border=0 width=728 height=90></a>');
}
}


