(function () {
    var parentWindow = window.top;
    var adgscript = document.createElement('script');

    var adUnitCompleted = function () {
        if (typeof parentWindow.document.getElementById('gooad-badge728_ol_1') !== 'undefined' &&
            typeof parentWindow.gooad.adgAd !== 'undefined' &&
            typeof parentWindow.gooad.adgAd['gooad-badge728_ol_1'] !== 'undefined') {
            adgscript.src = parentWindow.gooad.adgAd['gooad-badge728_ol_1'];
            window.top.gooad.Utility.message(adgscript);
            // console.log(adgscript)
            window.top.document.getElementById('gooad-badge728_ol_1').appendChild(adgscript);

            clearTimeout(adUnitCompleted);

        } else {
            setTimeout(adUnitCompleted, 10);
        }
    };
     adUnitCompleted();
    // setTimeout(adUnitCompleted, 10);
}());