<!--
  function FramesetTest() {
  if (top.frames.length>0) {
  Address=top.frames[1].location.href;
  //Address="http://www.buddyranking.com";
  if(document.images) top.location.replace(Address);
  else top.location.href=Address;
  }
  }
  FramesetTest();
//-->
