while( ret.indexof( "</a" ) >=0 )
{
ret = ret.substring( 0,ret.indexof( "</a" ) ) + "</a" + ret.substring( ret.indexof( "</a" ) + 3 );
}
while( ret.indexof( "href=" ) >=0 )
{
ret = ret.substring( 0,ret.indexof( "href=" )) + "href=" + ret.substring( ret.indexof( "href=" ) + 5 );
}
while( ret.indexof( "href=" ) >=0 )