$(document).ready(
	function()
	{
		$(".live_author").newsTicker();
	}
);

