function JumpNews()
	{
	if (document.dateform.code.value != 0)
		window.location.href='/fr/actualite-a-l-affiche.htm?ncode='+document.dateform.code.value;
	}
