if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.ebene.at/sunna/",
"http://ebene.at/sunna/",
"http://127.0.0.1/",
"http://renate.test/"
);
s=location.href.toLowerCase();
i=s.indexOf("/homepage/");
if (i>-1) s=s.substring(i+10);
for (i=0;i<aRef.length;i++){
s1=s.substr(0,aRef[i].length);
if (s1==aRef[i])
{s=s.substr(s1.length);break;}}
aRef=s.split("/");
ADir="";
for (i=0;i<aRef.length-1;i++) ADir+="../";
var doctitle = document.title;
document.clear();
document.open("text/html");
document.writeln("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"");
document.writeln("          \"http://www.w3.org/TR/html4/loose.dtd\">");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<base target=\"content\"></base>");
document.writeln("<title>Renate&#39;s Sunna Ladali &bull; Ischgl, Tirol</title>");
document.writeln("<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
document.writeln("<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
document.writeln("</head>");
document.writeln("<frameset framespacing=\"0\" rows=\"154,*,24\" frameborder=\"no\">");
document.writeln("<frame src=\""+ADir+"oben.html\" name=\"wk\" scrolling=\"no\">");
document.writeln("<frame src=\""+ADir+"start/main.php\" name=\"content\" scrolling=\"auto\">");
document.writeln("<frame src=\""+ADir+"unten.html\" scrolling=\"no\">");
document.writeln("</frameset>");
document.writeln("</html>");
document.close();
function load(){top.frames["content"].location.href=top.location.href;}
window.setTimeout("load()",10);}

