suponiendo que todo el proceso fuera correcto (me da fiaca leerlo todo) probá reemplazando la funcion tiempoLectura por:
Cita: function tiempoLectura(que)
{
tiempo=Math.round(que.length/15)/100;
return tiempo.toString().split(".")[0]+"'"+Math.round(tiempo.toString().split(".")[1]*0.6);
}
saludos