/*
    NOTE:
    * url contains "%s" that is replaced with your search.
    * do not use special characters in category and site names (allowed: [ ._a-zA-Z0-9])
*/
var CATS = {};
CATS["General"] = {
    "google": "http://www.google.pl/search?hl=pl&q=%s&btnG=Szukaj+w+Google&lr=",
    "yahoo": "http://search.yahoo.com/search?ei=UTF-8&fr=sfp&p=%s",
    "desktop": "http://127.0.0.1:4664/search&s=bY8S74OA9ajlzX66T0TmyY3aiuc?q=%s",
    "dmoz.org": "http://search.dmoz.org/cgi-bin/search?search=%s",
    "books": "http://books.google.com/books?q=%s&btnG=Search+Books&as_brr=0"
};
CATS["Programming"] = {
    "acronyms": "http://acronyms.thefreedictionary.com/%s",
    "foldoc.org": "http://www.foldoc.org/?%s",
    "koders.com": "http://www.koders.com/?s=%s",
    "define:": "http://www.google.pl/search?hl=pl&q=define%3A%s&btnG=Szukaj&lr=",
    "creativecommons": "http://search.creativecommons.org/index.jsp?q=%s",
    "dmoz.org": "http://search.dmoz.org/cgi-bin/search?search=%s"
};
CATS["Dictionary PL"] = {
    "dict.pl": "http://www.dict.pl/plen?word=%s&lang=PL",
    "slowniki.onet": "http://portalwiedzy.onet.pl/tlumacz.html?qs=%s&tr=ang-auto&x=0&y=0",
    "slownik IT": "http://venus.ci.uw.edu.pl/~milek/cgi-bin/infor.cgi?match_type=1&SLOWO=%s",
    "ling": "http://www.ling.pl/content.php4?name=find.php&word=%s",
    "sjp.pwn": "http://sjp.pwn.pl/slowo.php?co=%s",
    "portalwiedzy": "http://portalwiedzy.onet.pl/szukaj.html?S=%s&pw=1&x=0&y=0"
};
CATS['Dictionary EN'] = {
    "dictionary.com": "http://dictionary.reference.com/search?q=%s",
    "define:": "http://www.google.pl/search?hl=pl&q=define%3A%s&btnG=Szukaj&lr=",
    "urbandictionary": "http://www.urbandictionary.com/define.php?term=%s"
};
CATS["Movie"] = {
    "imdb.com": "http://imdb.com/find?q=%s;s=all",
    "imdb.pl": "http://fdb.pl/szukaj.php?s=%s",
    "film.onet": "http://film.onet.pl/szukaj.html?sf=%s",
    "napisy.org": "http://napisy.org/Szukaj/%s/"
};
CATS["Torrent"] = {
    "piratebay": "http://thepiratebay.org/search.php?q=%s",
    "torrentreactor": "http://tr.searching.com/search.php?search=&_br=tr&words=%s&cid=",
    "demonoid": "http://www.demonoid.com/files/?category=0&subcategory=All&quality=All&seeded=0&external=2&query=%s&uid=0",
    "isohunt": "http://isohunt.com/torrents.php?ihq=%s&ext=&op=and",
    "mininova": "http://www.mininova.org/search/?search=%s"
};