var preloading = [];
var preload = function(images) {
	for(var i = 0; i < images.length; i++)
		preloading.push($.IMG({src: images[i]}));
}
