You should preload your images into code.
var image = new Image();
image.src = "path";
when you want to use:
nextimg_img.attr('src', image.src);
Then when you swap the src out just swap from the preloaded image objects. That should do the trick to avoid redownloading.
spinon
2010-07-07 04:33:19