// JavaScript Document
$.get(
	"ajax.php", {}, function(data)
	{
		$("#ticker").append(data).find("ul").newsTicker();
	}
)

