
	function MakeNewLanguage(newLang) {
								
		document.cookie	= "lc="+newLang+";path=/";
		
		location.reload();
	}
