// Create Banner Objects
banner.addBannerObject('sponsor', 'Sponsors');
banner.addBannerObject('tower', 'Tower');
banner.addBannerObject('top-features', 'Top Features');

// Add Banners to Top features
banner.addBanner('Top Features', 'http://www.restaurantbuzz.com/', 'http://www.nocoupon.com/assets/images/restaurantbuzz165x60.gif', 'Restaurant Buzz');

// Add Banners to the Sponsors Banner Object


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!');

// Add Banners to the Tower Banner Object
banner.addBanner('Tower', 'http://www.nyrestaurantdesign.com/', '/images/ads/nyrestaurantdesign160x350.gif', 'New York Restaurant Design, New York, NY');
banner.addBanner('Tower', 'http://www.nocoupon.com/', 'http://www.nocoupon.com/assets/images/gereveal160x350.gif', 'NoCoupon Inc. Get National brand Coupons Now!');
	
// Start banner rotation
banner.start();
