$(document).ready(function(){
	// Page is ready
	//alert('ready');
	
$('#rotateImages').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '221px'

	});
	
});


