$(document).ready(
	function(){
		$('#images').innerfade({
			animationtype: 'fade',
			speed: 'slow', 
			timeout: 6000, 
			type: 'random_start', 
			containerheight: '250px' 
		});
					
		
});
