self.focus();
setInterval("x()",50);
function x(){window.status="HAUS LORENZ - Ferienwohnungen in Immenstaad am Bodensee | © by MP-creative 2005";}
<!--
if (document.layers){
    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    window.onmousedown=rightclick;
    window.onmouseup=rightclick;

    function rightclick(e) {
    if (e.which == 3) {
    alert('© by MP-creative 2005');
    return false;
    }
    else {
        return true;
        }
    }
}

if (document.all){
    function click() {
    if (event.button==2) {
    alert('© by MP-creative 2005')
    }

    if (event.button==3) {
    alert('© by MP-creative 2005')}
    }
    document.onmousedown=click
}