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

