// 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/longbeach_files/jordans.htm', 'http://www.nocoupon.com/longbeach_files/jordans234x60.gif', 'Long Island Spotlight - Jordan Lobster Farms, Island Park, Long Beach, 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/oceanside_files/europeanimagetanning.htm', 'http://www.nocoupon.com/oceanside_files/europeanimage468x60.gif', 'European Image Tanning, Long Island, NY');
banner.addBanner('Sponsors', 'http://www.nocoupon.com/longbeach_files/nickstuscangrill.htm', 'http://www.nocoupon.com/longbeach_files/nickstuscangrill468x60.gif', 'Nick\'s Tuscan Grill, 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://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/rockvillecentre_files/franks.htm', '/images/ads/franks160x350.gif', 'Frank\'s Steaks Restaurant, Rockville Centre & Jericho, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/freeport_files/ebelliots.htm', '/images/ads/ebelliots160x350.gif', 'E.B. Elliot\'s Restaurant, Freeport, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/', 'http://www.nocoupon.com/assets/images/gereveal160x350.gif', 'NoCoupon Inc. Get National brand Coupons Now!');

// 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/ihop.htm', 'http://www.nocoupon.com/oceanside_files/ihop234x60.gif', 'Ihop, Oceanside, Long Island, NY');

// Second 234 (Top middle)
banner.addBanner('Second 234', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', 'http://www.nocoupon.com/rockvillecentre_files/franks234x60.gif', 'Frank\'s Steaks Restaurant, Rockville Centre & Jericho, NY');

// Third 234 (Top right)
banner.addBanner('Third 234', 'http://www.nocoupon.com/oceanside_files/europeanimagetanning.htm', 'http://www.nocoupon.com/oceanside_files/europeanimagetanning234x60.gif', 'European Image Tanning, Long Island, NY');
banner.addBanner('Third 234', 'http://www.nocoupon.com/longbeach_files/countryboybakery.htm', 'http://www.nocoupon.com/longbeach_files/countryboybakery/countryboy234x60.gif', 'Country Boy Bakery, Long Beach, NY');

// Fourth 234 (Bottom left)
banner.addBanner('Fourth 234', 'http://www.nocoupon.com/fivetownscoupon_files/americandriveincleaners.htm', 'http://www.nocoupon.com/fivetownscoupon_files/americandriveincleaners234x60.gif', 'American Drive In Cleaners, Hewlett, NY');

// Fifth 234 (Bottom middle)
banner.addBanner('Fifth 234', 
'http://www.nocoupon.com/rockvillecentre_files/ultimatecarwash.htm', 'http://www.nocoupon.com/rockvillecentre_files/ultimatecarwash234x60.gif', 'Ultimate Car Wash, Rockville Centre, NY');

// Sixth 234 (Bottom right)
banner.addBanner('Sixth 234', 'http://www.nocoupon.com/freeport_files/scottrussmusic.htm', 'http://www.nocoupon.com/freeport_files/scottrussmusic234x60.gif', 'Scott Russ, Long Island Musical Instruments, Freeport, NY');

// Start banner rotation
banner.start();


