"Live Updates" feed design ideas?

hi,

i am using php, mysql, and jquery to power my web site. i’d like to do a “live updates” feed page that pulls the latest activity. thankfully, i have a dedicated db table for the live updates (so no pulling from the entire posts or topics table).

what would be the best design of such a thing? is there an already-existing jquery plugin for stuff like this that i’m not aware about?