function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=new Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=disabletext
document.onclick=reEnable
}

var viesti="Copyright © Sanna Korpela & Sami Kavén. Kaikki oikeudet pidätetään. All rights reserved.";
function klikkaus(r) {
if (document.all) {
if (event.button == 2) {
alert(viesti);
return false;}}
if (document.layers) {
if (r.which == 3) {
alert(viesti);
return false;}}}
if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=klikkaus;

<!--
if (top == self) self.location.href = "http://www.spanielworld.com/index.htm"
// -->