//The Sri Lankan Tech Guide (c) 2009
//email: info@thesrilankantechguide.com
//version: 0.1

makeSearchCommand({
  name: "tsltg",
  author: {name: "The Sri Lankan Tech Guide", email: "info@thesrilankantechguide.com"},
  description: "Looks up a product/tag/store in The Sri Lankan Tech Guide",
  icon: "http://www.thesrilankantechguide.com/images/thesrilankantechguide_icon.gif",
  url:"http://www.thesrilankantechguide.com/s.php?q={QUERY}&x=0&y=0",
  preview: function( pblock ) {
    pblock.innerHTML ="Search for products/tags/stores in <b>The Sri Lankan Tech Guide</b>"
    }
});

