  var Now = new Date();

  var IndoorEvents = new Array(5);

  IndoorEvents[0] = new Array(5);
  IndoorEvents[0][0] = "March 9, 2011 20:00:00";
  IndoorEvents[0][1] = "Wed 9 Mar </p> Ash Wednesday Service 09:30";
  IndoorEvents[1] = new Array(5);
  IndoorEvents[1][0] = "March 16, 2011 20:00:00";
  IndoorEvents[1][1] = "Wed 16 Mar: </p> 19:30 Spring Concert";
  IndoorEvents[2] = new Array(5);
  IndoorEvents[2][0] = "April 18, 2011 20:00:00";
  IndoorEvents[2][1] = "Mon 18 Apr;  </p> Holy Monday Service at 20:00"; 
  IndoorEvents[3] = new Array(5);
  IndoorEvents[2][0] = "April 19, 2011 20:00:00";
  IndoorEvents[2][1] = "Tues 19 Apr;  </p> Holy Tuesday Service at 20:00"; 
  IndoorEvents[3] = new Array(5);
  IndoorEvents[2][0] = "April 20, 2011 20:00:00";
  IndoorEvents[2][1] = "Wed 20 Apr;  </p> Holy Wednesday Service at 09:30"; 
  IndoorEvents[3] = new Array(5);
  IndoorEvents[2][0] = "April 20, 2011 20:00:00";
  IndoorEvents[2][1] = "Wed 20 Apr;  </p> Olivet to Calvary concert at 19:30"; 
  IndoorEvents[3] = new Array(5);
  IndoorEvents[2][0] = "April 21, 2011 20:00:00";
  IndoorEvents[2][1] = "Thurs 21 Apr;  </p> Holy Week Toddlers Service at 10:30"; 
  IndoorEvents[3] = new Array(5);
  IndoorEvents[3][0] = "April 21, 2011 20:00:00";
  IndoorEvents[3][1] = "Thurs Apr 21: </p> 20:00 Parish Communion with Washing of feet";
  IndoorEvents[4] = new Array(5);
  IndoorEvents[4][0] = "April 22, 2011 20:00:00";
  IndoorEvents[4][1] = "Fri 22 Feb: </p> Good Friday, services at: 10:00 and 12noon";
  IndoorEvents[5] = new Array(5);
  IndoorEvents[5][0] = "April 24, 2011 20:00:00";
  IndoorEvents[5][1] = "Sun 24 Apr: </p> EASTER SUNDAY - services at 06:00, 08:00 and 09:30";
  IndoorEvents[6] = new Array(2);
  IndoorEvents[6][0] = "May 16, 2011 20:00:00";
  IndoorEvents[6][1] = "Sat 16 May: </p> May Fayre from 14:00";
  IndoorEvents[6] = new Array(2);
  IndoorEvents[6][0] = "May 15, 2011 20:00:00";
  IndoorEvents[6][1] = "Sat 15 - 21 May: </p> Christian Aid Week";
  IndoorEvents[9] = new Array(2);
  IndoorEvents[6][0] = "June 30, 2011 20:00:00";
  IndoorEvents[6][1] = "Thu 30 June: </p> Pirates of Penzance Concert at 19:30";
  IndoorEvents[9] = new Array(2);
  IndoorEvents[9][0] = "July 22, 2011 20:00:00";
  IndoorEvents[9][1] = "Fri 22 Jul: </p> Patronal Festive Service at 20:00";
  IndoorEvents[8] = new Array(2);
  IndoorEvents[8][0] = "July 22, 2011 20:00:00";
  IndoorEvents[8][1] = "Sat 23 Jul: </p> Church Open Day and Flower Festival";
  IndoorEvents[10] = new Array(2);
  IndoorEvents[10][0] = "September, 2011 20:00:00";
  IndoorEvents[10][1] = "Sat  Sept: </p> CRoW and Saturday Market";
  IndoorEvents[11] = new Array(2);
  IndoorEvents[11][0] = "October 22, 2011 20:00:00";
  IndoorEvents[11][1] = "Sat 22 Oct: </p> Charity Christmas Sale and Coffee Morning starting at 10:00 </p> Sun 31 Oct: </p> All Souls day service at 16:00";
  IndoorEvents[9] = new Array(2);
  IndoorEvents[9][0] = "October 23, 2011 20:00:00";
  IndoorEvents[9][1] = "Sun 23: </p> Bible Sunday service at 16:00";
  IndoorEvents[12] = new Array(2);
  IndoorEvents[12][0] = "November 4, 2011 20:00:00";
  IndoorEvents[12][1] = "Sun 4 Nov: All Souls day service at 16:00";
  IndoorEvents[13] = new Array(2);
  IndoorEvents[13][0] = "November 8, 2011 20:00:00";
  IndoorEvents[13][1] = "Sun 8 Nov: Remembrance Sunday service at 09:30";
  IndoorEvents[14] = new Array(2);
  IndoorEvents[14][0] = "November 25, 2011 20:00:00";
  IndoorEvents[14][1] = "Fri 25 Nov: Christmas Market at 19:30";
  IndoorEvents[15] = new Array(2);
  IndoorEvents[15][0] = "November 26, 2011 20:00:00";
  IndoorEvents[15][1] = "Sat 26 Nov: Christmas Market at 14:00";
  IndoorEvents[16] = new Array(2);
  IndoorEvents[16][0] = "November 27, 2011 20:00:00";
  IndoorEvents[16][1] = "Sun 27 Nov: Advent Carol Service at 17:00 at St. Georges";
  IndoorEvents[17] = new Array(2);
  IndoorEvents[17][0] = "December 7, 2011 20:00:00";
  IndoorEvents[17][1] = "Wed 7 Dec: Christmas Concert in Church";
  IndoorEvents[18] = new Array(2);
  IndoorEvents[18][0] = "December 18, 2011 20:00:00";
  IndoorEvents[18][1] = "Sun 18 Dec: Nine Lessons and Carols Christmas Service at 18:00";
  IndoorEvents[19] = new Array(2);
  IndoorEvents[19][0] = "December 24, 2011 20:00:00";
  IndoorEvents[19][1] = "24 Dec: Christmas Eve services at 15:00, 23:30";
  IndoorEvents[20] = new Array(2);
  IndoorEvents[20][0] = "December 25, 2011 20:00:00";
  IndoorEvents[20][1] = "25 Dec: CHRISTMAS DAY services at 08:00, 09:30";









function GetNextIndoorMeeting()
{
  var s = "";

  for(var i = 0; i < IndoorEvents.length; i++)
  {
    EventDate = new Date(IndoorEvents[i][0]);

    if (EventDate > Now)
    {
      s = IndoorEvents[i][1];
      i = IndoorEvents.length;
    }
  }

  if(s.length == 0) {
    s = "Awaiting new season programme.";
  }

  document.write(s);
}
