$(document).ready(
	
	function(){
		$('#bannerrotator').innerfade({
			animationtype: 'slide',
			speed: 50,
			timeout: 6000,
			type: 'sequence',
			containerheight: '250px'
		});
	}

);

$(document).ready(
	
	function(){
		$('#testimonialrotator').innerfade({
			animationtype: 'slide',
			speed: 50,
			timeout: 6000,
			type: 'sequence',
			containerheight: '180px'
		});
	}
	
);
