/* detect if the frameset is nested inside another frameset,
   and break out to the top level
*/

if (top != window) top.location.href = location.href;
