﻿////////////////////////////////////////////////////////////////////////
// maxSearch Search Engine List v1.0.1
// 2007-03-14 14:33:16
// SiC
////////////////////////////////////////////////////////////////////////

//**********************************************************************
// Default Values
//**********************************************************************
maxSearch.defaults = {};

maxSearch.defaults.langCode = "en-us";
maxSearch.defaults.category = "prefered";
maxSearch.defaults.saveHistory = true;
maxSearch.defaults.loadAll = false;
maxSearch.defaults.maxKeyword = 15;

maxSearch.defaults.preferedList = {};



maxSearch.defaults.preferedList["zh-cn"] = [
	{c: "web", n: "gongsi"},										
	{c: "web", n: "google"},
	{c: "web", n: "baidu"},
	{c: "web", n: "sogou"},
	{c: "image", n: "google"},
	{c: "image", n: "baidu"},
	{c: "music", n: "baidu"}
]



//**********************************************************************
// Search Engine Lists
//**********************************************************************
maxSearch.localeList = {};

//**********************************************************************
// English
//**********************************************************************


//**********************************************************************
// 简体中文
//**********************************************************************
maxSearch.localeList["zh-cn"] = {};

maxSearch.localeList["zh-cn"]["web"] = {

	"title": "网页",

	"items": {
		"gongsi": { title: "本站搜索",
			url: "http://www.zhonghaihc.com/search.aspx?searchtype=1&ModelId=5&nodeId=1&Keyword={keyword}&fieldoption=productname" },
		"google": { title: "Google",
			// url: "http://www.google.cn/search?q={keyword:gb2312}&sa=%CB%D1%A1%A1%A1%A1%CB%F7&client=pub-9550361111292292&forid=1&prog=aff&ie=GB2312&oe=GB2312&hl=zh-CN"  },
			url: "http://www.google.cn/search?q={keyword}&client=pub-3064565159555328&forid=1&prog=aff&channel=1110712446&hl=zh-CN" },
		"baidu": { title: "百度",
			url: "http://www.baidu.com/s?tn=6655com_pg&ie=utf-8&wd={keyword}" },
		"sogou": { title: "搜狗",
			url: "http://www.sogou.com/sogou?pid=sogou-site-c57eec7b3a9b5266&query={keyword:gb2312}" },
		"yahoo": { title: "雅虎",
			url: "http://search.union.yahoo.com.cn/click/search.htm?fw=union&m=419362&p=1006&name={keyword:gb2312}" },
		"live": { title: "Live 搜索",
			url: "http://search.live.com/results.aspx?q={keyword}" }
	}

}


maxSearch.localeList["zh-cn"]["image"] = {

	"title": "图像",

	"items": {
		"baidu": { title: "百度", subtitle: "图像",
			url: "http://image.baidu.com/i?ct=201326592&lm=-1&word={keyword:gb2312}" },
		"google": { title: "Google", subtitle: " 图像",
			url: "http://images.google.cn/images?q={keyword}" },
		"yahoo": { title: "雅虎", subtitle: "图像",
			url: "http://image.cn.yahoo.com/search?p={keyword:gb2312}" },
		"yupoo": { title: "又拍",
			url: "http://www.yupoo.com/search/?s=everyone&q={keyword}" },
		"sogou": { title: "搜狗", subtitle: "图像",
			url: "http://pic.sogou.com/pics?p=99030202&query={keyword:gb2312}" },
		"live": { title: "Live 搜索", subtitle: " (图像)",
			url: "http://search.live.com/images/results.aspx?q={keyword}" }
	}
}


maxSearch.localeList["zh-cn"]["news"] = {

	"title": "新闻",

	"items": {
		"baidu": { title: "百度", subtitle: "新闻",
			url: "http://news.baidu.com/ns?word={keyword:gb2312}" },
		"google": { title: "Google", subtitle: " 新闻",
			url: "http://news.google.cn/news?ie=utf-8&oe=utf-8&q={keyword}" },
		"yahoo": { title: "雅虎", subtitle: "新闻",
			url: "http://cn.news.yahoo.com/search1.html?ei=utf-8&p={keyword}" },
		"iask": { title: "新浪爱问", subtitle: "新闻",
			url: "http://www.iask.com/n?k={keyword:gb2312}" },
		"sogou": { title: "搜狗", subtitle: "新闻",
			url: "http://news.sogou.com/news?p=99030202&query={keyword:gb2312}" },
		"qihoo": { title: "奇虎", subtitle: "新闻",
			url: "http://so.news.qihoo.com/?kw={keyword:gb2312}" }
	}

}

maxSearch.localeList["zh-cn"]["music"] = {

	"title": "音乐",

	"items": {
		"soso": { title: "搜搜", subtitle: "音乐",
			url: "http://music.soso.com/music.cgi?pid=6655&sc=mus&w={keyword:gb2312}" },
		"sogou": { title: "搜狗", subtitle: "音乐",
			url: "http://mp3.sogou.com/music.so?p=99030202&luckyhand=0&pf=all&query={keyword:gb2312}" },
		"baidu": { title: "百度", subtitle: " MP3",
			url: "http://mp3.baidu.com/m?f=ms&&ct=134217728&lm=-1&word={keyword:gb2312}" },
		"sogua": { title: "SoGua",
			url: "http://search.sogua.com/search.asp?key={keyword:gb2312}" },
		"yahoo": { title: "雅虎", subtitle: "音乐",
			url: "http://music.cn.yahoo.com/search.html?p={keyword:gb2312}" },
		"qihoo": { title: "奇虎", subtitle: " MP3",
			url: "http://so.mp3.qihoo.com/index.html?kw={keyword}" }
	}

}

maxSearch.localeList["zh-cn"]["video"] = {

	"title": "视频",

	"items": {
		"google": { title: "谷歌", subtitle: "视频",
			url: "http://video.google.cn/videosearch?client=aff-6655&hl=zh-CN&channel=textlink4&q={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://search.v.qihoo.com/index.html?kw={keyword:gb2312}" }
	}

}


maxSearch.localeList["zh-cn"]["forum"] = {

	"title": "论坛",

	"items": {
		"google": { title: "Google", subtitle: " 论坛",
			url: "http://groups.google.com/groups?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}" }
	}

}


maxSearch.localeList["zh-cn"]["blog"] = {

	"title": "博客",

	"items": {
		"baidu": { title: "百度", subtitle: "博客",
			url: "http://blogsearch.baidu.com/s?wd={keyword:gb2312}" },
		"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}" }
	}

}


maxSearch.localeList["zh-cn"]["dict"] = {

	"title": "词典",

	"items": {
		"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}" }
	}

}


maxSearch.localeList["zh-cn"]["misc"] = {

	"title": "其他",

	"items": {
		"baidu_zhidao": { title: "百度知道",
			url: "http://zhidao.baidu.com/q?ct=17&pn=0&tn=ikaslist&rn=10&word={keyword:gb2312}" },
		"iask_k": { title: "爱问知识人",
			url: "http://iask.sina.com.cn/search_engine/search_knowledge_engine.php?key={keyword:gb2312}" },
		"taobao": { title: "淘宝",
			url: "http://search1.taobao.com/browse/search_auction.htm?q={keyword:gb2312}" },
		"btchina": { title: "BT China",
			url: "http://search.btchina.net/btsearch.php?query={keyword:gb2312}" }
	}

}


//**********************************************************************
// Français
//**********************************************************************

