<!--
//This script is for the sole purpose of checking that the document is it's correct frame. If not, it will load the index.

if(window.top.frames.length==0)
location.href="../website.html" 

//-->