function createDiv() { var content = unescape('%3Cp%3E%3Cimg%20alt%3D%22asd%22%20src%3D%22http%3A%2F%2Fturbosoftwareclub.com%2Fd%2Fts2%2Fassets%2Fimages%2Fturbosyndicator-box-600x650.png%22%20style%3D%22height%3A650px%3B%20width%3A600px%22%20%2F%3E%3C%2Fp%3E%0D%0A%0D%0A%3Ch3%3ETurbo%20Syndicator%3C%2Fh3%3E%0D%0A%0D%0A%3Cp%3EThe%20software%20allows%20you%20to%20control%20TEXT%20and%2For%20HTML%20that%20can%20be%20displayed%20to%20any%20page%20online.%20By%20editing%20a%20record%20in%20the%20administration%20area%20all%20changes%20are%20applied%20to%20all%20pages%20online%20that%20include%20the%201%20line%20of%20code%20generated%20by%20the%20software%20-%20which%20in%20turn%20displays%20the%20content.%26nbsp%3B%3C%2Fp%3E'); var curscriptEl = document.getElementById('newhtml'); var newItem = document.createElement('div'); newItem.innerHTML = content; curscriptEl.parentNode.insertBefore(newItem, curscriptEl); } window.onload = createDiv;