var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1658497/huge/5fcafb24-da8f-4128-8097-89c11aea53b9.jpg", "/vehiclephotos/1658497/huge/864facd7-38ac-45ed-8f44-7432cba80251.jpg", "/vehiclephotos/1658497/huge/e0a0e7ac-e83f-46fd-863e-67b8f9e892a9.jpg", "/vehiclephotos/1658497/huge/d9244819-9302-48e3-9e49-8cc3c0c9f1a0.jpg", "/vehiclephotos/1658497/huge/b09fe31a-a599-40f7-b145-7418c53151f1.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1658497/huge/5fcafb24-da8f-4128-8097-89c11aea53b9.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }