﻿// aus fremden Frameset befreien
if (self != top)
{
  parent.location.href = self.location.href;
}
