function clickCounter(obj,itemId) {
	obj.href = "/webCatalogOpen.php?itemId=" + itemId;
	//alert('clickCounter('+obj.href+')');
}