var $j = jQuery.noConflict();

$j(document).ready(function(){
    // hide comments rss and wordpress.org link from footer meta widget
    $j('div#footer-widget-area .widget_meta LI:gt(1)').css('display','none');
});

