function loadAdsense(width,height,channel){ document.writeln('<script type="text\/javascript"><!--'); document.writeln('google_ad_client = "pub-xxxxxxxxxxxxxxxxx";'); document.writeln('google_alternate_ad_url = "http://www.xxx.com/google_adsense_script.htm";'); document.writeln('google_ad_width = '+width+';'); document.writeln('google_ad_height = '+height+';'); document.writeln('google_ad_format = "'+width+'x'+height+'_as";'); document.writeln('google_ad_type = "text_image";'); document.writeln('google_ad_channel ="'+channel+'";'); document.writeln('google_color_border = "fbf2ee";'); document.writeln('google_color_bg = "fbf2ee";'); document.writeln('google_color_link = "0000cc";'); document.writeln('google_color_text = "000000";'); document.writeln('google_color_url = "000000";'); document.writeln('\/\/--><\/script>'); document.writeln('<script type="text\/javascript"'); document.writeln(' src="http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js">'); document.writeln('<\/script>');} HTML: My site is Static HTML creat by a CMS, it's very hard for me to creat the whole site again. Can I use this script and will i get banned by Adsense?