if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.sommerchor.com",
"http://sommerchor.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 Frameset//EN\"");
document.writeln("   \"http://www.w3.org/TR/html4/frameset.dtd\">");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Konzerte im Sommerchor Garsten</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\" frameborder=\"no\" rows=\"100,485,*\" >");
document.writeln("<frame marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"top.html\" scrolling=\"no\" >");
document.writeln("<frameset framespacing=\"0\" frameborder=\"0\" cols=\"232,*\" >");
document.writeln("<frame marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"left.html\" scrolling=\"no\" >");
document.writeln("<frameset framespacing=\"0\" frameborder=\"0\" rows=\"45,*\" >");
document.writeln("<frame name=\"menu\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"menu.php\" scrolling=\"no\">");
document.writeln("<frame name=\"main\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"home/main.php\" scrolling=\"yes\">");
document.writeln("</frameset>");
document.writeln("</frameset>");
document.writeln("<frame marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"bottom.html\" scrolling=\"no\" >");
document.writeln("</frameset>");
document.writeln("<noframes>");
document.writeln("</noframes>");
document.writeln("</html>");
document.close();
function load(){top.frames["main"].location.href=top.location.href;}
window.setTimeout("load()",10);}

