
Home = function(){
	return {
		init : function(){
			//console.log("Init Home");
		}
	};
}();

 $(document).ready(Home.init);