fadein and out using delay for list of links

fadein and out using delay for list of links

I have this code
  1. <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
            <td class="rnd-prd">
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
            </td>
            <td class="rnd-prd">
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
            </td>
            <td class="rnd-prd">
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
            </td>
            <td class="rnd-prd">
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
                <a href="#link"><img src="IMG" border="0" /></a>
            </td>
        </tr>
    </table>
























and I need to fadeIn and fadeOut the links in side the "rnd-prd" class as a slideshow and make a delay 2 seconds between the fadeIn and fadeOut Effect
            the example of the jquery effect I need is
http://www.dynamicdrive.com/dynamicindex14/image4.htm
but I need it in jquery way
Could anyone help me?

Thanks for giving it a chance to read any how