42  var object = {
43      name: 'made4web',
44      type: 'website',
45      location: 'www',
46      status: 'under construction',
47      owner:{
48          name: 'Daniel Kurzke',
45          location: 'Potsdam, Germany',
50          mail: 'daniel@made4web.de',
51          phone: '+49 331 868 29 515',
52      };
58  };