Afficher une image illustrant le mois en cours sur votre blog ou site web

<script language="javascript">

   thedate = new Date () ;
   mnth = new Array () ;
mnth[1] ="<img src='*.png' alt='janv.' title='janv/'>";
mnth[2] ="<img src='*.png' alt='fév.' title='fév.'>";
mnth[3] ="<img src='*.png' alt='mars' title='mars'>";
mnth[4] ="<img src='*.png' alt='avril' title='avril'>";
mnth[5] ="<img src='*.png' alt='mai' title='mai'>";
mnth[6] ="<img src='*.png' alt='juin' title='juin'>";
mnth[7] ="<img src='*.png' alt='juil.' title='juil.'>";
mnth[8] ="<img src='*.png' alt='août' title='août'>";
mnth[9] ="<img src='*.png' alt='sept.' title='sept.'>";
mnth[10] ="<img src='*.png' alt='oct.' title='oct.'>";
mnth[11] ="<img src='*.png' alt='nov.' title='nov.'>";
mnth[12] ="<img src='*.png' alt='déc.' title='déc.'>";

document.write(mnth[theDate.getMonth()+1]);
</script >

janvierJanvier
févrierFévrier
marsMars
avrilAvril
maiMai
juinJuin
juilletJuillet
aoutAoût
septembreSeptembre
octobreOctobre
novembreNovembre
decembreDécembre
disk