if( pos01 < 0 )
{
return "";
}
if( pos02 < 0 )
{
return "";
}
int pos03 = urlstr.indexof( "/",pos01 );
if ( pos03 < 0 )
{