dateNow = new Date();

document.write('<td><span class="copyright">Contactez nous par ');
	document.write('<a href="mailto:helplineuk@mattel.com" class="copyright">helplineuk@mattel.com</a>');
	document.write('</span>');
document.write('</td>');
document.write('<td align="right"><span class="copyright">');
	document.write('<a href="/fr/legal.html"  class="copyright" target="legal">Conditions g&eacute;n&eacute;rales</a> et ');
	document.write('<a href="/fr/privacy.html" class="copyright" target="privacy">Politique de confidentialit&eacute;</a>. ');
		document.write('&copy; ' + dateNow.getFullYear() + ' Mattel, Inc. Tous droits r&eacute;serv&eacute;s.</span>');
document.write('</td>');
