jQuery.fn.show = function () {
    $(this).removeClass("hidden");
    return origShow.apply(this, arguments);
};