(function($)
{

	$(document).ready(function() 
	{
		// Start up the cycle for Meet Us
		if (typeof $.jcarousel != 'undefined')
		{
			$('#mycarousel').jcarousel({
				'animation': 300
			});	
		}
		

	});
	
})(jQuery);

	
