I can't get this to work for the life of me. The URL concat messes up. The answer doesn't seem obvious...
function(data){
$('#dataDisplay').prepend("<img src='http://url"+data+"moreurl' />").fadeIn("slow");
});
Firebug throws missing end argument errors.