/*----------------------------------------------------
||Banner Ad Rotater v1.01                            ||
||                                                   ||
||Script by:                                         ||
||Anarchos                                           ||
||URL: http://www.xs.mw/anarchos                     ||
||E-mail: anarchos3@hotmail.com                      ||
||ICQ: 12007422                                      ||
||                                                   ||
||E-mail or ICQ me if you have any questions or need ||
||help setting up your banner ad rotator. Check out  ||
||my webpage every once in a while for updates to    ||
||this script.                                       ||
-----------------------------------------------------*/


//Setup Instructions:
//-0) Modify this file then copy and paste it into the <head> of the webpage to use the banner ad script

/*---------------------------
1) add into your <head>:
 
<script language="javascript" src="bannerscript.js"></script>

<style>
<!--
#bannerAd{visibility:visible;}
-->
</style>
 
-----------------------------*/

/*----------------------------
2) add this code into your webpage where you want the banner ad to be displayed:

<!-- Banner Ad code -->
<div id="bannerAd">
<script language="JavaScript">
<!-- 
document.write(myCode)
// -->
</script>
</div>
<!-- End Banner Ad-->

-----------------------------*/

//-3) time between switching the ad, in milliseconds -\\
var refreshTime = 300000; //- 5000 ms = 5 seconds -\\

//-4) number of ads to rotate -\\
var numAds = 256;

function makeAd() {
	this.width = ''
	this.height = ''
	this.src = ''
	this.href = ''
	this.mouseover = ''
	this.sponsor = ''
}

var ads = new Array()
for(var i = 1; i <= numAds; i++) { ads[i] = new makeAd() }

//- 5) Copy and paste the lines between the banner definition for 
//each banner you want to rotate and be sure to change numAds to 
//the number of banners (look about 15 lines up for numAds)
i = 1;

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Feb03_banner1.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/iahbe" //link url
ads[i].mouseover = "Dont be left behinde you should have this." //text to display when mouse moves over banner
ads[i].sponsor = "International Association of Home Business Entrepreneurs" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Feb03_banner2.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/iahbe" //link url
ads[i].mouseover = "Dont be left behinde you should have this." //text to display when mouse moves over banner
ads[i].sponsor = "International Association of Home Business Entrepreneurs" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Feb03_banner3.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/iahbe" //link url
ads[i].mouseover = "Dont be left behinde you should have this." //text to display when mouse moves over banner
ads[i].sponsor = "International Association of Home Business Entrepreneurs" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb1.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb2.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb3.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb4.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb5.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb6.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb7.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb8.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb9.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb10.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/stts-01.gif" //image url
ads[i].href = "http://dynamic.secretstotheirsuccess.com/t.cgi/658227/" //link url
ads[i].mouseover = "Marketing Tips" //text to display when mouse moves over banner
ads[i].sponsor = "Secrets To Their Success" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/stts-02.gif" //image url
ads[i].href = "http://dynamic.secretstotheirsuccess.com/t.cgi/658227/" //link url
ads[i].mouseover = "Marketing Tips" //text to display when mouse moves over banner
ads[i].sponsor = "Secrets To Their Success" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/stts-03.gif" //image url
ads[i].href = "http://dynamic.secretstotheirsuccess.com/t.cgi/658227/" //link url
ads[i].mouseover = "Marketing Tips" //text to display when mouse moves over banner
ads[i].sponsor = "Secrets To Their Success" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-02.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-16.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-17.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-18.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-21.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/IMC-36.GIF" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/" //link url
ads[i].mouseover = "Internet Marketing Center" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-03.GIF" //image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/" //link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Mail Loop" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF" //image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/" //link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Mail Loop" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/mrh1.gif" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/directsales" //link url
ads[i].mouseover = "Mr. H" //text to display when mouse moves over banner
ads[i].sponsor = "Mr. H" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/mrh2.gif" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/directsales" //link url
ads[i].mouseover = "Mr. H" //text to display when mouse moves over banner
ads[i].sponsor = "Mr. H" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/mrh3.gif" //image url
ads[i].href = "http://www.marketingtips.com/t.cgi/658227/directsales" //link url
ads[i].mouseover = "Mr. H" //text to display when mouse moves over banner
ads[i].sponsor = "Mr. H" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/lv-01.gif" //image url
ads[i].href = "http://www.marketingtips.com/londonvideos/t.x/658227/" //link url
ads[i].mouseover = "Internet Profit Maker Seminar" //text to display when mouse moves over banner
ads[i].sponsor = "Internet Profit Maker Seminar" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/lv-02.gif" //image url
ads[i].href = "http://www.marketingtips.com/londonvideos/t.x/658227/" //link url
ads[i].mouseover = "Internet Profit Maker Seminar" //text to display when mouse moves over banner
ads[i].sponsor = "Internet Profit Maker Seminar" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/lv-03.gif" //image url
ads[i].href = "http://www.marketingtips.com/londonvideos/t.x/658227/" //link url
ads[i].mouseover = "Internet Profit Maker Seminar" //text to display when mouse moves over banner
ads[i].sponsor = "Internet Profit Maker Seminar" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/eb-03.gif" //image url
ads[i].href = "http://www.ebookpro.com/t.cgi/658227/" //link url
ads[i].mouseover = "Ebook Pro" //text to display when mouse moves over banner
ads[i].sponsor = "Ebook Pro" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/eb-04.gif" //image url
ads[i].href = "http://www.ebookpro.com/t.cgi/658227/" //link url
ads[i].mouseover = "Ebook Pro" //text to display when mouse moves over banner
ads[i].sponsor = "Ebook Pro" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/banner2.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/banner4.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/csr-06.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/csr-07.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/csr-13.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.carsecrets.com/images/csr-31.gif" //image url
ads[i].href = "http://www.carsecrets.com/t.cgi/658227/" //link url
ads[i].mouseover = "Car Secrets" //text to display when mouse moves over banner
ads[i].sponsor = "Car Secrets" //text to display for text link under banner
i++

ads[i].width = "310" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.pcpresents.com/members/black/images/pcmodern2.gif" //image url
ads[i].href = "http://pcpresents.com/members/begin.php?referrer=divergance" //link url
ads[i].mouseover = "PcPresents" //text to display when mouse moves over banner
ads[i].sponsor = "PcPresents" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://pcpresents.com/members/images/pcbanner4a.gif" //image url
ads[i].href = "http://pcpresents.com/members/begin.php?referrer=divergance" //link url
ads[i].mouseover = "PcPresents" //text to display when mouse moves over banner
ads[i].sponsor = "PcPresents" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://pcpresents.com/members/images/pcbanner3.gif" //image url
ads[i].href = "http://pcpresents.com/members/begin.php?referrer=divergance" //link url
ads[i].mouseover = "PcPresents" //text to display when mouse moves over banner
ads[i].sponsor = "PcPresents" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://advertwizard.addesigner.com/users/stonie.at.oregoncoast.com.gif" //image url
ads[i].href = "http://pcpresents.com/members/begin.php?referrer=divergance" //link url
ads[i].mouseover = "PcPresents" //text to display when mouse moves over banner
ads[i].sponsor = "PcPresents" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes20.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes23.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes24.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes148.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes122.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes19.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes17.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes16.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes18.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerwyk143.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/wyk" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerwyk144.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/wyk" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervnu147.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/vnu" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervc146.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/vc" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervao161.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/vao" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervao169.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/vao" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervao162.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/vao" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervarga135.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/varga" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannervarga136.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/varga" //link url
ads[i].mouseover = "varga" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banneryes23.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/yes" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/baannerusms145.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/usms" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannernl140.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/nl" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg139.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerief134.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/ief" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerhfb133.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerhfb132.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree168.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree166.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree165.bmp" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree167.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree124.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerfree125.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner128.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/fcs" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://ad.linksynergy.com/fs-bin/show?id=KdIizceUG0c&bids=41019.10000003&type=4&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=41019.10000003&type=4&subid=0" //link url
ads[i].mouseover = "techdepot" //text to display when mouse moves over banner
ads[i].sponsor = "techdepot" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.autoaffiliates.com/images/468x60HomePage.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=9244.1&type=4&subid=0" //link url
ads[i].mouseover = "Auto Accessory Affiliate Network" //text to display when mouse moves over banner
ads[i].sponsor = "Auto Accessory Affiliate Network" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.officemax.com/images/affArt/468copymax3hole.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32481.10000098&type=4&subid=0" //link url
ads[i].mouseover = "Officemax" //text to display when mouse moves over banner
ads[i].sponsor = "Officemax" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.officemax.com/images/affArt/testimonial2.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32481.10000090&type=4&subid=0" //link url
ads[i].mouseover = "Officemax" //text to display when mouse moves over banner
ads[i].sponsor = "Officemax" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.officemax.com/images/affArt/468cartridgeToner2.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32481.10000088&type=4&subid=0" //link url
ads[i].mouseover = "Officemax" //text to display when mouse moves over banner
ads[i].sponsor = "Officemax" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.officemax.com/images/affArt/468administrator.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32481.10000044&type=4&subid=0" //link url
ads[i].mouseover = "Officemax" //text to display when mouse moves over banner
ads[i].sponsor = "Officemax" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.officemax.com/images/affArt/468frequentFlier.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32481.10000043&type=4&subid=0" //link url
ads[i].mouseover = "Officemax" //text to display when mouse moves over banner
ads[i].sponsor = "Officemax" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.jcrew.com/content/promos/jcrewlogos/promo468x60.jpg" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30773.10000035&type=4&subid=0" //link url
ads[i].mouseover = "JCrew" //text to display when mouse moves over banner
ads[i].sponsor = "JCrew" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.jcrew.com/content/promos/jcrewlogos/promo468x60.jpg" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30773.10000025&type=4&subid=0" //link url
ads[i].mouseover = "JCrew" //text to display when mouse moves over banner
ads[i].sponsor = "JCrew" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.jcrew.com/promos/jcrewlogos/kidbanner468x60.jpg" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30773.10000021&type=4&subid=0" //link url
ads[i].mouseover = "JCrew" //text to display when mouse moves over banner
ads[i].sponsor = "JCrew" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://a500.g.akamai.net/f/500/969/1d/www.jcrew.com/promos/jcrewlogos/jcrew392x72.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30773.10000012&type=4&subid=0" //link url
ads[i].mouseover = "JCrew" //text to display when mouse moves over banner
ads[i].sponsor = "JCrew" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://a500.g.akamai.net/f/500/969/1d/www.jcrew.com/promos/jcrewlogos/edition468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30773.10000003&type=4&subid=0" //link url
ads[i].mouseover = "JCrew" //text to display when mouse moves over banner
ads[i].sponsor = "JCrew" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannermg138.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image21.gif" //image url
ads[i].href = "http://www.trafficg.com/index.php?member=divergance" //link url
ads[i].mouseover = "Trafficg" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner29.gif" //image url
ads[i].href = "http://www.trafficg.com/index.php?member=divergance" //link url
ads[i].mouseover = "Trafficg 2" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner10.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner100.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner102.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/gd" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner103.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner105.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/VNU" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner108.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner113.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "Sfi" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner115.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/ld" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner121.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/VCL" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner50.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/fcs" //link url
ads[i].mouseover = "FCS" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner6.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner8.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner9.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.marketingtips.com/images/ML-06.GIF"//image url
ads[i].href = "http://www.marketingtips.com/mailloop/t.x/658227/"//link url
ads[i].mouseover = "Mail Loop" //text to display when mouse moves over banner
ads[i].sponsor = "Marketing Tips" //text to display for text link under banner
i++


ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image18.gif" //image url
ads[i].href = "http://selfpromotion.com/?CF=bddickey@interl.net" //link url
ads[i].mouseover = "Self Promotion" //text to display when mouse moves over banner
ads[i].sponsor = "Self Promotion" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner12.gif" //image url
ads[i].href = "http://www.webmasterquest.com/join.php?ref=divergance" //link url
ads[i].mouseover = "Web Master Quest" //text to display when mouse moves over banner
ads[i].sponsor = "Web Master Quest" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.danboost.com/images/468x60-ani.gif" //image url
ads[i].href = "http://www.danboost.com/register?username=divergance" //link url
ads[i].mouseover = "Dan:Boost Network" //text to display when mouse moves over banner
ads[i].sponsor = "Dan Boost" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "MPAM" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.countercrazy.com/images/cc_banners/freecash.gif" //image url
ads[i].href = "http://www.countercrazy.com/signup.php?referer=divergance" //link url
ads[i].mouseover = "Counter Crazy" //text to display when mouse moves over banner
ads[i].sponsor = "Counter Crazy" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://ad.linksynergy.com/fs-bin/show?id=KdIizceUG0c&gridnum=1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&subid=0" //link url
ads[i].mouseover = "Key To Success" //text to display when mouse moves over banner
ads[i].sponsor = " The Key To Success is Living Well" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://zzz.clickbank.net/i/468x60a.gif" //image url
ads[i].href = "http://zzz.clickbank.net/r/?divergance" //link url
ads[i].mouseover = "ClickBank" //text to display when mouse moves over banner
ads[i].sponsor = "ClickBank Accept Credit Cards" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/e-gold-backed-banner.gif" //image url
ads[i].href = "http://www.e-gold.com/e-gold.asp?cid=553101" //link url
ads[i].mouseover = "E-Gold" //text to display when mouse moves over banner
ads[i].sponsor = "E-Gold" //text to display for text link under banner
i++ 

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://images.paypal.com/images/lgo/logo1.gif" //image url
ads[i].href = "https://www.paypal.com/affil/pal=BDDICKEY%40INTERL.NET" //paypal
ads[i].mouseover = "I accept payment through PayPal!, the #1 online payment service!" //text to display when mouse moves over banner
ads[i].sponsor = "PayPal" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.handspring.com/company/affiliates/images/banners/468x60_treo_2.7.02.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=26018.10000170&type=4&subid=0" //link url
ads[i].mouseover = "Handspring" //text to display when mouse moves over banner
ads[i].sponsor = "Handspring" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.iomega.com/ebusiness/affiliates/banners/predator_2a_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=36506.10000002&type=4&subid=0" //link url
ads[i].mouseover = "Iomega.com" //text to display when mouse moves over banner
ads[i].sponsor = "Iomega.com" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://ads.mcafee.com/mcafee_banners/McAfeecom/linkshare/firewall_15off_468X60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=13772.10000137&type=4&subid=0" //link url
ads[i].mouseover = "Mcafee" //text to display when mouse moves over banner
ads[i].sponsor = "McAfee" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner9.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://activemarketplace.com/net/banners/netb1.gif" //image url
ads[i].href = "http://activemarketplace.com/w.cgi?net-16697=b" //link url
ads[i].mouseover = "Nothing But 'Net: Here's how the new internet marketing book  Nothing But Net  will make you money..." //text to display when mouse moves over banner
ads[i].sponsor = "Nothing But 'Net" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.klick-banner-tausch.de/autohitsinfo/banner5.gif" //image url
ads[i].href = "http://www.autohits.info/?wid=divergance" //link url
ads[i].mouseover = "Autohits.info" //text to display when mouse moves over banner
ads[i].sponsor = "Autohits" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/dslbanner157.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/dsl" //link url
ads[i].mouseover = "Directv DSL" //text to display when mouse moves over banner
ads[i].sponsor = "Directv DSL" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner12.gif" //image url
ads[i].href = "http://www.webmasterquest.com/join.php?ref=divergance" //link url
ads[i].mouseover = "Web Master Quest" //text to display when mouse moves over banner
ads[i].sponsor = "Web Master Quest" //text to display for text link under banner
i++

//--------------------extra banner ads-----------\\

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image21.gif" //image url
ads[i].href = "http://www.trafficg.com/index.php?member=divergance" //link url
ads[i].mouseover = "Trafficg" //text to display when mouse moves over banner
ads[i].sponsor = "Trafficg" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Fortune Makers Network" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "MPAM" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner29.gif" //image url
ads[i].href = "http://www.trafficg.com/index.php?member=divergance" //link url
ads[i].mouseover = "Trafficg 2" //text to display when mouse moves over banner
ads[i].sponsor = "Trafficg 2" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner10.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Fortune Makers Network" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner100.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner102.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/gd" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner103.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/hfb" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner105.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/VNU" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner108.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/mg" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner113.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "Sfi" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner115.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/ld" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner121.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/VCL" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner50.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/fcs" //link url
ads[i].mouseover = "FCS" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner6.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner8.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner9.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "SFI" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Fortune Makers Network" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image18.gif" //image url
ads[i].href = "http://selfpromotion.com/?CF=bddickey@interl.net" //link url
ads[i].mouseover = "Self Promotion" //text to display when mouse moves over banner
ads[i].sponsor = "Self Promotion" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://instant-boost.8k.com/" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner12.gif" //image url
ads[i].href = "http://www.webmasterquest.com/join.php?ref=divergance" //link url
ads[i].mouseover = "Web Master Quest" //text to display when mouse moves over banner
ads[i].sponsor = "Web Master Quest" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.danboost.com/images/468x60-ani.gif" //image url
ads[i].href = "http://www.danboost.com/register?username=divergance" //link url
ads[i].mouseover = "Dan:Boost Network" //text to display when mouse moves over banner
ads[i].sponsor = "Dan Boost" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "MPAM" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.countercrazy.com/images/cc_banners/freecash.gif" //image url
ads[i].href = "http://www.countercrazy.com/signup.php?referer=divergance" //link url
ads[i].mouseover = "Counter Crazy" //text to display when mouse moves over banner
ads[i].sponsor = "Counter Crazy" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://zzz.clickbank.net/i/468x60a.gif" //image url
ads[i].href = "http://zzz.clickbank.net/r/?divergance" //link url
ads[i].mouseover = "ClickBank" //text to display when mouse moves over banner
ads[i].sponsor = "ClickBank Accept Credit Cards" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/e-gold-backed-banner.gif" //image url
ads[i].href = "http://www.e-gold.com/e-gold.asp?cid=553101" //link url
ads[i].mouseover = "E-Gold" //text to display when mouse moves over banner
ads[i].sponsor = "E-Gold" //text to display for text link under banner
i++ 

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://images.paypal.com/images/lgo/logo1.gif" //image url
ads[i].href = "https://www.paypal.com/affil/pal=BDDICKEY%40INTERL.NET" //paypal
ads[i].mouseover = "I accept payment through PayPal!, the #1 online payment service!" //text to display when mouse moves over banner
ads[i].sponsor = "PayPal" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://64.132.199.44/nbfdocs/linkshare/banners/468x60officefurniture.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=15621.10000005&type=4&subid=0" //link url
ads[i].mouseover = "OfficeFurniture" //text to display when mouse moves over banner
ads[i].sponsor = "OfficeFurniture.com" //text to display for text link under banner
i++
ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/10000HitsTarget_Looping.gif" //image url
ads[i].href = "http://10000hits.net/default.aspx?userid=177811" //link url
ads[i].mouseover = "MPAM" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.handspring.com/company/affiliates/images/banners/468x60_treo_2.7.02.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=26018.10000170&type=4&subid=0" //link url
ads[i].mouseover = "Handspring" //text to display when mouse moves over banner
ads[i].sponsor = "Handspring" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.iomega.com/ebusiness/affiliates/banners/predator_2a_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=36506.10000002&type=4&subid=0" //link url
ads[i].mouseover = "Iomega.com" //text to display when mouse moves over banner
ads[i].sponsor = "Iomega.com" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://ads.mcafee.com/mcafee_banners/McAfeecom/linkshare/firewall_15off_468X60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=13772.10000137&type=4&subid=0" //link url
ads[i].mouseover = "Mcafee" //text to display when mouse moves over banner
ads[i].sponsor = "McAfee" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Banner9.jpg" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/free" //link url
ads[i].mouseover = "SFI" //text to display when mouse moves over banner
ads[i].sponsor = "Six Figure Income" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Feb03_banner1.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/iahbe" //link url
ads[i].mouseover = "Dont be left behinde you should have this." //text to display when mouse moves over banner
ads[i].sponsor = "International Association of Home Business Entrepreneurs" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.freeservers.com/index.html " //link url
ads[i].mouseover = "Fortune Makers Network" //text to display when mouse moves over banner
ads[i].sponsor = "Fortune Makers Network" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/Image18.gif" //image url
ads[i].href = "http://selfpromotion.com/?CF=bddickey@interl.net" //link url
ads[i].mouseover = "Self Promotion" //text to display when mouse moves over banner
ads[i].sponsor = "Self Promotion" //text to display for text link under banner
i++

ads[i].width = "468" //width of image
ads[i].height = "60" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/banner12.gif" //image url
ads[i].href = "http://www.webmasterquest.com/join.php?ref=divergance" //link url
ads[i].mouseover = "Web Master Quest" //text to display when mouse moves over banner
ads[i].sponsor = "Web Master Quest" //text to display for text link under banner
i++

var myCode = '';
do {
var n= Math.floor(Math.random() * (numAds + 1) + 1);
} while(n > numAds);
var current_ad = n;
myCode = getCode(n);

function getCode(adNumber){
	var tempCode = ""
	tempCode += ('<a href="'+ ads[adNumber].href +'" \n')
	tempCode += ('onMouseOver="status=\''+ ads[adNumber].mouseover +'\';return true" \n')
	tempCode += ('onMouseOut="status=\'\'"> \n')
	tempCode += ('<img src="' + ads[adNumber].src + '" width=' + ads[adNumber].width)
	tempCode += (' onLoad="setTimeout(\'newAd();\',' + refreshTime + ');"')
	tempCode += ('\n height=' + ads[adNumber].height + ' border=0 >')
	tempCode += ('<br>Sponsored by: <b>' + ads[adNumber].sponsor + '</b>') //delete this line if you don't want any text to be displayed under your banner
	tempCode += ('</a>')
	return tempCode;
	}

function newAd(){
	current_ad++;
	if (current_ad > numAds)
		current_ad = 1;
	if (document.all){
	   write(getCode(current_ad));
	   }
}

function write(text){
	if (document.layers) {
		document.bannerAd.document.write(text)
		document.bannerAd.document.close();
		}
	else
		if (document.all)
			document.all.bannerAd.innerHTML = text
	
}