$(document).ready(
		function(){
			$('ul#djs').innerfade({
				animationtype: 'fade',
				speed: 'slow',
				timeout: 5000,
				type: 'random_start',
				containerheight: '441px'
			});
/* Taken out 10/6/2008 to put product images instead of DJs */
/*
			$('ul#djtext').innerfade({
				speed: 2000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '44px'
			});
*/
	});

