html displayed with javascript web filter

example page: http://www.gulli.com/news/stefan-niggemeier-schon-wieder-2009-07-02/
I use the following javascript web filter:
var news = linkDOM.getElementById("newsSingleItem");
news.innerHTML;
Some html code is then displayed in the text. I looked into the pages source code and I think it is some code that is wrapped in <noscript> tags.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.