<!--
// Author  : Mark Richardson (www.dark-moon.net) 2006
// This script should be included in the HEAD section of the page. It stops the web site being
// hijacked and forced to appear in a frame.

if(top.location != self.document.location)
{
  top.location = self.document.location;
}
//-->
