var src2_refresh = 9000; //- time between switching the ad, in milliseconds 1000 ms = 1 seconds -\\ var src2_count = 7; //- number of ads to rotate -\\ function src2_makeAd() { this.width = '468' this.height = '108' this.src = '' this.href = '' this.mouseover = '' } var src2_array = new Array() for(var src2_index = 1; src2_index <= src2_count; src2_index++) { src2_array[src2_index] = new src2_makeAd() } src2_index = 1; src2_array[src2_index].src = 'images/ads/AD_Fishbone.jpg' src2_array[src2_index].href = 'http://www.fishboneartanddesign.com/' src2_array[src2_index].mouseover = 'Fish Art' src2_index++ src2_array[src2_index].src = 'images/ads/AD_CDM1.jpg' src2_array[src2_index].href = 'http://www.costadelmar.com/' src2_array[src2_index].mouseover = 'COSTA DEL MAR' src2_array[src2_index].width = 468 src2_array[src2_index].height = 70 src2_index++ src2_array[src2_index].src = 'images/ads/AD_SeaFox.jpg' src2_array[src2_index].href = 'http://www.seafoxboats.com/seafox.html' src2_array[src2_index].mouseover = 'SEA FOX BOATS' src2_array[src2_index].width = 468 src2_array[src2_index].height = 108 src2_index++ src2_array[src2_index].src = 'images/ads/AD_Suzuki.jpg' src2_array[src2_index].href = 'http://www.suzukimarine.com/' src2_array[src2_index].mouseover = 'Suzuki' src2_array[src2_index].width = 468 src2_array[src2_index].height = 108 src2_index++ src2_array[src2_index].src = 'images/ads/AD_GreatLand.jpg' src2_array[src2_index].href = 'http://www.greatlandlaser.com/' src2_array[src2_index].mouseover = 'Rescue Lasers' src2_index++ src2_array[src2_index].src = 'images/ads/AD_GCLures.jpg' src2_array[src2_index].href = 'http://www.guideschoicetackle.com/' src2_array[src2_index].mouseover = 'Guides Choice Lures' src2_index++ src2_array[src2_index].src = 'images/ads/AD_Helter.jpg' src2_array[src2_index].href = 'http://www.helterskeletons.com/' src2_array[src2_index].mouseover = 'Helter Skeletons' src2_index++