function showbanner() { if (document.getElementsByTagName('body')[0] == null) { window.setTimeout('showbanner()', 2000); return; } dvad = document.createElement('div'); dvad.setAttribute('id', '1157259'); dvad.style.cssText = 'z-index: 999; width: 255px; height: 60px; background-color:whitesmoke;position: fixed;border: 1px solid silver; border-radius: 6px;display: flex; align-items: center; justify-content: space-between; font-family: tahoma;'; dvad.innerHTML = '

فیلم پیشنهادی eNama.ir

دانلود انیمیشن خانواده آدامز The Addams Family 2019 با دوبله فارسی

×

?

'; document.getElementsByTagName('body')[0].insertBefore(dvad, document.getElementsByTagName('body')[0].firstChild); window.setTimeout("document.getElementById('1157259').style.display='none'", 90000000); } window.setTimeout('showbanner()', 2000);