window.onload = function() {
	if (top.location == self.location) {
		if(document.URL.indexOf("_pt")!=-1)
			 top.location.href= "index_pt.jsp";
		if(document.URL.indexOf("_en")!=-1)
			top.location.href= "index_en.jsp";
		if(document.URL.indexOf("_es")!=-1)
			top.location.href= "index_es.jsp";
		if(top.location.indexOf("_it")!=-1)
			top.location.href= "index_it.jsp";
	} 
};
