function aff_date_maj() {
	var date_maj=new Date(document.lastModified);
	document.write(date_maj);
}

aff_date_maj();
