
// Keep page in frames script.
// Simple as it is.


// Main page:
var framespage = "../";

if ( top.location == document.location )
{
    top.location = framespage;
}
