$(document).ready( function(){	
	/* agenda */
	jQuery('#mycarousel').jcarousel({
		//wrap: 'circular',
		start: 10	});	
});