Are you able to place a variable into attr of src?
Example:
$("#member-image2").attr({src : image});
I am using facebook connect and the "image" is their variable and "member-image2" is my img ID ..
Is this even possible? Because as is, it is not doing it.