function hitOut(url)
{
	$.ajax({
			type: "POST",
			url: url
	});
}
