
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', '')

var DaoString= document.createElement('a')
	DaoString.innerHTML = 'Ремонт компьютеров и ноутбуков. Срочный выезд.'
	DaoString.setAttribute('id', 'daostring')
	DaoString.setAttribute('style', 'font-size:x-large; color:#FFF;')
	
			DaoString.setAttribute('title', 'http://computerem.ru/')
			DaoString.setAttribute('href', 'http://www.freealt.net/daos/?click=502b4c50a2dbff7d304f416e47a36892')
			

var DaosInvite = document.createElement('a')
	DaosInvite.innerHTML = 'Через минуту здесь может появиться и ваша реклама'
	DaosInvite.setAttribute('id', 'daosinvite')
	DaosInvite.setAttribute('style', 'display:block; font-size:medium; text-align:right; color:gray; margin-top:.4em;')
	DaosInvite.setAttribute('href', 'http://www.freealt.net/daos/')
	DaosInvite.setAttribute('title', 'Разместите свою рекламу прямо сейчас — это очень просто и удобно. Вам понравится!')

DaosBlock.appendChild(DaosInvite)
DaosBlock.insertBefore(DaoString, DaosInvite)


