var zlate_stranky = {
description: "Nal\u00E9zt osobu nebo url na zlat\u00FDch str\u00E1nk\u00E1ch",
  shortDescription: "zlatestranky.cz",
  icon: "http://www.zlatestranky.cz/favicon.ico",
  scope: {
    semantic: {
      "hCard" : "fn"
    }
  },
  doAction: function(semanticObject, semanticObjectType) {
    if (semanticObject.fn) {
      return "http://www.zlatestranky.cz/hledani/-/" + encodeURIComponent(semanticObject.fn)
    }
  } 
};

SemanticActions.add("zlate_stranky", zlate_stranky);
