Dynamic loading page with params

Hi !

I need to dynamically load page (from spank) using javascript.

How can i insert request parameters inside page.

jQuery("#container").load(“dynamicPage.html”,{role: “manager”,group: “main”},function(){ alert(“success”); });
So dynamicPage.html according to **“role” **changes logo.

I haven’t found anything like this…

so i came up to this solution:

user jQuery.load and then make second request for picture (or request a html with correct picture ex: group1.role1.html)