$z = jQuery.noConflict();
		$z(document).ready(function() {
			$z('#slideshow').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				containerheight: '200px'
			});

			document.getElementById('slideshow').style.display='block';
		});
