if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.holzundblech.at/",
"http://holzundblech.at/",
"http://holzundblech.test/",
"holzundblech.at/",
"http://127.0.0.1/"
);
s=location.href.toLowerCase();
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>Holz und Blech || Linz 2009</title>");
document.writeln("<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">");
document.writeln("</head>");
document.writeln("<frameset cols=\"320,*\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame src=\""+ADir+"links.html\" name=\"menu\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize>");
document.writeln("<frame marginwidth=\"0\" name=\"content\" marginheight=\"0\" src=\"content.html\" noresize>");
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);}
