/* funzione di contaclick */
function clk(id) {
	if(document.images) {
		var immg = new Image();
		immg.src = "image.php?id="+id;
	}
}
