// JavaScript Document
function writeJS(){
var str='';
str+='<div class="bottom">';
str+='<p><a href="home.htm">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
str+='<a href="theorder.htm">Hospitaller Brothers of St. John of God</a>&nbsp;&nbsp;|';
str+='<a href="ourfounder.htm">Our Founder St. John of God</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
str+='<a href="vocations.htm">Vocations</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
str+='<a href="spirituality.htm">Spirituality</a>&nbsp;&nbsp;</br>';
str+='<a href="yearoffamily2.htm">Year of the Family of St. John of God</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
str+='<a href="newsevents.htm">Hospitaller News & Events</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
str+='<a href="links2.htm">Links</a>&nbsp;&nbsp; | &nbsp;&nbsp;</br>';
str+='<a href="ReligiousEd/index.htm">Special Needs Religious Education Program</a></p>';
str+='<p>Copyright &copy;2012 Hospitaller Brothers of St. John of God. </p>';
str+='</div><!-- End bottom -->';
document.write(str);
}
writeJS();
