function addEngine(lang) {
	try { // OpenSearch installation
		window.external.AddSearchProvider("http://www.lietpol.eu/searchplugins/lietpol-"+lang+".xml");
	}
	catch (ex1) {
		if (lang=="pl"){
			alert("Niestety, nie udało się. Jesteś pewien, że używasz wspieranej przeglądarki (np. Firefox 2+, InternetExplorer 7+)?");
		} else {
			alert("I'm sorry, this did not work. Are you sure, you are using a supported Browser (i.e. Firefox, InternetExplorer 7)?");
		}
	}
} 