// JavaScript Document
$(document).ready(
				function(){					
					$('ul#slideshow').innerfade({
						speed: 2000,
						timeout: 8000,
						type: 'random',
						containerheight: '220px'
					});
			});
