Page is a not externally linkable
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...