﻿function speaker(when)
{
var speaker = new Array();
speaker[1] = "12 February 2012 - Pastor William Causby"
speaker[2] = "12 February 2012 - Pastor William Causby"
speaker[3] = "7 February 2012 - Pastor William Causby"

document.write("<font size=\"2\" color=\"#660000\" face=\"Verdana,Arial\">");
document.write(speaker[when]);
}







