var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1645316/huge/9b9fa101-b244-46f2-8361-84e42e90b027.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1645316/huge/9b9fa101-b244-46f2-8361-84e42e90b027.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }