// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('tower', 'Tower');
banner.addBannerObject('tower-2', 'Tower 2');
banner.addBannerObject('ad234-1', 'First 234');
banner.addBannerObject('ad234-2', 'Second 234');
banner.addBannerObject('ad234-3', 'Third 234');
banner.addBannerObject('ad234-4', 'Fourth 234');
banner.addBannerObject('ad234-5', 'Fifth 234');
banner.addBannerObject('ad234-6', 'Sixth 234');
banner.addBannerObject('top-features', 'Top Features');
banner.addBannerObject('spotlight', 'Spotlight');

// Spotlight Banner
banner.addBanner('Spotlight', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', 'http://www.nocoupon.com/rockvillecentre_files/localspotlightrocspotfranks.gif', 'Rockville Centre Spotlight - Frank\'s Steaks Restaurant, Rockville Centre, Jericho & Rye Brook, NY');

// 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 Sponsors Banner Object
banner.addBanner('Sponsors', 'http://www.nocoupon.com/uniondale_files/nyislandersv.htm', 'http://www.nocoupon.com/uniondale_files/nyislanders468x60v.gif', 'NY Islanders Promotional Pack, Long Island, NY');
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://www.nocoupon.com/oceanside_files/europeanimagetanning.htm', 'http://www.nocoupon.com/oceanside_files/europeanimage468x60.gif', 'European Image Tanning, Long Island, NY');
banner.addBanner('Sponsors', 'http://www.longislandcoupon.com/', 'http://www.nocoupon.com/assets/images/longislandcoupon468.gif', 'Long Island Coupon');
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.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');

// Add Banners to the Tower Banner Object
banner.addBanner('Tower', 'http://www.nocoupon.com/uniondale_files/nyislanders.htm', 'http://www.nocoupon.com/uniondale_files/nyislanders160x350.gif', 'New York Islanders Hockey Team, Uniondale, NY');

banner.addBanner('Tower', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', '/images/ads/franks160x350.gif', 'Frank\'s Steaks Restaurant, Rockville Centre, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/merrick_files/nicholas.htm', '/images/ads/nicholas160x350.gif', 'Nicholas James Bistro, Merrick, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/freeport_files/ebelliots.htm', '/images/ads/ebelliots160x350.gif', 'E.B. Elliot\'s Restaurant, Freeport, NY');

// Add Banners to the Tower 2 Banner Object
banner.addBanner('Tower 2', 'http://www.nocoupon.com/merrick_files/nicholas.htm', 'http://www.nocoupon.com/merrick_files/nicholas160x250.gif', 'Nicholas James Bistro, Merrick, NY');

// First 234 (Top left)
banner.addBanner('First 234', 'http://www.nocoupon.com/oceanside_files/europeanimagetanning.htm', 'http://www.nocoupon.com/oceanside_files/europeanimagetanning234x60.gif', 'European Image Tanning, Long Island, NY');

// Second 234 (Top middle)
banner.addBanner('Second 234', 'http://www.nocoupon.com/rockvillecentre_files/skyathleticclub.htm', 'http://www.nocoupon.com/rockvillecentre_files/skyathletic234x60.gif', 'Sky Athletic Club, Island Park, Rockville Centre, NY');

// Third 234 (Top right)
banner.addBanner('Third 234', 'http://www.nocoupon.com/rockvillecentre_files/palaceofwong.htm', 'http://www.nocoupon.com/rockvillecentre_files/palaceofwong234x60.gif', 'Palace of Wong, Rockville Centre, NY');

// Fourth 234 (Bottom left)
banner.addBanner('Fourth 234', 'http://www.nocoupon.com/franklinsquare_files/allislandtransportation.htm', 'http://www.nocoupon.com/franklinsquare_files/allisland234x60.gif', 'All Island Transportation, Franklin Square, NY');

// Fifth 234 (Bottom middle)
banner.addBanner('Fifth 234', 'http://www.nocoupon.com/rockvillecentre_files/accentoneyes.htm', 'http://www.nocoupon.com/rockvillecentre_files/accentoneyes234x60.gif', 'Accent on Eyes, Rockville Centre, NY');
banner.addBanner('Fifth 234', 'http://www.nocoupon.com/longbeach_files/jordans.htm', 'http://www.nocoupon.com/longbeach_files/jordans234x60.gif', 'Jordan Lobster, Island Park, Long Beach, NY');

// Sixth 234 (Bottom right)
banner.addBanner('Sixth 234', 'http://www.nocoupon.com/rockvillecentre_files/ultimatecarwash.htm', 'http://www.nocoupon.com/rockvillecentre_files/ultimatecarwash234x60.gif', 'Ultimate Car Wash, Rockville Centre, NY');

// Start banner rotation
banner.start();