Big.gif

If you see the "Page Source" for that page you linked to, you will see "<img src="../../../images/big.gif" alt="doc mare">"

That is one of the small icons besides the entries, eg besides "Microsoft Windows Server 2003 R2 Overview Guide"

So all you have to do is create your image, resize it to icon size, and include it in the HTML. Alternatively you can use the Img Src element to resize, something like;

<img src="../../../images/big.gif" width="10" height="10" alt="doc mare">

It's not too difficult.

Mark