function langRedirect () {

	var lang = window.navigator.language.substring(0, 2);
	
	if (lang == "es")
		document.location.href='es/index.html';
	if (lang == "pt")
		document.location.href='por/index.html';
}
