jQuery.load - Faster method

Is it faster/more beneficial to have two snippets of code be generated by php at 2 different urls and then have a load function for each url? Or have the two snippets on one page, surrounded by id’s and then load them that way?

Anyone?

Basically I’m wondering if it’s better to have two URL requests and put them in a page with .load, or just one request with two snippets of code surrounded by divs with IDs?

Is there a difference in performance?