var root = '';

function count_link(x)
{
i = new Image();
i.src = root+'/cl.php?id='+x;
return true;
}