<!--
// Author  : Mark Richardson (www.dark-moon.net) 2006
// This function checks to see if the page has been opened explicitly, rather than via
// it's associated frameset. If that is the case then the frameset is opened instead.
if(parent.location.href == self.location.href)
{
  window.location.href = 'index.html';
}
//-->
