function WriteTop()
{
   document.write('<div id="centerDoc"><div id="topHeader"><div id="logo"></div>');
   document.write('<div id="topTitle">* Polish Amateur Theater of Boston&nbsp;&nbsp;');
   document.write('*&nbsp;&nbsp;Polski Amatorski Teatr Bostonu *</div><div id="topNavBar">');
   document.write('<a href="index.html">HOME</a>');
   document.write('<a href="wiadomosci.html">NEWS</a>');
   document.write('<a href="grupa.html">GROUP</a>');
   document.write('<a href="galeria.html">PHOTOS</a>');
   document.write('<a href="sponsorzy.html">SPONSORS</a>');
   document.write('<a href="kontakt.html">JOIN US</a>');
   document.write('</div></div>');
   document.write('<div id="contentOuterShell"><div id="contentInnerShell"><div id="content">');
}

function WriteBottom()
{
   document.write('</div><div id="footerContactInfo">');
   document.write('<hr/>Polish Amateur Theater of Boston, Inc. ');
   document.write('| PO Box 320219, Boston MA 02132 | (617) 325-2208 ');
   document.write('| info@patobinc.org | Copyright &copy; 2005 PAToB, Inc. All rights reserved.<hr/>');
   document.write('</div></div></div><div id="bottomDivider"></div>');
   //document.write('<div id="footerSponsorLinks"><p>SPONSORS AND PARTNERS</p>');
   //document.write('<a href="http://www.verbumllc.com/promusica/about.html" target="_blank">');
   //document.write('<img src="images/pro_musica.jpg"/></a>');
   //document.write('</div>');
   document.write('</div>');
}