I have a big problem since my host upgraded to V4 of sitebuilder.

I have been using RVSiteBuilder V4 since yesterday and there is a problem with
it. If I republish a page with a Google Ad on, Sitebuilder deletes the last
piece of code thus making the code invalid.

Example. This is the complete code as copied from my adsense account
<script type="text/javascript"><!--
google_ad_client = "pub-*********";
/* 728x90, created 23/11/09 */
google_ad_slot = "********";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Example. This is the code after republishing the page.
<script type="text/javascript"><!--
google_ad_client = "pub-**************";
/* 728x90, created 23/11/09 */
google_ad_slot = "***********";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>

As you can see, sitebuilder is deleting this piece of the code
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

I never had any problems with earlier versions of Sitebuilder.