function count_link(id)
	{
		i = new Image();
		h = Math.random();

		i.src= 'http://links247.co.uk/index.php?l='+id+'&amp;h='+h;

		return true;
	}