$.include('/pub/js/jquery/jquery.innerfade.js');

$(function(){
	// initialize slideshow 
	$('#slideshow ul').innerfade({
		speed: 1500,
		timeout: 7000,
		type: 'random',
		containerheight: '310px'
	});
});
