// JavaScript Document
function adjustClicks(id)
{
	var url = 'ad_admin_ajax.php?id=' + id;
	
	new Ajax.Request(url, { method:'get' });

	
}