(function () { function countPanorama() { var container = document.querySelector("[id^='borka-panorama-0']"); var height = parseInt(container.clientHeight); if (height > 80) { var _img = document.createElement('img'); _img.src = "/panoramacount.gif"; _img.style.display = "none"; container.appendChild(_img); } } window.setTimeout(countPanorama, 5000) })();