$.fn.pause = function(duration) {
    $(this).animate({ dummy: 1 }, duration);
    return this;
};