embed document not working

embed document not working

Dear Zoho--I am trying to embed a zoho document in my web page. The embed code is here:
<script src='https://writer.zoho.com/public/c26872d22269837a951d468da049a89fee42685530329e8edf00da15eff3084ea0ae868b6eb0918a/script'></script>

This generates a javascript error in my browser. It seems that this script returns my document in between
a document.write('  and ');  I think the problem is that the single quotes inside of my document text are not
being escaped properly and are conflicting with the ' and ' in the javascript document.write statement.

Are there any fixes for this? Thanks. This was working about 3 months ago.

Tom B.