 
 
<!-- *code which does not allow frames within frames* -->
setTimeout ("changePageFrames()");
function changePageFrames()
{
if (self.parent.location != window.location)
self.parent.location = document.location;
}
 
