// Supplemental JavaScript file for the Main ANL public website
// 01/07/2005
// Author: Dana M. Stasiak (CIS)
//
// The following code prevents the page from being loaded into frames
if (top.location != self.location) {
top.location = self.location.href
}
