You'll need some sort of RSS parsing capability. This requires server-side programming via PHP or another language to turn the XML into HTML. You could conceivably use XSLT to translate the XML into HTML, but IE doesn't support XSLT, so that's out. I've used an RSS parsing script called "Last RSS" before and it works nicely. There are more robust solutions available than it though.