jQuery(document).ready(
	function(){
		var slideshow = jQuery('div#slideshow');
		if (slideshow)
		{
			slideshow.innerfade({
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '313px'
			});
		}
});