var BASE_URL="http://localhost/MazdaCaCompare/metrics/record_metrics.aspx";

function recordASCEvent(eventKey, mechKey, data)
{
	var oImg=new Image();

	oImg.src = BASE_URL + "?KEY=" + eventKey + "&MECH=" + mechKey + "&DATA=" + data;
	//oImg = null;

	return;
}

