(function($) {

var restart_orig = restart;

restart = function () {
    $("#adhome")[0].appendChild( // raw appendChild method required for AdSense
        $("#adsense").css("display", "block")[0]
    );
    restart_orig.apply(this, arguments);
};

})(jQuery);