	$(function() {
		$.get(
			"testy_job-search-coaching.html", {}, function(data)
			{
				$("#testybug").append(data).find("ul").newsTicker();
			}
		)
	});

