function escape() {
if (window.top != window.self) {
	window.top.location="http://ncbg.unc.edu/";
	}
if (parent.frames.length > 0) {
	parent.location.href = location.href;
	}	
if (top.location != location) {
	top.location.href = document.location.href ;
	}
}