My javascript within an editable region keeps getting removed when a page is viewed in the pagelime editor and when it is published. The javascript is an email address protector by Joe Maller. I have inserted the "<!-- CMS:REMOVE -->" conditional statements before and after the script below is the example code that is getting removed.
<!-- CMS:REMOVE --><SCRIPT TYPE="text/javascript">
<!--
// protected email script by Joe Maller
// JavaScripts available at http://www.joemaller.com
// this script is free to use and distribute
// but please credit me and/or link to my site
emailE='client.com'
emailE=('user' + '@' + emailE)
document.write('' + emailE + '')
//-->
</script><!-- CMS:END-REMOVE -->
Any help would be awesome
thank you