/*extern ufJS, ufJSActions, ufJSParser, openUILink */ 

var bomba_search_tags = {
  description: "Nal\u00E9zt videa na bomba.cz",
  shortDescription: "bomba.cz",
  icon: "http://www.bomba.cz/favicon.ico",
  scope: {
    semantic: {
      "tag" : "tag"
    }
  },
  doAction: function(semanticObject, semanticObjectType) {
    if (semanticObject.tag) {
      return "http://www.bomba.cz/videa/hledat/?q=" + encodeURIComponent(semanticObject.tag);
    }
  }
};

SemanticActions.add("bomba_search_tags", bomba_search_tags);