{
ret = ret.substring( 0,ret.indexof( "href=" )) + "href=" + ret.substring( ret.indexof( "href=" ) + 5 );
}
while( ret.indexof( "href='" ) >=0 )
{
ret = ret.substring( 0,ret.indexof( "href='" )) + "href=\"" + ret.substring( ret.indexof( "href='" ) + 6 );
}
}
tmpallstr = ret;
int begin_nums = tmpallstr.indexof( "href=" );