var xmlhttp=null; // Defines that xmlHttp is a new variable.

function updateClickThroughLog(adID,target)
{
	var params = "button=updateClickThroughLog&adID="+adID+"&referrer=none&destination=none";

    initiatexmlhttp(params);

}
