function Unit()
{
  this.render = function()
  {
    return "HEY!";
  }
}