/* artist.php community.php gruppen.php index.php multimedia.php */ jQuery(document).ready(function() { jQuery('#mycarousel2').jcarousel({ // Uncomment the following option if you want items // which are outside the visible range to be removed // from the DOM. // Useful for carousels with MANY items. //itemVisibleOutCallback: {onAfterAnimation: function(carousel, item, i, state, evt) { carousel.remove(i); }}, scroll: 8, auto: 0, animation: 1000, itemLoadCallback: mycarousel_itemLoadCallback_2 }); });