I use ajax for reloading ads on the http://www.loupak.cz/obrazky/legracni-obrazky/220733/. It works like this:
In the targeted page are only divs with ads codes without JS
There is array with divs and associated codes for ads
The page includes iframe. To this iframe are added ads codes and iframe is reloaded
Aftrer this I only put loaded ads from the iframe on the right place on the page.
This stopped working after we have added google ads to adocean platform. It works only with adocean ads, but when ad is from google (off course distributed throught adocean) it doesnt display in all browsers except Opera. When I load ads in standard way , it works. For example here http://www.loupak.cz/video/. Please do not notice ad on the left, because it is loaded by standard google code. Code for reloading is on the first link from line 721 to 764. Thanks for your help.