Using Webreference's RSS Applet to get RSS feed from the MDB API
RSS Viewer Applet: Window to the World of News

HTML code for the applet

<div align='center'>
<APPLET archive='rssApplet13.jar' width=500 height=300
code='com.exploringxml.rss.applet.RSSViewerApplet.class'>
<PARAM name="src"
value="http://metallo.scripps.edu/services/api.php?func=metallopdb&metal=zn&mode=random&count=12&format=rss">
<PARAM name=box.foreground value=#003300>
<PARAM name=box.background value=#33ffcc>
<PARAM name=title.foreground value=#336600>
<PARAM name=title.background value=#66ccff>
<PARAM name=item.foreground value=#000000>
<PARAM name=item.background value=#cccccc>
<PARAM name=title.font.family value=sansserif>
<PARAM name=item.font.family value=sansserif>
</APPLET>
</div>