var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1662990/huge/29568974-3f65-4c02-bb1a-5033a4a10d6d.jpg", "/vehiclephotos/1662990/huge/3928bab8-8374-43da-af9e-cbbe883842f1.jpg", "/vehiclephotos/1662990/huge/9ee7d513-b3d1-4140-9e00-00de654e79f6.jpg", "/vehiclephotos/1662990/huge/a910694a-5d9b-4ef4-86df-38f8044b44d6.jpg", "/vehiclephotos/1662990/huge/c562bb48-64e7-4839-bd04-76dc615c7fae.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1662990/huge/29568974-3f65-4c02-bb1a-5033a4a10d6d.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }