function redirection(sLien) {
	document.location.href = sLien;
}
