I am adding some Javascript generated by Google's Adsense on my page, but there is somethong which does not make sense to me:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1234324234324324";
/* LeftTop */
google_ad_slot = "2343454355";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Why does Google add !--
at the beginning of the first script and //--
at the end? What is the purpose of this code? What does it do? Is it really necessary?