<!--
 function checkFrameset(){
  if(!parent.topframe)
   location.href="framecall.html?" + location.pathname;
 }
//-->