if (parent == self)
{
document.write('<B>THIS IS A FRAME ELEMENT</B><BR>')
document.write('You will be transported to the main page in a second. ')
document.write('If not, click here <A HREF="./index.html">here</a>.<br>')
document.write('<META HTTP-EQUIV="refresh" CONTENT="1; URL=./index.html">')
}
