function cl(biz, entity_class, action)
{
	if (document.images)
	{
		var ef = encodeURIComponent || escape;
		(new Image).src = "/go.amp?img=Y\x26biz=" + biz + "\x26entity_class=" + entity_class + "\x26action=" + action;
		}
	return true;
}

function cl_all(biz, entity_class, entity_context, action)
{
	if (document.images)
	{
		var ef = encodeURIComponent || escape;
		(new Image).src = "/go.amp?img=Y\x26biz=" + biz + "\x26entity_class=" + entity_class + "\x26context=" + entity_context + "\x26action=" + action;
	}
	return true;
}

