Why not just extract the text from the content using jQuery and show that in your tooltip rather than show the HTML?
content = $('*',content).text().substring(0,1000) + "...<br><br>...
tvanfosson
2009-08-27 01:30:18