$(document).ready(
		function(){
			
			$('#toprotator ul').innerfade({
				speed: 1000,
				timeout: 6000,
				type: 'random',
				containerheight: '220px'
			});
			
			$('#bottomrotator ul').innerfade({
				speed: 1000,
				timeout: 4500,
				type: 'random',
				containerheight: '245px'
			});
	

	});