Hi
The example below sets the src attribute of an image element on the client. As soon as it runs the browser will request the image from the server. If you're getting the url through an ajax call I'd think something like this would work.
Joe
$("#theImage").attr("src", "somePicture.jpg");