function bash_frames() {

	if(top!=self)
	top.location=self.location;
	}

function load_netscape_styles(filename) {
	 if(navigator.appName.indexOf("Netscape")>-1)
	document.write('<link rel="Stylesheet" href="' + filename + '"  type="text/css" />');
	}


