function redirect(cible)
{
	window.location = cible;
}