<!--
function init() {
if(parent != null && parent != self) {
var host=parent.location.hostname;
if(host != "this") {
top.location.href=self.location.href;
}
}
}
//-->
if (document.layers) {
document.captureEvents(Event.ONMOUSEDOWN);
}
document.onmousedown=rightclick
var times=0
var times2=10
function rightclick() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { rightclick2() }
alert("Copyright  mmx  by\n\n Stammesverband Stursberg e. V.\n");
function rightclick() {rightclick2()};
document.onmousedown=rightclick2 } }
var times=0
var times2=10
function rightclick2() {
if ((event.button==2) || (event.button==3)) {
if (times>=2) { rightclick3() }
window.alert("Sie befinden sich auf den\n\nInternetseiten des\n\n Stammesverband Stursberg e. V.");
function rightclick() {rightclick3()};
document.onmousedown=rightclick3 } }
var times=0
var times2=10
function rightclick3() {
if ((event.button==2) || (event.button==3)) {
if (times>=3) { rightclick() }
alert ("Diese Funktion\n\nist auf dieser Seite\n\nnicht moeglich.")
function rightclick() {rightclick3()};
document.onmousedown=rightclick } }

