// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('tower', 'Tower');
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/', 'http://www.nocoupon.com/assets/images/restaurantbuzz165x60.gif', 'Restaurant Buzz, New York');

// Add Banners to the default Sponsors Banner Object

banner.addBanner('Sponsors', 
'http://www.medesiderio.com', 
'http://www.medesiderio.com/images/medesiderio468x60.gif', 
'Medesiderio, Antique Corner New York Gold Buyers, New York, NY');
banner.addBanner('Sponsors', 'http://www.longislandcoupon.com/', 'http://www.nocoupon.com/assets/images/longislandcoupon468x60.gif', 'Long Island Coupon');
banner.addBanner('Sponsors', 'http://www.restaurantbuzz.com/ny/', 'http://www.nocoupon.com/assets/images/restaurantbuzz468x60.gif', 'Restaurant Buzz, New York');
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/nocoupon468x60spring07.gif', 'NoCoupon Inc. Get National brand Coupons Now!');

// Towers go here

// Add Banners to the default Tower Banner Object

banner.addBanner('Tower', '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();
