A client of my is using Contribute (Windows) and we have noticed an issue where
JavaScript gets corrupted during editing - causing the file size to balloon
dramatically.

When an edit is made to their home page "index.php", sometimes the Urchin
Tracking Module code is getting corrupted, in the most recent case, causing the
file size to go from 12.6K to 18.8MB.

The code is at the bottom of this message.

I noticed the same thing happening on some other pages, usually with the
Urchin code that resides at the bottom of the page, but other scripts have been
effected on other occasions.

Any ideas?

Thank you.

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-XXXXXX-X";
urchinTracker();
</script>