function Home(){
  this.init = function(){
  };
}

Home = new Home();
