<!--
function TJK_BreakOutOfFrames(){
 if (self != top) top.location.replace(self.location);
}
TJK_BreakOutOfFrames();
//-->