Most of us would like to make some money out of our hobby so probably you have opted for Adsense. And heres is how to do it with no JavaScript. 

    Although GPC does support, it might be better to put Adsense  in the form of a frame onto your site. After you obtain the code for Google - the Adsense code - make a new htm page on your computer containing only that code, and upload it. Then add this code to the place where you want the ad to appear. 

<div style="text-align: center;"> <iframe marginwidth="0" marginheight="0" src="HTM FILE NAME" allowtransparency="" frameborder="0" height="240" scrolling="no" width="200">Google AdSense</iframe> </div>

While changing the blue parts to your conditions. The center can be changed to left and right and the HTMFILENAME should contain the .htm part also. You of course need to know the width and height of your ad, and have to adjust the window accordingly. You can potentially change the frame border but I am unsure what will become of it when you do.

    This tip has multiple benefits. The first one being that you get to use AdSense and potentially make money without difficulties and having to deal with cumbersome JS. You also do not need to save your pages and add AdSense and then re-upload them then link to them, instead you just need to edit the HTML of your pages in GPC thus keeping to GPC simplicity. 

    You might want to give meaningful names to the htm files, eg. adsenseBox, adsenseLargeBanner, instead of naming then adsense1, adsense2, etc. etc. Those names are easier to remember thus allow you to add adsense without having to check which of the 11 htm files is the on that you want to put in a particular place. 

    If, while editing, GPC displays a 404, page not found error in the place of your ad please do not be alarmed. That happens due to the fact that GPC does not fetch things inside frames and therefore does not display your ad.