<!--
// integrate orphan content into top frameset (from search engine link maybe)
function noOrphan() {

	if (top.NavConection != "okay") {
		top.location.href = "/index.htm?omc="+location.href;
	}
}
//-->