function copyright()
{
var time=document.fileModifiedDate;
var an=time.substring(time.lastIndexOf("/")+1);
var moi=time.substring(0,time.indexOf("/"));
document.write("©2000-2008-"+moi+"/"+an+"-<br><i>www.anespicardie.com </i><br>Copyright 2008");
document.write('<img src="photos/mailanim.gif" border=0 alt=email width=45 height=52>');
document.write('<a href="mailto:contact@anespicardie.com">' + 'contact@anespicardie.com');
document.write("</a>");
}
