var theImageURL = ["css/images/ui-icons_00d0ff_256x240.png"];
var thePreloadedImages = [];

for (i = 0; i < theImageURL.length; i++) {
    thePreloadedImages[i] = new Image();
    thePreloadedImages[i].src = theImageURL[i];
}





