var Persona = new Class
({
       correr: function()

       {
              alert('Estoy corriendo!');
       }
});