  
// Set up the image files to be used.
var theADImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theADImages [0] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif"; 
theADImages [1] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";
theADImages [2] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";
theADImages [3] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif"; 
theADImages [4] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";
theADImages [5] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif"; 
theADImages [6] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";
theADImages [7] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";
theADImages [8] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif"; 
theADImages [9] = "http://www.tampabayfish.com/images/ad/TBF-ad.gif";

var theADImagesHref = new Array() 

theADImagesHref[0] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ"; 
theADImagesHref[1] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";
theADImagesHref[2] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";
theADImagesHref[3] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ"; 
theADImagesHref[4] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";
theADImagesHref[5] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ"; 
theADImagesHref[6] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";
theADImagesHref[7] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";
theADImagesHref[8] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ"; 
theADImagesHref[9] = "https://spreadsheets.google.com/viewform?hl=en&formkey=dFlOdDNXZmJ0NjJtZXRVUnBwYVU1YWc6MQ";

var theADImagesLink = new Array() 

theADImagesLink [0] = "Advertise NOW"; 
theADImagesLink [1] = "Advertise NOW";
theADImagesLink [2] = "Advertise NOW";
theADImagesLink [3] = "Advertise NOW"; 
theADImagesLink [4] = "Advertise NOW";
theADImagesLink [5] = "Advertise NOW"; 
theADImagesLink [6] = "Advertise NOW";
theADImagesLink [7] = "Advertise NOW";
theADImagesLink [8] = "Advertise NOW"; 
theADImagesLink [9] = "Advertise NOW";


var theADImagesTitle = new Array() 

theADImagesTitle[0] = "Advertise on TampaBayFish.com today"; 
theADImagesTitle[1] = "Advertise on TampaBayFish.com today";
theADImagesTitle[2] = "Advertise on TampaBayFish.com today";
theADImagesTitle[3] = "Advertise on TampaBayFish.com today"; 
theADImagesTitle[4] = "Advertise on TampaBayFish.com today";
theADImagesTitle[5] = "Advertise on TampaBayFish.com today"; 
theADImagesTitle[6] = "Advertise on TampaBayFish.com today";
theADImagesTitle[7] = "Advertise on TampaBayFish.com today";
theADImagesTitle[8] = "Advertise on TampaBayFish.com today"; 
theADImagesTitle[9] = "Advertise on TampaBayFish.com today";

// do not edit anything below this line

var j = 0
var p = theADImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theADImages[i]
   preBuffer[i].src = theADImagesLink[i]
   preBuffer[i].src = theADImagesTitle[i]
   preBuffer[i].src = theADImagesHref[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showADSImage()
{

document.write('<a href="'+theADImagesHref[whichImage]+'" title="'+theADImagesTitle[whichImage]+'" target="_blank"><img border=0 height=85 width=175 src="'+theADImages[whichImage]+'"></a><br><a href="'+theADImagesHref[whichImage]+'" title="'+theADImagesTitle[whichImage]+'" target="_blank">'+theADImagesLink[whichImage]+'</a>');
}




