<!--
//------------------------------------------------------------------------------------------------------------
// Librairie de fonctions réalisée par Fleurs d'Islam - http://www.fleurislam.net/ - 2006
//------------------------------------------------------------------------------------------------------------

var a=0;
theme_art = new Array(a);
note = new Array(a);
theme_art[a]="http://www.fleurislam.net/media/doc/calligraphie/txt_hajinourdin.html";note[a]="Un calligraphe venu de chine : <br>Haji Noor Deen";
a++;theme_art[a]="http://www.fleurislam.net/media/doc/calligraphie/txt_khat.html";note[a]="Fenêtre de calligraphe : <br>Antoine Barbeyer";
a++;theme_art[a]="http://www.fleurislam.net/media/doc/photographie/peter_sanders.html";note[a]="Un photographe inspiré par l'Islam : <br>Peter Sanders";

// Fonction de calcul du numéro de semaine dans l'année
function calcul_semaine(pr_mois,pr_jour)
// pr_mois = mois en cours
// pr_jour = jour dans le mois en cours
{
	pr_jour_an=pr_jour;
	if(pr_mois>1)	pr_jour_an+=31;
	if(pr_mois>2)	pr_jour_an+=28;
	if(pr_mois>3)	pr_jour_an+=31;
	if(pr_mois>4)	pr_jour_an+=30;
	if(pr_mois>5)	pr_jour_an+=31;
	if(pr_mois>6)	pr_jour_an+=30;
	if(pr_mois>7)	pr_jour_an+=31;
	if(pr_mois>8)	pr_jour_an+=31;
	if(pr_mois>9)	pr_jour_an+=30;
	if(pr_mois>10)	pr_jour_an+=31;
	if(pr_mois>11)	pr_jour_an+=30;
	return(Math.ceil(pr_jour_an/7));
}

dt=new Date(); 
theme_art_semaine=calcul_semaine(dt.getMonth()+1,dt.getDate());
theme_art_val=theme_art_semaine-(Math.floor(theme_art_semaine/(a))*(a));
document.write("<font size='2' color='black'><i>"+eval("note["+theme_art_val+"]")+"...</i><br></font><font size='3' color='#006600'><b>~&gt;</b></font> <font color='#006600' size='2'><a href='"+eval("theme_art["+theme_art_val+"]")+"' title='Visualiser le document...'>D&eacute;couvrez...</a>");

// -->