
// Obscure the mail address to non-browser clients
// Stop Spam!
function email (to){
	window.open ("mailto:" + to + "@congletonroundtable.org.uk");
}