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