

/*Link of the month script credit-
By JavaScript Kit (http://www.javascriptkit.com)
Over 200+ free scripts here!


document.write('<style type="text/css">');
document.write('a:link.ejsmenu4')
document.write('A:visited.ejsmenu4 {cursor:pointer;font-weight:100;font-size: 10px;font-family: arial,helvetica,sanserif;color:#800080;text-decoration:none;white-space: nowrap;}')
document.write('A:hover.ejsmenu4 {cursor:pointer;font-weight:100;font-size: 10px;font-family: arial,helvetica,sanserif;color:#FF0000; text-decoration:none;white-space: nowrap;}')
document.write('A.ejsmenu4 {cursor:pointer;font-weight:100;font-size: 10px;font-family: arial,helvetica,sanserif;color:#000000; text-decoration:none;white-space: nowrap;}')
document.write('</style>')
document.write('<center>');


document.write('<style>');
document.write('a:link'); 
document.write('a:visited { COLOR: #800080; }');
document.write('A{text-decoration: none; }{ COLOR: #000000}');
document.write('A:hover { COLOR: #FF0000; }');
document.write('</style>');
*/
//document.write('<center>');
//document.write('<p align="center"><font face="arial" size="-2">Calendrier du mois</font><br>')

//Specify monthly text and links.
var monthly_links=new Array(
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/janvier/janvier.htm",   //Janvier
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/fevrier/fevrier.htm",   //Fevrier 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/mars/mars.htm",   //Mars 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/avril/avril.htm",   //Avril 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/mai/mai.htm",   //Mai 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/juin/juin.htm",   //Juin 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/juillet/juillet.htm",   //Juillet 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/aout/aout.htm",   //Aout 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/septembre/septembre.htm",   //Septembre 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/octobre/octobre.htm",   //Octobre
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/novembre/novembre.htm",   //Novembre 
"<i><b><font size=5 face=Times New Roman> Calendriers fond d\'&eacute;cran </font></b></i>", "http://www.toutimages.com/calendriers_mois/decembre/decembre.htm"   //Decembre

)

var dateobj=new Date()
document.write('<a class="glow3" href="'+monthly_links[dateobj.getMonth()*2+1]+'">'+monthly_links[dateobj.getMonth()*2]+'</a>')

//document.write('<br>')
//document.write('<center><a href="http://www.toutimages.com" target="_blank" CLASS=ejsmenu4>Toutimages.com</a>')
//document.write('</br>')
/*
<SCRIPT Language="JavaScript" SRC="calendriers_mois/lien_mois.js"></SCRIPT>
*/