lblHome = "Home"
lblCommunities = "Communities"
lblVisuals = "Visuals"
lblWorship = "Reflections"
lblResources = "Resources"
lblMusic = "Music"

function insertBanner()
{
document.write('<table border=5>');
document.write('<tr>');
document.write('<td>');
document.write('<img src="./images/worship03.gif">');
document.write('</td>');

document.write('<td align=center bgcolor="#CCCCCC" width=500>');
document.write('<font face="arial" size=10>SensusFidelium.org</font><BR>');
document.write('<font face="arial" size=2><B>');
document.write('The faithful, as a whole, have an instinct or "sense" about when a teaching is—or is not—in harmony with the true faith.</B></font>');
document.write('<BR><font face=arial size=1>Youth Update Glossary, St. Anthony Messenger Press, 2002.</font>');

document.write('</td>');
document.write('<td>');
document.write('<img src="./images/worship03.gif">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}

function insertFooter()
{
document.write('<table border=1>');
document.write('<tr>');
document.write('<td align=center><font face="arial" size=2>');
document.write('Copyright 2006 SensusFidelium.org&nbsp;&nbsp;&nbsp;&nbsp;</font>');
document.write('</td>');
document.write('<td align=center>');
document.write('<font face="arial" size=2>&nbsp;<B>Contacts:</B>&nbsp;<a href="mailto:stan@sensusfidelium.org">Stan Doherty</a>');
document.write('&nbsp;<a href="mailto:eileen@sensusfidelium.org">Eileen Doherty</a></font><BR>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

}