function c(linkid) {
	
	var img = new Image();
	img.src ='http://www.2link.be/2link/ext/linkcount.php?linkid='+linkid;

}

