jQuery load/get function

jQuery load/get function

Hey everybody :D

I'm working on an HTML page that is supposed to grab some stats (number of posts, number of topics, etc.) from another page.

The stats can be found on this page:  http://www.thefacebookforum.net/popup_help.forum?l=miscvars
And they're supposed to go here:  http://www.thefacebookforum.net/-h68.htm

I need to get these stats:

1. Number of topics (just the number)
2. Number of posts (just the number)
3. Number of users (just the number)
4. Newest Member (just the name)
5. Username (just the name)

So, somehow using jQuery (not sure if .load or .get is the best) I'd like to get those things and use them on the 2nd page.

Could anybody provide me the full script? I'd greatly appreciate that. Thanks!!