function preload () {
var img, i, l = arguments.length;
for (i = 0; i < l; i++) {
img = new Image();
img.src = arguments[i];
}
}