makeSearchCommand({
  name: "lifehacking",
  url: "http://www.lifehacking.nl/tag/{QUERY}",
  icon: "http://www.lifehacking.nl/favicon.ico",
  description: "Search the tagcloud of <a href=\"http://www.lifehacking.nl\">Lifehacking.nl</a> for the given words.",
  homepage: "http://www.lifehacking.nl",
  Contributors: "Frank Meeuwsen",
  help: "Select a text and issue this command. Press enter and you will see the page on Lifehacking.nl",
  preview: function(pBlock, directObj) {
    if (directObj.text)
      pBlock.innerHtml = "Searches Lifehacking.nl for " + directObj.text;
    else
      pBlock.innerHTML = "Searches Lifehacking.nl for the given words.";
  }
});

