
info="" + 
"<table id='info_table' width='538' border='0' cellspacing='0' cellpadding='0'>" + 
"" + 
"" + 
"<tr> <td width='5'>&nbsp;</td>" + 
"    <td valign='bottom'>" + 
"   " + 
"</td></tr>" + 
"</table>"
re=/(href=')(t\w+)/gi;
info=info.replace(re,"$122/$2" );
re=/(href=')\.\.\/(p\w+)/gi;
info=info.replace(re,"$1$2" );
document.write(info)
