﻿if (readCookie("URL_LISTING") != null)
{
	document.getElementById("link_retour").href = readCookie("URL_LISTING");
}

