jQuery(document).ready(function($){
	$(function() {	
		//$(".smallTrunk").truncate(120,{trail:["",""]});	
		$(".smallTrunkBody p:last-of-type").append(' ...');
		$("#news-scroller").simplyScroll({
					className: 'vert',
					horizontal: false,
					frameRate: 24,
					speed: 1,
					autoMode: 'loop'
					
				});
	});		
				
				
});