
var GoogleAdSense = function() {

    this.init = function() {

        if ($('#adsFooter iframe').length > 0) {
            $('#adsFooter iframe').css('position', '')
            $('#ads').append($('#adsFooter iframe'))
        }   
    }
}
