$(function() {
    $('iframe[id^=google_ads_iframe]').map(function() {
        if (this.contentWindow.document) {
            $('body', this.contentWindow.document).css('text-align', 'center');
            $('img',  this.contentWindow.document).removeAttr('width');
        }
    });
});
