
function updateClickThroughLog(adID,target)
{
	var params = "button=clickThroughLog&adID="+adID+"&referrer="+document.referrer+"&destination="+target;

    initiatexmlhttp(params);

}
