
$.fn.pause = function (n) {
    return this.queue(function () {
        var el = this;
        setTimeout(function () {
            return $(el).dequeue();
        }, n);
    });
};

Shadowbox.init({
    language: 'fr',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

