The browser will download the same image only once per page load, unless you use aggressive anti-caching headers (I see no reason why you are loading the page).
, net Firebug. net.
for (var i = 0; i < 10; i++) {
var myimg = $('<img src="hello.jpg alt="" />');
$('img').append(myimg);
}