if (parent.frames.length == 0) {
  // not loaded frames
	var url = location.pathname;
	location.href="http://"+location.hostname+"/mainE.html?"+escape(url);
//	alert("http://"+location.hostname+"/mainE.html?"+escape(url));
}
