// Master Javascript for weather.gov
// mostly here to support future javascript.
 
function init() {
if (top.frames.length!=0)
top.location=self.document.location;
}
