<!-- Begin
statuss();
function statuss()
{window.status = "http://www.Joey-Starman.de" ;setTimeout("statuss()", 1);}

function protector(mouseevent) {
if (navigator.appName == 'Netscape' && (mouseevent.which == 2 || mouseevent.which == 3))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
alert("copyright© of all images and text on www.Joey-Starman.de by Jochen Ortmann.");
return false;
} else return true;
}
document.onmousedown=protector;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=protector;

// End -->
