
 
<!-- 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




<!-- Edit the url images to match yours
theImages[0] = 'http://static.zoovy.com/merchant/reefs2go/BANNER-CLUB.gif'
theLinks[0] = 'http://www.reefs2go.com/'











theImages[1] = 'http://www.foxvalleyreefclub.com/forums/images/banners/aquadic%20banner%201.png'
theLinks[1] = 'http://www.Reefsaquatics.info/'



theImages[2] = 'http://www.foxvalleyreefclub.com/forums/images/banners/Plantonite-Bannerv3.gif'
theLinks[2] = 'http://www.aquariumspecialty.com'

theImages[3] = 'http://www.premiumaquatics.com/pacban.gif'
theLinks[3] = 'http://www.premiumaquatics.com'

theImages[4] = 'http://www.foxvalleyreefclub.com/forums/images/banners/bulkreefsupply.gif'
theLinks[4] = ' http://www.bulkreefsupply.com/?utm_source=allbannerads&utm_medium=clubbanner&utm_content=FVRC&utm_campaign=twopart001'

theImages[5] = 'http://www.foxvalleyreefclub.com/forums/images/banners/paulscoral.gif'
theLinks[5] = 'http://www.paulscorals.com'




theImages[6] = 'http://www.foxvalleyreefclub.com/forums/images/banners/banner1.2.jpg'
theLinks[6] = 'http://www.reefgeek.com/'


theImages[7] = 'http://www.coral2sell.com/images/c2s_banner.gif'
theLinks[7] = 'http://www.coral2sell.com'


theImages[8] = 'http://www.jimsreef.com/468banner002.gif'
theLinks[8] = 'http://www.jimsreef.com'


theImages[9] = 'http://www.foxvalleyreefclub.com/forums/images/banners/sealifebanner.gif'
theLinks[9] = 'http://www.sealifeinc.net'


theImages[10] = 'http://www.foxvalleyreefclub.com/forums/images/banners/Bulkreef%20Banner.JPG'
theLinks[10] = 'http://www.bulkreefsupply.com'



theImages[11] = 'http://www.reeftools.com/images/banners/reef-tools-community.gif'
theLinks[11] = 'http://www.reeftools.com'

theImages[12] = 'http://www.foxvalleyreefclub.com/forums/images/banners/brineshrimp.jpg'
theLinks[12] = 'http://www.brineshrimpdirect.com/'

theImages[13] = 'http://www.foxvalleyreefclub.com/forums/images/banners/tz_banner.jpg'
theLinks[13] = 'http://www.foxvalleyreefclub.com/forums/forumdisplay.php?52-T-amp-Z-Aquatics'

theImages[14] = 'http://www.foxvalleyreefclub.com/forums/images/banners/austinbanner468x60.png'
theLinks[14] = 'http://www.austinaquafarms.com'


theImages[15] = 'http://www.foxvalleyreefclub.com/forums/images/banners/AWI%20Typhoon%20Banner.gif'
theLinks[15] = 'http://www.airwaterice.com/'


theImages[16] = 'http://www.foxvalleyreefclub.com/forums/images/banners/discovery.jpg'
theLinks[16] = 'http://www.discoveryworld.org/'


theImages[17] = 'http://www.foxvalleyreefclub.com/forums/images/banners/justpetswebbanner.jpg'
theLinks[17] = 'http://www.foxvalleyreefclub.com/forums/forumdisplay.php?47-Just-Pets'



theImages[18] = 'http://www.foxvalleyreefclub.com/forums/images/banners/reefgemsbanner.png'
theLinks[18] = 'http://www.reef-gems.com'


theImages[19] = 'http://www.thecoralnut.com/coral%20store/images/banners/coralnutbanner.gif'
theLinks[19] = 'http://www.thecoralnut.com'


theImages[20] = 'http://www.foxvalleyreefclub.com/forums/images/banners/reefkoi%20animated%20GIF.bmp'
theLinks[20] = '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="468" height="60" alt="Please Visit our Clubs Sponsors" /></a></div>');
} 
// End -->

