$(document).ready
(
	function()
	{
		$("#ticker ul").ticker();
	}
);
