var firmycz = {
description: "Nal\u00E9zt osobu nebo url na firmy.cz",
  shortDescription: "firmy.cz",
  scope: {
    semantic: {
      "hCard" : "fn"
    }
  },
  doAction: function(semanticObject, semanticObjectType) {
    if (semanticObject.fn) {
      return "http://www.firmy.cz/phr/" + encodeURIComponent(semanticObject.fn)
    }
  } 
};

SemanticActions.add("firmycz", firmycz);
