1 /**
  2     Creates a new Person.
  3     @constructor 
  4 */ 
  5 Person = function() {
  6 }
  7 
  8 var p = new Person();