$(document).ready(
	function(){
		$('#homepage_banners').innerfade({
			speed: 'slow',
			timeout: 10000,
			type: 'sequence',
			containerheight: '245px'
		});
	}
);
