function count (eventId,locationId, contextId, url) {
	img = new Image();
	img.src = "/count.html?id=" + id;
	window.alert("Event: " + eventId + ", Location: " + locationId + ", Context: " + contextId);
	window.open("http://" + url);
}
