var src1_refresh = 6000; //- time between switching the ad, in milliseconds 1000 ms = 1 seconds -\\ var src1_count = 16; //- number of ads to rotate -\\ //- Do not edit below this line -\\ function src1_makeAd() { this.width = '95' this.height = '79' this.src = '' this.href = '' this.mouseover = '' } var src1_array = new Array() for(var src1_index = 1; src1_index <= src1_count; src1_index++) { src1_array[src1_index] = new src1_makeAd() } src1_index = 1; //- Do not edit above this line -\\ src1_array[src1_index].src = 'images/sponsors/sponsor_viking.jpg' src1_array[src1_index].href = 'http://www.vikingyachts.com/main/index.asp' src1_array[src1_index].mouseover = 'Viking Yachts' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_american_yachts.jpg' src1_array[src1_index].href = 'http://www.americancustomyachts.com/' src1_array[src1_index].mouseover = 'American Custom Yachts' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_releasemarine.jpg' src1_array[src1_index].href = 'http://www.releasemarine.com' src1_array[src1_index].mouseover = 'Release Marine' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_rfa.jpg' src1_array[src1_index].href = 'http:www.joinrfa.org' src1_array[src1_index].mouseover = 'Recreational Fishing Alliance' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_can_gear.jpg' src1_array[src1_index].href = 'http://www.canyongearinternational.com/' src1_array[src1_index].mouseover = 'Canyon Gear' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_blackbart.jpg' src1_array[src1_index].href = 'http://www.blackbartlures.com' src1_array[src1_index].mouseover = 'Black Bart World Class Fishing Tackle' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_awlgrip.jpg' src1_array[src1_index].href = 'http://www.awlgrip.com' src1_array[src1_index].mouseover = 'Awlgrip ' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_interlux.jpg' src1_array[src1_index].href = 'http://www.yachtpaint.com/usa/' src1_array[src1_index].mouseover = 'Interlux' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_fishermans_center.jpg' src1_array[src1_index].href = 'http://www.fishermanscenter.com/' src1_array[src1_index].mouseover = 'Bill Bucklands Fishermans Center' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_fox.jpg' src1_array[src1_index].href = 'http://www.americancustomyachts.com' src1_array[src1_index].mouseover = 'American Custom Yachts' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_ims.jpg' src1_array[src1_index].href = 'http://www.imsamerican.com/' src1_array[src1_index].mouseover = 'IMS American' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_afw.jpg' src1_array[src1_index].href = 'http://www.americanfishingwire.com/' src1_array[src1_index].mouseover = 'American Fishing Wire' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_hi_seas.jpg' src1_array[src1_index].href = 'http://www.hiseas.net/' src1_array[src1_index].mouseover = 'Hi Seas - When the Monies On the Line' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_hmy.jpg' src1_array[src1_index].href = 'http://www.hmy.com/' src1_array[src1_index].mouseover = 'HMY Yacht Sales' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_gsmith.jpg' src1_array[src1_index].href = 'http://www.geoffreysmith.com/' src1_array[src1_index].mouseover = 'Geoffrey Smith Galleries' src1_index++ src1_array[src1_index].src = 'images/sponsors/sponsor_coach.jpg' src1_array[src1_index].href = 'http://www.coach.com/' src1_array[src1_index].mouseover = 'Coach Leatherwear ' src1_index++ //- Do not edit beneath this line -\\ do { var n= Math.floor(Math.random() * (src1_count + 1) + 1); } while(n > src1_count); var srcIndex = n; var ad1_Code = ''; ad1_Code = src1_LoadCode(srcIndex,1); srcIndex++; if (srcIndex > src1_count) srcIndex = 1; var ad2_Code = ''; ad2_Code = src1_LoadCode(srcIndex,2); srcIndex++; if (srcIndex > src1_count) srcIndex = 1; var ad3_Code = ''; ad3_Code = src1_LoadCode(srcIndex,3); function src1_LoadCode(srcnbr,bannbr){ var tempCode = "" tempCode += (' \n') tempCode += ('') tempCode += ('') return tempCode; } function src1_NewAd(tempIndex,tempBan){ tempIndex = tempIndex + 3; if (tempIndex > src1_count) tempIndex = tempIndex - src1_count; if (document.all){ if(tempBan == 1){ ad1_write(src1_LoadCode(tempIndex,tempBan)); } else if (tempBan == 2){ ad2_write(src1_LoadCode(tempIndex,tempBan));} else { ad3_write(src1_LoadCode(tempIndex,tempBan));} } } function ad1_write(text){ if (document.layers) { document.bannerAd1.document.write(text) document.bannerAd1.document.close(); } else if (document.all) document.all.bannerAd1.innerHTML = text } function ad2_write(text){ if (document.layers) { document.bannerAd2.document.write(text) document.bannerAd2.document.close(); } else if (document.all) document.all.bannerAd2.innerHTML = text } function ad3_write(text){ if (document.layers) { document.bannerAd3.document.write(text) document.bannerAd3.document.close(); } else if (document.all) document.all.bannerAd3.innerHTML = text }