
		


		
		


			jQuery().ready(function() {

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$('ul#slideshow').animatedinnerfade({
			speed: 1000,
			timeout: 5000,
			type: 'random',
			containerheight: '153px',
			containerwidth: '764px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});
		
		$("img").pngfix();
	});	


	

	
