document.write('<table>\n')
document.write('<tr><th colspan="2" width="500">Church Council</th>\n')
document.write('<tr><th>The Executive Committee</th><th>The Ministry Leaders</th></tr>\n')
document.write('<tr>\n')
document.write('<td valign="top"\n')
document.write(' Interim Pastor - Todd Eckblad<br />\n')
document.write(' President - James R. Williams<br />\n')
document.write(' Vice President - Donald Strach<br />\n')
document.write(' Council Secretary/Outreach/Worship - Jan Smith<br />\n')
document.write(' Treasurer - Erna Meyer<br />\n')
document.write('</td>\n')
document.write('<td valign="top">\n')
document.write(' Worship - Gloria Deroo<br />\n')
document.write(' Youth - Matt and Gail Wimple<br />\n')
document.write('</td></tr>\n')
document.write('<tr><th valign="bottom" colspan="2">Other Staff</th></tr>\n')
document.write('<tr><td valign="top">\n')
document.write(' Office Secretary - Gloria Freeman<br />\n')
document.write(' Organist - Leone Thorne<br />\n')
document.write(' Webmaster - Vacant<br />\n')
document.write('</td>\n')
document.write('</tr></table>\n')

