<!--

function FramesetTest() {

if (top.frames.length==0) {

  Address="http://www.pilgrimstudio.ch";

  if(document.images) top.location.replace(Address);

  else top.location.href=Address;

  }

}

//-->