if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.orchestralart.com/",
"http://127.0.0.1/",
"http://orchestralart.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("<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("<title>OrchestralArt | music publications</title>");
document.writeln("</head>");
document.writeln("<frameset  rows=\"198,*,20\" framespacing=\"0\" frameborder=\"no\">");
document.writeln("<frame src=\""+ADir+"oben.html\" name=\"oben\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" noresize>");
document.writeln("<frameset cols=\"300,*\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame src=\""+ADir+"menu.php\" scrolling=\"no\" name=\"menu\" marginheight=\"0\" marginwidth=\"0\" noresize>");
document.writeln("<frame src=\""+ADir+"aktuell.php\" scrolling=\"auto\" marginheight=\"0\" name=\"content\" marginwidth=\"0\" noresize>");
document.writeln("</frameset>");
document.writeln("<frame src=\""+ADir+"impressum.html\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\">");
document.writeln("</frameset>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</html>");
document.close();
function load(){top.frames["content"].location.href=top.location.href;}
window.setTimeout("load()",10);}
