makeSearchCommand({
  author: { name: "Zrikz", email: "mtweldon(a)gmail.com"},
  license: "MPL",
  name: "Newegg",
  url: "http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Description={QUERY}",
  icon: "http://c1.neweggimages.com/WebResource/Themes/2005/Nest/Newegg.ico",
  description: "Searches <a href=\"http://newegg.com\">Newegg</a> for items matching the given words.",
  preview: function(pBlock, directObj) {
    if (directObj.text)
      pBlock.innerHtml = "Searches Newegg for " + directObj.text;
    else
      pBlock.innerHTML = "Searches Newegg for the given words.";
  }
});


