function appendCustomHeader() { var cH = document.createElement('div'); cH.innerHTML = 'Advertisement'; cH.className = 'mnetAdb'; var cHsT = cH.style; cHsT.top = '5px'; cHsT.right = '5px'; cHsT.position = 'absolute'; cHsT.fontSize = '10px'; cHsT.background = "#FFF"; cHsT.color = "#F00"; cHsT.padding = "1px"; cHsT.fontWeight = "bold"; document.body.appendChild(cH); }