$(document).ready(
	function(){
		$('#display-images').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 10000,
			type: 'random_start',
			containerheight: '193px'
		});
		$('#pic-img').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 5000,
			type: 'random_start',
			containerheight: '193px'
		});
});