﻿


Search.defaults = {};

Search.defaults.langCode = "en-us";
Search.defaults.category = "prefered";
Search.defaults.saveHistory = true;
Search.defaults.loadAll = false;
Search.defaults.maxKeyword = 15;

Search.defaults.preferedList = {};






Search.defaults.preferedList["en-us"] = [
	{c: "web", n: "google"},
	{c: "web", n: "yahoo"},
	{c: "web", n: "ask"},
	{c: "forum", n: "google"},
	{c: "image", n: "google"}
]


Search.defaults.preferedList["zh-cn"] = [
	{c: "web", n: "baidu"},
	{c: "web", n: "google"},
	{c: "web", n: "yahoo"},
	{c: "answers", n: "baidu"},
	{c: "image", n: "google"},
	{c: "music", n: "baidu"}
]


Search.defaults.preferedList["zh-tw"] = [
	{c: "web", n: "google"},
	{c: "web", n: "baidu"},
	{c: "web", n: "yahoo"},
	{c: "web", n: "live"},
	{c: "image", n: "google"}
]


Search.defaults.preferedList["fr-fr"] = [
	{c: "web", n: "google"},
	{c: "web", n: "yahoo"},
	{c: "web", n: "ask"},
	{c: "forum", n: "google"},
	{c: "image", n: "google"}
]




Search.localeList = {};




Search.localeList["en-us"] = {};

Search.localeList["en-us"]["web"] = {

	"title": "Web",

	"items": {
		"google": { title: "Google",
			url: "http://www.google.com/search?hl=en&newwindow=1&client=pub-6448009500743036&channel=GB5&q={keyword}&btnG=Search" },
		"yahoo": { title: "Yahoo!",
			url: "http://search.yahoo.com/search?fr=&serveUrl=7LL.Cn&ei=utf-8&p={keyword}" },
		"ask": { title: "Ask.com",
			url: "http://www.ask.com/web?q={keyword}" },
		"live": { title: "Live Search",
			url: "http://search.live.com/results.aspx?q={keyword}&mkt=en-US&FORM=BW" },
		"looksmart": { title: "Looksmart",
			url: "http://search.looksmart.com/p/search?free=1&qta=1&qt={keyword}" },
		"gigablast": { title: "Gigablast",
			url: "http://www.gigablast.com/search?q={keyword}" },
		"a9": { title: "A9.com",
			url: "http://a9.com/?q={keyword}" }
	}

}


Search.localeList["en-us"]["image"] = {

	"title": "Images",

	"items": {
		"google": { title: "Google", subtitle: " Images",
			url: "http://images.google.com/images?gbv=2&svnum=10&hl=en&newwindow=1&client=pub-6448009500743036&channel=GB5&q={keyword}&btnG=Search+Images" },
		"yahoo": { title: "Yahoo!", subtitle: " Images",
			url: "http://images.search.yahoo.com/search/images?ei=UTF-8&fr=&serveUrl=7LL.Cn&p={keyword}" },
		"ask": { title: "Ask.com", subtitle: " Images",
			url: "http://images.ask.com/pictures?q={keyword}&qsrc=2072&tool=img" },
		"live": { title: "Live Search", subtitle: " Images",
			url: "http://search.live.com/images/results.aspx?q={keyword}&mkt=en-US&FORM=BI" },
		"flickr": { title: "Flickr",
			url: "http://www.flickr.com/search/?q={keyword}" },
		"picsearch": { title: "PicSearch",
			url: "http://www.picsearch.com/search.cgi?q={keyword}" }
	}
}


Search.localeList["en-us"]["news"] = {

	"title": "News",

	"items": {
		"google": { title: "Google", subtitle: " News",
			url: "http://news.google.com/news?client=pub-6448009500743036&channel=GB5&hl=en&ned=us&ie=ISO-8859-1&q={keyword}&btnG=Search" },
		"yahoo": { title: "Yahoo!", subtitle: " News",
			url: "http://news.search.yahoo.com/news/search?p={keyword}" },
		"live": { title: "Live Search", subtitle: " News",
			url: "http://search.live.com/news/results.aspx?q={keyword}&mkt=en-US&form=QBNT" },
		"daypop": { title: "Daypop", subtitle: " News",
			url: "http://www.daypop.com/search?q={keyword}&t=n" },
		"alltheweb": { title: "AllTheWeb", subtitle: " News",
			url: "http://www.alltheweb.com/search?cat=news&cs=utf8&q={keyword}&rys=0&itag=crv&_sb_lang=any" },
		"altavista": { title: "AltaVista", subtitle: " News",
			url: "http://www.altavista.com/news/results?q={keyword}&nc=0&nr=0&nd=2" }
	}

}


Search.localeList["en-us"]["blog"] = {

	"title": "Blog",

	"items": {
		"google": { title: "Google", subtitle: " Blogs",
			url: "http://blogsearch.google.com/blogsearch?hl=en&client=pub-6448009500743036&channel=GB5&ie=UTF-8&oe=UTF-8&om=1&z=4&tab=lb&q={keyword}&btnG=Search+Blogs" },
		"ask": { title: "Ask.com", subtitle: " Blogs",
			url: "http://www.ask.com/blogsearch?q={keyword}" },
		"technorati": { title: "Technorati",
			url: "http://technorati.com/search/{keyword}" },
		"feedster": { title: "Feedster",
			url: "http://www.feedster.com/search/{keyword}" }
	}

}


Search.localeList["en-us"]["reference"] = {

	"title": "Reference",

	"items": {
		"dictionary": { title: "Dictionary.com",
			url: "http://dictionary.reference.com/browse/{keyword}" },
		"webster": { title: "Merriam-Webster",
			url: "http://www.webster.com/dictionary/{keyword}" },
		"wikipedia": { title: "Wikipedia",
			url: "http://www.wikipedia.org/w/wiki.phtml?search={keyword}" },
		"encarta": { title: "Encarta",
			url: "http://encarta.msn.com/encnet/refpages/search.aspx?q={keyword}" },
		"britannica": { title: "Britannica",
			url: "http://www.britannica.com/search?query={keyword}" },
		"infomine": { title: "Infomine",
			url: "http://infomine.ucr.edu/cgi-bin/canned_search?query={keyword}" }
	}

}


Search.localeList["en-us"]["misc"] = {

	"title": "Misc.",

	"items": {
		"google_groups": { title: "Google Groups",
			url: "http://groups.google.com/groups/search?client=pub-6448009500743036&channel=GB5&hl=en&q={keyword}&qt_s=Search" },
		"google_maps": { title: "Google Maps",
			url: "http://maps.google.com/maps?ie=UTF-8&oe=UTF-8&hl=en&q={keyword}&z=4&om=1&um=1&sa=N&tab=wl" },
		"amazon": { title: "Amazon",
			url: "http://www.amazon.com/s/ref=nb_ss_gw/002-0555077-8828815?url=search-alias%3Daps&field-keywords={keyword}" },
		"ebay": { title: "eBay",
			url: "http://buy.ebay.com/{keyword}" },
		"live": { title: "live maps",
			url: "http://maps.live.com/?q={keyword}&mkt=en-US&FORM=BDXR" },
		"youtube": { title: "YouTube",
			url: "http://www.youtube.com/results?search_query={keyword}" },
		"yahoo": { title: "Yahoo! Answers", subtitle: "",
			url: "http://answers.yahoo.com/search/search_result;_ylt=AlnxKjDWkwMepoT1FRXn2tgjzKIX?p={keyword}" }
	}

}





Search.localeList["zh-cn"] = {};

Search.localeList["zh-cn"]["web"] = {

	"title": "网页",

	"items": {
		"google": { title: "Google",
			url: "http://www.google.cn/search?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-CN&channel=GB5&q={keyword}" },
			//url: "http://www.z597.com/search.php?k=gg{keyword}" },
		"yahoo": { title: "雅虎",
			url: "http://search.cn.yahoo.com/search?pid=1001146_1006&f=A636_k&ei=UTF-8&source=ysearch_web_hp_button&z=&meta=all&p={keyword}" },
			//url: "http://search.union.yahoo.com.cn/click/search.htm?m=419283&ei=utf-8&fw=union&st=0&p=1006&name={keyword}" },
		"baidu": { title: "百度",
			url: "http://www.baidu.com/s?tn=lg0839&ie=utf-8&wd={keyword}" },
		"zhongshou": { title: "中搜",
			url: "http://p.zhongsou.com/p?dt=1&pt=1&k=365sky&w={keyword:gb2312}"	},
		"live": { title: "Live 搜索",
			url: "http://cnweb.search.live.com/results.aspx?q={keyword}" },
		"sogou": { title: "搜狗",
			url: "http://www.sogou.com/web?query={keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["cart"] = {

	"title": "购物",

	"items": {
		"taobao": { title: "淘宝网",
			url: "http://search1.taobao.com/browse/search_auction.htm?q={keyword:gb2312}" },
		"dangdang": { title: "当当网",
			url: "http://search.dangdang.com/search.aspx?key={keyword:gb2312}" },
		"ebay": { title: "易趣网",
			url: "http://search.eachnet.com/search/basicsearch.do?satitle={keyword}" },
		"amazon": { title: "卓越网",
			url: "http://www.amazon.cn/search/search.asp?searchWord={keyword}" }
	}

}


Search.localeList["zh-cn"]["news"] = {

	"title": "新闻",

	"items": {
		"google": { title: "Google", subtitle: " 新闻",
			url: "http://news.google.cn/news?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-CN&channel=GB5&q={keyword}" },
		"baidu": { title: "百度", subtitle: "新闻",
			url: "http://news.baidu.com/ns?tn=lg0839&word={keyword:gb2312}" },
		"yahoo": { title: "雅虎", subtitle: "新闻",
		    //url: "http://cn.news.yahoo.com/search1.html?ei=utf-8&p={keyword}" },
			url: "http://cn.news.yahoo.com/search1.html?pid=1001146_1006&f=A636_k&ei=UTF-8&source=&title=&home=&p={keyword}" },
		"zhongshou": { title: "中搜", subtitle: "新闻",
			url: "http://z.zhongsou.com/n?w={keyword:gb2312}&k=365sky&s=&t=" },
		"iask": { title: "新浪爱问", subtitle: "新闻",
			url: "http://www.iask.com/n?k={keyword:gb2312}" },
		"sogou": { title: "搜狗", subtitle: "新闻",
			url: "http://news.sogou.com/news?query={keyword:gb2312}" },
		"qihoo": { title: "奇虎", subtitle: "新闻",
			url: "http://so.news.qihoo.com/?kw={keyword:gb2312}" },
		"163": { title: "网易", subtitle: "新闻",
			url: "http://news.so.163.com/search.jsp?q={keyword:gb2312}" },
		"tom": { title: "TOM", subtitle: "新闻",
			url: "http://search.tom.com/n.php?w={keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["answers"] = {

	"title": "知识",

	"items": {
		"baidu": { title: "百度知道",
		    url: "http://zhidao.baidu.com/q?ct=17&pn=0&pt=lg0839&tn=ikaslist&rn=10&word={keyword:gb2312}" },
			//url: "http://zhidao.baidu.com/q?ct=17&pn=0&tn=dwso_1_pg&rn=10&word={keyword:gb2312}" },
		"yahoo": { title: "雅虎", subtitle: "知识堂",
			url: "http://ks.cn.yahoo.com/search/search_result2?p={keyword:gb2312}" },
		"iask": { title: "爱问", subtitle: "知识人",
			url: "http://iask.sina.com.cn/search_engine/search_knowledge_engine.php?key={keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["image"] = {

	"title": "图像",

	"items": {
		"google": { title: "Google", subtitle: "图像",
		          //http://www.google.cn/search?client=pub-6448009500743036&ie=gb&oe=UTF-8&hl=zh-CN&channel=GB5&q={keyword}
			url: "http://images.google.cn/images?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-CN&channel=GB5&q={keyword}" },
		"yahoo": { title: "雅虎", subtitle: "图像",
			url: "http://image.cn.yahoo.com/search?pid=1001146_1006&f=A636_k&ei=UTF-8&source=ysearch_news_result_tab&p={keyword}" },
			//url: "http://image.cn.yahoo.com/search?p={keyword}&pid=419283_1006&needbid=1&ei=utf-8&source=3721_union&f=B419283_5" },
		"baidu": { title: "百度", subtitle: "图像",
			url: "http://image.baidu.com/i?ct=201326592&tn=lg0839&lm=-1&word={keyword:gb2312}" },
		"zhongshou": { title: "中搜", subtitle: "图像",
			url: "http://img.zhongsou.com/i?w={keyword:gb2312}&k=365sky&c=&t=" },
		"bababian": { title: "巴巴变",
			url: "http://www.bababian.com/seallphoto.sl?type=tag&all=0&search={keyword}" },
		"yupoo": { title: "又拍",
			url: "http://www.yupoo.com/search/?s=everyone&q={keyword}" },
		"iask": { title: "新浪爱问", subtitle: "图像",
			url: "http://p.iask.com/p?k={keyword:gb2312}" },
		"sogou": { title: "搜狗", subtitle: "图像",
			url: "http://pic.sogou.com/pics?query={keyword:gb2312}" },
		"live": { title: "Live", subtitle: "图像",
			url: "http://cnweb.search.live.com/images/results.aspx?q={keyword}" },
		"yodao": { title: "有道", subtitle: "图像",
			url: "http://image.yodao.com/search?q={keyword}" }
	}
}


Search.localeList["zh-cn"]["music"] = {

	"title": "音乐",

	"items": {
		"yahoo": { title: "雅虎", subtitle: "音乐",
			url: "http://music.cn.yahoo.com/search??pid=1001146_1006&f=A636_k&source=ysearch_image_result_tab&p={keyword:gb2312}" },
			//url: "http://music.cn.yahoo.com/search.html?pid=419283_1006&p={keyword:gb2312}" },
		"baidu": { title: "百度", subtitle: " MP3",
			url: "http://mp3.baidu.com/m?f=ms&ct=134217728&tn=lg0839&lm=-1&word={keyword:gb2312}" },
		"gougou": { title: "狗狗", subtitle: "音乐",
			url: "http://mp3.gougou.com/search?search={keyword}&id=1020016" },
		"zhongshou": { title: "中搜", subtitle: " MP3",
			url: "http://mp3.zhongsou.com/m?w={keyword:gb2312}&k=365sky&ty=" },
		"sogua": { title: "SoGua",
			url: "http://search.sogua.com/search.asp?key={keyword:gb2312}" },
		"sogou": { title: "搜狗", subtitle: "音乐",
			url: "http://d.sogou.com/music?class=1&query={keyword:gb2312}" },
		"qihoo": { title: "奇虎", subtitle: " MP3",
			url: "http://so.mp3.qihoo.com/index.html?kw={keyword:gb2312}" }
	}

}

Search.localeList["zh-cn"]["video"] = {

	"title": "视频",

	"items": {
		"gougou": { title: "狗狗", subtitle: "影视",
			url: "http://movie.gougou.com/search?search={keyword}&id=1020016" },
		"youku": { title: "优酷",
			url: "http://www.youku.com/search_video/q_{keyword}" },
		"pcpie": { title: "Pcpie",
			url: "http://www.pcpie.com/search/{keyword}" },
		"tudou": { title: "土豆",
			url: "http://www.tudou.com/search/programs/?posto=%2Fsearch%2Fprograms%2F&kw={keyword:gb2312}" },
		"yahoo": { title: "雅虎", subtitle: "视频",
			url: "http://video.cn.yahoo.com/search.html?p={keyword:gb2312}" },
		"iask": { title: "新浪爱问", subtitle: "视频",
			url: "http://v.iask.com/v?k={keyword}" },
		"qihoo": { title: "奇虎", subtitle: "视频",
			url: "http://so.video.qihoo.com/index.html?kw={keyword:gb2312}" },
		"56": { title: "56.com", subtitle: "视频",
			url: "http://so.56.com/index?type=video&key={keyword:gb2312}&Search_btn=%CB%D1%CB%F7" }
	}

}


Search.localeList["zh-cn"]["soft"] = {

	"title": "软件",

	"items": {
		"gougou": { title: "狗狗", subtitle: "软件",
			url: "http://soft.gougou.com/search?search={keyword}&restype=2&id=1020016" },
		"kuaiche": { title: "快车", subtitle: "软件",
			url: "http://s.kuaiche.com/s/search?q={keyword:gb2312}&r=1" },
		"crsky": { title: "霏凡软件",
			url: "http://search.crsky.com/search.asp?keyword={keyword:gb2312}&sType=ResName&action=s" },
		"newhua": { title: "华军软件",
			url: "http://search2.onlinedown.net/search.asp?Keyword={keyword:gb2312}" },
		"skycn": { title: "天空软件",
			url: "http://www.skycn.com/search.php?ss_name={keyword:gb2312}" },
		"chinaz": { title: "中国站长",
			url: "http://down.chinaz.com/query.asp?keyword={keyword:gb2312}" },
		"pchome": { title: "电脑之家",
			url: "http://download.pchome.net/php/search.php?searchstr={keyword:gb2312}" },
		"enet": { title: "硅谷动力",
			url: "http://download.enet.com.cn/search.php?keyword={keyword:gb2312}" },
		"mydri": { title: "驱动之家",
			url: "http://so.mydrivers.com/drivers.aspx?q={keyword:gb2312}&classtype=all{keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["game"] = {

	"title": "游戏",

	"items": {
		"gougou": { title: "狗狗", subtitle: "游戏",
			url: "http://game.gougou.com/search?search={keyword}&restype=1&id=1020016" },
		"souyo": { title: "souyo", subtitle: "游戏",
			url: "http://game.souyo.com/exec/search?k={keyword:gb2312}" },
		"sina": { title: "新浪", subtitle: "游戏",
			url: "http://search.games.sina.com.cn/cgi-bin/game_search/game_deal.cgi?keywords={keyword:gb2312}&cat=all" },
		"pcga": { title: "太平洋", subtitle: "游戏网",
			url: "http://ks.pcgames.com.cn/games_index.jsp?sort=time&q={keyword:gb2312}&qx=games_download" }
	}

}


Search.localeList["zh-cn"]["bt"] = {

	"title": "BT",

	"items": {
		"gougou": { title: "狗狗", subtitle: "BT",
			url: "http://bt.gougou.com/bt_search?s={keyword}&id=1020016" },
		"btchina": { title: "BT China",
			url: "http://search1.btchina.net/btsearch.php?query={keyword:gb2312}&type=0" },
		"souyo": { title: "souyo", subtitle: "BT特工",
			url: "http://game.souyo.com/exec/search?k={keyword:gb2312}&b=BT%CC%D8%B9%A4%CB%D1%CB%F7&kt=2&rr=5" },
		"ttbt": { title: "天天", subtitle: "BT",
			url: "http://www.ttbt.cn/search.asp?k={keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["map"] = {

	"title": "地图",

	"items": {
		"google": { title: "Google", subtitle: "地图",
			url: "http://ditu.google.cn/maps?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-CN&channel=GB5&q={keyword}" },
		"baidu": { title: "百度", subtitle: "地图",
			url: "http://map.baidu.com/#word={keyword:gb2312}&ct=10&" },
		"sogou": { title: "搜狗", subtitle: "地图",
			url: "http://map.sogou.com/new/#lq={keyword}" }
	}

}


Search.localeList["zh-cn"]["forum"] = {

	"title": "论坛",

	"items": {
		"google": { title: "Google", subtitle: " 论坛",
			url: "http://blogsearch.google.cn/blogsearch?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-CN&channel=GB5&q={keyword}" },
		"qihoo": { title: "奇虎", subtitle: "论坛",
			url: "http://so.bbs.qihoo.com/?kw={keyword:gb2312}" },
		"daqi": { title: "大旗",
			url: "http://search.daqi.com/cgi-bin/search?keyword={keyword:gb2312}" },
		"yahoo": { title: "雅虎", subtitle: "酷帖",
			url: "http://misc.yahoo.com.cn/psearch.html?p={keyword:gb2312}" },
		"zhongshou": { title: "中搜", subtitle: "论坛",
			url: "http://bbs.zhongsou.com/b?w={keyword:gb2312}&k=365sky" }
	}

}


Search.localeList["zh-cn"]["blog"] = {



	"title": "博客",

	"items": {
		"baidu": { title: "百度", subtitle: "博客",
			url: "http://blogsearch.baidu.com/s?tn=lg0839&wd={keyword:gb2312}" },
		"163": { title: "网易", subtitle: "博客",
			url: "http://blog.so.163.com/search?q={keyword}&t=b&keyfrom=blog.bar" },
		"souyo": { title: "SouYo",
			url: "http://www.souyo.com/search?q={keyword}" },
		"yodao": { title: "有道", subtitle: "博客",
			url: "http://blog.yodao.com/search?q={keyword}" },
		"qihoo": { title: "奇虎", subtitle: "博客",
			url: "http://so.blog.qihoo.com/index.html?kw={keyword:gb2312}" }
	}

}


Search.localeList["zh-cn"]["dict"] = {

	"title": "词典",

	"items": {
		"yahoo": { title: "雅虎", subtitle: "字典",
			url: "http://zidian.cn.yahoo.com/result_cn2en.html?p={keyword:gb2312}" },
		"iciba": { title: "爱词霸",
			url: "http://www.iciba.com/search?s={keyword}" },
		"dictcn": { title: "Dict.cn",
			url: "http://www.dict.cn/search/?q={keyword:gb2312}" },
		"yodao": { title: "有道", subtitle: "海量词典",
			url: "http://dict.yodao.com/search?q={keyword}" },
		"zdic": { title: "汉典",
			url: "http://www.zdic.net/zd/search/?q={keyword}" }
	}

}


Search.localeList["zh-cn"]["weather"] = {

	"title": "天气",

	"items": {
		"tq121": { title: "问天网",
			url: "http://weather.tq121.com.cn/detail.php?city={keyword:gb2312}" },
		"yahoo": { title: "雅虎天气",
			url: "http://weather.cn.yahoo.com/weather.html?city={keyword}" }
	}

}


Search.localeList["zh-cn"]["misc"] = {

	"title": "其他",

	"items": {
		"gougou_book": { title: "狗狗", subtitle: "书籍",
			url: "http://book.gougou.com/search?search={keyword}&restype=3&id=1020016" },
		"verycd": { title: "电骡", subtitle: "资源",
			url: "http://find.verycd.com/folders?cat=&kernel=0&ft=&sort=created_on&rev=1&kw={keyword}&field=" },
		"alexa": { title: "Alexa网站排名",
			url: "http://www.alexa.com/data/details/traffic_details?url={keyword}" },
		"chinaz": { title: "中文Alexa排名",
			url: "http://alexa.chinaz.com/Index.asp?domain={keyword}" },
		"chinarank": { title: "中国网站排名",
			url: "http://www.chinarank.org.cn/overview/Info.do?url={keyword}" },
		"ip": { title: "Ip地址",
			url: "http://ip.wisa.com.cn/ipsearch.php?textfield={keyword}" },
		"ipmobile": { title: "手机归属地",
			url: "http://www.ip.cn/mobile.php?q={keyword}" },
		"post": { title: "邮政编码",
			url: "http://www.ip.cn/post.php?q={keyword:gb2312}" }
	}

}




Search.localeList["zh-tw"] = {};

Search.localeList["zh-tw"]["web"] = {

	"title": "網頁",

	"items": {
		"google": { title: "Google",
			url: "http://www.google.com/search?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-TW&channel=GB5&q={keyword}" },
		"baidu": { title: "百度",
			url: "http://www.baidu.com/s?tn=lg0839&ct=2&ie=utf-8&sr=&z=9442&rn=10&lm=0&cl=3&f=8&wd={keyword}" },
		"yahoo": { title: "Yahoo!奇摩",
			url: "http://tw.search.yahoo.com/search?ei=UTF-8&fr=sfp&fl=0&x=wrt&meta=0&p={keyword}" },
		"live": { title: "Live",
			url: "http://search.live.com/results.aspx?q={keyword}&mkt=en-US&FORM=LLBB" }
	}

}


Search.localeList["zh-tw"]["image"] = {

	"title": "圖片",

	"items": {
		"google": { title: "Google 圖片",
			url: "http://images.google.com.tw/images?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-TW&channel=GB5&q={keyword}" },
		"baidu": { title: "百度 圖片",
			url: "http://image.baidu.com/i?tn=lg0839&ct=201326592&lm=-1&word={keyword:gb2312}" },
		"yahoo": { title: "Yahoo!奇摩 圖片",
			url: "http://tw.search.yahoo.com/search/images?p={keyword}&ei=UTF-8&fr=sfp&fl=0&x=" },
		"live": { title: "Live 圖片",
			url: "http://search.live.com/images/results.aspx?q={keyword}&mkt=en-US&FORM=BI" }
	}
}


Search.localeList["zh-tw"]["news"] = {

	"title": "新聞",

	"items": {
		"google": { title: "Google", subtitle: "新聞",
			url: "http://news.google.com.tw/news?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-TW&channel=GB5&q={keyword}" },
		"yahoo": { title: "Yahoo!奇摩", subtitle: "新聞",
			url: "http://tw.search.yahoo.com/search/news?p={keyword}&ei=UTF-8&fr=sfp&fl=0&fr2=tab-web&x=wrt" },
		"live": { title: "Live", subtitle: "新聞",
			url: "http://search.live.com/news/results.aspx?q={keyword}&mkt=en-US&form=QBNT" }
	}

}


Search.localeList["zh-tw"]["books"] = {

	"title": "圖書",

	"items": {
		"google_books": { title: "Google 圖書",
			url: "http://books.google.com.tw/books?q={keyword}" },
		"live_books": { title: "Live 圖書",
			url: "http://search.live.com/results.aspx?scope=books&mkt=en-US&FORM=BBXR#q={keyword}&filter=all&start=1" }
	}

}


Search.localeList["zh-tw"]["maps"] = {

	"title": "地圖",

	"items": {
		"google": { title: "Google 地圖",
			url: "http://maps.google.com/maps?client=pub-6448009500743036&channel=GB5&f=q&hl=zh-TW&q={keyword}&sll" },
		"live": { title: "Live 地圖",
			url: "http://maps.live.com/?q={keyword}&mkt=en-US&FORM=BDXR" }
	}

}


Search.localeList["zh-tw"]["misc"] = {

	"title": "其他",

	"items": {
		"google": { title: "Google", subtitle: "論壇",
			url: "http://groups.google.com.tw/groups?client=pub-6448009500743036&ie=utf-8&oe=utf-8&hl=zh-TW&channel=GB5&q={keyword}" },
		"yahoo": { title: "Yahoo!奇摩 部落格",
			url: "http://tw.search.yahoo.com/search/blog?ei=UTF-8&fr=sfp&fl=0&x=wrt&meta=0&p={keyword}&fr2=tab-web" },
		"yahoo_ks": { title: "奇摩知識",
			url: "http://tw.search.yahoo.com/search/kp?p={keyword}&ei=UTF-8&x=drt" },
		"live_video": { title: "Live 視頻",
			url: "http://search.live.com/video/results.aspx?q={keyword}&mkt=en-US&FORM=BVRE" }
	}

}


Search.localeList["fr-fr"] = {};

Search.localeList["fr-fr"]["prefered"] = {}; 

Search.localeList["fr-fr"]["web"] = {

	"title": "Web",

	"items": {
		"google": { title: "Google",
			url: "http://www.google.fr/search?client=pub-6448009500743036&channel=GB5&ie=utf-8&oe=utf-8&hl=fr&q={keyword}" },
		"yahoo": { title: "Yahoo!",
			url: "http://fr.search.yahoo.com/search?fr=&ei=utf-8&p={keyword}" },
		"ask": { title: "Ask.com",
			url: "http://fr.ask.com/web?q={keyword}" },
		"live": { title: "Live Search",
			url: "http://search.live.com/results.aspx?q={keyword}&mkt=en-US&FORM=BW" },
		"exalead": { title: "Exalead",
			url: "http://www.exalead.fr/search/results?q={keyword}&%24mode=allweb" },
		"voila": { title: "Voila",
			url: "http://search.ke.voila.fr/S/voila?rtype=kw&rdata={keyword}&profil=voila" }
	}

}


Search.localeList["fr-fr"]["image"] = {

	"title": "Images",

	"items": {
		"google": { title: "Google", subtitle: " Images",
			url: "http://images.google.fr/images?gbv=2&svnum=10&hl=fr&newwindow=1&client=pub-6448009500743036&channel=GB5&q={keyword}&btnG=Recherche+d%27images" },
		"yahoo": { title: "Yahoo!", subtitle: " Images",
			url: "http://fr.search.yahoo.com/search/images?ei=UTF-8&fr=&p={keyword}" },
		"ask": { title: "Ask.com", subtitle: " Images",
			url: "http://fr.ask.com/pictures?q={keyword}&qsrc=2072&tool=img" },
		"live": { title: "Live Search", subtitle: " Images",
			url: "http://search.live.com/images/results.aspx?q={keyword}&mkt=en-US&FORM=BI" },
		"flickr": { title: "Flickr",
			url: "http://www.flickr.com/search/?q={keyword}" },
		"picsearch": { title: "PicSearch",
			url: "http://www.picsearch.fr/search.cgi?q={keyword}" }
	}
}


Search.localeList["fr-fr"]["news"] = {

	"title": "Actualités",

	"items": {
		"google": { title: "Google", subtitle: " News",
			url: "http://news.google.fr/news?client=pub-6448009500743036&channel=GB5&hl=fr&ned=fr&ie=ISO-8859-1&q={keyword}&btnG=Rechercher" },
		"yahoo": { title: "Yahoo!", subtitle: " News",
			url: "http://fr.news.search.yahoo.com/news/search?p={keyword}" },
		"live": { title: "Live Search", subtitle: " News",
			url: "http://search.live.com/news/results.aspx?q={keyword}&mkt=en-US&form=QBNT" },
		"daypop": { title: "Daypop", subtitle: " News",
			url: "http://www.daypop.com/search?q={keyword}&t=n&ln=fr" },
		"alltheweb": { title: "AllTheWeb", subtitle: " News",
			url: "http://www.alltheweb.com/search?cat=news&cs=utf8&q={keyword}&rys=0&itag=crv&_sb_lang=fr" },
		"altavista": { title: "AltaVista", subtitle: " News",
			url: "http://www.altavista.com/news/results?q={keyword}&nc=0&nr=0&nd=2" }
	}

}


Search.localeList["fr-fr"]["blog"] = {

	"title": "Blogs",

	"items": {
		"google": { title: "Google", subtitle: " Blogs",
			url: "http://blogsearch.google.fr/blogsearch?hl=fr&client=pub-6448009500743036&channel=GB5&ie=UTF-8&oe=UTF-8&om=1&z=4&tab=lb&q={keyword}&btnG=Rechercher&lr=" },
		"ask": { title: "Ask.com", subtitle: " Blogs",
			url: "http://fr.ask.com/blogsearch?q={keyword}" },
		"technorati": { title: "Technorati",
			url: "http://technorati.com/search/{keyword}?language=fr&authority=n" },
		"feedster": { title: "Feedster",
			url: "http://www.feedster.com/search/{keyword}" }
	}

}


Search.localeList["fr-fr"]["reference"] = {

	"title": "Références",

	"items": {
		"dictionary": { title: "Dictionary.com",
			url: "http://dictionary.reference.com/browse/{keyword}" },
		"tv5": { title: "Dictionnaire TV5",
			url: "http://dictionnaire.tv5.org/dictionnaires.asp?Action=&param={keyword}&che=1" },
		"alexandria": { title: "Dictionnaire Alexandria",
			url: "http://www.tv5.org/TV5Site/alexandria/definition.php?sl=fr&tl=fr&ok.x=0&ok.y=0&ok=OK&terme={keyword}" },
		"wikipedia": { title: "Wikipédia",
			url: "http://fr.wikipedia.org/wiki/{keyword}" },
		"encarta": { title: "Encarta",
			url: "http://fr.encarta.msn.com/encnet/refpages/search.aspx?q={keyword}" },
		"britannica": { title: "Britannica",
			url: "http://www.britannica.com/search?query={keyword}" }
	}

}


Search.localeList["fr-fr"]["misc"] = {

	"title": "Divers",

	"items": {
		"google_groups": { title: "Google Groupes",
			url: "http://groups.google.fr/groups/search?client=pub-6448009500743036&channel=GB5&hl=fr&ie=UTF-8&q={keyword}&qt_s=Rechercher" },
		"google_maps": { title: "Google Maps",
			url: "http://maps.google.fr/maps?client=pub-6448009500743036&channel=GB5&ie=UTF-8&oe=UTF-8&hl=fr&q={keyword}&z=4&om=1&um=1&sa=N&tab=wl" },
		"amazon": { title: "Amazon",
			url: "http://www.amazon.fr/s/ref=nb_ss_gw/002-0555077-8828815?url=search-alias%3Daps&field-keywords={keyword}" },
		"ebay": { title: "eBay",
			url: "http://acheter.ebay.fr/{keyword}" },
		"youtube": { title: "YouTube",
			url: "http://www.youtube.com/results?search_query={keyword}" },
		"yahoo": { title: "Yahoo Questions Réponses", subtitle: "",
			url: "http://fr.answers.yahoo.com/search/search_result;_ylt=AlnxKjDWkwMepoT1FRXn2tgjzKIX?p={keyword}" },
		"live": { title: "Live Search maps",
			url: "http://maps.live.com/?q={keyword}&mkt=en-US&FORM=BDXR" }
	}

}
