
//  ------------------------ run page ---

function runPage()
{
    // - always return true
    return true;
}


//  ------------------------ frames -----


if (window!= top) top.location.href = location.href;


// --------------------------------------


