function birthday()
{
var d = new Date();
var month = d.getMonth();
var year  = d.getFullYear();
month=month+1;
var day = d.getDate();
var dm = (month*100)+day;
	if (dm == 1230)// 30th Dec;
	{
	document.write("<center><table><tr><td><font color=#66FF66 size=2><center><b>Today Viola would have been ");
	document.write(year-1939);
	document.write(" years old - thinking of you always - from your family, friends & fans</b></font><br><img src=graphics/crux.gif></td></tr></table>");
	}
}

function memorium()
{
var d = new Date()
var month = d.getMonth()
month=month+1
var day = d.getDate()
var dm = (month*100)+day

	if (dm > 503 && dm < 510) // not before 1st May or after 9th May
	{
	document.write("");
	document.write("<center><font color=#66FF66 font size=2><b>Remembering Viola this week</b><br>passed away  May 6 2009<br>thinking of you always<br>from your family, fans & friends<br><img src=graphics/crux.gif></center></font>");
	document.write("");
	}
	document.write("<p>")
}
