﻿$(function() {

//This be the noticeboard scroller config
    $('div.scrollable').scrollable
        ({
            size: 0,
            items: '.channelSummaryContainer, .news',
            vertical: true,
            keyboard: false
        });

});
