
function displayTrackingLink(mail, name, zanpid, orderId) {

	if (mail != '' && name != '' && zanpid != '' && orderId != '') {
		var result = '<!-- DEBUT du code HTML zanox-affiliate -->';
		result += '<!-- (Le code HTML zanox-affiliate ne peut pas être modifié pour préserver une fonctionnalité parfaite !)-->';
		result += '<img width="1" height="1" src="http://ad.zanox.com/ppl/?3086C1594955663&CID=[[DDE]]&CustomerID=[['+ mail+']]&OrderID=[['+orderId+']]&PartnerID=[['+zanpid+']]&ReviewNote=[['+name+']]">';
		result += '<!-- FIN du code HTML zanox-affiliate -->';


		document.write('' + result);
	}
}