may i put it on my site ? <script type="text/javascript" src="/adsense.js"></script> Code (markup): adsense.js : document.writeln("<script type=\"text\/javascript\"><!--"); document.writeln("google_ad_client = \"pub-5676236325709660\";"); document.writeln("google_ad_slot = \"4950497015\";"); document.writeln("google_ad_width = 234;"); document.writeln("google_ad_height = 60;"); document.writeln("\/\/-->"); document.writeln("<\/script>"); document.writeln("<script type=\"text\/javascript\""); document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">"); document.writeln("<\/script> "); document.writeln("") Code (markup):
I am not sure, but if you have read Google Adsense TOS carefully you will see the answer. All modification on the code generated by Google is prohibited. You have to use only code that generated by system, use it exact with non modification.
wouldnt calling to it w/ a php include be easier?? (ie less lines of code?)... I dont know much about the subject but...hey... Im learning too