
suitClass.prototype.browser = function() { //version 1.0
  var returnVal = suit.pBrowser();
  return returnVal;
}

