jQuery.preloadImages = function(images){
	for(var i = 0; i<images.length; i++){
		jQuery("<img>").attr("src", '/immagini/'+images[i]);
	}
}

