// **************************************************
// Frame-PostFix
//
// (c) 2001, J. R. Leopold
//     jrl@nord.at.eu.org
//
//  If you wish to use this javascript,
//  please send me an e-mail. I just want
//  to know where it is being used.
//
// **************************************************

function Postfix()
{
 self.focus();
 if(window == top)
  { 
    var strLoc = location.href;
    var file, newLoc;
  
    file = strLoc.slice(strLoc.lastIndexOf("/") + 1);

    location.href = "framesetbd.htm?EntryPage=" + file;
  }
}
