    var MTcode = 5;    //set title code here
    var WebTitle = '<title>St. Michael&#8217;s School</title>';  //WEB title for each page
    var MainTitle =['Home', 'About Us', 'Admissions', 'Organizations', 'Alumni', 'Site Map']; 
    var imgList = ['pic_about.jpg', 'class.jpg','disciples.jpg', 'elsken1.jpg', 
        'pic_about.jpg','football.jpg', 'Gase.jpg', 'Globe.jpg', 'jesus1.jpg', 'joseph.jpg',
    	'keller.jpg', 'Luke.jpg', 'mcs.jpg', 'monkeebars.jpg', 'powderpuff.jpg', 'scilab.jpg',
    	'study.jpg', 'Two.jpg', 'victoria1.jpg']; 
    //alert('We are starting...');
     now = new Date();
    seed = now.getSeconds();
    var rand1 = 0;
    rand1 = Math.round(Math.random(seed) * imgList.length);     
    var pictureaddr =  'Pictures/' + imgList[rand1]
    var mimg = '<img align="right" src="' + pictureaddr + '" style="height: 378px; width: 251px; margin-left: 10px; margin-bottom: 14px; margin-top:2px; text-align: right; position: relative" border="1"/>';
  // alert(mimg + '   rand1 = ' + rand1);

