m.share = (function() {
	return {
		init: function() {
			$(document).ready(function() {
			});
		}
	}
})();
m.share.init();