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

