Bueno segui intentando cosas y lo logre... Esta es la solucion por si le sirve a alguien...
   Código HTML:
 e = 0;
count = 72
	for(var i=0;i<=count;i++){
			vin = Vin[i];
				jQuery('#VinLoad').load('data.php?vin='+vin,function(data){
						return function(){
							e++;
							if(e==count){
								jQuery('#idInsertdiv').html('All Process');
							}
						}(data,e)
					
				});
			
		}
 Saludos