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

function setNewsticker(){
	$("ul#ticker").liScroll({travelocity: 0.02});
}
