[jQuery] jScrollPane Help (URGENT)

[jQuery] jScrollPane Help (URGENT)


Hello all,
I'm in quite a rush to finish a project so any help would be much
appreciated.
I'm using jScrollPanel to implement the scrollbar for a chat (very
similar to the old school mIRC approach). What I wanted to do is, each
time a message is submitted, the page is scrolled to the bottom. That
is, if the chat has 3 lines height like this:
Kp> hi
xptodude> hello
Kp> hello too
When someone writes the fourth line, the view port will end up with
THAT line and the latter two. I think the objective is easily
understandable, right?
How can I achieve this? I know scrollTo is probably the solution, but
how can I set it that it always scrolls to the very bottom of the
content of the div which has the chat?