var activ = 1;

function createDiv()
	{ 
		var _body = document.getElementsByTagName('body') [0];
		var _div = document.createElement('a');
		var _text = document.createTextNode("ARBOlive.ro vrea sa converseze ...")
		_div.appendChild(_text);
		_body.appendChild(_div);
		_div.setAttribute('href', 'http://www.arbolive.ro/?utm_source=js_arbo&utm_medium=top_site&utm_campaign=link');
		_div.setAttribute('target', '_blank');
		_div.setAttribute('style', 'position:absolute; padding:0;background:#98ca3c; border-bottom:solid 1px #648920; width:100%; top:0; left:0; text-align:center; line-height: 30px; height:30px; font-family:Arial; font-size:12px; color:#000; font-weight:bold;text-decoration:none;');
		_body.setAttribute ('style', 'padding-top:30px;')
	}

	if (activ)
		{
			window.onload = createDiv;
		}
