
$(document).ready(
	function(){
		$('#startpic').innerfade({
			speed: 1800,
			timeout: 10000,
			type: 'random',
			containerheight: '160px'
		});
	});
