// <!--
if (top.frames.length == 0 || (top.frames.length > 0 && !top.frames['navigationFrame'])) {
	top.location.replace(webURL);
}
// -->