$(document).ready(function(){

	if ($.isFunction(jQuery.fn.cycleStandard)) {
		
		$('#welcome_photos img').show();
		$('#welcome_photos ul').cycleStandard({ 
		    timeout: 4000,
		    speed: 800,
		    pause: 1
		});
		
		$('#side_testimonial').cycleStandard({ 
		    timeout: 7000,
		    speed: 400,
		    pause: 1
		});
		
	}

	
});

