<!--
function suivi(){var s=document.location.pathname.split("/");var go=false;for(var n=0;n<s.length;n++){if(s[n]=="")s[n]="index.htm";if(go){if(s[n]=="adherent")document.write("<small> | <a href='http://www.cfdtsantesociaux06.org/adherent/'><small>accueil adherent</small></a></small>");else document.write("<small> | <a href='"+s[n]+"'><small>"+s[n]+"</small></a></small>");}if(s[n]=="cfdtsantesociaux06"){go=true;document.write("<small>| <a href='http://www.cfdtsantesociaux06.org/'><small>accueil</small></a></small>");}}document.write("<small> |</small>");}
function l2(s){return s<10?"0"+s:""+s;}
for(var n=0;n<15;n++)document.write("<br>");
var jour=Array("dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi");
var mois=Array("janvier","f&eacute;vrier","mars","avril","mai","juin","juillet","ao&ugrave;t","septembre","octobre","novembre","d&eacute;cembre");
var d=new Date(document.lastModified);
document.write("<hr>Derni&egrave;re modification le "+jour[d.getDay()]+" "+d.getDate()+" "+mois[d.getMonth()]+" "+d.getFullYear()+" &agrave; "+l2(d.getHours())+"h"+l2(d.getMinutes()));
document.write(".<br>Copyright &copy; 2002 / "+(new Date()).getFullYear()+" &#8722; cfdt sant&eacute;-sociaux 06<br><em>La reproduction de cette page ou d'une partie est autoris&eacute;e sous r&eacute;serve de mention d'origine.</em><hr>");
document.write("<center><font size=3><a href=mentionslegales.htm>Mentions l&eacute;gales...</a></font></center>");
suivi();
//-->
