<!-- Break Frames
<!-- Frame Branding

<!-- Begin Break Frames
if (window != window.top) 
top.location.href = location.href;
//  End Break Frames-->

<!-- Begin Frame Branding
height = "50";
function frameBranding(actualurl, brandingurl, frametype) {
var framewin = window.open("","brandingframe");
with (framewin.document) {
write("<html><head><title>Esta página esta fuera de Mi Lucha</title></head><frameset " + frametype + "=" + height + ",* border=0>");
write("<frame noresize scrollbars=no src=" + brandingurl + ">");
write(" <frame src=" + actualurl + ">");
write("</frameset></html>");
   }
return false;
}
//  End Frame Branding-->
