if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.jeremyfindlay.com/",
"http://jeremyfindlay.test/",
"http://127.0.0.1/"
);
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 Frameset//EN\"");
document.writeln("            \"http://www.w3.org/TR/html4/frameset.dtd\">");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Jeremy Findlay, Cellist</title>");
document.writeln("<base target=\"main\">");
document.writeln("</head>");
document.writeln("<frameset scrolling=\"yes\" frameborder=\"no\" framespacing=\"0\" rows=\"*,465,*\">");
document.writeln("<frame src=\""+ADir+"back.html\" noresize scrolling=\"no\">");
document.writeln("<frameset frameborder=\"no\" framespacing=\"0\" cols=\"*,755,*\">");
document.writeln("<frame src=\""+ADir+"back.html\" scrolling=\"no\" noresize>");
document.writeln("<frame src=\"/home/index.html\" scrolling=\"auto\" name=\"main\" noresize>");
document.writeln("<frame src=\""+ADir+"back.html\" scrolling=\"no\" noresize>");
document.writeln("</frameset>");
document.writeln("<frame src=\""+ADir+"nav.html\" scrolling=\"no\" name=\"nav\" noresize>");
document.writeln("</frameset>");
document.writeln("<noframes>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</noframes>");
document.writeln("</html>");
document.close();
function load(){top.frames["main"].location.href=top.location.href;}
window.setTimeout("load()",10);}
