	$(document).ready(
		function(){
	        	$('#rotator').innerfade({
				speed: 'slow',
				timeout: 3700,
				type: 'sequence',
				containerheight: '163px'
			});
		}
	);


	$(document).ready(
		function() {
		    $('#rotatorsmall').innerfade({
		        speed: 'slow',
		        timeout: 2700,
		        type: 'sequence',
		        containerheight: '163px'
		    });
		}
	);


	$(document).ready(
		function() {
		    $('#HomeLogo').innerfade({
		        speed: 'slow',
		        timeout: '4000',
		        type: 'sequence',
		        containerheight: '150px'
		    });
		}
	);


	$(document).ready(
		function() {
		    $('#HelpTurn').innerfade({
		        speed: 'slow',
		        timeout: 2700,
		        type: 'sequence',
		        containerheight: '150px'
		    });
		}
	);


	$(document).ready(
		function() {
		    $('#RotateStars').innerfade({
		        speed: 'slow',
		        timeout: 1700,
		        type: 'sequence',
		        containerheight: '200px'
		    });
		}
	);	

	

	$(document).ready(
		function() {
		    $('#helpoles').innerfade({
		        speed: 'slow',
		        timeout: 2800,
		        type: 'sequence',
		        containerheight: '290px'
		    });
		}
	);


		