﻿
function c(id){
	if(document.images){
		var p=encodeURIComponent(window.document.location.href);
		(new Image()).src="/Service/UrlClick.ashx?id=" + id + "&ref=" + p;
	}
	return true;
}