<!-- Begin Break Frames
if (window != window.top) 
top.location.href = location.href;
//  End Break Frames-->

<!-- Begin Frame Branding
height = "40";
function frameBranding(actualurl, brandingurl, frametype) {
var framewin = window.open("","brandingframe");
with (framewin.document) {
write("<html><head><title>This page is outside of My Struggle</title></head><frameset " + frametype + "=" + height + ",* border=0>");
write("<frame noresize scrolling=no src=" + brandingurl + ">");
write(" <frame src=" + actualurl + ">");
write("</frameset></html>");
   }
return false;
}
//  End Frame Branding-->
