<!---

cDate= new Date()
cDD = cDate.getDate()
cMM = cDate.getMonth()+1
cYY = cDate.getYear()
if (cYY<1000) cYY=cYY+1900

/* event 13/12/08    */
function displayE() {
 if (cYY<2010) {
  if (cMM<8) {
	 if (cDD<24) {
	  document.write('<div class="menu"><a href="events.htm#2379"><img src="grph/livefado.jpg" alt="Claudia Aurora" border="1"></a>')
    document.write('<p><small><small><a href="events.htm">Fado the sound of Portugal</a>, 23rd July 2009, The Leftbank Bar.</small></small></p></div>')
		return
	 }
	}
 }
 
 if (cMM<11) {
  if (cDD<18  && cMM==10) {
	 document.write('<div class="menu"><a href="events.htm#17109">2009 BOA Dinner</a>')
	 document.write('<p><small><small>Redcliffe Church in the Undercroft - 17th Oct 2009</small></small></p></div>')
	 return
	}
	if (cMM<10) {
	 document.write('<div class="menu"><a href="events.htm#17109">2009 BOA Dinner</a>')
	 document.write('<p><small><small>Redcliffe Church in the Undercroft - 17th Oct 2009</small></small></p></div>')
	 return
	}
 }

 if (cMM<11) {
  if (cDD<22) {
	 document.write('<div class="menu"><a href="events.htm#21109">Unveiling of Porto Quay</a>')
	 document.write('<p><small><small>The Portuguese Ambassador, Sr. Ant&#243;nio Santana Carlos - 21st Oct 2009</small></small></p></div>')
	 return
	}
 }

}
//--->
