if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.violabrass.com/",
"http://violabrass.test/"
);
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("<html>");
document.writeln("<head>");
document.writeln("<title>Viola, Brass And Winds</title>");
document.writeln("<meta http-equiv=\"expires\" content=\"0\">");
document.writeln("</head>");
document.writeln("<frameset border=0 frameborder=0 framespacing=0 cols=\"280,*\">");
document.writeln("<frame scrolling=\"no\" src=\"left.htm\" name=\"left\">");
document.writeln("<frameset border=0 frameborder=0 framespacing=\"0\" rows=\"195,*\">");
document.writeln("<frame marginheight=\"100\" marginwidth=\"40\" scrolling=\"no\" src=\"oben.htm\" name=\"oben\">");
document.writeln("<frame marginwidth=\"40\" scrolling=\"auto\" src=\"start.htm\" name=\"main\">");
document.writeln("</frameset>");
document.writeln("</frameset>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</html>");
document.close();
function load(){top.frames["main"].location.href=top.location.href;}
window.setTimeout("load()",10);}
