<!--

setTimeout ("changePage()", 1000);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.st-keverne.com/art/index.html";
}
var count=1;

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false; 
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("(C) Copyright Bart O\'Farrell \nTreleague Farm\n St-Keverne\n Cornwall\n UK\n\n  ---- All rights reserved ----\n");
count=count+1;
}
if (count==3){window.location="http://www.st-keverne.com/index.html"};
return true;
} 
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


// -->

