TweetFeed jQuery Plugin
source
Basic Example
Every 3 seconds the twitter feed updates
$('#container').tweetFeed({searchTerm : 'jquery'});
setInterval(function(){
$('#container').tweetFeed({searchTerm : 'jquery'});
}, 3000);