//
//
//
//
function Header_Buttons_Normal() {
document.write('</div>');
document.write('<div class="Footer" >');

document.write('Thame Museum is operated by ');
WriteLink('TMT.html','Thame Museum Trust','FooterText');
document.write('<br/>');
document.write('Thame Museum Trust is a registered charity, number 1125432 ');
document.write('<br/>');
document.write('The museum is housed in the former Magistrates Court, now owned by ');
WriteLinkX('http://www.Thametowncouncil.gov.uk','Thame Town Council','FooterText');
document.write('</ br>');



document.write('</div>');
}


Header_Buttons_Normal();


