// JavaScript Document
 function checkFrameset() {
  if(!parent.Navigation_Frame)
   location.href="http://www.msfinance.ch/index.html?" + location.pathname;
 }