Page is a not externally linkable
- Google
-- Google AdSense
---- AdSense taking half total load time =/


dude23124 - 3:15 am on Mar 7, 2011 (gmt 0)


where you want the ad to display...
<div id="top_ad"></div>

the code in the footer...
<div id="footer" style="display: none;">
---ad code un modified ---
</div>

below put javascript....

<script type="text/javascript">
window.onload = function() {
document.getElementById('top_ad').appendChild(document.getElementById('footer'));
document.getElementById('footer').style.display = '';
</script>

Ad will delay loading...


Thread source:: http://www.webmasterworld.com/google_adsense/4242239.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com