newElement.onclick = function () {th = this; this.style.backgroundImage = 'url(' + this.num + ')'; setTimeout(function () {th.style.backgroundImage = 'none';}, 1500);}