		Stamp = new Date();
		if (Stamp.getMonth() == 0) {
		 Month = "Janvier";
		}
		if (Stamp.getMonth() == 1) {
		Month = "Fevrier";
		}
		if (Stamp.getMonth() == 2) {
		 Month = "Mars";
		}
		if (Stamp.getMonth() == 3) {
		 Month = "Avril";
		}
		if (Stamp.getMonth() == 4) {
		 Month = "Mai";
		}
		if (Stamp.getMonth() == 5) {
		Month = "Juin";
		}
		if (Stamp.getMonth() == 6) {
		 Month = "Juillet";
		}
		if (Stamp.getMonth() == 7) {
		Month = "Aout";
		}
		if (Stamp.getMonth() == 8) {
		 Month = "Septembre";
		}
		if (Stamp.getMonth() == 9) {
		 Month = "Octobre";
		}
		if (Stamp.getMonth() == 10) {
		 Month = "Novembre";
		}
		if (Stamp.getMonth() == 11) {
		Month = "Decembre";
		}	
document.write("copyright 2005-"+ Stamp.getYear()+" &amp; Design: Trans Pacific LLC, tous droits réservés - Contact - Confidentialité<br>Tous droits réservés: Aucun matériel ni texte provenant de ce site doit être copié<br>pour une utilisation sur un autre site ou utilisé à des fins commerciales.");