// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('sponsor-bottom', 'SponsorsBottom');
banner.addBannerObject('tower', 'Tower');
banner.addBannerObject('tower-2', 'Tower 2');

banner.addBannerObject('sponsor-valcenter', 'Sponsors ValCenter');
banner.addBannerObject('sponsor-bottom-valcenter', 'SponsorsBottom ValCenter');
banner.addBannerObject('tower-valcenter', 'Tower ValCenter');
banner.addBannerObject('tower-2-valcenter', 'Tower 2 ValCenter');

banner.addBannerObject('top-features', 'Top Features');

// Top features
banner.addBanner('Top Features', 'http://www.restaurantbuzz.com/', '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.restaurantbuzz.com/', 'http://www.nocoupon.com/assets/images/restaurantbuzz468x60.gif', 'Restaurant Buzz');

banner.addBanner('Sponsors', 'http://www.couponpipeline.com/', 'http://www.couponpipeline.com/images/468x60couponpipeline.gif', 'Coupon Pipeline');
banner.addBanner('Sponsors', 'http://www.andysdesigns.com/', 'http://www.andysdesigns.com/andysdesigns468x60.gif', 'Andy\'s Designs, Merrick, NY');

// Add Banners to the default Tower Banner Object

banner.addBanner('Tower', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', 'http://www.nocoupon.com/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/westhills_files/barkingbabies.htm', 'http://nocoupon.com/westhills_files/barkingbabies160x350.gif', 'Barking Babies, West Hills, Long Island, NY');
banner.addBanner('Tower 2', 'http://www.nocoupon.com/longbeach_files/jordans.htm', 'http://nocoupon.com/longbeach_files/jordans160x350.gif', 'Jordan Lobster Farms, Island Park, NY');

// Add Banners to the Sponsor Bottom Banner Object
banner.addBanner('SponsorsBottom', 'http://www.couponpipeline.com/', 'http://www.couponpipeline.com/couponpipeline611x93.gif', 'Coupon Pipeline');
banner.addBanner('SponsorsBottom', 'http://www.restaurantbuzz.com/', 'http://www.restaurantbuzz.com/restaurantbuzz611x93.gif', 'Restaurant Buzz');

//  Value Center

// Add Banners to the Sponsors ValCenter Banner Object


banner.addBanner('Sponsors ValCenter', 'http://www.restaurantbuzz.com/', 'http://www.nocoupon.com/assets/images/restaurantbuzz468x60.gif', 'Restaurant Buzz');

banner.addBanner('Sponsors ValCenter', 'http://www.couponpipeline.com/', 'http://www.couponpipeline.com/images/468x60couponpipeline.gif', 'Coupon Pipeline');
banner.addBanner('Sponsors ValCenter', 'http://www.andysdesigns.com/', 'http://www.andysdesigns.com/andysdesigns468x60.gif', 'Andy\'s Designs, Merrick, NY');

// Add Banners to the default Tower ValCenter Banner Object

banner.addBanner('Tower ValCenter', 'http://www.nocoupon.com/rockvillecentre_files/franks.htm', 'http://www.nocoupon.com/ads/franks160x350.gif', 'Frank\'s Steaks Restaurant, Rockville Centre & Jericho, NY');


// Add Banners to the Tower 2 ValCenter Banner Object
banner.addBanner('Tower 2 ValCenter', 'http://www.nocoupon.com/longbeach_files/jordans.htm', 'http://nocoupon.com/longbeach_files/jordans160x350.gif', 'Jordan Lobster Farms, Island Park, NY');

// Add Banners to the Sponsor Bottom ValCenter Banner Object
banner.addBanner('SponsorsBottom ValCenter', 'http://www.couponpipeline.com/', 'http://www.couponpipeline.com/images/couponpipeline800x122.gif', 'Coupon Pipeline');
banner.addBanner('SponsorsBottom ValCenter', 'http://www.restaurantbuzz.com/', 'http://www.restaurantbuzz.com/images/restaurantbuzz800x122.gif', 'Restaurant Buzz');








// Start banner rotation
banner.start();
