url= document.URL;					
pointPos=url.lastIndexOf(".");		
slashPos=url.lastIndexOf("/");		
u=url.indexOf("U:");

if(pointPos > slashPos)				
{
    url= url.substring(0,slashPos +1);
}



if((!parent) || (parent == self ) && (u <0))
{
	window.location="http://www.pocketkai.net/asp/en/index-en.html?seitex="+self.location;
}
