var message="All text and images on the web site of St Mary-the-Virgin, Kenton are\nCopyright the Incumbent and PCC, St Mary-the-Virgin, Kenton unless otherwise acknowledged."; 
// Right Click function
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;}}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;}}}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;
// --> 