We give out a piece of javascript tags such as which site owners put on their site like http://exa
Document.write will not work from async script because document is already loaded when script starts working.
But you can do this:
document.body.innerHTML = document.body.innerHTML + 'Some HTML';