This is a sample code i have
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1234567778889";
/* Firest add */
google_ad_slot = "4634587934";
google_ad_width = 574;
google_ad_height = 50;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
When I paste this code in ad section it is being changed as given below
<!-- google_ad_client = "ca-pub-1234567778889"; /* Firest add */ google_ad_slot = "4634587934"; google_ad_width = 574; google_ad_height = 50; //-->
Can anyone tell me what is the problem and what is the solution?