var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1431407/huge/6d68516d-5cd9-499d-84be-539cbe9a4e98.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1431407/huge/6d68516d-5cd9-499d-84be-539cbe9a4e98.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }