<!--
function changeLng(l){
	document.cookie= "lng=" + l;
	window.history.go(0);
}

function checkIt(detect,string){
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}





