/*----------------------------------------------------
||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 = 242;

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://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/bannerld153.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/bannerld150.jpg" //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/bannerld152.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/bannerld151.jpg" //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 = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerld137.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/bannerisp154.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/isp" //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/bannerisp149.gif" //image url
ads[i].href = "http://www.ezinfocenter.com/578910/isp" //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/bannerdomain130.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 = "150" //width of image
ads[i].height = "40" //height of image
ads[i].src = "http://www.keytosuccess.info/banners/bannerdomain131.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/bannerdomain129.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/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.tantra-sex.com/tantra-animban1-460.gif" //image url
ads[i].href = "http://secure2.interferenza.net/~tsex/af.cgi?3" //link url
ads[i].mouseover = "4Freedoms Tantra" //text to display when mouse moves over banner
ads[i].sponsor = "4Freedoms Tantra" //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.impactengine.com/banners/astoundbanner.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=39091.10000007&type=4&subid=0" //link url
ads[i].mouseover = "impactengine" //text to display when mouse moves over banner
ads[i].sponsor = "impactengine" //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.delias.com/affiliates/banners/offer01/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000075&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/dd/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000067&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/contest01/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000059&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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://books.textbookx.com/banners/full_banner.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=20738.10000019&type=4&subid=0" //link url
ads[i].mouseover = "textbookx" //text to display when mouse moves over banner
ads[i].sponsor = "textbookx" //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://img.dygo.com/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42292.10000001&type=4&subid=0" //link url
ads[i].mouseover = "dygo" //text to display when mouse moves over banner
ads[i].sponsor = "dygo" //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.delias.com/affiliates/banners/promo/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000091&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/offer02/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000083&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/offer01/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000075&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/dd/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000067&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.delias.com/affiliates/banners/contest01/468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=6449.10000059&type=4&subid=0" //link url
ads[i].mouseover = "delias" //text to display when mouse moves over banner
ads[i].sponsor = "delias" //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.limogesjewelry.com/linkshare/mdayscurve486x60_2.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000038&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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.limogesjewelry.com/linkshare/mdaypdt486x60.gif " //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000035&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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.limogesjewelry.com/linkshare/freegift3PanelRingLg.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000031&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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.limogesjewelry.com/Linkshare/486x60banner.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000029&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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.limogesjewelry.com/Linkshare/clearance-468x60an.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000025&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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.limogesjewelry.com/Linkshare/3PanelRingLg.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40909.10000005&type=4&subid=0" //link url
ads[i].mouseover = "limogesjewelry" //text to display when mouse moves over banner
ads[i].sponsor = "limogesjewelry" //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://209.235.240.33/LS/images/defend_planes468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42398.10000017&type=4&subid=0" //link url
ads[i].mouseover = "Zirh" //text to display when mouse moves over banner
ads[i].sponsor = "Zirh" //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://209.235.240.33/LS/images/defend_planet468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42398.10000018&type=4&subid=0" //link url
ads[i].mouseover = "Zirh" //text to display when mouse moves over banner
ads[i].sponsor = "Zirh" //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://209.235.240.33/LS/images/defnd_discvr_stealth468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42398.10000019&type=4&subid=0" //link url
ads[i].mouseover = "Zirh" //text to display when mouse moves over banner
ads[i].sponsor = "Zirh" //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://209.235.240.33/LS/images/defnd_sunblk_planet468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42398.10000020&type=4&subid=0" //link url
ads[i].mouseover = "Zirh" //text to display when mouse moves over banner
ads[i].sponsor = "Zirh" //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://209.235.240.33/LS/images/generic_SunCare468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=42398.10000021&type=4&subid=0" //link url
ads[i].mouseover = "Zirh" //text to display when mouse moves over banner
ads[i].sponsor = "Zirh" //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.zonelabs.com/affiliatebanners/winner_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=26986.10000055&type=4&subid=0" //link url
ads[i].mouseover = "Zonelab" //text to display when mouse moves over banner
ads[i].sponsor = "Zonelab" //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.zonelabs.com/affiliatebanners/assess_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=26986.10000047&type=4&subid=0" //link url
ads[i].mouseover = "Zonelab" //text to display when mouse moves over banner
ads[i].sponsor = "Zonelab" //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.intel.com/shop/pix/banners/ap_468_60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=28982.10000033&type=4&subid=0" //link url
ads[i].mouseover = "Intel" //text to display when mouse moves over banner
ads[i].sponsor = "Intel" //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.intel.com/shop/pix/banners/ip_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=28982.10000021&type=4&subid=0" //link url
ads[i].mouseover = "Intel" //text to display when mouse moves over banner
ads[i].sponsor = "Intel" //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.intel.com/shop/pix/banners/p4ag_468_60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=28982.10000012&type=4&subid=0" //link url
ads[i].mouseover = "Intel" //text to display when mouse moves over banner
ads[i].sponsor = "Intel" //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.intel.com/shop/pix/banners/ap2_468_60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=28982.17&type=4&subid=0" //link url
ads[i].mouseover = "Intel" //text to display when mouse moves over banner
ads[i].sponsor = "Intel" //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.intel.com/shop/pix/pccamera_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=28982.10000008&type=4&subid=0" //link url
ads[i].mouseover = "Intel" //text to display when mouse moves over banner
ads[i].sponsor = "Intel" //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.greenmarketplace.com/greenmarket/banners/gmp_difference_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=6796.10000058&type=4&subid=0" //link url
ads[i].mouseover = "Make a World of Difference!" //text to display when mouse moves over banner
ads[i].sponsor = "Greenmarketplace" //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.greenmarketplace.com/greenmarket/banners/sales/468x60_gmpsale.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=6796.10000044&type=4&subid=0" //link url
ads[i].mouseover = "Sale page - GreenMarketplace.com !" //text to display when mouse moves over banner
ads[i].sponsor = "Greenmarketplace" //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.greenmarketplace.com/greenmarket/banners/seasonal/gmp_earth_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=6796.10000040&type=4&subid=0" //link url
ads[i].mouseover = "Make EVERY day Earth Day at GreenMarketplace.com!" //text to display when mouse moves over banner
ads[i].sponsor = "Greenmarketplace" //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.greenmarketplace.com/greenmarket/banners/campaigns/gasmask468-60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=6796.10000026&type=4&subid=0" //link url
ads[i].mouseover = "Clean without Chemicals at GreenMarketplace.com"//text to display when mouse moves over banner
ads[i].sponsor = "Greenmarketplace" //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.dermadoctoraffiliates.com/ads/ifyouplay4.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=30329.10000026&type=4&subid=0" //link url
ads[i].mouseover = "Protecting your skin should be a pleasure, not a chore!" //text to display when mouse moves over banner
ads[i].sponsor = "Derma Doctor" //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.antiaginglifeextension.com/images/AALEX_Banner1.gif" //image url
ads[i].href = "http://www.antiaginglifeextension.com/welcome.asp?a=2115" //link url
ads[i].mouseover = "Discover how You can look &amp; feel 10-20 years younger! Click Here!" //text to display when mouse moves over banner
ads[i].sponsor = "Anti Aging Life Extension" //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.antiaginglifeextension.com/images/AALEX_Banner2.gif" //image url
ads[i].href = "http://www.antiaginglifeextension.com/welcome.asp?a=2115" //link url
ads[i].mouseover = "Are you 35-45, 46-55, 56-65+ and want to look 10, 15, 20 years younger?" //text to display when mouse moves over banner
ads[i].sponsor = "Anti Aging Life Extension" //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.antiaginglifeextension.com/images/AALEX_Banner3.gif" //image url
ads[i].href = "http://www.antiaginglifeextension.com/welcome.asp?a=2115" //link url
ads[i].mouseover = "Five familiar desires...which do you want?"//text to display when mouse moves over banner
ads[i].sponsor = "Anti Aging Life Extension" //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://65.18.146.245/banners/everyday_468.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=29028.10000017&type=4&subid=0" //link url
ads[i].mouseover = "Natural products for everyday folk" //text to display when mouse moves over banner
ads[i].sponsor = "Greenfeet.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://65.18.146.245/banners/toesgrn_468m.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=29028.10000011&type=4&subid=0" //link url
ads[i].mouseover = "Natural products for everyday folk" //text to display when mouse moves over banner
ads[i].sponsor = "Greenfeet.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://ad.linksynergy.com/fs-bin/show?id=KdIizceUG0c&bids=12901&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=12901&subid=0" //link url
ads[i].mouseover = "The most effective nutritional supplements available anywhere" //text to display when mouse moves over banner
ads[i].sponsor = "Great American Products" //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.deferol.com/banners/deferolbanner.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000015&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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=6349&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=6349&subid=0" //link url
ads[i].mouseover = "The Worlds's Largest Discount Fragrance Store" //text to display when mouse moves over banner
ads[i].sponsor = "Fragrancenet" //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.deferol.com/banners/deferolbanner5_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000035&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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.ediets.com/ads/banners/weekly6.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32650.10000009&type=4&subid=0" //link url
ads[i].mouseover = "EDiet" //text to display when mouse moves over banner
ads[i].sponsor = "Summers Not Over Yet" //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.ediets.com/ads/banners/weekly7.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32650.10000008&type=4&subid=0" //link url
ads[i].mouseover = "EDiet" //text to display when mouse moves over banner
ads[i].sponsor = "Summers Not Over Yet" //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.ediets.com/ads/banners/weekly4.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=32650.10000011&type=4&subid=0" //link url
ads[i].mouseover = "EDiet" //text to display when mouse moves over banner
ads[i].sponsor = "Summers Not Over Yet" //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.deferol.com/banners/deferolbanner4_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000033&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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.deferol.com/banners/deferolbanner3_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000032&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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.deferol.com/banners/deferolbanner2_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000031&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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.deferol.com/banners/deferolbanner1_468x60.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=40853.10000030&type=4&subid=0" //link url
ads[i].mouseover = "Deferol" //text to display when mouse moves over banner
ads[i].sponsor = "For Her Pleasure Good Things Are Meant To Last" //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=1022.10000238&subid=0&type=4" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=1022.10000238&subid=0&type=4" //link url
ads[i].mouseover = "Avon" //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://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://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://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.net/tv/html/35907.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/promo/introduction.asp?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.net/tv/html/35907.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://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://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://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://www.keytosuccess.info/banners/iboostheader.GIF" //image url
ads[i].href = "http://www.keytosuccess.info/instantboost" //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.net/tv/html/35907.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://dmoz.org/user-banners/banner5.gif" //image url
ads[i].href = "http://dmoz.org/" //link url
ads[i].mouseover = "dmoz.org" //text to display when mouse moves over banner
ads[i].sponsor = "dmoz" //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/promo/introduction.asp?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://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://blackwelders.homefurnish.com/banners/blackbanner2a.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=37872.10000001&type=4&subid=0" //link url
ads[i].mouseover = "Blackwelders" //text to display when mouse moves over banner
ads[i].sponsor = "Blackwelders" //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=31083.10000045&subid=0&type=4" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=31083.10000045&subid=0&type=4" //link url
ads[i].mouseover = "Chase" //text to display when mouse moves over banner
ads[i].sponsor = "Chase" //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=41018&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=41018&subid=0" //link url
ads[i].mouseover = "Computer4sure" //text to display when mouse moves over banner
ads[i].sponsor = "Computer4sureSponsor" //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=29744&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=29744&subid=0" //link url
ads[i].mouseover = "DELL" //text to display when mouse moves over banner
ads[i].sponsor = "Sponsor DELL" //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://www.fujitsupc.com/www/content/banners/c-banner1.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=35573.10000033&type=4&subid=0" //link url
ads[i].mouseover = "Fujitsu PC" //text to display when mouse moves over banner
ads[i].sponsor = "Fujitsu PC" //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://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://www.brastart.com/banner.gif" //image url
ads[i].href = "http://www.brastart.com/cgi-bin/join.html" //link url
ads[i].mouseover = "Brastart.com" //text to display when mouse moves over banner
ads[i].sponsor = "brastart" //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://ad.linksynergy.com/fs-bin/show?id=KdIizceUG0c&bids=38475.10000011&subid=0&type=4" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=38475.10000011&subid=0&type=4" //link url
ads[i].mouseover = "Art Inside" //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://www.keytosuccess.info/banners/Image1.gif" //image url
ads[i].href = "http://fortunemaker.net/tv/html/35907.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/promo/introduction.asp?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://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://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.net/tv/html/35907.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://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://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://www.keytosuccess.info/instantboost" //link url
ads[i].mouseover = "Instant Boost" //text to display when mouse moves over banner
ads[i].sponsor = "Instant 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/Image1.gif" //image url
ads[i].href = "http://fortunemaker.net/tv/html/35907.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://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://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://dmoz.org/user-banners/banner5.gif" //image url
ads[i].href = "http://dmoz.org/" //link url
ads[i].mouseover = "dmoz.org" //text to display when mouse moves over banner
ads[i].sponsor = "dmoz" //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/promo/introduction.asp?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://blackwelders.homefurnish.com/banners/blackbanner2a.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/stat?id=KdIizceUG0c&offerid=37872.10000001&type=4&subid=0" //link url
ads[i].mouseover = "Blackwelders" //text to display when mouse moves over banner
ads[i].sponsor = "Blackwelders" //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=31083.10000045&subid=0&type=4" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=31083.10000045&subid=0&type=4" //link url
ads[i].mouseover = "Chase" //text to display when mouse moves over banner
ads[i].sponsor = "Chase" //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=41018&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=41018&subid=0" //link url
ads[i].mouseover = "Computer4sure" //text to display when mouse moves over banner
ads[i].sponsor = "Computer4sureSponsor" //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=29744&gridnum=1&catid=-1&subid=0" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=29744&subid=0" //link url
ads[i].mouseover = "DELL" //text to display when mouse moves over banner
ads[i].sponsor = "Sponsor DELL" //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.fujitsupc.com/www/content/banners/c-banner1.gif" //image url
ads[i].href = "http://click.linksynergy.com/fs-bin/click?id=KdIizceUG0c&offerid=35573.10000033&type=4&subid=0" //link url
ads[i].mouseover = "Fujitsu PC" //text to display when mouse moves over banner
ads[i].sponsor = "Fujitsu PC" //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.brastart.com/banner.gif" //image url
ads[i].href = "http://www.brastart.com/cgi-bin/join.html" //link url
ads[i].mouseover = "Brastart.com" //text to display when mouse moves over banner
ads[i].sponsor = "brastart" //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.net/tv/html/35907.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
	
}