
   startFile  = "http://www.tanzschule-buchhorn.de/";
   startFile2 = "http://www.fit4dance.de/";
   startFile3 = "http://www.fit-for-dance.de/";
   startFile4 = "http://iis05/tanzschule-buchhorn/";
   startFile5 = "J:\Internet\tanzschule-buchhorn";


   if ((top.location.href!= startFile) && (top.location.href!= startFile2) && (top.location.href!= startFile3) && (top.location.href!= startFile4) && (top.location.href!= startFile5))
   {
       top.location.href = startFile

   }
   else
   {

   }


function mdsProtect()
{
   status='© 2007 Tanzschule Buchhorn. Alle Rechte vorbehalten.';
}


/* habe ich ersetzt
function rightProtect()
{
var message="(c) 2001 - 2007 Tanzschule Buchhorn";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
else if (document.layers||document.getElementById) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

}
*/




