$(document).ready(
	function(){
		$('div#slideshow').innerfade({
			speed: 750,
			timeout: 6000
		});
	});