
 
<!-- Begin Random BANNER In Header Script



var theImages = new Array() // do not change this
var theLinks = new Array() // set up the container for the links



<!-- you can add as many banners as you want...just make shure they are numbered right..number to change are the ones in red-->

<!-- Edit the url images to match yours


theImages[0] = 'http://www.thescmas.com/forums/ad_banner/sponsors/rkoi.jpg'
theLinks[0] = 'http://www.reefkoi.com'


theImages[1] = 'http://www.thescmas.com/forums/ad_banner/sponsors/petop.jpg'
theLinks[1] = 'http://www.pacificeastaquaculture.com'


theImages[2] = 'http://www.thescmas.com/forums/ad_banner/sponsors/SteelCity.jpg'
theLinks[2] = 'http://www.steelcitycorals.com/'


theImages[3] = 'http://www.thescmas.com/forums/ad_banner/sponsors/AWI BANNER.gif'
theLinks[3] = 'http://www.airwaterice.com'


theImages[4] = 'http://www.thescmas.com/forums/ad_banner/sponsors/rkoi.jpg'
theLinks[4] = 'http://www.reefkoi.com'


var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<div align="center"><a href="'+theLinks[whichImage]+'" target="_self"><img src="'+theImages[whichImage]+'" border="0" width="230" height="73" alt="Official SCMAS Sponsor" /></a></div>');
} 
// End -->

