// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('tower', 'Tower');
banner.addBannerObject('tower-2', 'Tower 2');
banner.addBannerObject('top-features', 'Top Features');
banner.addBannerObject('ad234-top', 'Top 234');

// Start adding banners here

// Top features Banner Object
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 default Sponsors Banner Object
banner.addBanner('Sponsors', 'http://www.medesiderio.com/selljewelry.htm', 'http://www.nocoupon.com/nycity_files/antiquecorner468x60.gif', 'Turn Your Jewelry Into TOP CASH! at Antique Corner, 47th Street, New York, NY');

// Towers go here

// Add Banners to the default Tower Banner Object
banner.addBanner('Tower', 'http://www.nocoupon.com/videos/clients/cashforgold/', 'http://www.nocoupon.com/massapequa_files/cashforgold160x350.gif', 'Cash For Gold Massapequa and Shirley, Long Island , NY');

// Add Banners to the Tower 2 Banner Object
banner.addBanner('Tower 2', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', '/images/ads/franks160x350.gif', 'Frank\'s Steaks Restaurant, Rockville Centre & Jericho, NY');

// Top 234 banners here
banner.addBanner('Top 234', 'http://www.nocoupon.com/huntington_files/bestbuffet.htm', 'http://www.nocoupon.com/huntington_files/bestbuffet234x60.gif', 'Best Buffet, Huntington, NY ');
banner.addBanner('Top 234', 'http://www.nocoupon.com/merrick_files/massageenvy.htm', 'http://www.nocoupon.com/merrick_files/massageenvy234x60.gif', 'Massage Envy, Merrick, NY');
banner.addBanner('Top 234', 'http://www.nocoupon.com/merrick_files/lastrada.htm', 'http://www.nocoupon.com/merrick_files/lastrada234x60.gif', 'La Strada Italian Restaurant, Merrick, NY');

// Banner config & start commands go here

// Start banner rotation
banner.start();
