// JavaScript Document
// This script should be put in the header section
// does not allow a page to be loaded in a frame
<!-- Begin
if (top!=self) {
		top.location = self.location;
}
//  End -->
