link_to_remote with embedded image_tag

Hi-

I want to generate a link with an image embedded between the <a> and </

so when the user clicks on the image the ajax call fires. I can't

find any documentation on how to do this with link_to_remote. Is this possible? I'd like to generate something like:

<a href = ...> <img src = .../></a>

Thanks, Dino

<%= link_to_remote(image_tag(“image.jpg”), :funky_stuff => “goes here”) %>