	   $(document).ready(
				function(){
	                $('ul#animated-portfolio').animatedinnerfade({
						speed: 2000,
						timeout: 5000,
						type: 'random',
						containerheight: '190px',
						containerwidth: '190px',
						animationSpeed: 6000,
						animationtype: 'fade',
						bgFrame: 'none',
						controlBox: 'none',
						displayTitle: 'none'
					});
			});
		$(document).ready(function(){	
			$("#slider").easySlider({
				auto: true, 
				continuous: true
			});
		});	
	$(function() {
		$("#tabs").tabs({
			event: 'mouseover'
		});
	});
function MM_jumpMenu(targ,selObj,restore){		//v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
