
suitClass.prototype.getObject = function(objectName) { // version 1.0
  var obj;
  obj = suit.pGetObject(objectName);
  return obj;
}

