var mountCarousel = function() {
	jQuery('#mycarousel').jcarousel();
}

window.onload = function(){
    mountCarousel();
}

