Forum Moderators: martinibuster
window["google_ad_client"] = 'pub-...';
/* rest of ad params */
window.adcontainer = document.getElementById('containerid');
window.adhtml = '';
function mywrite(html) {
adhtml += html;
if(html == '</iframe>')
adcontainer.innerHTML = adhtml;
};
document.write_ = document.write;
document.write = mywrite;
script = document.createElement('script');
script.src='http://pagead2.googlesyndication.com/pagead/show_ads.js';
script.type='text/javascript';
document.body.appendChild(script);