if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.gemrot.com",
"http://gemrot.test",
"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 XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">");
document.writeln("<html xmlns=\"http://www.w3.org/1999/xhtml\">");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />");
document.writeln("<title>Jiri Gemrot</title>");
document.writeln("</head>");
document.writeln("<frameset rows=\"20,*,40\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame src=\""+ADir+"oben.html\">");
document.writeln("<frameset cols=\"30%,70%\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame src=\""+ADir+"left.html\">");
document.writeln("<frame src=\""+ADir+"biography.html\" name=\"content\">");
document.writeln("</frameset>");
document.writeln("<frame src=\""+ADir+"unten.html\" 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);}
