	$(document).ready(function() {
		  $("#news li").css("display", "block");
		  var options = {
			newsList: "#news",
			startDelay: 10,
			placeHolder1: " _",
			tickerRate: 40
		  }
		  $().newsTicker(options);
	});