 var ar = new Array(
   "<img src=\"SyrMss/msHahMSobo1227Cross.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">Illustration of the Cross from a Gospel Lectionary copied in Salah in 1227 for the church of Mor Sobo in Hah. The fine stone carving on the lintels at Mor Behnam</p>",
   "<img src=\"Site/SORCollage/DKurkmoPThrone.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">The ceremonial throne of the Patriarch in the Mor Hananyo monastery (<em>dayro d-kurkmo</em>), the erstwhile  seat of the Patriarchs of Antioch for several centuries until 1932. The chronological list of Patriarchs inscribed in a spiral form on the throne.</p>",
   "<img src=\"Site/SORCollage/DKurkmo.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">Monastery of Mor Hananyo (<em>dayro d-kurkmo</em> - Syriac, <em>Deir es Za`faran</em> - Arabic), the erstwhile  seat of the Patriarchs of Antioch for several centuries until 1932.</p>",
   "<img src=\"Site/SORCollage/000402AntiochDivLit.jpg\" width=\"348\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">The divine liturgy being celebrated by HH Patriarch Ignatius Zakka I at the Church of St. Peter in Antioch on April 02, 2001.</p>",
   "<img src=\"Site/SORCollage/KosoPhinko.jpg\" width=\"310\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">The paten and chalice is set on the altar according to Syriac Orthodox custom in perpetual readiness for the celebration of the Eucharist.</p>",
   "<img src=\"SyrMss/SuboroYaldo.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\"><em>suboro</em>, annunciation to the Holy Virgin Mary, depicted in a Gospel Lectionary copied in Salah in 1227 for the church of Mor Sobo in Hah. <em>yaldo</em>, Nativity of our Lord in a Gospel Lectionary dating to 1456/7.</p>",
   "<img src=\"SyrMss/LastSupper.jpg\" width=\"360\" height=\"300\" align=\"center\" />"
);

 var now = new Date;
 var mm = now.getMonth() + 1;
 var dd = now.getDate();
 var dw = now.getDay() + 1;
 var rnd = Math.floor(Math.random() * ar.length);
//     document.write("Month =" + num);

 switch (mm) {
   case 1:
     document.write("<img src=\"SyrMss/msDioscorusGL13centDenxo.jpg\" width=\"229\" height=\"300\" align=\"center\" /><p class=\"smallBlack\"><em>dan<u>h</u>o</em>, Epiphany of Christ at His baptism in River Jordan, depicted in the Gospel Lectionary produced by Dioscorus Theodoros in mid-thirteenth century.</p>");
     break;
         
   case 3:
     if (dd==25) {
       document.write("<img src=\"SyrMss/SuboroYaldo.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\"><em>suboro</em>, annunciation to the Holy Virgin Mary, depicted in a Gospel Lectionary copied in Salah in 1227 for the church of Mor Sobo in Hah. <em>yaldo</em>, Nativity of our Lord in a Gospel Lectionary dating to 1456/7.</p>");
         }
         else {
           document.write("<img src=\"SyrMss/Crucifixion.jpg\" width=\"323\" height=\"260\" align=\"center\" />");
         };
         break;
         
   case 4:
     if (dd==4) {
       document.write("<img src=\"SyrMss/ms1457TempleEntry.jpg\" width=\"414\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">Our Lord entering the Temple of Jerusalem on a colt, depicted in a Syriac ms. dating back to 1457.</p>");
         }
     else if (dd==8 || dd==8) {
       document.write("<img src=\"SyrMss/LastSupper.jpg\" width=\"360\" height=\"300\" align=\"center\" /><p class=\"smallBlack\" >The Last Supper depicted in a Syriac ms.</p>");
         }
     else if (dd==9 || dd==9) {
       document.write("<img src=\"SyrMss/Crucifixion.jpg\" width=\"323\" height=\"260\" align=\"center\" />");
         }
     else if (dd==11 || dd==11) {
           document.write("<img src=\"SyrMss/ms1457qyomto.jpg\" width=\"300\" height=\"422\" align=\"center\" /><p class=\"smallBlack\">Ressurection of our Lord depicted in a Syriac ms. from 1457.</p>");
         }
     else {
           document.write(ar[rnd]);
         };
         break;

   case 12:
      if (dd==18 || dd==21) {
        document.write("<img src=\"SyrMss/msHahGL1227Toma.jpg\" width=\"374\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">St. Thomas thrusting his fingers into the wounds of the Risen Christ, depicted in a Gospel Lectionary copied in Salah in 1227 for the church of Mor Sobo in Hah.</p>");
      }
      else if (dd==26 || dd==27) {
        document.write("<img src=\"SyrMss/Dec26_27.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\">Mother of God with Infant Jesus depicted in the Rabbula Gospels. The slaughter of the infants depicted in a Gospel Lectionary in Salah in 1227 for the church of Mor Sobo in Hah.</p>");
      } 
      else { document.write("<img src=\"SyrMss/SuboroYaldo.jpg\" width=\"500\" height=\"300\" align=\"center\" /><p class=\"smallBlack\"><em>suboro</em>, annunciation to the Holy Virgin Mary, depicted in a Gospel Lectionary copied in Salah in 1227 for the church of Mor Sobo in Hah. <em>yaldo</em>, Nativity of our Lord in a Gospel Lectionary dating to 1456/7.</p>");
     };
     break;

   default : 
     document.write(ar[rnd]);
 }