// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('tower', 'Tower');
banner.addBannerObject('top-features', 'Top Features');

// Top features
banner.addBanner('Top Features', 'http://www.restaurantbuzz.com/ny/', 'http://www.nocoupon.com/assets/images/restaurantbuzz165x60.gif', 'Restaurant Buzz, New York');
banner.addBanner('Top Features', 'http://www.nocoupon.com/articles/newsday/luringcustomersonlinecoupons.htm', 'http://www.nocoupon.com/assets/images/newsday165x60.gif', 'As seen on Newsday');

// Add Banners to the Sponsors Banner Object
banner.addBanner('Sponsors', 'http://clickserve.cc-dt.com/link/tplclick?lid=41000000023195123&pubid=21000000000060569', 'http://clickserve.cc-dt.com/link/tplimage?lid=41000000023195123&pubid=21000000000060569', 'LensCrafters');
banner.addBanner('Sponsors', 'http://clickserve.cc-dt.com/link/tplclick?lid=41000000011316469&pubid=21000000000060569', 'http://www.restaurantbuzz.com/zagat468x60.gif', 'Zagat Survey');
banner.addBanner('Sponsors', 'http://www.nocoupon.com/lynbrook_files/arttech.htm', 'http://www.arttechdesigners.com/images/arttech468x60.gif', 'New York Restaurant Design, Lynbrook, NY');
banner.addBanner('Sponsors', 'http://www.couponpipeline.com/', 'http://www.couponpipeline.com/images/468x60couponpipeline.gif', 'Coupon Pipeline');
banner.addBanner('Sponsors', 'http://www.andysdesigns.com/', 'http://www.andysdesigns.com/andysdesigns468x60.gif', 'Andy\'s Designs, Merrick, NY');
banner.addBanner('Sponsors', 'http://www.nocoupon.com/', 'http://www.nocoupon.com/assets/images/nocoupon468x60.gif', 'NoCoupon Inc. Get National brand Coupons Now!');

// Add Banners to the Tower Banner Object
banner.addBanner('Tower', 'http://www.nyrestaurantdesign.com/', '/images/ads/nyrestaurantdesign160x350.gif', 'New York Restaurant Design, Lynbrook, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/', 'http://www.nocoupon.com/assets/images/gereveal160x350.gif', 'NoCoupon Inc. Get National brand Coupons Now!');
	
// Start banner rotation
banner.start();