﻿/Evitar páginas fuera de su frame
//http://javascript.tunait.com/
if(top==self) top.location="index.htm"
if(top.location.search.substr(1)!="" && top.red == true){
     top.red = false
     location.href = top.location.search.substr(1)
     }
//NOTA: Cambiar frames.htm por el nombre de la página de frames

