// escape out frame trap //
if (window.self != window.top) window.top.location = window.self.location;
