var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614069/huge/f025058d-3eeb-4ff1-8ee3-fa331ee76a96.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614069/huge/f025058d-3eeb-4ff1-8ee3-fa331ee76a96.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }