$.fn.CSShare = function (options) {
        return this.each(function () {
            (new $.CrazySquirrel.Share($(this), options));
        });
    };