$(document).ready(function() {
	$('div.ticker').scrollable({size: 1, vertical: true, speed:1000}).circular().autoscroll({interval: 7000, autoplay: true, autopause: true});
});


