//
// Nigel Grant
//

// this page should not display in a frame so 
// force this page out of frames format

if (top.frames.length!=0) top.location=self.document.location;

