

function User(){
    this.status = false;
}
User.prototype = {
   
      init : function(){
      
      }

}
