$(document).ready(function() {
setTimeout(function() {
var adScript = document.createElement('script');
adScript.src = '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
adScript.setAttribute('async', true);
document.body.appendChild(adScript);
}, 3000);
});