var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1663743/huge/09fb80cf-26c5-4bf5-8aed-c1a465f8e263.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1663743/huge/09fb80cf-26c5-4bf5-8aed-c1a465f8e263.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }