/**
 * @author JMJulien
 */

 function changeLangLink() {
 	document.getElementById("lang").href = document.getElementById("alt").href;
 }
