jQuery(function($){			
	$.preload('#preloadFundos img',{//the first argument is a selector to the images
		enforceCache: true,
		threshold: 2 //'2' is the default, how many at a time, to load.
	});
});
