function cambiarLocale(idioma){
	var str = String(window.location);
	window.location.href = str.split("?",1) + "?__locale=" + idioma;
}
