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