var d = document; var b = d.body; b.style.paddingTop = '24px'; b.style.backgroundPosition = '0 24px'; if(d.getElementById("ering_toolbar")){ b.removeChild(d.getElementById('ering_toolbar')); } var t = d.createElement('div'); t.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/bg.png)'; t.style.overflow='hidden'; t.style.height='24px'; t.style.margin='0'; t.style.padding='0'; t.style.position='absolute'; t.style.zIndex = '1000000'; t.style.top='0'; t.style.left='0'; t.style.width='100%'; t.style.textAlign='center'; var toolbarData = {sites: [ { link: 'http://ering.pl/redirect/5ab3c763b59f81904a7dad27cc409a4c142a8e365447ec987d8878eff57dd187', favico: '', title: 'Najlepsze MMORPG' }, { link: 'http://ering.pl/redirect/5ab3c763b59f81904a7dad27cc409a4ca7724d1f7202e0cba54d573acfea2083', favico: 'http://ering.pl/favicons/26.ico', title: 'Typowanie meczów online' }, { link: 'http://ering.pl/redirect/5ab3c763b59f81904a7dad27cc409a4c87e9663f5f664cfc474c6d619349aedc', favico: '', title: 'Darmowa Wyszukiwarka Mp3' }, { link: 'http://ering.pl/redirect/5ab3c763b59f81904a7dad27cc409a4cb5be9a3ce93bb5cd600267ce902ccedb', favico: 'http://ering.pl/favicons/28.ico', title: 'telefony sony ericsson' }, { link: 'http://ering.pl/redirect/5ab3c763b59f81904a7dad27cc409a4c72fa0270781015d2a3f3780daf045fe8', favico: 'http://ering.pl/favicons/33.ico', title: 'Foto-Wpadki' } ]}; var ul = d.createElement('ul'); ul.style.display = 'block'; ul.style.height='100%'; ul.style.overflow='hidden'; ul.style.margin='0 auto'; ul.style.padding='0'; ul.style.listStyleType='none'; var width = 0; for (var i in toolbarData.sites) { var site = toolbarData.sites[i]; if(site.title){ width+=190; var li = d.createElement('li'); li.style.width='190px'; li.style.cssFloat='left'; li.style.styleFloat='left'; li.style.height='100%'; li.style.padding='0'; li.style.margin='0'; li.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button.png)'; li.style.textAlign='center'; li.style.overflow='hidden'; var a = d.createElement('a'); a.onclick = function(){ window.open(this.href).focus(); return false; } a.style.textDecoration='none'; a.style.display='block'; a.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button_left.png) left top no-repeat'; a.style.height='100%'; a.style.fontFamily='Tahoma'; a.style.color='#000000'; a.style.cursor='pointer'; a.style.padding='0'; a.style.margin='0'; //a.style.fontWeight='bold'; a.href=site.link; var s = d.createElement('span'); s.style.display='block'; s.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button_right.png) right top no-repeat'; s.style.height='100%'; //s.style.width='180px'; s.style.margin='0'; s.style.padding='0 5px'; s.style.overflow='hidden'; s.style.textAlign='center'; s.style.whiteSpace='nowrap'; s.style.lineHeight='11px'; var s2 = d.createElement('span'); s2.innerHTML=site.title; s2.style.fontSize='11px'; s2.style.fontFamily='Tahoma'; s2.style.fontWeight='bold'; s2.style.position='relative'; s2.style.top='5px' if (site.favico) { var f = d.createElement('img'); f.src=site.favico; f.style.marginTop='4px'; f.style.marginBottom='4px'; f.style.marginRight='5px'; f.style.height='16px'; f.style.width='16px'; f.style.border='none'; f.style.verticalAlign='baseline'; s2.style.top='-8px'; s.appendChild(f); } s.appendChild(s2); a.appendChild(s); li.appendChild(a); li.onmouseover = function(){ this.style.backgroundPosition='0 -24px'; var a = this.childNodes[0]; a.style.textDecoration='none'; a.style.backgroundPosition='0 -24px'; a.style.color='#FFF'; a.childNodes[a.childNodes.length-1].style.backgroundPosition='right -24px'; } li.onmouseout = function(){ this.style.backgroundPosition='0 0'; var a = this.childNodes[0]; a.style.backgroundPosition='left top'; a.style.color='#000000'; a.childNodes[a.childNodes.length-1].style.backgroundPosition='right top'; } ul.appendChild(li); } } ul.style.width=(width+38)+'px'; var e = d.createElement('li'); e.style.cssFloat='left'; e.style.height='100%'; e.style.width='38px'; e.style.padding='0'; e.style.margin='0'; e.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button.png)'; e.style.overflow='hidden'; var ea = d.createElement('a'); ea.style.padding='0'; ea.style.margin='0'; ea.style.cursor='pointer'; ea.href='http://www.ering.pl'; ea.onclick = function(){ window.open(this.href).focus(); return false; } ea.title='Ering'; ea.style.display='block'; ea.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button_left.png) left top no-repeat'; ea.style.height='100%'; var es = d.createElement('span'); es.style.height='100%'; es.style.display='block'; es.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/button_right.png) right top no-repeat'; es.style.padding='0 8px'; es.style.margin='0'; var ess = d.createElement('span'); ess.style.background='url(http://ering.pl/layouts/default/pl_PL/images/toolbar1/ering.png) center center no-repeat'; ess.style.textIndent='-1000px'; ess.style.padding='0'; ess.style.margin='0'; ess.style.paddingLeft='20px'; ess.style.display='block'; ess.style.height='100%'; es.appendChild(ess); ea.appendChild(es); e.appendChild(ea); ul.appendChild(e); t.appendChild(ul); b.insertBefore(t,b.firstChild);