var imgs1 = new Array("http://directoryofezines.com/members/banners/DOE468x60.gif","http://designingcareers.com/images/77.bmp","http://www.bloggingtothebank.com/img/banner1.gif","http://images.paypal.com/en_US/CA/Marketing/i/bnr/paypal_mrb_banner.gif","http://designingcareers.com/images/01_hostpapa_468x60.gif","http://designingcareers.com/images/3.gif","http://www.tweetomaticprofiteer.com/images/468.gif","http://designingcareers.com/images/2.gif","http://topsurfer.com/banner14.gif","http://topsurfer.com/banner6.gif","http://affiliates.hdpublishing.net/banners/28.gif","http://images.paypal.com/en_US/CA/Marketing/i/bnr/paypal_mrb_banner.gif","http://topsurfer.com/banner11.gif","http://affiliates.hdpublishing.net/banners/30.gif","http://designingcareers.com/images/02_hostpapa_468x60.gif");
var lnks1 = new Array("http://designingcareers.com/DOE2.0/","http://alturl.com/q2khu","http://alturl.com/pgtv8","https://www.paypal.com/ca/mrb/pal=CKLNLDAZ527CY","http://billing.hostpapa.ca/cgi-bin/ua-hp-ca/clickthru.cgi?id=designingcareers","http://topsurfer.com/splash3.cgi?designcare","http://alturl.com/tsx6x","http://alturl.com/q2khu","http://topsurfer.com/splash3.cgi?designcare","http://topsurfer.com/splash2.cgi?designcare","http://designingcareers.com/netdetective/","https://www.paypal.com/ca/mrb/pal=CKLNLDAZ527CY","http://topsurfer.com/splash1.cgi?designcare","http://designingcareers.com/detective/","http://billing.hostpapa.ca/cgi-bin/ua-hp-ca/clickthru.cgi?id=designingcareers");
var alt1 = new Array("Unleash the Power of Ezines To Increase Sales!","Don't quit - I have the answer","Blogging To The Bank 2010","PayPal for Business - Accept credit cards in just minutes!","Unlimited Hosting, Unlimited Bandwidth, Unlimited Disk Space, Free Domain.","A Swarm of Traffic to Your Site","Tweetomatic Profiteer","Ways To Make Extra Money","A Swarm of Traffic to Your Site","A Swarm of Traffic to Your Site","The Official Net Detective | Background Checks, People Search, Criminal Records, & So Much More!","PayPal for Business - Accept credit cards in just minutes!","A Swarm of Traffic to Your Site","Become a Net Detective","Unlimited Hosting, Unlimited Bandwidth, Unlimited Disk Space, Free Domain.");
var currentAd1 = 0;
var imgCt1 = 15;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner1.alt=alt1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",7000);