myhost1="boarding-time.de";
myhost2="boarding-time.com";
myhost3="boarding-time.info";
myhost4="boardingtime.de";
starturl="http://www.boarding-time.de/home.html";
function OnError() { return true; }
function ausbruch() {
  onerror=OnError;
    alert('Sie betrachten diese Seite von einem fremden Frameset '+
        'aus. Klicken Sie auf OK und Sie werden zu '+
        'boarding-time.de weitergeleitet.');
  top.location.href=starturl;
  return true;
}
onerror=ausbruch;
if(top.location.host.indexOf(myhost1)<0
   &&
   top.location.host.indexOf(myhost2)<0
   &&
   top.location.host.indexOf(myhost3)<0
   &&
   top.location.host.indexOf(myhost4)<0

) {
  alert('Sie betrachten diese Seite von einem fremden Frameset '+
        'aus. Klicken Sie auf OK und Sie werden zu '+
        'boarding-time.de weitergeleitet.');
  top.location.href=starturl;
}
onerror=OnError;

if (navigator.appVersion.indexOf("Mac")>=0)
{
if (document == top.document) {
//    alert("Frameset wird nachgeladen!");
top.document.location = "../../../home.html";}
}
else if (navigator.appVersion.indexOf("Win")>=0)
{
function framecheck (inhalt, nav) {
if (parent.frames.length == 0)
{

document.open();
document.write('<html><head><TITLE>Der ganz private Reisetipp - www.boarding-time.de</TITLE></head>');
document.write('<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 COLS="140,*">');
document.write('<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 ROWS="140,*">');
document.write('<FRAME SRC="../../../../logo.html" NAME="Frame7758" SCROLLING=NO NORESIZE>');
document.write('<FRAME SRC="../../../../navigation.html" NAME="Frame1402" SCROLLING=NO NORESIZE>');
document.write('</FRAMESET>');
document.write('<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 ROWS="140,*">');
document.write('<FRAME SRC="../../../../titel/' + nav + '" NAME="Frame3958" SCROLLING=NO NORESIZE>');
document.write('<FRAME SRC="' + inhalt + '" NAME="Frame21748" NORESIZE>');
document.write('</FRAMESET>');
document.write('</FRAMESET>');

document.write('<body></body></html>');
document.close();

document.title = "Der ganz private Reisetipp - www.boarding-time.de";

top.Frame21748.location = inhalt;

}
}
}
else
{
if (document == top.document) {
//    alert("Frameset wird nachgeladen!");
top.document.location = "../../../home.html";}
}




