var message="Photo's and/or text on this page are not to be copied! They are not for public use and may not be removed from the KuhaylansBorderCollies-site without written permission from Kuhaylans BorderCollies. Copyrighted by Magicborder & Kuhaylans";

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;