/* auteur: Bellefeuille Ronald */
/* Date de création: 2003-08-18 */
function cl (d, f1, f2, msg) 
{
	var envo1="<a href=mailto:";
	envo1 += d;
	envo1 +="@";
	envo1 += f1 + "." + f2 + ">";
	document.write(envo1+msg+"</a>");
}

var mDate = new Date();
document.write('<span class="CRight" />');
document.write('<center />Copyright © ' + mDate.getFullYear() + ' - AGFMQ &nbsp;&nbsp;&nbsp; <a href="/index.php" class="CRight" target="_top" />Accueil</a /> | <a href="mailto:' + 'agfmq' + '@' + 'agfmq' + '.com" class="CRight" />Commentaires</a /> | <a href="mailto:' + 'admin' + '@' + 'agfmq' + '.com" class="CRight" />Webmestre</a /></center />');
document.write('</span />');
