$(document).ready(
	function(){
		$('#slide').innerfade({
			speed: 3000,
			timeout: 5000,
			type: 'random',
			containerheight: '340px'
		});
	}

);
