jQuery(document).ready(
	function() {
	    if (!document.getElementById("slideshow"))
	        return;	    
	    	jQuery('#slideshow').innerfade({
	        speed: 'slow',
	        timeout: 6000,
	        type: 'random',
	        containerheight: '0'
	    });
	});