// <!--
var isLoaded = false;
if (top.frames.length == 0 || (top.frames.length > 0 && !top.frames['navigationFrame'])) {
	top.document.location.replace(webURL+'?CF='+escape(self.location.href));
}
// -->