OK, I\'m losing my mind over this. I did read here at SO and google about it, I even have the preloader set (found here on SO), but none of the plugins/code I found helped me. <
Instead of trying to preload, you could just execute your script on...
window.onload = function(){..}
That doesn't fire until all images have been loaded.