// JavaScript Document
     document.write('<div id="masthead">');
        document.write('<div id="mastbanner">');
          document.write('<center>');
            document.write('<img src="images/DCICheadbanner.gif" width="600" height="135" border="0" usemap="#Map2">');
            document.write('<map name="Map2">');
              document.write('<area shape="rect" coords="1,1,599,134" href="index.html" alt="Go to DCIC Home Page">');
            document.write('</map>');
          document.write('</center>');
       document.write(' </div>');
        document.write('<div id="slogan" align="center" >Weaving the thread of community by honoring the diversity of religious expression.</div>');
        document.write('<div id="globalNav"><img src="images/gbbgold_labels.jpg" width="960" height="45" border="0" usemap="#Map">');
            document.write('<map name="Map">');              
              document.write('<area shape="rect" coords="139,1,291,43" href="contribute.php"  alt="Make a donation to the DCIC">');
              document.write('<area shape="rect" coords="319,1,471,43" href="volunteer.html"  alt="Volunteer">');
              document.write('<area shape="rect" coords="496,1,652,43" href="subscribe.html"  alt="Join Our Mailing List">');
			  document.write('<area shape="rect" coords="678,1,832,43" href="contactDCIC.html"  alt="Contact DCIC">');
            document.write('</map>');
        document.write('</div>');
        document.write('<!-- ending of div for globalNav -->');
     document.write('</div>');
