if (top.frames.length == 0 && window.location.href.indexOf("Temporary") == -1)
{
    top.location.href="../index.html?" + window.location.href;
}
