function loadnav() {
	if (self != top && self.name == "navbar") {
		parent.navbarLoaded = true
	}
}

