<span id="view">
<TABLE cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR>
<TD vAlign=top width=114>
<P><EM>dsfsdfdsf</EM></P></TD>
<TD vAlign=top width=114>
<P><FONT face="Times New Roman"><FONT size=3></FONT></FONT>&nbsp;</P></TD>
<TD vAlign=top width=114>
<P><FONT face="Times New Roman"><FONT size=3></FONT></FONT>&nbsp;</P></TD>
<TD vAlign=top width=114>
<P><FONT size=3>sdfsfdsf</FONT></P></TD>
<TD vAlign=top width=114>
<P><FONT size=3><FONT face="Times New Roman"></FONT></FONT>&nbsp;</P></TD></TR>
<TR>
<TD vAlign=top width=114>
<P><FONT size=3><FONT face="Times New Roman"></FONT></FONT>&nbsp;</P></TD>
<TD vAlign=top width=114>
<H1><U><FONT size=5><FONT face=Arial>dsfdsfdsfsf</FONT></FONT></U></H1></TD>
<TD vAlign=top width=114>
<P><FONT face="Times New Roman"><FONT size=3></FONT></FONT>&nbsp;</P></TD>
<TD vAlign=top width=114>
<P><FONT size=3>sdfsfdsfdsf</FONT></P></TD>
<TD vAlign=top width=114>
<P><FONT face="Times New Roman"><FONT size=3></FONT></FONT>&nbsp;</P></TD></TR>
</TBODY></TABLE>
</span>
<script>
s = view.innerHTML;
s = s.replace(/<\/font>/ig,"").replace(/<font[^>]+>/ig,"");
//alert(s);
view.innerHTML = s;
</script>