$j = jQuery.noConflict();
$j(document).ready(
	function()
	{
		$j.get(
			"/?tpl=132", {}, function(data)
			{
				$j("#news_ticker").append(data).find("ul").newsTicker();
			}
		)
	}
);

