changePage();

function changePage() 
{
    if (top==self) { top.location="index.htm"; }
}
