jQuery(document).ready(function () {
        jQuery('#linkscroller').jcarousel({
            scroll: 4, wrap: "circular"
        });
    });
