$(function() {
	$(".newsticker").jCarouselLite({
		vertical:true,
		hoverPause:true,
		visible:1,
		auto:30000,
		speed:5000
	});
});
$(document).ready(function(){
  $('.bt-notes #content_area #content ul li:nth-child(even)').addClass('alternate');
});
