First of all I just want to say that I'm very new to this with almost none-existent JavaScript knowledge and limited processing skills.
Anyway.
So basically what I want to do is to pull information from a jQuery plug-in called LiveTwitter (http://elektronaut.github.com/jquery.livetwitter/) into a processing.js sketch displayed in a web browser.
LiveTwitter is simple, all you need is a div that contains the stream of tweets and to populate it you use the following line:
$("#tweets").liveTwitter('tweets containing this word i.e bacon');
Now, if I have a .html document containing something like this: