function clickCounter(path) {
	counter = new Image();
	counter.src = path;
}
