function showFooter()
{
	document.write('<div class="footer">');
	document.write('<img src="http://static.bolsoverdramagroup.org/images/other/theatretothecommunity.png" alt="Bringing theatre to the community since 1981." />');
	document.write('<p>Membership & General Enquiries : <b>01246 474584</b> | Box Office & Ticket Enquiries : <b>01246 850402</b></p>');
	document.write('<p class="smalltext">&copy; Bolsover Drama Group. Website design by Chris Peck. Content and photography by members of the group unless otherwise stated.</p>');
	document.write('</div>');
}