// impact page: scroller news in homepage
//

$(document).ready(function(){
	$('div.scrollerNews ul').liScroll({travelocity: 0.05});
}); 

