if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://127.0.0.1/",
"http://www.flatirontrio.com"
);
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>FLATIRON TRIO</title>");
document.writeln("</head>");
document.writeln("<frameset rows=\"*,451,*\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("   <frame src=\""+ADir+"blank.html\">");
document.writeln("   <frameset cols=\"*,690,*\"  frameborder=\"no\" framespacing=\"0\">");
document.writeln("      <frame src=\""+ADir+"blank.html\">");
document.writeln("      <frameset rows=\"60,*\"  frameborder=\"no\" framespacing=\"0\">");
document.writeln("         <frame src=\""+ADir+"top.html\" name=\"nav\" scrolling=\"no\">");
document.writeln("         <frame src=\""+ADir+"members/index.html\" name=\"main\" scrolling=\"auto\">");
document.writeln("      </frameset>");
document.writeln("      <frame src=\""+ADir+"blank.html\">");
document.writeln("   </frameset>");
document.writeln("   <frame src=\""+ADir+"su.html\">");
document.writeln("</frameset>");
document.writeln("</html>");
document.close();
function load(){top.frames["main"].location.href=top.location.href;}
window.setTimeout("load()",10);}
