$.fn.mediabrowser = function (options) {
        return this.each(function () {
            var $this = $(this);

            if ($this.data('mediabrowser')) {