Hello. I'm having a trouble with the dynamic number insertion functionality. I have content where the keyword_replacement.js script is placed. That content comes to me via ajax (e.g. after a user clicks a button). So, after that the page just blanks. I gues the reason is using document.write() in the script, which tries to write to the document which is already complete and probably closed (not sure about that).