/*	GOOGLE
	----------------------------------------------------- */

eng.google = {
	pageTitle: "Google",
	logo: "google.png",
	places: {
		'Web'    : ["http://www.google.com/search?q=%query%&hl=en"],
		'Images' : ["http://images.google.com/images?q=%query%&hl=en"],
		'Maps'   : ["http://maps.google.com/maps?q=%query%"],		
		'Shopping' : ["http://www.google.com/products?q=%query%&hl=en", false]
	}
};

/*	YAHOO
	----------------------------------------------------- */

eng.yahoo = {
	pageTitle: "Yahoo",
	logo: "yahoo.jpg",
	places: {
		'Search Yahoo' : ["http://search.yahoo.com/search;_ylt=AvB2w_TBUu6j0351jgYdrtObvZx4?p=%query%&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701"],
		'Movies' : ["http://movies.yahoo.com/mv/search?en=ush-movies&toggle=1&cop=&ei=UTF-8&p=%query%"],
		'Sports' : ["http://sports.search.yahoo.com/search;_ylc=X1MDMjE0MjQ3ODk0OARfcgMyBGZyMgNzYnRuBG5fZ3BzAzUEcXVlcnkDc29jY2Vy?p=%query%"],
	}
};

/*	Bing
	----------------------------------------------------- */

eng.bing = {
	pageTitle: "Bing",
	logo: "bing.jpg",
	places: {
		'Search Bing' : ["http://www.bing.com/search?q=%query%"],
		'Images' : ["http://www.bing.com/images/search?q=%query%", false],
	}
};

/*	Altavista
	----------------------------------------------------- */

eng.altavista = {
	pageTitle: "Altavista",
	logo: "altavista.png",
	places: {
		'Search Altavista' : ["http://www.altavista.com/web/results?itag=ody&q=%query%"],
		'Images' : ["http://www.altavista.com/image/results?itag=ody&q=%query%", false],
	}
};

/*	Alltheweb
	----------------------------------------------------- */
	
eng.alltheweb = {
	pageTitle: "Alltheweb",
	logo: "alltheweb.jpg",
	places: {
		'Search Alltheweb' : ["http://www.alltheweb.com/search?cat=web&cs=iso88591&q=%query%"],
		'Images'        : ["http://www.alltheweb.com/search?cat=img&cs=iso88591&q=%query%"],
	}
};

/*	Ask
	----------------------------------------------------- */
	
eng.ask = {
	pageTitle: "Ask",
	logo: "ask.png",
	places: {
		'Search Alltheweb' : ["http://www.ask.com/web?q=%query%"]
	}
};
