.load() *is* XMLHttpRequest() (unless you're doing cross-domain JSON). It's just a thin wrapper around XMLHttpRequest to make it nicer to use. Performance would be nearly identical either way.
-Mike > Been doing all my loading using .load() > > Is it faster than XMLHTTPRequest? > > Or should I go the XML way?