var DaosBlock = document.getElementById('daos') if (!DaosBlock) { DaosBlock = document.createElement('div') DaosBlock.setAttribute('id', 'daos') var scripts = document.getElementsByTagName('script') for(var n=0; n < scripts.length; n++) { if (scripts[n].getAttribute('src').indexOf('JSblock.php') + 1) { scripts[n].parentNode.insertBefore(DaosBlock, scripts[n]) } } } DaosBlock.setAttribute('style', 'background:#F2F2F2; border-top:1px #fff solid;') var DaoString= document.createElement('a') DaoString.innerHTML = 'Сколько стóит объявление в этой строке?' DaoString.setAttribute('id', 'daostring') DaoString.setAttribute('style', 'font-weight:bold;') DaoString.setAttribute('title', 'http://alnet.com.ua/rules/') DaoString.setAttribute('href', 'http://alnet.com.ua/DAOS/?click=default') var DaosInvite = document.createElement('a') DaosInvite.innerHTML = 'Добавить сюда своё объявление' DaosInvite.setAttribute('id', 'daosinvite') DaosInvite.setAttribute('style', 'text-decoration:none; border-bottom:1px dotted;') DaosInvite.setAttribute('href', 'http://alnet.com.ua/DAOS/') DaosInvite.setAttribute('title', 'Разместите свое объявление прямо сейчас — это очень просто и удобно. Вам понравится!') /* rEd */ var DaosInviteWrap = document.createElement('small') DaosInviteWrap.appendChild(DaosInvite) DaosBlock.appendChild(DaosInviteWrap) /* rEd: DaosBlock.appendChild(DaosInvite) */ DaosBlock.insertBefore(DaoString, DaosInviteWrap) /* rEd: DaosBlock.insertBefore(DaoString, DaosInvite) */