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