// 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/greatneck_files/bankofamericaad.htm', 'http://www.nocoupon.com/greatneck_files/bankofamerica234x60.gif', 'Long Island Spotlight - Bank of America, Great Neck, 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.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/westhills_files/barkingbabies.htm', 'http://www.nocoupon.com/westhills_files/barkingbabies160x350.gif', 'Barking Babies, West Hills,Long Island, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', '/images/ads/franks160x350.gif', 'Frank\'s Steaks Restaurant, Rockville Centre & Jericho, 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/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/massapequa_files/synergyfitness.htm', 'http://www.nocoupon.com/massapequa_files/synergy234x60.gif', 'Synergy Fitness Clubs, Long Island, NY');

// Fourth 234 (Bottom left)
banner.addBanner('Fourth 234', 'http://www.nocoupon.com/franklinsquare_files/hillsideliquors.htm', 'http://www.nocoupon.com/franklinsquare_files/hillside234x60.gif', 'Hillside Liquors, Franklin Square, NY');

// Fifth 234 (Bottom middle)
banner.addBanner('Fifth 234', 
'http://www.nocoupon.com/huntington_files/vitae.htm', 'http://www.nocoupon.com/huntington_files/vitae234x60.gif', 'Vitae Restaurant & Wine Bar, Huntington, NY ');

// Sixth 234 (Bottom right)
banner.addBanner('Sixth 234', 'http://www.nocoupon.com/valleystream_files/bergerdds.htm', 'http://www.nocoupon.com/valleystream_files/bergerdds234x60w.gif', 'Dr. Kenneth D. Berger D.D.S., Valley Stream, NY');

// Start banner rotation
banner.start();


