$(document).ready( function(){
			 $('ul#animated-images').animatedinnerfade({
			speed: 1000,
			timeout: 5000,
			type: 'random',
			containerheight: '250px',
			containerwidth: '200px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
			});
		} ); 
