
/* - sliderportlet.js - */
$(document).ready(function() {
    jq(".scrollable").scrollable({circular: true}).autoscroll({interval:5000});
});


