//
// Frame Rebuilder
// 
// Blue Circle Technologies
// info@bluecircletech.com
//
if (parent.location == self.location) { 
   var bot=self.location.pathname; 
   var top=bot.substring(1,bot.indexOf('/',1));
   if (top == "industry")   { top = "indust"; }
   if (top == "subscribe")  { top = "sub";    }
   if (top == "technology") { top = "tech";   }
   top = "/global/" + top + ".shtml";

   self.location = "http://www.h2fc.com/reframe.php?top=" + top + 
                   "&bot=" + bot;
}
