/*$(document).ready(function(){
    $('div#feed_inner').twitterTrackbacks({
        url:'http://twitter.com/blogengage',
        n:4,
        show_n:0,
        image_width: 42,
        reply: '',
        retweet: '',
        info: '',
        show_author: 1
    });
});

$(document).ready(function(){
      $('div#feed_inner').relatedTweets({
         query: 'blogengage',
         realtime:0,
         n:4,
         image_width: 42,
         show_source: 0
      });
   });
*/

$(document).ready(function(){
    $('#feed_inner').jTweetsAnywhere({
        username: '',
        searchParams: 'q=blogengage',
        count: 4,
        showTweetFeed: {
            showProfileImages: true,
            showUserScreenNames: true
        },
        showTweetBox: {
            label: '<span style="color: #303030">Spread the word ...</span>'
        }
    });
});

