feedek plugin get feeds

feedek plugin get feeds

Hello all :)
I'm using the feedek plugin to get rss feeds. 
It's very easy to use to get all the feeds available from any rss source.

My question is about how to get these feeds individually:

<script>

    $('#my_div').FeedEk({

    FeedUrl:'http://www.my_feed_soource.com/news.feed',

    ShowDesc : true,

    ShowPubDate:true,

    DescCharacterLimit:300,

    TitleLinkTarget:'_blank'

    });

</script>


This is great when i need all rss in a 'sigle div' . 


I need to get , for example, the first and the third feed from the source and put them into separate div.


Is there a way with this plugin ?

If no, there is another way to accomplish with jQuery ?


Thank you all in advance !