$(document).ready(function(){
	EnableAlbuns();
});

function EnableAlbuns() {
	jQuery('#albuns').jcarousel({});
}
