$(function(){
	$("ul#ticker01").liScroll({travelocity: 0.04});
});
 
//If you want your list to scroll faster or slower than the default value, modify the travelocity param
//$(function(){ 
//    $("ul#ticker02").liScroll({travelocity: 0.15}); 
//}); 

