
var d=new Date();
var chapter=new Array(12);
/*January*/chapter[0]="Holy Qur'an 14:1";
/*February*/chapter[1]="Holy Qur'an 3:159";
/*March*/chapter[2]="Holy Qur'an 2:62";
/*April*/chapter[3]="Holy Qur'an 49:11";
/*May*/chapter[4]="Holy Qur'an 3:113-5";
/*June*/chapter[5]="Holy Qur'an 49:12";
/*July*/chapter[6]="Holy Qur'an 3:198-9";
/*August*/chapter[7]="Holy Qur'an 17:78-80";
/*September*/chapter[8]="Holy Qur'an 5:5";
/*October*/chapter[9]="Holy Qur'an 17:53-4";
/*November*/chapter[10]="Holy Qur'an 3:96";
/*December*/chapter[11]="Holy Qur'an 2:148";


document.write(chapter[d.getMonth()]);
