<SCRIPT LANGUAGE="javascript">

if (self==parent)
{
document.write('<b>THIS IS A FRAME ELEMENT</B>')
document.write('You will be transported to frames in a second')
document.write('<META HTTP-EQUIV="refresh" CONTENT="1; URL=framepage.html">')
}

</SCRIPT>