jQuery.preloadImages = function(){
	jQuery(arguments).each(function(){
		jQuery("<img>").attr("src", this);
	});
}