function switchLanguage(){
	s = new String(document.location);
	r = new String(s.replace("en","fr"));
	location.href=r;
}
