var Shoebooks = (function ($) {
	
	var _w = window,
		undef;
	
	return {
		
		init : function () {
			
		}
		
	};
})(window.jQuery);

jQuery(function ($) {
	Shoebooks.init();
});
