 $(document).ready(
				function(){
					$('#banners').innerfade({
						animationtype: 'fade',
						speed: 2000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '250px'
					});
	});
