makeSearchCommand({
  icon: "http://www.lovinghouseproject.org/wp/favicon.ico",
  name: "lhp",
  author: {name: "info", email: "info@lovinghouseproject.org"},
  description: "Searches the 'Loving House Project' weblog",
  url:"http://www.lovinghouseproject.org/wp/?s={QUERY}",
  preview: function( pblock ) {
    pblock.innerHTML = CmdUtils.renderTemplate("Search the <em><a href='http://www.lovinghouseproject.org/wp'>Loving House Project</a></em> weblog");
  }
});
