// Copyright 2004 - BibleBasis.org
sLoc=window.location.href;
if (top.location.href==sLoc){
  iLastBack = sLoc.lastIndexOf('\\');
  iLastForw = sLoc.lastIndexOf('/');
  iLastSlash=( (iLastForw > iLastBack) ? iLastForw : iLastBack );
  sFName = sLoc.substring(iLastSlash+1);
  top.location.href="../index.html#"+"articles/"+sFName;
}