﻿//<![CDATA[
if (getCookie("UVCOUNTER") == "") {
	$.post(
	  "/counter/addUVCounter.asp"
	, { url: location.host }
	, function(data) {}
	);
}
//]]>