<!-- frame buster - code by Gordon McComb -->

<!-- Hide script from older browsers
function changePage() 
{
//	if (self.parent.frames.length != 0)
//	{
//		self.parent.location=document.location;
//	}
    if ( top.location != document.location )
    {
        top.location.href = document.location.href;
    }
}
// end hiding contents -->

