blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 6
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
87
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 15
values | visit_date
timestamp[us]date 2016-08-04 09:00:04
2023-09-05 17:18:33
| revision_date
timestamp[us]date 1998-12-11 00:15:10
2023-09-02 05:42:40
| committer_date
timestamp[us]date 2005-04-26 09:58:02
2023-09-02 05:42:40
| github_id
int64 436k
586M
⌀ | star_events_count
int64 0
12.3k
| fork_events_count
int64 0
6.3k
| gha_license_id
stringclasses 7
values | gha_event_created_at
timestamp[us]date 2012-11-16 11:45:07
2023-09-14 20:45:37
⌀ | gha_created_at
timestamp[us]date 2010-03-22 23:34:58
2023-01-07 03:47:44
⌀ | gha_language
stringclasses 36
values | src_encoding
stringclasses 17
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 15
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6a9e6143eadb4bec2c85c7c3750d9b1d447bab9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3720/CH2/EX2.4/Ex2_4.sce
|
74e2c7565382e0f67057b0c19f4a35e0c49d2fd5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 403
|
sce
|
Ex2_4.sce
|
// Example 2_4
clc;clear;funcprot(0);
// Given values
l=0.0015; // Gap between two cylinders in m
T=1.8; // Torque in N.m
L=.4; // Length in m
R=.06; // Outer radius of inner cylinder in m
n=300/60; // Number of revolutions per unit time (seconds)
//Calculation
mu=(T*l/(4*%pi^2*R^3*n*L)); // Viscosity of the fluid in N.s/m^2
printf('The viscosity of the fluid,mu =%0.3f N.s/m^2\n',mu);
|
c259a738679de591dd39bb7911db35238adff5ed
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/281/CH9/EX9.2/example9_2.sce
|
f718ceab946526e9453c2fc6109b5ffebb165454
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 701
|
sce
|
example9_2.sce
|
disp('chapter 9 ex9.2')
disp('given')
disp('for circuit designed in ex 9.1 estimate minimum op-amp slew rate to give a reasonably undistorted output')
disp('Vcc=12volt,Vee=12volt and Vosat=1volt')
disp('t=500*10^(-6)s')
disp('R1=120kohm and C1=0.015*10^(-6)F')
Vcc=12
Vee=-12
Vosat=1
t=500*10^(-6)
R1=120000
C1=0.015*10^(-6)
disp('vo=+Vosat-[-Vosat]=(Vcc-1)-(Vee+1)')
vo=(Vcc-1)-(Vee+1)
disp('volts',vo)
disp('T=0.1*t')
T=0.1*t
disp('seconds',T)
disp('Smin=vo/T')
Smin=vo/T
disp('V/us',Smin)
disp('for a maximum phase shift of 2.9degree with a sine wave input')
disp('Xc1=R1/20')
Xc1=R1/20
disp('ohms',Xc1)
disp('fmin=1/(2*%pi*Xc1*C1)')
fmin=1/(2*%pi*Xc1*C1)
disp('Hz',fmin)
|
d3cfd26ab6600f79717351424eadcc6a206b77d6
|
18cad26774280601c8ca41624d7e9886a1925f96
|
/calor/crank-nicolson-gral-calor.sci
|
615d0dde7d1af6201dfa95ab863fd1efe3cd4e3d
|
[
"MIT"
] |
permissive
|
omar-mendoza/diferencias_finitas
|
b6302249098dd8a84edc7b87ee896d672791c98e
|
6b293356c61d880ba0753b5924c61dcf18e5d8db
|
refs/heads/master
| 2021-01-20T03:22:06.836873
| 2017-05-03T22:49:35
| 2017-05-03T22:49:35
| 89,530,697
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,715
|
sci
|
crank-nicolson-gral-calor.sci
|
// Crank-Nicolson
// Para ecuaciones del tipo
// u_t - a(x)u_xx + b(x)u_x +c(x)u = f
// Ejemplo
// Ecuación de calor 1D
// u_t = u_xx
// 0<x<l
// 0<t<T
// u(0,t) = u(l,t) = constante 0 < t < T cond de frontera
// u(x,0) = g(x) 0 <=x <= l
// Datos de entrada
// extremo l
// tiempo máximo T
// la constante alpha
// entero m>=3
// entero N>=1
// Salida
// aproximaciones w_ij a u(x_i,t_j) para toda i=1,...,m-1 y j=1,2,...,N
//
// Funciones de los coeficientes
function y = a(x)
y = 1;
endfunction
function y = b(x)
y = 0;
endfunction
function y = c(x)
y = 0;
endfunction
function y = f(x)
y = 0;
endfunction
//
// función de la condicón inicial
function y = g(x)
y = sin(x * %pi);
endfunction
function y = solucionAnalitica(x,t)
y = exp(-2*t*%pi)*sin(%pi*x)
endfunction
// Datos de entrada
l = 1; // intervalo [0,1]
T = 0.5; // intervalo del tiempo [0,0.5]
m = 200;
N = 50;
// Abrimos el archivo para imprimir
// en caso de querer guardar los valores de la matriz
// que se genera en la discretización, así como
// los valores de la solución
//[fd,err]=mopen("CN_Gral_Calor.txt", "w");
// Función norma infinito
function [m, indice] = normaInfinito(v,w, dim)
indice = 1
m = abs(v(1) - w(1));
for i = 2:dim
m2 = abs(v(i) - w(i))
if m2 > m then
m = m2
indice = i
end
end
endfunction
// División del espacio y del tiempo
h = l/m;
k = T/N;
// Aw^(j+1) = Bw^j + f^j
// creo el vector w donde se guradará la solución para cada tiempo
// A matriz del lado izquierdo
// B matriz del lado derecho
// B_prima para guardar el resultado de Bw^j
// ff que es el vector de los valores de f en cada nodo
w = zeros(m-1,1);
ff = zeros(m-1,1)
A = zeros(m-1,m-1);
B = zeros(m-1,m-1);
B_prima = zeros(m,1);
espacio = zeros(m-1,1);
sol_analitica = zeros(m-1,1);
// Paso 2
for i=1:m-1
xx = i*h;
espacio(i) = xx;
ff(i) = f(i);
w(i) = g(xx) + ff(i);
end
// primer renglon de cada matriz
A(1,1) = 1/k + a(h)/(h*h); // falta condición de frontera
A(1,2) = b(h)/(4*h) - a(h)/(2*h*h);
B(1,1) = 1/k - a(h)/(h*h) - c(h);
B(1,2) = a(h)/(2*h*h) - b(h)/(4*h);
// se completa las matrices desde el renglon 2 hasta el m-1
for i = 2:m-2
A(i, i-1) = -b(i*h)/(4*h) - a(i*h)/(2*h*h);
A(i,i) = 1/k + a(i*h)/(h*h);
A(i,i+1) = b(i*h)/(4*h) - a(i*h)/(2*h*h);
B(i, i-1) = a(i*h)/(2*h*h) + b(i*h)/(4*h);
B(i,i) = 1/k - a(i*h)/(h*h) - c(i*h);
B(i,i+1) = a(i*h)/(2*h*h) - b(i*h)/(4*h);
end
// último renglon de cada matriz
A(m-1,m-2) = -b(l-h)/(4*h) - a(l-h)/(2*h*h);
A(m-1,m-1) = 1/k + a(l-h)/(h*h);
B(m-1,m-2) = a(l-h)/(2*h*h) + b(l-h)/(4*h);
B(m-1,m-1) = 1/k - a(l-h)/(h*h) - c(l-h);
// muestro las matrices
//printf("Matriz A\n");
//disp(A);
//printf("Matriz B\n");
//disp(B);
// tiempo inicial
//mfprintf(fd, "t = 0.0\n");
//for kk = 1:m-1
// mfprintf(fd, "w(%d) %f\n", kk, w(kk));
//end
// Resolvemos el sistema iterativamente
for j=1:N
t = j*k;
B_prima = B * w + ff;
w = inv(A) * B_prima;
// Cálculo del vector de la solución analítica para calcular
// la norma infinito
for i = 1:m-1
sol_analitica(i) = solucionAnalitica(espacio(i),t)
end
//disp(w)
plot(espacio, w);
// plot(espacio, sol_analitica)
if j == 13 | j == 39 then
[norma, ind] = normaInfinito(w,solucionAnalitica,m-1);
printf("tiempo t = %f\n", t);
printf("h %f\nk %f\n", h, k)
printf("norma infinito %.8f\nEn el índice %d\n", norma, ind);
end
// mfprintf(fd,"t = %f\n", t);
// for kk = 1:m-1
// mfprintf(fd, "w(%d) %f\n", kk, w(kk));
// end
end
// Cerramos el archivo
//mclose(fd);
|
3972c9031035c063effa3c19465a568e4fe7586c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3784/CH1/EX1.5/Ex1_5.sce
|
da641f6c7dda77100e4825bf9250151f44ec0f35
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,046
|
sce
|
Ex1_5.sce
|
clc
//variable Initialization
Vm=230//Input Voltage In Volts
Ra=0.5 //Armature Resistance In Ohm
Rf=190 //Field resistace in Ohm
N=1400 //Speed Of Motor In RPM
Ka=0.8 //Motor voltage constant in V/A-rad/sec
T=50 //Load Torque In N-m
//Solution
W=(2*%pi*N)/60 //Angular Speed In rad/Sec.
//Since the maximum field voltage and current is obtained at a Firing Angle of '0'degree
af=0 //Firing Angle Of SCR In Degree
Vf=(Vm*1.414)*(1+cosd(af))*(1/%pi) //field Voltage In volts
If=Vf/Rf //Field Current In Amp.
Ia=T/(Ka*If) //Armature current in Amp.
Eb=(Ka*If*W)//this value is wrongly calculated in book
Vdc=Eb+Ia*Ra //Voltage across armature in volts
//for the semi converter fed dc motor the armature voltage is given by...
A=%pi*Vdc*(1/Vm)*(1/1.414)
aa=acosd(A-1) //slight change occurs in ans as Eb is wrongly calculated in book
//Results
printf('\n\n The field Current =%0.1f Amp\n\n',If)
printf('\n\n The firing Angle Of Armature=%0.1f Degree\n\n',aa)
//The answer provided in the textbook is wrong(2nd answer)
|
773b924374ce4e6abe224bc78a1b1fab79251aba
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/278/CH5/EX5.18/ex_5_18.sce
|
e4b30b8702a72fd9f96d7b6f87fe56488bf0b7c1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,237
|
sce
|
ex_5_18.sce
|
//find max value of torque
clc
//solution
//given
d=50//mm
M=2000*10^6//N-mm
fs=200//N/mm^2
//let T be torque
pi=3.14
Z=(pi/32)*d^3//mm^3
//acc to max principal stress theory
f1=M/Z//N/mm^2//bending stress
//t=16*T/(pi*d^3)//shear stress due to torque/
//ft1=(f1/2)+(0.5*sqrt((f1^2)+4*t^2)//N/mm^2
//ft2=(ft1/2)-(0.5*sqrt((f1^2)+4*t^2)//N/mm^2
//Tmax=0.5*sqrt(f1^2 + 4*t^2)
//ft1=fs
//81.5+sqrt(6642.5+(1.65*10^-9*T^2))=200
//6642.5+(1.65*10^-9*T^2)=14042
//T^2=(14042-6642.5)/(1.65*10^-9)
T=sqrt((14042-6642.5)/(1.65*10^-9))//N-mm
//acc to max shear stress theory
//Ty=fs/2//max shear stress=0.5*yield stress
Ty=100//N/mm^2
//sqrt(6642.5+(1.65*10^-9*T1^2))=100
//T1^2=(10000-6642.5)/(1.65*10^-9)
T1=sqrt(2035*10^9)//N-mm
//acc to max distortion energy theory
//ft1^2+ft2^2-ft1*ft2=fs^2
//[81.5+sqrt(6642.5+1.65*10^-9*T1^2)]^2+[81.5-sqrt(6642.5+1.65*10^-9*T1^2)]^2-[81.5+sqrt(6642.5+1.65*10^-9*T1^2)]^2*[81.5-sqrt(6642.5+1.65*10^-9*T1^2)]^2=200^2
//81.5^2+3*6642.5+3*1.65*10^-9*T1^2=200^2
//T1^2=(40000-26570)/(4.95*10^-9)
T1=sqrt((40000-26570)/(4.95*10^-9))//N-mm
printf("the torque acting acc to max shear theory is,%f N-mm\n",T)
printf("the torque acting acc to max distortion theoyr is,%f N-mm",T1)
|
c440b9189b9ace8cc61b6437957443658835ec8a
|
6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee
|
/giarratano/SOURCE/TESTING/strngfnx.tst
|
44bcd7aa2b4c6d8b95bc586eb3331efe37e9891d
|
[] |
no_license
|
arranger1044/icse-1516
|
c40d2c86892cd90c14042a95581cbb0e238190fb
|
ee4bafb57bb549ef40e29b8edf8cdad038e97162
|
refs/heads/master
| 2020-12-24T19:04:01.588095
| 2016-05-31T07:46:47
| 2016-05-31T07:46:47
| 56,578,768
| 14
| 5
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 321
|
tst
|
strngfnx.tst
|
(unwatch all)
(clear)
(set-strategy depth)
(open "strngfnx.rsl" strngfnx "w")
(dribble-on "strngfnx.out")
(batch "strngfnx.bat")
(dribble-off)
(load "compline.clp")
(printout strngfnx "strngfnx.bat differences are as follows:" crlf)
(compare-files strngfnx.exp strngfnx.out strngfnx)
; close result file
(close strngfnx)
|
990e4dc1eea013a3c707a6d4abe6e652668c93d7
|
efc2fec9dd841d0ca834702c904e00c52762a9f9
|
/PeopleDetector/peopleDetector2.sce
|
50251cb3a02c1ce376a5a414c2a00026b55d9a61
|
[] |
no_license
|
surajch77/Scilab-Computer-Vision-Toolbox-TestCases
|
64c8e0382e8b9d416c4c27c1ed4272f49bf45b51
|
969f9bcddefea05b42c623aeebe2e0cdcffd6eeb
|
refs/heads/master
| 2021-01-20T20:24:14.345296
| 2016-06-29T15:16:52
| 2016-06-29T15:16:52
| 61,932,313
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 134
|
sce
|
peopleDetector2.sce
|
// read the image object+people.jpg
I = imread("object+people.jpg");
bboxes = peopleDetector(I)
// output:
// bboxes:
// no output
|
86cd1f731790e95c3a874872e5c65a71473108d5
|
ebbbf54686324e54e06ee5e632789803820b2be5
|
/polinomio de lagrange.sce
|
0207ec9fc32b665378d6026fc6f986a5a244cd5a
|
[] |
no_license
|
thiagojordao98/Scilab
|
5e954843e40f0e05504734d0e54b65c28e7f0991
|
6679e5bffe68a841f5fd6ecedeaa374ad145154a
|
refs/heads/master
| 2021-12-14T18:43:53.615065
| 2021-12-09T15:36:12
| 2021-12-09T15:36:12
| 194,143,611
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 225
|
sce
|
polinomio de lagrange.sce
|
s = %s;
H = [446 485 441]
ti = [0.0970 0.263 0.598]
h = H(1) + ((H(2)-H(1))/(ti(2)-ti(1)))*(s-ti(1)) + ((H(3)-H(2))/(ti(3)-ti(2)) - ((H(2)-H(1))/(ti(2)-ti(1))))/(ti(3)-ti(1)).*((s-ti(1)).*(s-ti(2)))
|
cf911cb45daa002c89879a210f5f3231a37b7ab4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1820/CH12/EX12.4/Example12_4.sce
|
19011b15f86e1b9b169d1b8232e3722296f0f535
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,492
|
sce
|
Example12_4.sce
|
// ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 12 : CONSTRUCTION OF OVERHEAD LINES
// EXAMPLE : 12.4 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
T1 = 3000 ; // Bending moments in lb
T2 = 2500 ; // Bending moments in lb
h1 = 37.5 ; // Bending moments at heights in ft
h2 = 35.5 ; // Bending moments at heights in ft
h_g = 36.5 ; // Height at which Guy is attached to pole in ft
L = 15 ; // Lead of guy in ft
// CALCULATIONS
// For case (a)
T_h = ( T1*h1 + T2*h2 )/h_g ; // Horizontal component of tension in guy wire in lb . From equ 12.26
// For case (b)
bet = atand(h_g/L) ; // beta angle in degree . From equ 12.28
// For case (c)
T_v = T_h * tand(bet) ; // Vertical component of tension in guy wire in lb . From equ 12.34
// For case (d)
T_g = T_h/( cosd(bet )) ; // Tension in guy wire in lb . From equ 12.29
T_g1 = sqrt( T_h^2 + T_v^2 ) ; // Tension in guy wire in lb
// DISPLAY RESULTS
disp("EXAMPLE : 12.4 : SOLUTION :-") ;
printf("\n (a) Horizontal component of tension in guy wire , T_h = %.1f lb \n",T_h) ;
printf("\n (b) Angle β , β = %.2f degree \n",bet) ;
printf("\n (c) Vertical component of tension in guy wire , T_v = %.2f lb \n",T_v) ;
printf("\n (d) Tension in guy wire , T_g = %.1f lb \n",T_g) ;
printf("\n (or) From another equation , \n") ;
printf("\n Tension in guy wire , T_g = %.1f lb \n",T_g1) ;
|
7756c4671cd46ae5c33689b02fa0afec9213cc2e
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects/CONT/MP82VCF/ATWM1_Working_Memory_MRI_MP82VCF/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce
|
c171787310360976635c5c151d9f5a9d691dc434
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640
| 2020-02-14T16:10:11
| 2020-02-14T16:10:11
| 56,771,016
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 12,282
|
sce
|
ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce
|
# ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
6 11 292 292 399 125 9543 2992 14342 fixation_cross gabor_097 gabor_166 gabor_011 gabor_038 gabor_097 gabor_166 gabor_011_alt gabor_038_alt "1_1_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_097_166_011_038_target_position_1_2_retrieval_position_2" gabor_circ gabor_166_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
20 25 292 292 399 125 9543 2992 12342 fixation_cross gabor_014 gabor_129 gabor_170 gabor_103 gabor_014_alt gabor_129 gabor_170_alt gabor_103 "1_2_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_014_129_170_103_target_position_2_4_retrieval_position_2" gabor_circ gabor_084_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
33 39 292 292 399 125 11543 2992 14342 fixation_cross gabor_159 gabor_014 gabor_130 gabor_045 gabor_159_alt gabor_014 gabor_130 gabor_045_alt "1_3_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_159_014_130_045_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_130_framed gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
48 54 292 292 399 125 11543 2992 12342 fixation_cross gabor_175 gabor_086 gabor_022 gabor_049 gabor_175 gabor_086 gabor_022_alt gabor_049_alt "1_4_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_175_086_022_049_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_002_framed blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
62 68 292 292 399 125 11543 2992 14342 fixation_cross gabor_170 gabor_116 gabor_082 gabor_058 gabor_170 gabor_116 gabor_082_alt gabor_058_alt "1_5_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_170_116_082_058_target_position_1_2_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
77 83 292 292 399 125 11543 2992 14342 fixation_cross gabor_037 gabor_160 gabor_099 gabor_014 gabor_037 gabor_160 gabor_099_alt gabor_014_alt "1_6_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_037_160_099_014_target_position_1_2_retrieval_position_1" gabor_083_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
92 98 292 292 399 125 11543 2992 12342 fixation_cross gabor_172 gabor_013 gabor_099 gabor_053 gabor_172 gabor_013_alt gabor_099_alt gabor_053 "1_7_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_172_013_099_053_target_position_1_4_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
106 111 292 292 399 125 9543 2992 14342 fixation_cross gabor_094 gabor_038 gabor_175 gabor_013 gabor_094 gabor_038_alt gabor_175 gabor_013_alt "1_8_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_094_038_175_013_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_128_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
120 125 292 292 399 125 9543 2992 14342 fixation_cross gabor_179 gabor_047 gabor_162 gabor_015 gabor_179_alt gabor_047_alt gabor_162 gabor_015 "1_9_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_179_047_162_015_target_position_3_4_retrieval_position_2" gabor_circ gabor_047_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_047_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
134 139 292 292 399 125 9543 2992 14342 fixation_cross gabor_039 gabor_174 gabor_061 gabor_123 gabor_039 gabor_174_alt gabor_061 gabor_123_alt "1_10_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_039_174_061_123_target_position_1_3_retrieval_position_1" gabor_039_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
148 153 292 292 399 125 9543 2992 12342 fixation_cross gabor_022 gabor_158 gabor_042 gabor_007 gabor_022_alt gabor_158_alt gabor_042 gabor_007 "1_11_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_022_158_042_007_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_091_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
161 166 292 292 399 125 9543 2992 12342 fixation_cross gabor_034 gabor_111 gabor_074 gabor_053 gabor_034 gabor_111_alt gabor_074_alt gabor_053 "1_12_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_034_111_074_053_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
174 179 292 292 399 125 9543 2992 14342 fixation_cross gabor_171 gabor_011 gabor_062 gabor_090 gabor_171_alt gabor_011_alt gabor_062 gabor_090 "1_13_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_171_011_062_090_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_041_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
188 194 292 292 399 125 11543 2992 12342 fixation_cross gabor_062 gabor_045 gabor_094 gabor_126 gabor_062_alt gabor_045 gabor_094 gabor_126_alt "1_14_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_062_045_094_126_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_126_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
202 208 292 292 399 125 11543 2992 12342 fixation_cross gabor_126 gabor_011 gabor_150 gabor_100 gabor_126_alt gabor_011 gabor_150_alt gabor_100 "1_15_Encoding_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_126_011_150_100_target_position_2_4_retrieval_position_2" gabor_circ gabor_011_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 20600;
code = "BaselinePost";
#port_code = 2;
};
|
c039c89a02fe380aa5b71cc5ec8d70a39ee3933d
|
5c808b0f55fefd29b91c7cb73f2f3a08093c5033
|
/Code/Scilab Code/executeFxnsForEnvironment.sce
|
ecffa2a60f0fad1810a41c2f7fdf79dc6dea6310
|
[] |
no_license
|
JOfTheAncientGermanSpear/Filter-Bank-Guitar-Note-Chord-Detection
|
a01e2ce521561dfea555a588d6bb1e0f1deca18e
|
cb0d54c74275a990dcb984c4ec349e6ca4e72a1a
|
refs/heads/master
| 2021-01-20T12:00:42.472605
| 2013-06-14T03:04:33
| 2013-06-14T03:04:33
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,273
|
sce
|
executeFxnsForEnvironment.sce
|
exec('AllStagesNoteEnergies.sci', -1)
exec('LoadAudioSample.sci', -1)
exec('CalcNoteFiltersEnergies.sci', -1)
exec('Calc3NoteToSignalRatios.sci', -1)
exec('CoeffsToHz.sci', -1)
exec('Convert2DIndexTo1D.sci', -1)
exec('PrepAudioForProcessing.sci', -1)
exec('CreateChord.sci', -1)
exec('StageFilter.sci', -1)
exec('DownSample.sci', -1)
exec('ViewFilterResponseCoeffs.sci', -1)
exec('FalseNegsForAudioSamples.sci', -1)
exec('plzrCoeffs.sci', -1)
exec('FalsePosRateAudioSamples.sci', -1)
exec('FltrErrorRateVsTime.sci', -1)
exec('GenUnitImpulse.sci', -1)
exec('GenWave.sci', -1)
exec('GetFreqAtStageAndNote.sci', -1)
exec('GetNoteIndexCoefficients.sci', -1)
exec('GetStageFilterCoeffs.sci', -1)
exec('HasNote.sci', -1)
exec('CalcSignalRMS.sci', -1)
exec('NormalizeRMSFromStage.sci', -1)
exec('LoadChordSample.sci', -1)
exec('HasNotes.sci', -1)
exec('HasChord.sci', -1)
exec('AudioHasChord.sci', -1)
exec('AudioHasChordByName.sci', -1)
exec('GetChordStagesAndNotes.sci', -1)
exec('FalseNegsForChordSamples.sci', -1)
exec('FalsePosRateChordSamples.sci', -1)
exec('GetChordNames.sci', -1)
exec('RunningVar.sci', -1)
exec('RunningAvg.sci', -1)
exec('RunningAvgAndVar.sci', -1)
exec('WeightedAvg.sci', -1)
exec('NoteToSignalRMSEachAudio.sci', -1)
|
796949a7bdf63f791ec96a16c485c35a305b0a99
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/548/DEPENDENCIES/4_20data.sci
|
c0667382fb6843ab1c0e72542b25f7226ddbc083
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 284
|
sci
|
4_20data.sci
|
Me=2; //mach no in test section at standard sea level condition
//following are the standard sea level conditions desired at the exit of nozzle:
Pe=1.01*10^5;//static pressure,N/m^2
Te=288.16; //static temperature in Kelvin
y=1.4; //specific heat ratio for air
A=1+(y-1)*Me^2/2
|
7fcefc4025a3c138a6f51fe3d60175ee0a4542e1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1871/CH7/EX7.14/Ch07Ex14.sce
|
204998819c262a38f9b2a9b0839b30d3f65daba9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 618
|
sce
|
Ch07Ex14.sce
|
// Scilab code Ex7.14: Pg:309 (2008)
clc;clear;
amu = 931.5; // Energy equivalent of 1 amu, MeV
M_He = 4.00260; // Mass of helium, amu
m_e = 0.00055; // Mass of electron, amu
M_C = 12.000; // Mass of carbon, amu
m_He = M_He - 2*m_e; // Mass of helium nucleus, amu
m_C = M_C - 6*m_e; // Mass of carbon nucleus, amu
d_m = 3*m_He - m_C; // Mass defect, amu
E = d_m*amu; // Equivalent energy of mass defect, MeV
printf("\nThe energy invloved in each fusion reaction inside the star = %4.2f MeV", E);
// Result
// The energy invloved in each fusion reaction inside the star = 7.27 MeV
|
7730139042b78f0fc1ccb2787b40adea4eb83f87
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/75/CH5/EX5.13/ex_13.sce
|
e5fb59c3a20e5966c54b848b5959cc17183373ba
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 138
|
sce
|
ex_13.sce
|
// PG (307)
deff('[y]=f(x)','y=sqrt(-log(x))')
funcprot(0)
a=0;
b=1;
// True value
I = integrate('sqrt(-log(x))','x',a,b)
|
fcba1e73fa8a319292cf0d2b5df1fa1ee95f8c6f
|
ca55b804a0c5d64e5638ec29fae1bcd3b421fe7b
|
/code.sce
|
6cefe87fa4a97a009c206894b2937f6c56fed430
|
[] |
no_license
|
ShreyaSomkuwar/Data-transfer-simulation-with-security
|
02570e85278bf2fb1e8351087d3756d11d3616a1
|
c82a34b758ae5a24d3df580e847ae3339840577c
|
refs/heads/master
| 2020-03-29T20:27:52.810883
| 2018-09-25T19:17:43
| 2018-09-25T19:17:43
| 150,313,540
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,942
|
sce
|
code.sce
|
//NETWORK PROJECT
//IMPLEMENT NETWOK TOPOLOGY WITH DATA TRANSFER INCLUDING SECURITY STANDARDS
// BY SHREYA SOMKUWAR
name='TOPOLOGY';// graph name
n=7;//graph parameters
tail=[1 1 1 2 2 3 3 4 4 4 5 6];
head=[2 3 4 4 5 4 6 5 6 7 7 7];
node_x=[100 275 275 500 750 750 900];
node_y=[500 200 800 500 200 800 500];
[g]=NL_G_MakeGraph(name,n,tail,head,node_x,node_y)//application of NL_G_MakeGraph
windowIndex=1;
f=NL_G_ShowGraphN(g,windowIndex);
[rt]=NL_R_DijkstraRT(g)//application of NL_R_DijkstraRT
//application of presence table
[l c]=size(rt);
[pp]=NL_R_RTPathPresence(rt,l);
//implementation of data transfer
n=7;
bs=15;//constant buffer size
[nd,nf]=NL_F_RandIntNiNj(n);//generation of connection extreme nodes
L=1000;//network square area side
t=1;//current time
[probroute]=NL_I_RouteManagerInit(rt,rt,rt,rt,rt,pp,n,L);//initialization of the route manager
//Generation network matrix
network=NL_I_NetworkMatrixInit(n,bs);//initialization of the reception network matrix
networks=NL_I_NetworkMatrixInit(n,bs);//initialization of the emission network matrix
tpmax=n*bs;//maximal quantity of packets simultaneously supported by each network matrix
rp=NL_I_PacketManagerInit(tpmax);//initialization of the packet manager
cpmax=10;//maximal quantity of packets per connection
ct=1;//connection type selection index: creation of Tcp connections
swmin=1;
rtmin=1;
rtmax=50;
pr=0.90;//probability threshold
[swi,rti]=NL_I_TCPNetworkInit(n,swmin,rtmin);//initialization of the TCP parameters for each node
[networks,rp]=NL_I_ConnectionManager(nd,n,bs,cpmax,networks,rp,ct,pr);//generation of connections
[swi,rti,network,networks,rp]=NL_I_Emission2Reception(swi,rti,rtmax,network,networks,n,bs,rp,t,probroute);//emission of packets on the reception network
//selection of source nodes
ind=find(network(:,$) <> 0);//TCP packets present on the network
disp(network,"Network matrix before any transmission:");
disp(ind,"Nodes in which packets are available:");
[ind_r,ind_size]=size(ind);
w=2;
//select destination nodes
for b=1:ind_size
i=ind(b);//selection of the first one
p=network(i,1);//first TCP packet
//j=7;//Destination node
disp(i,"Source node:");
disp(network(i,:),':',i,'Network buffer of source node,');//buffer of the node i
mod=33;//modulus
pu=3;//public exponent
pr=7;//private exponent
disp(p,'Original packet:');
p1=p+15;
//encryption of data
[en]=NL_S_RSAEncryption(mod,pu,p1);//application of NL_S_RSAEncryption
disp(en,'After encryption:');
for j=1:7
if(j~=i) then
disp(j,"Destination node:");
[path]=NL_R_DijkstraNiNj(g,i,j);//application of NL_R_DijkstraNiNj
cack=0.8;
closs=0.8;
[n1,n2]=size(path);
disp(path,'Path to be followed by the packet:');
i1=i;
for k=1:(n2-1)
[j,ack]=NL_I_PathNextNode(i1,path);
if(j==path(n2)) then
//decryption of data
[de]=NL_S_RSADecryption(mod,pr,en)//application of NL_S_RSADecryption
de=de-15;
disp(network(j,:),'before transmission:',j,'Network buffer of ');
[network,rp,swi,rti]=NL_I_PacketTCPIntraNet(j,de,network,rp,t,swi,rti,rtmax);
disp(network(j,:),'after transmission:',j,'Network buffer of ');
disp(en,'Recieved Packet:')
disp(de,'After decryption:');
else
disp(network(j,:),'before transmission:',j,'Network buffer of ');
[network,rp,swi,rti]=NL_I_PacketTCPIntraNet(j,en,network,rp,t,swi,rti,rtmax);
disp(network(j,:),'after transmission:',j,'Network buffer of ');
end
i1=j;
end
[g] = NL_G_HighlightPath(path,g,2,3,3,10,w);
w=w+1;
end
end
end
|
aaa74458a974080b563228d05222f21c4b8ef814
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1658/CH28/EX28.8/Ex28_8.sce
|
bd82f6da05277954fbf8843112e0f18e13c76df4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 101
|
sce
|
Ex28_8.sce
|
clc;
//e.g 28.8
fo=100*10**3;
L=0.5*10**-3;
C=2/(4*%pi^2*L*fo^2);
disp('microF',C*10**6,"C=");
|
812f66ff610f47854020e9229314379180c175ac
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1835/CH6/EX6.1/Ex6_1.sce
|
fcbac70bf401e551e9bc1841fba686977c5faaaa
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 692
|
sce
|
Ex6_1.sce
|
//CHAPTER 6 ILLUSRTATION 1 PAGE NO 175
//TITLE:Turning Moment Diagram and Flywheel
clc
clear
k=1// radius of gyration of flywheel in m
m=2000// mass of the flywheel in kg
T=1000// torque of the engine in Nm
w1=0// speedin the begining
t=10// time duration
//==============================
I=m*k^2// mass moment of inertia in kg-m^2
a=T/I// angular acceleration of flywheel in rad/s^2
w2=w1+a*t// angular speed after time t in rad/s
K=I*w2^2/2// kinetic energy of flywheel in Nm
//==============================
printf('Angular acceleration of the flywheel= %.3f rad/s^2\n Kinetic energy of flywheel= %.3f N-m',a,K)
|
94a934a906bf4535a0a521ce0ba6c95ab9477c03
|
63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa
|
/test/0094.tst
|
8b226aab47b4f351e80a0c3d52961dd3831085a7
|
[] |
no_license
|
fmeci/nfql-testing
|
e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c
|
6b7d465b32fa50468e3694f63c803e3630c5187d
|
refs/heads/master
| 2021-01-11T04:09:48.579127
| 2013-05-02T13:30:17
| 2013-05-02T13:30:17
| 71,239,280
| 0
| 0
| null | 2016-10-18T11:01:57
| 2016-10-18T11:01:55
|
Python
|
UTF-8
|
Scilab
| false
| false
| 429
|
tst
|
0094.tst
|
SpLiTTeR q {}
fIltEr yV { 252.7.32.206/71 >> C not ::8.90.202.244/1 >> -275e6 Or nOt 255.104.53.233 < 167.180.250.238 ae:Fd:Bb:De:Dd:01
in cF:bBd:4E::254.253.184.9 oR BITaND ( BITAND ( ), EF:a9:bA:ce:Dd:B4
, 4, 131.214.251.252, w, Dl, u, ) OR NOT d <= 69 }
FilTer A {lLo not tvF OR C }
Q branch B
GRoupER gCK {AGgrEgAtE MaX(J.n) aS v }
uNgRoUpEr Ffu { }
GrOUpfIlteR uJ {f ( X, ) }
mErGEr F { ExPOrT DhFggF }
|
86fb1f658ad2ebe6677e41d228a189e1f9810121
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1775/CH6/EX6.9/Chapter6_Example9.sce
|
2e12a43a1e9badcde15b55c8b00d77fd9945d1d1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,174
|
sce
|
Chapter6_Example9.sce
|
//Chapter-6, Illustration 9, Page 316
//Title: Refrigeration cycles
//=============================================================================
clc
clear
//INPUT DATA
T2=40;//Temperature at point 2 in oC
T1=-5;//Temperature at point 1 in oC
h2=367.155;//Enthalpy at point 2 from F-12 tables in kJ/kg
sg=1.55717;//Entropy from F-12 tables in kJ/kg-K
s1=1.54057;//Entropy at point 1 from F-12 tables in kJ/kg-K
sf=0.98311;//Entropy from F-12 tables in kJ/kg-K
hf=195.394;//Enthalpy from F-12 tables in kJ/kg
hfg=153.934;//Enthalpy from F-12 tables in kJ/kg
h4=238.533;//Enthalpy at point 4 from F-12 tables in kJ/kg
h4s=218;//Enthalpy at point 4 with subcooling from F-12 tables in kJ/kg
//CALCULATIONS
x1=(s1-sf)/(sg-sf);//Quality factor
h1=hf+(x1*hfg);//Enthalpy at point 1 from refrigerant-12 tables in kJ/kg
COPns=(h1-h4)/(h2-h1);//Co-efficient of performance with no subcooling
COPs=(h1-h4s)/(h2-h1);//Co-efficient of performance with subcooling
//OUTPUT
mprintf('COP with no subcooling is %3.3f \n COP with subcooling is %3.3f',COPns,COPs)
//==============================END OF PROGRAM=================================
|
fcef1fc919d76c55bd2ba627efcd0f33a137446e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1271/CH5/EX5.3/example5_3.sce
|
dfebde6bfac4aa02f89f11203e02e186ad4487a6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 678
|
sce
|
example5_3.sce
|
clc
// Given that
mu_0 = 1 // refractive index of air
mu1 = 1.5 // refractive index for core
mu2 = 1.48 // refractive index for cladding
// Sample Problem 3 on page no. 5.16
printf("\n # PROBLEM 3 # \n")
theta_c = asin(mu2 / mu1) * (180 / %pi)
delta_mu = (mu1 - mu2) / mu1
NA = sqrt(mu1^2 - mu2^2)
theta_0 = asin(NA) * (180 / %pi)
printf("\n Standard formula used \n theta_c = asin(mu2 / mu1) * (180 / pi). \n delta_mu = (mu1 - mu2) / mu1. \n NA = sqrt(mu1^2 - mu2^2). \n theta_0 = asin(NA) * (180 / pi). \n ")
printf("\n Critical angle = %f degree. \n Numerical aperture = %f. \n Acceptance angle = %f degree.\n Fractional refractive index = %f.",theta_c,NA,theta_0,delta_mu)
|
a43b57caea00f029d6171203a1dd048762198ffb
|
e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432
|
/Semana_12/simpson_compuesto_puntos.sce
|
6e11b578a1c00382fcab1f8702ae34cb56f8b310
|
[] |
no_license
|
lordjuacs/MateIII
|
70def332063e56eb10fb47678a7e6130dc0dca63
|
164c53b61c9e35e565121f77ba2c578680a3ab56
|
refs/heads/master
| 2021-05-24T15:56:01.078904
| 2020-07-27T19:57:34
| 2020-07-27T19:57:34
| 253,643,962
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 301
|
sce
|
simpson_compuesto_puntos.sce
|
function I = simpson_compuesto_puntos(x, y)
n = length(x)
if modulo(n, 2) <> 0 then
h = (x(n)-x(1))/(n-1)
ypar = y(2:2:n-1)
yimpar = y(3:2:n-2)
I = (h/3)*(y(1)+4*sum(ypar)+2*sum(yimpar)+y(n))
else
disp('n debe ser impar')
I = 0
end
endfunction
|
845c1166def14b987c63d18a15b996e7cb61bbc1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/494/CH2/EX2.1/2_1.sce
|
d1c52ef64f65b8b0f2b3eb0c86c7e2fbf27e27d3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 712
|
sce
|
2_1.sce
|
//All the quantities are in SI units
v_inf = 240; //freestream velocity
l = 1; //wavelength of the wall
h = 0.01; //amplitude of the wall
M_inf = 0.7; //freestream mach number
b = sqrt(1-(M_inf^2));
x = l/4;
y = l;
function temp = u(x,y)
temp = v_inf*(1 + (h/b*2*%pi/l*cos(2*%pi*x/l)*exp(-2*%pi*b*y/l)));
endfunction
function temp = v(x,y)
temp = -v_inf*h*2*%pi/l*sin(2*%pi*x/l)*exp(-2*%pi*b*y/l);
endfunction
d = 1e-10;
du = derivative(u,x,d);
dv = derivative(v,y,d);
grad_V = du + dv;
test = (b-(1/b))*v_inf*h*((2*%pi/l)^2)*exp(-2*%pi*b);
printf("\nRESULT\n-------\nThe time rate of change of the volume of the fluid element per unit volume is: %1.4f s-1\n", grad_V)
|
68fd22ebc90834aad2eb91f7752416c6d92464c7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1586/CH12/EX12.1/EXP12_1.sce
|
7eb9b1889aa386c7b04fc337ceb90d7b08d106e4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 554
|
sce
|
EXP12_1.sce
|
clc;funcprot(0);//EXAMPLE 12.1
// Initialisation of Variables
r1=0.111;......//Rate of copper in min^-1 at 135 degree celsius
r2=0.004;.......//Rate of copper in min^-1 at 88 degree celsius
T1=408;.......//Temperature in K
T2=361;.......//Temperature in K
R=1.987;......//Gas constant
Q=20693;.......//Change in Rates
slope=(log(r1)-log(r2))/((1/T1)-(1/T2));....//Slope of the straight line ploted ln(Growth rate) as a function of 1=T,
A=r1/(exp(-Q/(R*T1)));.....//Constant
disp(A,"Constant A=")
disp(slope,"Slpoe of the straight line -Q/R")
|
c5cc2dad5715f8479a880d5641f8bb71d54e989b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3482/CH8/EX8.3/Ex8_3.sce
|
d8ed26fbcb9c3df9880adf52b2832e71f713e5ad
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 336
|
sce
|
Ex8_3.sce
|
clc;
us=0.25;// Coeffiecient of static friction
//Applying equillibrium equation we get relation in x
printf("Apply equillibrium equations. It is theoritical part. \n");
x=12-(.75*2)+1.5//in, Distance at which the applied load can be supported
printf("Minimum distance at which the applied load can be supported is %.0f in\n",x);
|
9a0273dcfe9647aa95989c17be535ec954ea2036
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3472/CH7/EX7.24/Example7_24.sce
|
840dedbace67d3b7cf773cc5ac01227f034d4cef
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,128
|
sce
|
Example7_24.sce
|
// A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART I : GENERATION
// CHAPTER 7: TARIFFS AND ECONOMIC ASPECTS IN POWER GENERATION
// EXAMPLE : 7.24 :
// Page number 84
clear ; clc ; close ; // Clear the work space and console
// Given data
cap_installed = 30.0*10**3 // Rating of each generators(kW)
no = 4.0 // Number of installed generators
MD = 100.0*10**3 // Maximum demand(kW)
LF = 0.8 // Load factor
cost_capital_kW = 800.0 // Capital cost per kW installed capacity(Rs)
depreciation_per = 0.125 // Depreciation,etc = 12.5% of capital cost
cost_operation = 1.2*10**6 // Annual operation cost(Rs)
cost_maintenance = 600000.0 // Annual maintenance cost(Rs)
fixed_maintenance = 1.0/3 // Fixed cost
variable_maintenance = 2.0/3 // Variable cost
cost_miscellaneous = 100000.0 // Miscellaneous cost(Rs)
cost_fuel_kg = 32.0/1000 // Cost of fuel oil(Rs/kg)
calorific = 6400.0 // Calorific value of fuel(kcal/kg)
n_gen = 0.96 // Generator efficiency
n_thermal = 0.28 // Thermal efficiency of turbine
n_boiler = 0.75 // Boiler efficiency
n_overall = 0.2 // Overall thermal efficiency
// Calculations
// Case(a)
rating_turbine = cap_installed/(n_gen*0.736) // Rating of each steam turbine(metric hp)
// Case(b)
avg_demand_B = LF*MD // Average demand(kW)
hours_year = 365.0*24 // Total hours in a year
energy_B = avg_demand_B*hours_year // Annual energy produced(kWh)
// Case(c)
steam_consumption_C = (0.8+3.5*LF)/LF // Average steam consumption(kg/kWh)
// Case(d)
LF_D = 1.0 // Assumption that Load factor for boiler
steam_consumption_D = (0.8+3.5*LF_D)/LF_D // Steam consumption(kg/kWh)
energy_D = cap_installed*1.0 // Energy output per hour per set(kWh)
evaporation_cap = steam_consumption_D*energy_D // Evaporation capacity of boiler(kg/hr)
// Case(e)
total_invest = no*cap_installed*cost_capital_kW // Total investment(Rs)
capital_cost = depreciation_per*total_invest // Capital cost(Rs)
maintenance_cost = fixed_maintenance*cost_maintenance // Maintenance cost(Rs)
fixed_cost_total = capital_cost+maintenance_cost // Total fixed cost per annum(Rs)
var_maintenance_cost = variable_maintenance*cost_maintenance // Variable part of maintenance cost(Rs)
input_E = energy_B/n_overall // Input into system per annum(kWh)
weight_fuel = input_E*860/calorific // Weight of fuel(kg)
cost_fuel = weight_fuel*cost_fuel_kg // Cost of fuel(Rs)
variable_cost_total = cost_operation+var_maintenance_cost+cost_miscellaneous+cost_fuel // Total variable cost per annum(Rs)
cost_total_E = fixed_cost_total+variable_cost_total // Total cost per annum(Rs)
cost_kWh_gen = cost_total_E/energy_B*100 // Cost per kWh generated(Paise)
// Results
disp("PART I - EXAMPLE : 7.24 : SOLUTION :-")
printf("\nCase(a): Rating of each steam turbine = %.f metric hp", rating_turbine)
printf("\nCase(b): Energy produced per annum = %.3e kWh", energy_B)
printf("\nCase(c): Average steam consumption per kWh = %.1f kg/kWh", steam_consumption_C)
printf("\nCase(d): Evaporation capacity of boiler = %.f kg/hr", evaporation_cap)
printf("\nCase(e): Total fixed cost = Rs %.2e ", fixed_cost_total)
printf("\n Total variable cost = Rs %.2e ", variable_cost_total)
printf("\n Cost per kWh generated = %.2f paise\n", cost_kWh_gen)
printf("\nNOTE: Changes in obtained answer from that of textbook answer is due to more precision here')
|
4f81e16c78d286e0e26953b5db3120236d03a109
|
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
|
/Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/bc-overloads.tst
|
4fca3f166543332a19b0218c8e9070f41270b319
|
[] |
no_license
|
vohrahul/ML-ang-coursera
|
239469e763b290aa178b7aa8a86eda08e4e7f4be
|
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
|
refs/heads/master
| 2022-12-28T03:45:54.810173
| 2020-10-16T12:33:25
| 2020-10-16T12:33:25
| 304,620,441
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 31,662
|
tst
|
bc-overloads.tst
|
## !!! DO NOT EDIT !!!
## THIS IS AN AUTOMATICALLY GENERATED FILE
## modify build-bc-overload-tests.sh to generate the tests you need.
%!shared ex
%! ex.double = 1;
%! ex.single = single (1);
%! ex.logical = true;
%! ex.char = 'char';
%! ex.int8 = int8 (1);
%! ex.int16 = int16 (1);
%! ex.int32 = int32 (1);
%! ex.int64 = int64 (1);
%! ex.uint8 = uint8 (1);
%! ex.uint16 = uint16 (1);
%! ex.uint32 = uint32 (1);
%! ex.uint64 = uint64 (1);
%! ex.cell = {};
%! ex.struct = struct ();
%! ex.function_handle = @numel;
%% Name call
%!assert (tbcover (ex.double, ex.double), "double")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.double), "double")
%% Name call
%!assert (tbcover (ex.double, ex.single), "single")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.single), "single")
%% Name call
%!assert (tbcover (ex.double, ex.logical), "double")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.logical), "double")
%% Name call
%!assert (tbcover (ex.double, ex.char), "double")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.char), "double")
%% Name call
%!assert (tbcover (ex.double, ex.int8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.int8), "int8")
%% Name call
%!assert (tbcover (ex.double, ex.int16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.int16), "int16")
%% Name call
%!assert (tbcover (ex.double, ex.int32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.int32), "int32")
%% Name call
%!assert (tbcover (ex.double, ex.int64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.int64), "int64")
%% Name call
%!assert (tbcover (ex.double, ex.uint8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.uint8), "uint8")
%% Name call
%!assert (tbcover (ex.double, ex.uint16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.uint16), "uint16")
%% Name call
%!assert (tbcover (ex.double, ex.uint32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.uint32), "uint32")
%% Name call
%!assert (tbcover (ex.double, ex.uint64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.uint64), "uint64")
%% Name call
%!assert (tbcover (ex.double, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.double, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.double, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.double, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.single, ex.double), "single")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.double), "single")
%% Name call
%!assert (tbcover (ex.single, ex.single), "single")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.single), "single")
%% Name call
%!assert (tbcover (ex.single, ex.logical), "single")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.logical), "single")
%% Name call
%!assert (tbcover (ex.single, ex.char), "single")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.char), "single")
%% Name call
%!assert (tbcover (ex.single, ex.int8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.int8), "int8")
%% Name call
%!assert (tbcover (ex.single, ex.int16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.int16), "int16")
%% Name call
%!assert (tbcover (ex.single, ex.int32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.int32), "int32")
%% Name call
%!assert (tbcover (ex.single, ex.int64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.int64), "int64")
%% Name call
%!assert (tbcover (ex.single, ex.uint8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.uint8), "uint8")
%% Name call
%!assert (tbcover (ex.single, ex.uint16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.uint16), "uint16")
%% Name call
%!assert (tbcover (ex.single, ex.uint32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.uint32), "uint32")
%% Name call
%!assert (tbcover (ex.single, ex.uint64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.uint64), "uint64")
%% Name call
%!assert (tbcover (ex.single, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.single, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.single, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.single, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.logical, ex.double), "double")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.double), "double")
%% Name call
%!assert (tbcover (ex.logical, ex.single), "single")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.single), "single")
%% Name call
%!assert (tbcover (ex.logical, ex.logical), "logical")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.logical), "logical")
%% Name call
%!assert (tbcover (ex.logical, ex.char), "char")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.char), "char")
%% Name call
%!assert (tbcover (ex.logical, ex.int8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.int8), "int8")
%% Name call
%!assert (tbcover (ex.logical, ex.int16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.int16), "int16")
%% Name call
%!assert (tbcover (ex.logical, ex.int32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.int32), "int32")
%% Name call
%!assert (tbcover (ex.logical, ex.int64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.int64), "int64")
%% Name call
%!assert (tbcover (ex.logical, ex.uint8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.uint8), "uint8")
%% Name call
%!assert (tbcover (ex.logical, ex.uint16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.uint16), "uint16")
%% Name call
%!assert (tbcover (ex.logical, ex.uint32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.uint32), "uint32")
%% Name call
%!assert (tbcover (ex.logical, ex.uint64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.uint64), "uint64")
%% Name call
%!assert (tbcover (ex.logical, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.logical, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.logical, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.logical, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.char, ex.double), "char")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.double), "char")
%% Name call
%!assert (tbcover (ex.char, ex.single), "single")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.single), "single")
%% Name call
%!assert (tbcover (ex.char, ex.logical), "char")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.logical), "char")
%% Name call
%!assert (tbcover (ex.char, ex.char), "char")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.char), "char")
%% Name call
%!assert (tbcover (ex.char, ex.int8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.int8), "int8")
%% Name call
%!assert (tbcover (ex.char, ex.int16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.int16), "int16")
%% Name call
%!assert (tbcover (ex.char, ex.int32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.int32), "int32")
%% Name call
%!assert (tbcover (ex.char, ex.int64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.int64), "int64")
%% Name call
%!assert (tbcover (ex.char, ex.uint8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.uint8), "uint8")
%% Name call
%!assert (tbcover (ex.char, ex.uint16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.uint16), "uint16")
%% Name call
%!assert (tbcover (ex.char, ex.uint32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.uint32), "uint32")
%% Name call
%!assert (tbcover (ex.char, ex.uint64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.uint64), "uint64")
%% Name call
%!assert (tbcover (ex.char, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.char, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.char, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.char, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.int8, ex.double), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.double), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.single), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.single), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.logical), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.logical), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.char), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.char), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.int8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.int8), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.int16), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.int16), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.int32), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.int32), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.int64), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.int64), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.uint8), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.uint8), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.uint16), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.uint16), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.uint32), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.uint32), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.uint64), "int8")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.uint64), "int8")
%% Name call
%!assert (tbcover (ex.int8, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.int8, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.int8, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.int8, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.int16, ex.double), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.double), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.single), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.single), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.logical), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.logical), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.char), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.char), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.int8), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.int8), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.int16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.int16), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.int32), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.int32), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.int64), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.int64), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.uint8), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.uint8), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.uint16), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.uint16), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.uint32), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.uint32), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.uint64), "int16")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.uint64), "int16")
%% Name call
%!assert (tbcover (ex.int16, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.int16, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.int16, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.int16, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.int32, ex.double), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.double), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.single), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.single), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.logical), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.logical), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.char), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.char), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.int8), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.int8), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.int16), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.int16), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.int32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.int32), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.int64), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.int64), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.uint8), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.uint8), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.uint16), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.uint16), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.uint32), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.uint32), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.uint64), "int32")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.uint64), "int32")
%% Name call
%!assert (tbcover (ex.int32, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.int32, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.int32, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.int32, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.int64, ex.double), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.double), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.single), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.single), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.logical), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.logical), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.char), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.char), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.int8), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.int8), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.int16), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.int16), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.int32), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.int32), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.int64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.int64), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.uint8), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.uint8), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.uint16), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.uint16), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.uint32), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.uint32), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.uint64), "int64")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.uint64), "int64")
%% Name call
%!assert (tbcover (ex.int64, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.int64, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.int64, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.int64, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.uint8, ex.double), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.double), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.single), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.single), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.logical), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.logical), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.char), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.char), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.int8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.int8), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.int16), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.int16), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.int32), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.int32), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.int64), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.int64), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.uint8), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.uint8), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.uint16), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.uint16), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.uint32), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.uint32), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.uint64), "uint8")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.uint64), "uint8")
%% Name call
%!assert (tbcover (ex.uint8, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.uint8, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.uint8, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.uint8, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.uint16, ex.double), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.double), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.single), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.single), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.logical), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.logical), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.char), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.char), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.int8), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.int8), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.int16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.int16), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.int32), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.int32), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.int64), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.int64), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.uint8), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.uint8), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.uint16), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.uint16), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.uint32), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.uint32), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.uint64), "uint16")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.uint64), "uint16")
%% Name call
%!assert (tbcover (ex.uint16, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.uint16, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.uint16, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.uint16, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.uint32, ex.double), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.double), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.single), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.single), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.logical), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.logical), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.char), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.char), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.int8), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.int8), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.int16), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.int16), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.int32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.int32), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.int64), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.int64), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.uint8), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.uint8), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.uint16), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.uint16), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.uint32), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.uint32), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.uint64), "uint32")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.uint64), "uint32")
%% Name call
%!assert (tbcover (ex.uint32, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.uint32, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.uint32, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.uint32, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.uint64, ex.double), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.double), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.single), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.single), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.logical), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.logical), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.char), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.char), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.int8), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.int8), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.int16), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.int16), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.int32), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.int32), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.int64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.int64), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.uint8), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.uint8), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.uint16), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.uint16), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.uint32), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.uint32), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.uint64), "uint64")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.uint64), "uint64")
%% Name call
%!assert (tbcover (ex.uint64, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.uint64, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.uint64, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.uint64, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.cell, ex.double), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.double), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.single), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.single), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.logical), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.logical), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.char), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.char), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.int8), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.int8), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.int16), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.int16), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.int32), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.int32), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.int64), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.int64), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.uint8), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.uint8), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.uint16), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.uint16), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.uint32), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.uint32), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.uint64), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.uint64), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.cell), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.cell), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.struct), "cell")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.struct), "cell")
%% Name call
%!assert (tbcover (ex.cell, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.cell, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.struct, ex.double), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.double), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.single), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.single), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.logical), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.logical), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.char), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.char), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.int8), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.int8), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.int16), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.int16), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.int32), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.int32), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.int64), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.int64), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.uint8), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.uint8), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.uint16), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.uint16), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.uint32), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.uint32), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.uint64), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.uint64), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.cell), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.cell), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.struct), "struct")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.struct), "struct")
%% Name call
%!assert (tbcover (ex.struct, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.struct, ex.function_handle), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.double), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.double), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.single), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.single), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.logical), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.logical), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.char), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.char), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.int8), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.int8), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.int16), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.int16), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.int32), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.int32), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.int64), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.int64), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.uint8), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.uint8), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.uint16), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.uint16), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.uint32), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.uint32), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.uint64), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.uint64), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.cell), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.cell), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.struct), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.struct), "function_handle")
%% Name call
%!assert (tbcover (ex.function_handle, ex.function_handle), "function_handle")
%% Handle call
%!assert ((@tbcover) (ex.function_handle, ex.function_handle), "function_handle")
%%test handles through cellfun
%!test
%! f = fieldnames (ex);
%! n = numel (f);
%! s = c1 = c2 = cell (n);
%! for i = 1:n
%! for j = 1:n
%! c1{i,j} = ex.(f{i});
%! c2{i,j} = ex.(f{j});
%! s{i,j} = tbcover (ex.(f{i}), ex.(f{j}));
%! endfor
%! endfor
%! assert (cellfun (@tbcover, c1, c2, "uniformoutput", false), s);
|
f2561c77ad456d794690bec3c896994f7674548f
|
8ec32fef269217bba00d07764a356c37f359dbfc
|
/macros/drawTriangle.sci
|
51b80c2693906f8cf6de79cbda242548b2b08213
|
[] |
no_license
|
manasdas17/ternary_plots
|
17b754f8b75565d40edc51a1b8b0507a7d1b53c3
|
5f605ec202612e7bc80037dcad9cc44794054f3b
|
refs/heads/master
| 2021-01-15T09:56:41.775143
| 2009-05-13T21:56:21
| 2009-05-13T21:56:21
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 92
|
sci
|
drawTriangle.sci
|
function drawTriangle()
xpoly([0.0,1.0,0.5,0.0],[0.0,0.0,sqrt(3.0)/2.0,0.0]);
endfunction
|
6bdefa9707b3d0d29e86143c807ca60bba19497f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1538/CH8/EX8.7/Ex8_7.sce
|
a6f4f08d0eab1b65adfafcdbd543a053818c6ada
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 552
|
sce
|
Ex8_7.sce
|
//example-8.7
//page no-250
//given
//the eutectoidal mixture of pearlite consists of two phases viz. alpha (ferrite) and Fe3C (cementite). the eutectoid composition contains 0.83% carbon. the lever rule is applied in which the lever arm has ferrite (=0% carbon) at one end and cementite (6.67% carbon) at the other end. the fulcrum is taken at 0.83% carbon. hence by applying lever rule, we get
Walpha=(6.67-0.83)/(6.67-0.00)
WFe3C=(0.83-0.0)/(6.67-0.0)
printf ("the weight fractions of ferrite and cementite are %f and %f resp",Walpha,WFe3C)
|
96e72f5626e5fec9807e9d7ab4387cc47d83002f
|
aef26b59d30e6dadcb4ad4adca5fef486bba8f39
|
/测试包头和包体调用.tst
|
28f0f5db80c1bb8026f014d2e1d853238fa78db2
|
[] |
no_license
|
BinYangXian/ora
|
23141658d122e552ae63d2c091a0b038446da275
|
ebb23fed403da5248f8926f902a247b4046e540c
|
refs/heads/master
| 2021-01-20T15:07:10.757649
| 2017-05-09T08:34:52
| 2017-05-09T08:34:52
| 90,722,061
| 0
| 0
| null | null | null | null |
GB18030
|
Scilab
| false
| false
| 300
|
tst
|
测试包头和包体调用.tst
|
PL/SQL Developer Test script 3.0
13
-- 测试包头和包体调用
declare
-- Local variables here
v_avg number;
begin
dbms_output.put_line(my_pack.num1);
my_pack.num2 :=30;
dbms_output.put_line(my_pack.num2);
my_pack.p_test_sal(20,v_avg);
dbms_output.put_line(v_avg);
end;
0
0
|
3ec68fd81ea012d7985ffde100cff18f5720d44c
|
b12941be3faf1fd1024c2c0437aa3a4ddcbbfd67
|
/normal/fase_1.tst
|
2e3a988e3deb1fe7b9d5a072472835d5229415d6
|
[] |
no_license
|
JanWielemaker/optica
|
950bd860825ab753236ce1daa399ee7a0b31b3ee
|
3a378df314b5a60926b325089edac89c00cc8c6d
|
refs/heads/master
| 2020-06-12T14:22:46.567191
| 2019-06-21T11:24:41
| 2019-06-21T11:24:41
| 194,328,239
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 880
|
tst
|
fase_1.tst
|
/* Questionaire created by optica toolkit
Date: Wed Mar 05 11:29:09 1997
*/
question(1, 'item 1-1',
'Het lampje staat 4 centimeter boven de
hoofdas. Als we het 2 centimeter naar onder
bewegen, wat kun je dan zeggen over de plaats
waar de lichtstraal de hoofdas raakt?',
[ 'Niets, want het ligt aan het soort lens wat er gebeurt',
'De lichtstraal raakt nog steeds op dezelfde plaats de hoofdas',
'De lichtstraal raakt de hoofdas 2 centimeter verder dan eerst',
'weet niet'
],
state(state, '',
[ m3 = lens(label(''),
radius(5),
thickness(0.1),
focal_distance(5),
sfere_left(*),
sfere_right(*),
breaking_index(1.51),
pos_x(11),
show_gauge(false),
instrument_name(lens)),
l3 = lamp1(switch(true),
angle(0),
pos_y(4),
pos_x(0),
instrument_name(lamp1))
])).
|
882ccaac85982c80e2ee44737107d80b0d7a7fdd
|
f6134e0a162a059c42ec3ef8de2a63941d73936c
|
/Scilab_code/Pruning_strategy/inscribedCircleRadius.sci
|
84a35e5ac946047367c1d82f0a5d6a484ceb7234
|
[] |
no_license
|
mxch18/SRL-WRT_pathPlanning
|
38a1701934a4a0e919a6c1c7990092b242df72da
|
6992febbbe103814d2cef5351a0e8917b183a2b0
|
refs/heads/master
| 2020-03-23T06:43:54.155192
| 2018-09-26T17:26:56
| 2018-09-26T17:26:56
| 141,226,032
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 256
|
sci
|
inscribedCircleRadius.sci
|
function r = inscribedCircleRadius(p1,p2,p3)
//Computes the inscribed circle radius
n12 = norm(p2-p1);
n23 = norm(p3-p2);
n31 = norm(p1-p3);
sumn = (n12+n23+n31)/2;
r=sqrt(sumn-n12)*(sumn-n31)*(sumn-n23)/sumn;
endfunction
|
b4bfb90b4a201bef8a9b47e8942196c6e9d66193
|
9cdd26fd695db9d56130f413ee657965f681081c
|
/models/simple_deterministic_models/sir/sir.sce
|
398e28f478ae627106eb07abe7ba81734e887e6b
|
[
"MIT"
] |
permissive
|
epimodels/epicookbook
|
584006d90ce986ff8b5499d652e5e0a3980b76da
|
496088ddc8fc913505d92877e0a687c81976c8f2
|
refs/heads/master
| 2020-06-20T22:52:40.839163
| 2019-07-17T16:28:15
| 2019-07-17T16:28:15
| 197,278,302
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 571
|
sce
|
sir.sce
|
function xdot = sir_eqn(t,x)
// Parameter values
bet=0.1;
mu=0.05;
// Define variables
s = x(1);
y = x(2);
r = x(3);
// Define ODEs
ds=-bet*s*y;
dy=bet*s*y-mu*y;
dr=mu*y;
// Return gradients
xdot = [ds,dy,dr];
endfunction;
// SIR model
// Define t
t = linspace(0, 200, 2001)+.1;
// Define initial conditions
s0=0.99;
y0=0.01;
r0=0.0;
x0=[s0,y0,r0];
// Run ODE
x = ode(x0,0,t,sir_eqn);
// Save output
out=matrix(x,3,-1)';
savematfile('sir_sci.out','-ascii','out');
plot(t',out)
xlabel("Time")
ylabel("Number")
|
7b88e7921042d89f85c2dd7249efe4c8f9f0d605
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3793/CH5/EX5.1/exp_5_1.sce
|
b0ff219b968099074e0db6f2df74426c6b061281
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 264
|
sce
|
exp_5_1.sce
|
clear;
clc;
S=250;
V=3330;
r=.25;
x=3.5;
pf=0.8;
i=(S*1000)/(sqrt(3)*V);
Il=i;
Vp=(V/sqrt(3));
z=complex(r,x);
Ia=complex(34.99,-26.24);
E=Vp+(Ia*z);
Vv=sqrt((real(E)^2)+(imag(E)^2));
reg=((Vv-Vp)/Vp)*100;
mprintf("regulation=%f percent",reg);
|
636bc698046b59c554af0583a559fc48fcf21b50
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/317/CH4/EX4.3/example3.sce
|
0356b4400a67c27eadf11c3fd9373d22f27417b0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 605
|
sce
|
example3.sce
|
// Example 4-3, page 97
clear;clc; close;
// Given data
Vrms=120;// in volts
// 10:1 step down transformer
// Calculations
Vp1=Vrms/0.707;// peak primary voltage in volts
Vp2=Vp1/10;// peak secondary voltage in volts
// the full wave rectifier acts like 2 back-to-back half-wave rectifiers.because of the center tap,the input voltage to each half-wave rectifier is only half the secondary voltage
Vpin=0.5*Vp2;
disp("Volts",Vpin,"Peak input voltage =")
Vpout=Vpin;// ideally
disp("Volts",Vpout,"Peak voltage =")
Vpout=Vpin-0.7;// using second approximation
disp("Volts",Vpout,"Peak voltage =")
|
ab1e1a6d0d85edf51f2790defdf3ffc04a333902
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2168/CH8/EX8.5/Chapter8_example5.sce
|
1683b19c58999942d8b982337c06297486abe279
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 777
|
sce
|
Chapter8_example5.sce
|
clc
clear
//Input data
C=85//Composition of C in percent
H2=15//Composition of H2 in percent
CV=10600//Calorific value in kcal/kg
eO2=60//Percentage of air in excess
bhp=240//Brake horse power in h.p
nth=30//Thermal efficiency in percent
O2=23//Percentage of oxygen contained in air by weight
wC=12//Molecular weight of carbon
wH2=2//Molecular weght of H2
wO2=32//Molecular weight of O2
//Calculations
mma=(100/23)*(((C/100)*(wO2/wC))+((H2/100)*(wO2/(wH2*2))))//Minimum air in kg per kg oil
aa=((100+eO2)/100)*mma//Actual air supplied in kg per kg oil
q=((bhp*(4500/427))/(nth/100))//Heat supplied in kcal/min
mf=(q/CV)//Mass of fuel supplied in kg/min
ma=(aa*mf)//Mass of air supplied in kg/min
//Output
printf('The weight of air is %3.2f kg/min',ma)
|
8b20f32fc20bc16011153b297568e0e28d3aaa37
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3731/CH5/EX5.17/Ex5_17.sce
|
c074420493d425bc765ae3c8d65fee9f5375c2b2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,726
|
sce
|
Ex5_17.sce
|
//Chapter 5:Dc Motor Drives
//Example 17
clc;
//Variable Initialization
//Ratings of the separately excited motor
V=220 // rated voltage in V
N=1500 // rated speed in rpm
Ia=50 // rated current in A
Ra=0.5 // armature resistance in ohms
Vl=440 // line voltage inV with 3-phase ac supply
f=50 //frequency of the source voltage in Hz
//Solution
//(i) Tranformer ratio
alpha=0 //firing angle in degrees
Va=V //motor terminal voltage is equal to the rated voltage when the firing angle is 0 degrees
Vm=%pi/3*Va/cos(alpha)
Vrms=Vm/sqrt(2) //rms value of the converter input voltage
a=(Vl/sqrt(3))/Vrms //required transformer ratio
//(ii)Value of the firing angle
E=V-Ia*Ra //back emf at the rated speed
//(a)When the speed of the motor is 1200 rpm and rated torque
N1=1200 //speed of the motor i rpm
E1=N1/N*E //back emf at the given speed N1
Va=E1+Ia*Ra //terminal voltage at the given speed N1
alpha=acos(%pi/3*Va/Vm) //required firing angle in radians
alpha1=alpha*180/%pi //required firing angle in degrees
//(b)When the speed of the motor is -800 rpm and twice the rated torque
N1=-800 //speed of the motor in rpm
E1=N1/N*E //back emf at the given speed N1
Ia=2*Ia //torque is directly proportional to the current hence twice the rated current
Va=E1+Ia*Ra //terminal voltage at the given speed N1
alpha=acos(%pi/3*Va/Vm) //required firing angle in radians
alpha2=alpha*180/%pi //required firing angle in degrees
//Results
mprintf("(i)Hence the required transformer ratio is :%.3f",a)
mprintf("\n(ii)(a)Hence the required firing angle is :%.2f °",alpha1)
mprintf("\n(b)Hence the required firing angle is :%.2f °",alpha2)
|
c0789a7b5d72444d350e9bb1f49536e652ab556e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/284/CH8/EX8.1/ex_1.sce
|
2b414434179b08e8aed5b075b53546e443edb528
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 621
|
sce
|
ex_1.sce
|
// Chapter 8_Metal Semiconductor and Semiconductor heterojunctions
//Caption_Shottky barrier diode
//Ex_1//page 308
eps=13.1*8.85*10^-14;
e = 1.6*10^-19;
T=300 //temperature in kelvin
Nd=10^16 //donor impurity
phi_m=4.55 //metal work function for tungsten
xi=4.01 //electron affinity for silicon
phi_bo=phi_m-xi
phi_n=0.0259*log(2.8*10^19/Nd)
Vbi=phi_bo-phi_n
xn=(2*eps*Vbi/(e*Nd))^0.5 //space charge width at zero bias
Emax=e*Nd*xn/eps //maximum electric field
printf('Theoritical barrier height is %f V, built-in potential barrier is %f V and maximium electric field is %f V/cm', phi_bo,phi_n,Emax)
|
1dc883ff05560a0c740ebe794575fc70de80eeb7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3830/CH5/EX5.3/Ex5_3.sce
|
57f8099437d195a890ea5544d1b8500abcc6031b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 707
|
sce
|
Ex5_3.sce
|
// Exa 5.3
clc;
clear;
// Given
fs = 10000; // frequency of modulated signal(Hz)
fm = 200*10^3; // modulation frequency(Hz)
Ri = 10; // Input resistance(ohms)
e2_by_e1 = 1.3; // limit for lowest frequency(in %)
// Solution
F_lower = fm - fs ;
printf(' For a double-section filter, \n e2/e1 = 1/sqrt(1+(w*Rf*Cf)^2) \n');
// Therefore,
function y=f(x)
y =(1/(sqrt(2*%pi*F_lower*x)^2+1))-e2_by_e1/100;
endfunction
[x,v,info] = fsolve(0,f);
printf(' The product of Rf*Cf = %.4f sec \n ',x);
printf(' Let Rf = 10^5 Ohms, so that attenuation is 10:1. Therefore, Cf = ');
Cf = x*10^-7;
printf(' %.3f pf \n ',Cf*10^12);
// The answer provided in the textbook is wrong
|
b77e20b9ba7884ce1d8ec33ceb5904677f352a8e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1382/CH2/EX2.4/EX_2_4.SCE
|
5ee5da7b9f01641036e1569251e35fe16652b4c9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 368
|
sce
|
EX_2_4.SCE
|
// Example 2.4: Calculate base current and collector current
Beta=100;//Common Emitter D.C. Current gain
Ie=10;// Emitter current in mili ampere
alfa= (Beta/(Beta+1));//Common Base D.C. Current gain
Ic= alfa*Ie;// Collector current in milli ampere
Ib=Ie-Ic;// Base Current in milli ampere
disp(Ic,"Collector current (in mA)")
disp(Ib,"Base current (in mA)")
|
58e9314e6af837038f901ff927de9407bf8a3e9f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1574/CH7/EX7.9/N_Ex_7_9.sce
|
8cce8a5a82da6fa079ad42a532f3e2f24c389d6a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 436
|
sce
|
N_Ex_7_9.sce
|
clc
//Chapter7
//Example7.9
//Given
g01=round(10^(25/10))//low noise amplifier gain
Te1=4//low noise amplifier noise temp
g02=round(10^(1.7))//preamplifier gain
F2=round(10^0.6)//preamplifier noise figure
F3=round(10^1.2)//preamplifier noise figure
T=290// room temp
Te2=round((F2-1)*T)
Te3=round((F3-1)*T)
Te=Te1+(Te2/g01)+(Te3/(g01*g02))//Overall noise Temperature
mprintf('Equivalent noise temperature is %f K',Te)
|
db1b7d459d74367195e926fe2dcc4e9cf90e208e
|
b6bf377ad0dd93166c29119fdaf090d104caf3b7
|
/ extensiblesimulationofplanetsandcomets --username lasxrcista/OfficialThesis/MyCode/CelestialBodyPositionCalculation.sci
|
cd3d6313e140db1acca65b40980d8c96197e4eda
|
[] |
no_license
|
tectronics/extensiblesimulationofplanetsandcomets
|
d69905f0406bf552043dd0e244ea889a55922ef9
|
d9d59841d1d177026e60245d3f99c879ee0f8ca0
|
refs/heads/master
| 2018-01-11T15:15:54.659208
| 2009-07-21T21:22:33
| 2009-07-21T21:22:33
| 47,740,385
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 8,626
|
sci
|
CelestialBodyPositionCalculation.sci
|
//include the configuration file here, so we can actually access the values.
//Read in the values as a two dimensional array so we can keep everything
//as organized as we can.
exec ('C:\Documents and Settings\Administrator\My Documents\CSCI\Thesis\ThesisProjectSource\BodyConfig.sci');
exec ('C:\Documents and Settings\Administrator\My Documents\CSCI\Thesis\ThesisProjectSource\ProjectFile.sci');
function xyp=f1(t,Z);
name = 1;
xPosition = 2;
yPosition = 3;
xVelocity = 4;
yVelocity = 5;
radius = 6;
mass = 7;
redColor = 8;
greenColor = 9;
blueColor = 10;
textureImage = 11;
parentBody = 12;
aphelionFromParent = 13;
perihelionFromParent = 14;
g = 15;
rotationAngleXYPlane = 16;
//G=12
//get the size of this beast(all planetary/cometary data)
//number of columns equals the number of planets.
numPlanets = max(size(Z))/16;
numAttributes = 16;
//for each planet, calculate thier coordinates.
for i=1:numPlanets
eqnSumX = 0;
eqnSumY = 0;
calcRadius = 0;
//calculating each individual component of the gravitational equation.
for j=1:numPlanets
if j <> i then
calcRadius = ((Z(xPosition + (numAttributes*(i-1))) - Z(xPosition+(numAttributes*(j-1))))^2 + (Z(yPosition+(numAttributes*(i-1))) - Z(yPosition+(numAttributes*(j-1))))^2)^(1/2);
//theradius = disp([calcRadius]);
eqnSumX = eqnSumX + ((Z(mass+(numAttributes*(j-1))) * (Z(xPosition+(numAttributes*(i-1))) - Z(xPosition+(numAttributes*(j-1))) )) / abs(calcRadius)^3);
eqnSumY = eqnSumY + ((Z(mass+(numAttributes*(j-1))) * (Z(yPosition+(numAttributes*(i-1))) - Z(yPosition+(numAttributes*(j-1))) )) / abs(calcRadius)^3);
end
end
//after each component is summed up (which is a property of the gravitational
//equation, set the values back to what they should be:
xyp(xPosition+(numAttributes*(i-1))) = Z(xVelocity+(numAttributes*(i-1)));
xyp(xVelocity+(numAttributes*(i-1))) = -Z(g+(numAttributes*(i-1))) * eqnSumX;
xyp(yPosition+(numAttributes*(i-1))) = Z(yVelocity+(numAttributes*(i-1)));
xyp(yVelocity+(numAttributes*(i-1))) = -Z(g+(numAttributes*(i-1))) * eqnSumY;
//disp([xyp(xPosition+(numAttributes*(i-1))), xyp(yPosition+(numAttributes*(i-1))), xyp(xVelocity+(numAttributes*(i-1))), xyp(yVelocity+(numAttributes*(i-1))) ])
//clear out the mass values, so the function doesn't add to them.
for k=1:numPlanets
xyp(mass + (numAttributes*(k-1))) = 0;
xyp(g + (numAttributes*(i-1))) = 0;
xyp(rotationAngleXYPlane + (numAttributes*(i-1))) = 0;
end
end
endfunction
name = 1;
xPosition = 2;
yPosition = 3;
xVelocity = 4;
yVelocity = 5;
radius = 6;
mass = 7;
redColor = 8;
greenColor = 9;
blueColor = 10;
textureImage = 11;
parentBody = 12;
aphelionFromParent = 13;
perihelionFromParent = 14;
g = 15;
rotationAngleXYPlane = 16;
t0 = 0;
tf = 3600 * 24 * 365.24 * getDuration();
//we want to divide the period up into small step-sizes, so the
//larger the denominator, the smaller our step-size will be.
h = tf/(10000);
t=0:h:tf;
//initial condition setup for x and y.
//first value is the distance between the Earth and
//the Sun at aphelion(furthest distance)..
bodies = GetAllBodyData();
size(bodies)
[m,numBodies] = size(bodies);
numAttributes = 16;
//construct the initial conditions.(If a body has a parent other than the sun,
//we need to add the parent's initial velocity to that of the child in order to start
//the simulation off correctly.
for i=1:numBodies
//apply Given's rotations here.
//for the angle, we have to get the radians from the degrees input into the body config files.
bodysRotationAngle = (strtod(bodies(rotationAngleXYPlane,i)) * %pi)/180 ;
GivensMatrix = [ cos(bodysRotationAngle) -sin(bodysRotationAngle)
sin(bodysRotationAngle) cos(bodysRotationAngle) ];
originalPosition = [ strtod(bodies(xPosition,i))
strtod(bodies(yPosition,i)) ];
originalVelocity = [ strtod(bodies(xVelocity,i))
strtod(bodies(yVelocity,i)) ];
adjustedPosition = GivensMatrix * originalPosition
adjustedVelocity = GivensMatrix * originalVelocity
//xPosDifference = adjustedPosition(1,1) - originalPosition(1,1)
//yPosDifference = adjustedPosition(2,1) - originalPosition(2,1)
bodies(xPosition,i) = string(adjustedPosition(1,1))
bodies(yPosition,i) = string(adjustedPosition(2,1))
bodies(xVelocity,i) = string(adjustedVelocity(1,1))
bodies(yVelocity,i) = string(adjustedVelocity(2,1))
for k=1:numBodies
if bodies(name,i) == bodies(parentBody,k) then
//we move the smaller (k).
bodysRotationAngle = (strtod(bodies(rotationAngleXYPlane,i)) * %pi)/180 ;
GivensMatrix = [ cos(bodysRotationAngle) -sin(bodysRotationAngle)
sin(bodysRotationAngle) cos(bodysRotationAngle) ];
originalPosition = [ strtod(bodies(xPosition,k))
strtod(bodies(yPosition,k)) ];
originalVelocity = [ strtod(bodies(xVelocity,k))
strtod(bodies(yVelocity,k)) ];
adjustedPosition = GivensMatrix * originalPosition
adjustedVelocity = GivensMatrix * originalVelocity
bodies(xPosition,k) = string(adjustedPosition(1,1))
bodies(yPosition,k) = string(adjustedPosition(2,1))
bodies(xVelocity,k) = string(adjustedVelocity(1,1))
bodies(yVelocity,k) = string(adjustedVelocity(2,1))
//posX = strtod(bodies(xPosition,k));
//posY = strtod(bodies(yPosition,k));
//adjPosx = posX + xPosDifference;
//adjPosy = posY + yPosDifference;
//bodies(xPosition,k) = string(adjPosx);
//bodies(yPosition,k) = string(adjPosy);
end
end
for j=1:numBodies
if bodies(parentBody,i) == bodies(name,j) then
velXI = strtod(bodies(xVelocity,i));
velXJ = strtod(bodies(xVelocity,j));
velYI = strtod(bodies(yVelocity,i));
velYJ = strtod(bodies(yVelocity,j));
theXSum = velXI + velXJ;
theYSum = velYI + velYJ;
bodies(xVelocity,i) = string(theXSum);
bodies(yVelocity,i) = string(theYSum);
end
end
end
//initial condition matrix setup.
z0 = zeros(max(size(bodies)) * numBodies);
for i=1:numBodies
z0(xPosition + (numAttributes*(i-1)) ) = strtod(bodies(xPosition,i));
z0(yPosition + (numAttributes*(i-1))) = strtod(bodies(yPosition,i));
z0(xVelocity + (numAttributes*(i-1))) = strtod(bodies(xVelocity,i));
z0(yVelocity + (numAttributes*(i-1))) = strtod(bodies(yVelocity,i));
z0(radius + (numAttributes*(i-1))) = strtod(bodies(radius,i));
z0(mass + (numAttributes*(i-1))) = strtod(bodies(mass,i));
z0(g + (numAttributes*(i-1))) = strtod(bodies(g,i));
z0(rotationAngleXYPlane + (numAttributes*(i-1))) = strtod(bodies(rotationAngleXYPlane,i));
end
z0
// in order to start the bodies at positions other than x=aphelion, y=0, we can perform a givens
// rotation to specify an angled offset of that.
// We'll need to extract the x and y positions of each body, and multiply that by the Givens rotation
// matrix with the angle specified for the body, in order to get the correct rotated positions.
// We'd have to do this not only for the x and y positions,
// but also for the velocities of the respective bodies, and it would have to happen right here.vv
//the tic() toc() sequence is used for benchmarking purposes, to see how different things affect the calculation.
tic()
y = ode("rkf", z0, t0, t, f1);
timeForCalc = toc()
fileCalc = getcwd() + '\Benchmarks\currentBenchmark.txt';
calc = mopen(fileCalc, 'a+');
mfprintf(calc, 'Time to calculate= %f \n', timeForCalc);
mclose(calc)
[m,n] = size(y);
for i=1:numBodies
x1 = zeros(2,n);
y1 = zeros(2,n);
x1(1,:) = y(xPosition + (numAttributes*(i-1)),:);
x1(2,:) = y(yPosition + (numAttributes*(i-1)),:);
y1(1,:) = y(xVelocity + (numAttributes*(i-1)),:);
y1(2,:) = y(yVelocity + (numAttributes*(i-1)),:);
filen = getcwd() + '\' + getBodyCoordinatesDir() + '\' + bodies(name,i) + '.txt';
u = file('open', filen, 'unknown')
for j=1:n
fprintf(u,'%f %f',x1(1,j), x1(2,j));
end
file('close', u)
end
exit
|
08cc5e0f421395241049593f471461b564d43814
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/647/CH6/EX6.4/Example6_4.sce
|
78d4720554e0d515e1a85a4e5f6c66a48f47d68f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 401
|
sce
|
Example6_4.sce
|
clear;
clc;
// Example: 6.4
// Page: 206
printf("Example: 6.4 - Page: 206\n\n");
// Solution
// *****Data******//
T1 = -40 + 273;// [K]
T2 = -45 + 273;// [K]
P1 = 51.25;// [kPa]
R = 0.0815;// [kJ/kg K]
Hv = 225.86;// [kJ/kg]
//****************//
// From Eqn. 6.61:
P2 = P1*exp((Hv/R)*((1/T1) - (1/T2)));// [kPa]
printf("Saturation pressure of the refrigerant is %.2f kPa",P2);
|
09d703544db1301a2c59a1056bcd0ea69bad67d5
|
52891b40d6509dbdf55faa562cf0f3692c2d958b
|
/algoritmos/zcr/main.sce
|
be9f9f9708fed8c32379a984121453f8668a5a0a
|
[] |
no_license
|
google-code/audio-fingerprint
|
f78981721d3def3ad557cceb1c010cc759684442
|
9d3dc04103a9bd0f3e3951a6180312865b7f3b8a
|
refs/heads/master
| 2016-09-08T16:59:21.186418
| 2015-03-15T16:13:40
| 2015-03-15T16:13:40
| 32,270,052
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,823
|
sce
|
main.sce
|
//**********************************************************************************************************
//*************** Algoritmo para calcular la frecuencia fundamental de una señal de audio ******************
//**************************** se prueban la correlacion y demas funciones utiles **************************
//**********************************************************************************************************
//**********************************************************************************************************
clear all; //limpia variables de memoria
clc; //limpia la pantalla
clf(0) //cierra las gráficas abiertas
//Obtiene las funciones definidas en el archivo de funciones .sci (equivalente a un include de C)
getf ('zcr_func.sci')
//Oculta mensaje de funcion definida dos veces
funcprot(0);
//**********************************************************************************************************
//Cargamos el archivo wav con la señal de audio
[archivo] = input('Nombre del archivo .wav (enya/oasis/van halen/olima/zitarrosa/curtidores/mozart/soda/seno): ', 'string');
[x, t, fs] = wav(archivo);
//Definicion de parametros
tr_c = 5*10^(-3); //intervalo de 5ms
tr_g = 15*10^(-3); //intervalo de 15ms
L = 6; //6 segundos de señal para generar su huella
W = floor(tr_g * fs); //cantidad de muestras de un tramo de tr_g segundos
S = floor(tr_c * fs); //cantidad de muestras de un tramo de tr_c segundos
//**********************************************************************************************************
inicio = 44100; //muestra donde inicia el estribillo (las señales que construimos tienen
//el estribillo mas o menos a partir del segundo)
x = x(inicio : inicio + L*fs);
t = t(inicio : inicio + L*fs);
// Filtrado pasabanda
finf = 60;
fsup = 22000;
hz = iir(4,'bp','butt',[finf fsup]/fs,[0 0]); //filtro de orden 4
bp = syslin ('d', hz); //'d' indica el dominio discreto
xf = flts (x, bp); //xf es la señal filtrada
//Cantidad de tramos de 15ms solapados, que es equivalente a la cantidad de muestras de f0
q = floor((L - tr_g)/tr_c);
//Tomamos tramos de tr_g(15 ms) y en cada iteración nos desplazamos tr_c(5ms)
//En cada iteracion se hallan los cruces por cero y la frecuencia fundamental f0
//Por cada periodo hay dos cruces por cero
//La primera vez se calcula sobre los tr_g seg, luego se recuerdan los datos ya procesados
//por lo que basta con procesar tr_c seg cada vez
f_cero = []; //arreglo de ceros por tramo
for(i=1:3),
ini_tramo = (i-1)*S + 1;
fin_tramo = ini_tramo + S;
xi = xf(ini_tramo : fin_tramo); //muestras de la señal en un tramo de tr_c s
z(i) = zcr(xi); //cruces por cero en un tramo de tr_c s
f_cero = [f_cero z(i)];
end
f1 = f_cero(1);
f2 = f_cero(2);
f3 = f_cero(3);
f0(1) = (f1+f2+f3)/(2*tr_g); //primer frecuencia fundamental calculada
for(j=2:q),
//se recuerdan tramos anteriores
f1 = f2;
f2 = f3;
ini_tramo = (j+1)*S;
fin_tramo = ini_tramo + S;
xi = xf(ini_tramo : fin_tramo); //muestras de la señal en un tramo de tr_c s
z(j) = zcr(xi); //cruces por cero en un tramo de tr_c s
f3 = z(j);
f0(j) = (f1+f2+f3)/(2*tr_g); //f0 calculada en tramo de tr_g s
end
//se genera un archivo de texto (arreglo.txt) con los valoras de f0
imp_array(f0); //genera un array con los valores de f0 obtenidos
//length(f0) //muestra el largo del array generado
//se imprime la huella generada
figure;
plot2d((1:length(f0)), f0, rect=[0,0,1200,6000])
xtitle('Huella de la Señal de audio','muestras','Frecuencia fundamental (Hz)');
//************************************************************************
//simulacion!!!
//************************************************************************
//la huella hallada anteriormente es la que está en memoria
//"huella_calc" es la huella obtenida para comparar con la de la memoria
huella_calc = f0(150:350); //se toman 200 muestras (obtenido tras simular)
//calculo de correlacion
r = correlacion(huella_calc,f0);
//se imprime la correlacion
figure;
plot2d(abs(r))
xtitle('Correlacion entre señal entrada y guardada en memoria','muestras','correlacion normalizada');
|
457832053405e7cca4386aa9421dfd66f5ca0a0a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1928/CH3/EX3.17.11/ex_3_17_11.sce
|
72f5d07135762e635fedadac247704ca53b6ad65
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 778
|
sce
|
ex_3_17_11.sce
|
//Chapter-3,Example3_17_11,pg 3-39
phi=5.9*10^-3 //magnetic flux
ur=900 //relative permeability of material
n=700 //number of turns
u0=4*%pi*10^-7 //permeability of free space
A=60*10^-4 //cross section area of ring
l=2 //mean circumference of ring
B=phi/A //flux density
H=B/(u0*ur) //magnetic field
At=H*l //Amp-turns required
I=At/n //current required
printf("Current required to produce a flux=")
disp(I)
printf("Amp")
|
079ae9882a1a59329b1e6210e8e96d4ecc869148
|
cced80da985fb09daff97de3f3ab61a559da8ee5
|
/Correction corbeille Statistiques.sci
|
da1959ebd59d308dd9c198c60b1b963bde965922
|
[] |
no_license
|
rbello/Stats
|
c62b692a0524d5d3f352b7cb7b81ef38aab48569
|
bd0ab8218172ff75654532d137d04b619f87202a
|
refs/heads/master
| 2021-01-09T20:07:37.478810
| 2016-06-28T20:57:28
| 2016-06-28T20:57:28
| 62,173,303
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,172
|
sci
|
Correction corbeille Statistiques.sci
|
// Chargement des données
agri=[100,60,76,74,90,93,102,98,103,110,117,118,112,115,116,121,134,130]
indu=[100,50,84,99,113,122,128,143,145,146,159,172,188,204,213,220,242,254]
disp("Le nuage et son centre de gravite");
for i=1:18,plot2d(agri(i),indu(i),-4),end;
xbarre=sum(agri)/18;
ybarre=sum(indu)/18;
plot2d(xbarre, ybarre, -2)
xtitle(['Le nuage et son centre de gravité'], 'agri', 'indu')
pause
disp("Regression linéaire");
for i=1:18,prodxy(i)=(agri(i)-xbarre)*(indu(i)-ybarre),end
for i=1:18,prodxx(i)=(agri(i)-xbarre)^2,end
for i=1:18,prodyy(i)=(indu(i)-ybarre)^2,end
achapeau=sum(prodxy)/sum(prodxx);
bchapeau=ybarre-achapeau*xbarre
function y=f(x);y=achapeau*x+bchapeau;endfunction
fplot2d(min(agri)-10:.1:max(agri)+10,f)
a2chapeau=sum(prodxy)/sum(prodyy);
b2chapeau=xbarre-a2chapeau*ybarre
function y=g(x);y=(x-b2chapeau)/a2chapeau;endfunction
fplot2d(min(agri)-10:.1:max(agri)+10,g)
pause
for i=1:18,res(i)=indu(i)-f(agri(i)),end
xset("window", 2);
for i=1:18,plot2d(i,res(i),-1),end
function y=h(x);y=0;endfunction;
fplot2d(0:.1:19,h);
xtitle(['Residus'],'i','res')
xset("window",3);
r=[-45:10:45];
histplot(r, res);
xtitle(['Histogramme des residus'])
|
ed274a1b02115a994a0014e672e692a6120f6bb9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3683/CH10/EX10.3/Ex10_3.sce
|
d5caa30b5c3637abe16b1453d81e750ecb2f08b0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,129
|
sce
|
Ex10_3.sce
|
l=2.5+1.5//span, in m
R=0.15//rise, in m
t=0.25//tread in m
sigma_cbc=7//in MPa
sigma_st=275//in MPa
//assuming 50 mm per 1 m of span
D=50*l//in mm
W1=D/10^3*25*1.5*sqrt(R^2+t^2)/t//slab load on plan, in kN/m
W2=1/2*R*t*1.5*25/t//load of step per metre, in kN/m
W3=1.5*5//live load, in kN/m
W=W1+W2+W3//in kN/m
M=W*l^2/8//in kN-m
d=sqrt(M*10^6/0.81/1.5/10^3)//in mm
d=177//in mm
//assume 10 mm dia bars
dia=10//in mm
D=d+dia/2+25//which is slightly more than assumed value, hence OK
D=200//in mm
d=D-dia/2-25//in mm
z=0.92*d//in mm
Ast=M*10^6/sigma_st/z//in sq mm
s1=1500*0.785*dia^2/Ast//spacing of 10 mm dia bars, in mm
s1=130//assume, in mm
Ads=0.12/100*D*1.5*10^3//distribution steel, in sq mm
//provide 8 mm dia bars
s2=1000*0.785*8^2/Ads//in mm
s2=140//in mm
//let span-to-depth ratio be 'a'
a=l*10^3/D
pt=Ast/1500/D*100//pt=0.3
//for Fe500 grade steel and pt=.3
MF=1.2
b=20*MF//permissible span-to-depth ratio
//as a<b, hence OK
mprintf("Summary of design\nSlab thickness=%d mm\nCover = 25 mm\nMain steel = 10 mm dia bars @ %d mm c/c\nDistribution steel = 8 mm dia @ %d mm c/c",D,s1,s2)
|
e0e373dd4d2ea801d812abec9ed6b17151f7ef6c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/671/CH8/EX8.15/8_15.sce
|
a7bc6ca0d76128431208cbf6de087dcee7c4a0c7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 716
|
sce
|
8_15.sce
|
P=15E3
a=3000/250
/////OC Parameters
Poc=105
Ioc=0.62
Voc=250
/////SC Parameters
Psc=360
Isc=5.2
Vsc=157
Y0=Ioc/Voc
Gi=Poc/Voc/Voc
Bm=sqrt(Y0*Y0-Gi*Gi)
Z=Vsc/Isc
R=Psc/Isc/Isc
X=sqrt(Z*Z-R*R)
///////////Referred to HV side
GiHV=Gi/a/a
disp(GiHV)
BmHV=Bm/a/a
disp(BmHV)
disp(R)
disp(X)
//////////Per unit
ZB=3.12/5.2
GiPU=Gi*ZB
BmPU=Y0*ZB
RPU=R/ZB/1000
XPU=X/ZB/1000
disp(GiPU)
disp(BmPU)
disp(RPU)
disp(XPU)
pf=0.8
theta=acos(pf)
V2=250*a
I=P/V2
Vd=I*(R*cos(theta)-X*sin(theta))
VR=-Vd/V2*100
disp(VR)
Pi=105
Pc=I*I*R
Pl=Pi+Pc
P0=P*pf
effi=P0/(Pl+P0)*100
pf2=cos(atan(R/X))
disp("leading", pf2)
IPU=sqrt(Pi/P/RPU)
effi_max=IPU
disp(effi_max)
|
7ac2688ddc944e513cfb3e0eedd80e1f8c5f899a
|
fdc5047b7bf8122bad1e621df236b0481226c36e
|
/exemplos/xls-link-0.5.0-src/tests/unit_tests/xls_Protect.tst
|
89b53b3255ef025c7f244ea72ceb5b55c1124084
|
[] |
no_license
|
jpbevila/virtualHartSci
|
aea3c6ba23d054670eb193f441ea7de982b531cc
|
a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5
|
refs/heads/main
| 2023-07-26T23:05:28.044194
| 2021-09-09T11:50:59
| 2021-09-09T11:50:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,275
|
tst
|
xls_Protect.tst
|
// ====================================================================
// Allan CORNET
// DIGITEO 2008 - 2010
// ====================================================================
// <-- CLI SHELL MODE -->
// ====================================================================
r = xls_NewExcel();
assert_checktrue(r);
r = xls_AddWorkbook();
assert_checktrue(r);
r = xls_SetWorksheet(1);
assert_checktrue(r);
r = xls_SetData('A1',%pi);
assert_checktrue(r);
r = xls_Protect('Mon Password');
assert_checktrue(r);
// Sheet protected
r = xls_SetData('A2',%pi);
assert_checkfalse(r);
r = xls_SaveAs(TMPDIR+filesep()+'test_xls_Protect.xls');
assert_checktrue(r);
r = xls_Close();
assert_checktrue(r);
r = xls_Open(TMPDIR+filesep()+'test_xls_Protect.xls');
assert_checktrue(r);
r = xls_SetWorksheet(1);
assert_checktrue(r);
// Sheet protected
r = xls_SetData('A2',%pi);
assert_checkfalse(r);
r = xls_UnProtect('Mon Password');
assert_checktrue(r);
// Sheet unprotected
r = xls_SetData('A2',%pi);
assert_checktrue(r);
r = xls_DisplayAlerts(%f);
assert_checktrue(r);
r = xls_SetSave(%f);
assert_checktrue(r);
r = xls_SaveAs(TMPDIR+filesep()+'test_xls_Protect.xls');
assert_checktrue(r);
r = xls_Close();
assert_checktrue(r);
r = xls_Quit();
assert_checktrue(r);
|
27f08307620b037e66eea29f62ec9851e698d680
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1133/CH9/EX9.32/Example9_32.sce
|
2a4b334afa30cc2218e9759b42ac42ec9f9fc710
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 438
|
sce
|
Example9_32.sce
|
//Example 9.32
clc
disp("For the given DAC,")
disp(" n = Number of bits = 8")
disp("(i) Resolution = 2^n = 2^8 = 256")
disp("i.e. the output voltage can have 256 different values including zero.")
disp("(ii) V_0FS = Full scale output voltage")
disp(" = 2.55 V")
disp("Therefore, Resolution = V_0FS / 2^n - 1 = 2.55 / 2^8 - 1 = 10mV / 1LSB")
disp("Thus an input change of 1LSB causes the output to change by 10mV")
|
5b906382285aee958710b8597989f18a01eee504
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/323/CH1/EX1.15/Ex1_15.sce
|
beae58856018368bf76bde76cd6d28c5d3825ef9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 373
|
sce
|
Ex1_15.sce
|
//Chapter1,Example1.15,Pg1.19
clc;
disp("Refer to the figure shown in the problem")
R1=4*4/(4+4) //Equivalent resistance of the upper triangular network
R2=3*3/(3+3) //Equivalent resistance of the triangular network on right
R3=2*(R1+R2)/(2+R1+R2)
R=2*(R3+1)/(2+R3+1)
printf("\n Equivalent resistance =%.2f ohms \n",R)
I=30/R
printf("\n Current=%.1f A \n",I)
|
6048978ae9b709d4bcaf68d79af1fc47cfbf811e
|
d465fcea94a1198464d7f8a912244e8a6dcf41f9
|
/system/kiks_setdiod.sci
|
6a6af14a395fd1ccd01d59674201b93fcdf277f3
|
[] |
no_license
|
manasdas17/kiks-scilab
|
4f4064ed7619cad9e2117a6c0040a51056c938ee
|
37dc68914547c9d0f423008d44e973ba296de67b
|
refs/heads/master
| 2021-01-15T14:18:21.918789
| 2009-05-11T05:43:11
| 2009-05-11T05:43:11
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,921
|
sci
|
kiks_setdiod.sci
|
function [] = kiks_setdiod(id,dnr,status)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIKS_RBTDIOD_HDL");
// !! L.9: Matlab function get not yet converted, original calling sequence used
// L.9: Name conflict: function name changed from get to %get
a = %get(KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)),"Facecolor");
// !! L.10: Matlab function set not yet converted, original calling sequence used
// L.10: Name conflict: function name changed from set to %set
%set(KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)),"Visible","off");
// !! L.11: Matlab function set not yet converted, original calling sequence used
// L.11: Name conflict: function name changed from set to %set
%set(KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)),"Tag","deleteme");
select status
case 0 then
// !! L.14: Unknown function KIKS_RBTdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)) = KIKS_RBTdiodpatch(id,[0.3,0.9,0.3]);
case 1 then
// !! L.16: Unknown function KIKS_RBTdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)) = KIKS_RBTdiodpatch(id,[1,0.4,0.4]);
case 2 then
if mtlb_logic(mtlb_double(a),"==",[1,0.4,0.4]) then
// !! L.19: Unknown function KIKS_RBTdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)) = KIKS_RBTdiodpatch(id,[0.3,0.9,0.3]);
else
// !! L.21: Unknown function KIKS_RBTdiodpatch not converted, original calling sequence used
KIKS_RBTDIOD_HDL(id,mtlb_a(mtlb_double(dnr),1)) = KIKS_RBTdiodpatch(id,[1,0.4,0.4]);
end;
end;
kiks_draw_robot(id);
endfunction
|
aa07dc4bf362f5d58796f6368c897214c05a65fd
|
1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08
|
/Scilab/PCIeGen3/DFEStudy/DFEFunction.sci
|
f2897690928baf3182257ae7ba0cafded10f82db
|
[] |
no_license
|
lrayzman/SI-Scripts
|
5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d
|
9ab161c6deff2a27c9da906e37aa68964fabb036
|
refs/heads/master
| 2020-09-25T16:23:23.389526
| 2020-02-09T02:13:46
| 2020-02-09T02:13:46
| 66,975,754
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 13,087
|
sci
|
DFEFunction.sci
|
// DFE emulation function for application to Pulse Responses
//
// (c)2009 L. Rayzman
// Created : 08/09/2008
// Last Modified: 08/09/2008 - Initial
//////////////////////////////////////DFE emulation////////////////////////////////////
function [t, D, opt_coeff, err] = DFE_pr(tpulse, Dpulse, coeffs, tUI, opt_type)
// Applies DFE to pulse response in time-domain
//
// Inputs:
// tpulse - time points of input pulse response
// Dpulse - Waveform data vector of input pulse response
// coeffs - Nx4 matrix specifying range max, min, number of descrete steps, and peak voltage of DFE,
// where N is number of post-cursor taps:
// | Max cursor 1 Min cursor 1 # of steps for cursor 1 peak voltage |
// | Max cursor 2 Min cursor 2 # of steps for cursor 2 peak voltage |
// | . . . . |
// | . . . . |
// | . . . . |
// | Max cursor N Min cursor N # of steps for cursor N peak voltage |
//
// Conditions: -1 < Max < 1
// -1 < Min < 1
// Min < Max
// Coefficient for each tap is referenced to it's respective peak voltage
// Peak voltage must be a positive number
//
//
// tUI - Unit interval
// opt_type - Cursor optimization algorithm type
// 1 = Minimal midpoint error
// 2 = minimal full-UI error
//
// Outputs:
// t - time points of processed waveform
// D - Waveform data vector of processed waveform
//opt_coeff - Optimal coefficients vector
// err - pulse response RMS error (weighted by peak value)
//
//
// Important notes:
// - Only post-cursors are being implemented
// - Cursor coeffients take on absolute values as a function of peak-voltage specification for each cursor
// - If multiple peak points of same level occur, only the last one is considered the peak
//
//
// TODO:
// CHECK FOR CORNER CONDITION WHEN LAST UI IS INCOMPLETE
//
//////////////////////////////////////SPECIFY//////////////////////////////////////
// Peak-find algorithm parameters
npeakwind=5; // Number of samples (+/- around peak point) for peak-find algorithm
tpeakminres=10; // Minimum time spacing resolution factor
// DFE window paramters
trfwin=20e-12; // Edge rate of DFE window (Note: rise/fall edge must be less than 50% of tUI)
M=ceil(tUI/2e-12); // Number of samples per UI (Gaussian LPF for DFE window);
///////////////////////////////////////////////////////////////////////////////////
///////////////////
// Error checking
///////////////////
// Let's do some error checking on inputs before we go on
if size(coeffs,1) < 1 then // Check that size of number of taps is at least one
error("DFE: Invalid format of coefficients");
end
if size(coeffs,2) ~= 4 then // Check that size of specification matrix is correct
error("DFE: Invalid format of coefficients");
end
for i=1:size(coeffs,1),
if coeffs(i, 4) <= 0 then //Check that coefficients peak voltage is given as a positive number
error("DFE: Invalid peak voltage definition for coefficient %d", i);
end
if (coeffs(i,1) < -1) | (coeffs(i,1) > 1) then
error("DFE: Invalid value definition for max cursor for coefficient %d", i);
end
if (coeffs(i,2) < -1) | (coeffs(i,2) > 1) then
error("DFE: Invalid value definition for min cursor for coefficient %d", i);
end
if coeffs(i,1) <= coeffs(i,2) then
error("DFE: Max cursor value is smaller than min cursor value for coefficient %d", i);
end
end
if length(tpulse) ~= length(Dpulse) then
error("DFE: Number of samples in time vector does not equal to number of samples of data");
end
if (opt_type < 1) | (opt_type > 2) then
error("DFE: Invalid optimization algorithm type");
end
///////////////////
// Initiaization
// stuff
///////////////////
//Restart at t=0
tpulse=tpulse-tpulse(1);
//Remove DC offset
Dpulse=Dpulse-Dpulse(1);
//Remove duplicate initial entry
if(tpulse(1)==tpulse(2)) then
tpulse=tpulse(2:$);
Dpulse=Dpulse(2:$);
end
///////////////////
// Function variables
///////////////////
//Function variables
numoftaps=size(coeffs,1); // Number of taps
opt_coeff=zeros(size(coeffs,1)); // Optimal coefficients
prtpeakidx=[0 0]; // Time index of waveform peak
prtpeak=0; // Time of waveform peak
prmaxval=0; // Peak value of waveform (negative for negative-going waveform)
tpeakwin=[]; // Time vector for peak-find altorithm
Dpeakwin=[]; // peak-find algorithm window waveform
tpeakmin=0; // Minimum time spacing around peak point in data
Ddfewin=[]; // DFE window time-domain waveform
hofDdfe=[]; // DFE windows frequency-domain data
Nbit = ceil(max(tpulse)/tUI); // Number of bits in pulse response
deltaT = tUI / M; //Sampling resolution (in seconds)
N=round(2^(ceil(log(Nbit*M)/log(2)))); //Length of sample vector (power of two for efficient FFT)
tofn=([0:1:N-1])*deltaT; //Vector of time points
//f=(1/deltaT)/2*linspace(0,1,N/2+1); // Vector of frequency points
clear Nbit;
clear M;
///////////////////
// Peak-finding
// algorithm
///////////////////
// Find time and amplitude of the peak based on data
prtpeakidx(1)=max(find(Dpulse==max(abs(Dpulse))));
//find minimum voltage at +/-npeakwind points out
vpeakmin=min([Dpulse(prtpeakidx(1)+npeakwind) Dpulse(prtpeakidx(1)-npeakwind)]);
//find min time between any two adjacent time points in the waveform
tpeakmin=min(diff(tpulse(find(Dpulse >= vpeakmin))))/tpeakminres;
prtpeakidx(1)=min(find(Dpulse >= vpeakmin));
prtpeakidx(2)=max(find(Dpulse >= vpeakmin))
// Compute time vector between +/-5 sample window around peak point at tpeakmin resolution
tpeakwin=linspace(tpulse(prtpeakidx(1)), tpulse(prtpeakidx(2)), (tpulse(prtpeakidx(2))-tpulse(prtpeakidx(1)))/tpeakmin+1);
// Spline interpolation waveform points at high resolution
Dpeakwin=interp1(tpulse(prtpeakidx(1):prtpeakidx(2)), Dpulse(prtpeakidx(1):prtpeakidx(2)), tpeakwin, 'spline');
prtpeak=tpeakwin(find(Dpeakwin==max(abs(Dpeakwin))));
prmaxval=Dpeakwin(find(Dpeakwin==max(abs(Dpeakwin))));
//DBG
//xinit();
//plot2d(tpulse(prtpeakidx(1):prtpeakidx(2)), Dpulse(prtpeakidx(1):prtpeakidx(2)));
//plot2d(tpeakwin, Dpeakwin);
clear tpeakmin;
clear npeakwind;
clear tpeakwin;
clear tpeakminres;
clear Dpeakwin;
clear prtpeakidx;
///////////////////
// DFE coefficients
///////////////////
// Minimal midpoint error algorithm
if opt_type == 1 then
for i=1:numoftaps,
pridxtemp=max(find(tpulse <= prtpeak + i*tUI)); // Find time index of center of UI
if pridxtemp == [] then
error("DFE: Minimal midpoint error algorithm unable to find center of UI");
end
opt_coeff(i)=(-1)*interpln([tpulse(pridxtemp) tpulse(pridxtemp+1); Dpulse(pridxtemp) Dpulse(pridxtemp+1)], prtpeak + i*tUI); // Linearly interpolate to obtain offset
end
opt_coeff(i)=quantizerNbit(opt_coeff(i), coeffs(i,1)*coeffs(i,4), coeffs(i,2)*coeffs(i,4), coeffs(i,3)); // quantize
clear pridxtemp;
end
// Minimal full-UI error algorithm
if opt_type == 2 then
for i=1:numoftaps,
pridxtemp=intersect(find(tpulse >= (prtpeak + tUI*(i-0.5))), find(tpulse < (prtpeak + tUI*(i+0.5)))); //Find window of the uI
Dpos=(Dpulse(pridxtemp).*(Dpulse(pridxtemp)>0)); // compute rms error positive values
Drmspos=sqrt(1/length(pridxtemp)*sum(Dpos^2));
Dneg=(Dpulse(pridxtemp).*(Dpulse(pridxtemp)<0)); // compute rms error for negative values
Drmsneg=sqrt(1/length(pridxtemp)*sum(Dneg^2));
opt_coeff(i)=(-1)*(Drmspos-Drmsneg)/2; // Obtain error offset
end
opt_coeff(i)=quantizerNbit(opt_coeff(i), coeffs(i,1)*coeffs(i,4), coeffs(i,2)*coeffs(i,4), coeffs(i,3)); // quantize
clear pridxtemp;
clear Dpos;
clear Dneg;
clear Drmspos;
clear Drmsneg;
end
///////////////////
// DFE window
//
///////////////////
Ddfewin=zeros(D);
for i=1:numoftaps,
Ddfewin(intersect(find(tpulse >= (prtpeak + tUI*(i-0.5))), find(tpulse < (prtpeak + tUI*(i+0.5)))))=opt_coeff(i);
end
//DBG
//xinit();
//plot2d(tpulse, Ddfewin, style=2);
//xtitle("DFE window", "Time", "Voltage");
// compute time vector interpolated to resolution of M points per UI
Ddfewin=interp1(tpulse, Ddfewin, tofn, 'linear', Ddfewin($));
// Apply filter to DFE window
hofDdfe=deltaT*fft(Ddfewin,-1).*Gausk(trfwin, deltaT, N)';
// Take iFFT of DFE window
Ddfewin=1/ deltaT*real(fft(hofDdfe,1));
// Interpolate back and truncate to original time points
Ddfewin=interp1(tofn, Ddfewin, tpulse, 'linear', Ddfewin($));
//DBG
//plot2d(tpulse, Ddfewin, style=3);
//xtitle("Filtered DFE window", "Time", "Voltage");
//clean up
clear hofDdfe;
clear tofn;
///////////////////
// Compute pulse
// response
///////////////////
D=Dpulse+Ddfewin;
t=tpulse;
///////////////////
// Compute pulse
// response residual
// error
///////////////////
Dpulse=D(find(tpulse > (prtpeak + tUI*0.5)));
err=(sqrt(1/length(Dpulse)*sum(((Dpulse.*(Dpulse>0)))^2))+sqrt(1/length(Dpulse)*sum(((Dpulse.*(Dpulse>0)))^2)))/prmaxval;
//Clean up
clear Ddfewin;
clear numoftaps;
clear trfwin;
clear prmaxval;
clear prtpeak;
clear hofDdfe;
clear Dpulse;
clear tpulse;
endfunction
//////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////Quantizer Function////////////////////////////////////
function y = quantizerNbit(x, ymax, ymin, N)
// N-step quantizer that converts continous amplitude
// sequence x into quantized amplitude sequence y
//
// Inputs:
// x - input point(s)
// ymax - Maximum permitted value
// ymin - Minimum permitted value
// N - Number of steps
//
if modulo(N,2)==0 then // N is even
x=x-ymin; // transform to normalized value
x=x*((N-1)/(ymax-ymin));
y=round(x); // quantize
y=y/((N-1)/(ymax-ymin)); // transform back to original scale
y=y+ymin;
end
if modulo(N,2)==1 then // N is odd
x=x-(ymax+ymin)/2; // transform to normalized value
x=x*((N-1)/(ymax-ymin));
y=round(x); // quantize
y=y/((N-1)/(ymax-ymin)); // transform back to original scale
y=y+(ymax+ymin)/2;
end
y(y>(ymax))=ymax; // clip anything above peak
y(y<(-ymax))=ymin;
endfunction
////////////////////////////////Gaussian LFP Function////////////////////////
function [x] = Gausk(r, deltaT, N)
// Ideal gaussian edge low-pass filter function
//
//
// Inputs:
// r - edge rise/fall-time
// deltaT - sampling time-step
// N - number of points in FFT
//
// Outputs:
// x - Frequency domain data
//
qgaussian =0.31 * r;
x=zeros(N);
for m=0:N/2-1
if ((2 * %pi * m)/(N * deltaT) * qgaussian) > 7 then
x(m+1) = 0;
else
x(m+1) = exp (-((2 * %pi * m) / (N * deltaT))^2 * qgaussian^2);
end
end
for m=0:N/2-1
x(m+N/2+1) = x(N/2 - m)
end
endfunction
//////////////////////////////////////////////////////////////////////////////////////
|
a32caa2a93fc47f68ad7446ff82e3d3530430b34
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1418/CH26/EX26.4/EX26_4.sce
|
3fe9acb732a5287b0660df384c0ff25be2c89ee9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 752
|
sce
|
EX26_4.sce
|
//EXAMPLE 26.4
//LONG SHUNT COMPOUND GENERATOR
clc;
funcprot(0);
//Variable Initialisation
I=50;.............//Load current in Amperes
V=500;.............//Terminal voltage in Volts
Rsh=250;............//Resistance of shunt field in Ohms
Ra=0.05;...........//Resistance of armature in Ohms
Rse=0.03;.........//Resistance of series field in Ohms
Vb=2*1;............//Brush drop in Volts
Ish=V/Rsh;..........//Current through shunt field in Amperes
Ia=I+Ish;...........//Armature current in Amperes
Va=Ia*Ra;..........//Armature voltage drop in Volts
Vse=Ia*Rse;........//Voltage drop on series field in Volts
Eg=V+Va+Vb+Vse;..........//EMF generated in the armature in volts
disp(Eg,"EMF generated in the armature in Volts");
|
f457f3749a3c096819e4be268ecbc6e82aa7e9ac
|
4a1effb7ec08302914dbd9c5e560c61936c1bb99
|
/Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.flare-10-1tra/result9.tst
|
48d64e5f927631658b5249eda9e3e4897b5f2a0a
|
[] |
no_license
|
nickgreenquist/Intro_To_Intelligent_Systems
|
964cad20de7099b8e5808ddee199e3e3343cf7d5
|
7ad43577b3cbbc0b620740205a14c406d96a2517
|
refs/heads/master
| 2021-01-20T13:23:23.931062
| 2017-05-04T20:08:05
| 2017-05-04T20:08:05
| 90,484,366
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 946
|
tst
|
result9.tst
|
@relation flare
@attribute LargestSpotSize{A,R,S,X,K,H}
@attribute SpotDistribution{X,O,I,C}
@attribute Activity{1,2}
@attribute Evolution{1,2,3}
@attribute Prev24Hour{1,2,3}
@attribute HistComplex{1,2}
@attribute BecomeHist{1,2}
@attribute Area{1,2}
@attribute C-class{0,1,2,3,4,5,6,7,8}
@attribute M-class{0,1,2,3,4,5}
@attribute X-class{0,1,2}
@attribute Class{H,D,C,B,E,F}
@inputs LargestSpotSize,SpotDistribution,Activity,Evolution,Prev24Hour,HistComplex,BecomeHist,Area,C-class,M-class,X-class
@outputs Class
@data
H H
H H
B ?
C C
H H
E ?
H H
E D
D H
H H
B B
E ?
E H
H H
C H
E F
H H
H H
D ?
C D
D ?
D C
D ?
H ?
D H
B ?
B ?
B H
C C
B H
D E
D C
D F
D ?
H H
H H
C ?
D H
C D
D H
C C
E D
H ?
D ?
H H
H H
H H
H H
D D
C ?
D ?
F ?
H H
C H
H ?
C ?
D D
H H
E F
F ?
B ?
C ?
C ?
H H
C H
C D
B H
H H
C ?
H H
D D
B ?
H ?
D D
D D
H H
H ?
D D
H H
H H
H H
E ?
B B
C C
B ?
C ?
C ?
F ?
C ?
D C
C H
H H
B ?
H H
H H
H ?
E ?
H H
F ?
B ?
E D
C C
B ?
D D
D H
D ?
|
b0ce20d83e650a78c3d2214c0031c904bfee4141
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3769/CH25/EX25.7/Ex25_7.sce
|
1870c14a9b2ff41afdec36b8eb6b41e63139b1bb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 355
|
sce
|
Ex25_7.sce
|
clear
//Given
M=4.001509 //a.m.u
N=1.008666
N1=1.007277
a=1.66*10**-27
c=3*10**8
e=1.6*10**-19
n=4.0
//Calculation
A=2*N1+2*N
M1=A-M
Eb=M1*a*c**2/e
B=Eb/n
//Result
printf("\n (i) Mass defect is %0.3f a.m.u",M1)
printf("\n (ii) Binding energy is %0.1f Mev",Eb*10**-6)
printf("\n Binding energy per nucleon is %0.2f Mev",B*10**-6)
|
9bdb6c2f49bb6f9b28970a92ae41355f1cf4db32
|
676ffceabdfe022b6381807def2ea401302430ac
|
/library/Demos/LocalRegions/Tests/LocProject_Diff2D_Tri_Mod_Basis_P6_Q7.tst
|
fc204546b3da75d2bcdd92c46feff16e9e637200
|
[
"MIT"
] |
permissive
|
mathLab/ITHACA-SEM
|
3adf7a49567040398d758f4ee258276fee80065e
|
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
|
refs/heads/master
| 2022-07-06T23:42:51.869689
| 2022-06-21T13:27:18
| 2022-06-21T13:27:18
| 136,485,665
| 10
| 5
|
MIT
| 2019-05-15T08:31:40
| 2018-06-07T14:01:54
|
Makefile
|
UTF-8
|
Scilab
| false
| false
| 528
|
tst
|
LocProject_Diff2D_Tri_Mod_Basis_P6_Q7.tst
|
<?xml version="1.0" encoding="utf-8"?>
<test>
<description>LocProject_Diff2D Tri Mod. Basis P=6, Q=7</description>
<executable>LocProject</executable>
<parameters>-s triangle -b Modified_A Modified_B -o 6 6 -p 7 7 -c 0.0 0.0 1.0 1.0 0.5 1.0 -d</parameters>
<metrics>
<metric type="L2" id="1">
<value tolerance="1e-12">7.02226e-14</value>
</metric>
<metric type="Linf" id="2">
<value tolerance="2e-12">1.13687e-12</value>
</metric>
</metrics>
</test>
|
2a89eabda4f440ef962335ad737f717f570058a7
|
089894a36ef33cb3d0f697541716c9b6cd8dcc43
|
/NLP_Project/test/tweet/bow/bow.5_10.tst
|
4949852c4b37a1fcec2c76cc093a87757a2d95c9
|
[] |
no_license
|
mandar15/NLP_Project
|
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
|
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
|
refs/heads/master
| 2020-05-20T13:36:05.842840
| 2013-07-31T06:53:59
| 2013-07-31T06:53:59
| 6,534,406
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 34,804
|
tst
|
bow.5_10.tst
|
5 4:0.5 6:0.25 7:0.5 8:0.2 12:0.3333333333333333 20:0.3333333333333333 21:0.2857142857142857 23:1.0 26:0.02564102564102564 38:1.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.26666666666666666 64:0.75 68:1.0 71:2.0 100:0.14285714285714285 133:1.5 137:1.0 176:1.0 183:1.0 190:0.2 236:1.0 366:1.0 383:1.0 407:1.0 483:0.4 611:1.0 647:1.0 879:1.0 982:1.0 1087:1.0 1113:2.0 1228:1.0 1233:1.0 1606:1.0 2257:1.0 3131:1.0 3259:1.0 4203:1.0
5 4:2.0 7:0.5 11:0.5 12:0.16666666666666666 20:0.6666666666666666 21:0.14285714285714285 38:2.0 48:1.0 49:0.015503875968992248 51:1.0 64:0.25 67:0.16666666666666666 68:1.0 87:0.3333333333333333 95:1.0 127:0.5 134:0.2857142857142857 135:1.0 158:0.3333333333333333 288:0.5 355:1.0 383:1.0 442:0.5 541:1.0 550:0.5 571:1.0 641:1.0 1138:1.0 1345:1.0 1493:1.0 2357:1.0 3259:1.0 3791:1.0
5 4:1.0 6:0.125 12:0.16666666666666666 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.02564102564102564 38:1.0 42:1.0 44:1.0 54:1.0 55:0.06666666666666667 74:1.0 127:0.5 170:1.0 288:0.5 435:1.0 1354:1.0
5 4:0.5 7:0.5 9:0.5 21:0.2857142857142857 23:4.0 42:1.0 49:0.015503875968992248 51:1.0 54:1.0 55:0.2 68:1.0 71:1.0 87:0.3333333333333333 137:1.0 241:1.0 269:1.0 333:1.0 397:0.5 490:1.0 638:1.0 762:2.0 1285:1.0 2075:1.0 2224:1.0 3013:1.0 3259:1.0
5 4:0.5 6:0.25 12:0.5 21:0.14285714285714285 23:2.0 49:0.007751937984496124 51:1.0 55:0.13333333333333333 62:0.25 71:2.0 80:0.3333333333333333 93:0.1 121:0.018867924528301886 122:1.0 126:0.3333333333333333 136:1.0 147:1.0 247:0.5 331:0.5 424:1.0 667:1.0 925:1.0 1249:1.0 1340:1.0 1361:1.0 2760:1.0 2967:1.0 3330:1.0 3452:1.0
5 12:0.16666666666666666 15:0.125 17:0.25 19:0.058823529411764705 20:1.3333333333333333 21:0.14285714285714285 23:3.0 45:0.5 46:0.16666666666666666 48:1.0 49:0.007751937984496124 51:1.0 64:0.25 71:3.0 75:0.2 88:0.3333333333333333 112:1.0 121:0.018867924528301886 126:0.6666666666666666 148:0.3333333333333333 178:1.0 250:1.0 261:1.0 303:1.0 331:0.5 534:1.0 650:0.5 781:1.0 1529:1.0 2399:1.0 2798:1.0 2811:1.0 3031:1.0 3137:1.0 3186:0.5 3241:1.0
5 4:3.0 5:0.14285714285714285 7:0.5 9:1.0 12:0.16666666666666666 14:1.0 15:0.125 20:0.3333333333333333 21:0.14285714285714285 23:4.0 24:0.3333333333333333 49:0.007751937984496124 51:1.0 54:1.0 55:0.13333333333333333 71:1.0 79:0.5 98:0.5714285714285714 121:0.018867924528301886 127:0.5 137:1.0 175:1.0 176:1.0 185:1.0 188:1.0 197:0.5 236:3.0 251:1.0 278:0.5 284:1.0 288:0.5 503:1.0 519:1.0 537:1.0 548:1.5 550:0.5 664:1.0 746:1.0 814:0.3333333333333333 3272:1.0
5 4:2.0 6:0.5 7:1.0 8:0.2 12:0.16666666666666666 15:0.125 19:0.058823529411764705 20:0.3333333333333333 23:1.0 38:1.0 48:1.0 49:0.007751937984496124 51:1.0 63:1.0 93:0.1 112:3.0 121:0.018867924528301886 126:0.3333333333333333 175:1.0 196:1.0 278:0.5 281:0.1111111111111111 289:0.1111111111111111 292:0.07692307692307693 296:1.0 354:1.0 379:1.0 383:1.0 386:1.0 397:0.5 449:1.0 548:0.5 564:1.0 651:1.0 938:1.0 1245:1.0 1622:1.0 1703:1.0 2013:1.0 2380:1.0 2995:1.0
5 4:2.5 6:0.125 7:0.5 19:0.058823529411764705 20:0.3333333333333333 21:0.14285714285714285 48:1.0 98:0.14285714285714285 100:0.2857142857142857 121:0.018867924528301886 289:0.1111111111111111 303:1.0 315:1.0 316:0.5 483:0.2 745:1.0 857:1.0 1026:1.0 1060:1.0
5 4:1.0 5:0.14285714285714285 7:0.5 11:0.5 12:0.16666666666666666 20:0.3333333333333333 21:0.14285714285714285 23:1.0 42:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 62:0.25 63:1.0 64:0.25 71:1.0 87:0.3333333333333333 98:0.2857142857142857 100:0.14285714285714285 112:1.0 113:1.0 158:0.3333333333333333 175:1.0 176:1.0 182:0.5 218:2.0 269:2.0 293:0.3333333333333333 442:0.5 626:1.0 641:1.0 657:1.0 862:1.0 1060:1.0 1721:1.0 2143:1.0 2311:1.0
5 4:1.5 5:0.14285714285714285 6:0.125 8:0.2 23:5.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.2 62:0.25 78:1.0 80:0.3333333333333333 88:0.6666666666666666 98:0.42857142857142855 101:1.0 121:0.018867924528301886 134:0.14285714285714285 141:0.25 158:0.3333333333333333 175:1.0 182:1.0 187:1.0 188:2.0 240:0.5 280:1.0 315:1.0 331:0.5 695:0.5 762:1.0 1060:1.0 1161:1.0 1170:1.0 3176:1.0 3907:1.0 4168:3.0
5 4:0.5 5:0.14285714285714285 7:1.5 8:0.2 9:0.5 12:0.16666666666666666 21:0.2857142857142857 23:3.0 26:0.02564102564102564 38:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 84:1.0 95:1.0 98:0.2857142857142857 102:1.0 197:0.5 211:1.0 298:0.5 534:1.0 550:0.5 561:1.0 1118:1.0 1251:1.0 1490:1.0
5 6:0.125 7:1.0 12:0.3333333333333333 18:0.3333333333333333 21:0.14285714285714285 23:4.0 26:0.02564102564102564 44:2.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.75 64:0.5 71:1.0 112:3.0 121:0.05660377358490566 127:0.5 134:0.14285714285714285 136:1.0 173:0.5 198:0.5 205:0.5 331:0.5 339:1.0 386:1.0 397:0.5 424:1.0 457:0.5 550:0.5 559:1.0 862:1.0 1166:1.0 2211:1.0
5 4:2.0 7:0.5 8:0.2 21:0.14285714285714285 23:1.0 41:1.0 62:0.25 73:1.0 96:0.16666666666666666 127:0.5 141:0.25 181:0.5 274:1.0 513:1.0 621:1.0 1317:1.0 1634:1.0 2416:1.0 2632:1.0 3798:1.0
5 4:1.5 5:0.14285714285714285 8:0.4 9:0.5 12:0.3333333333333333 20:0.3333333333333333 21:0.14285714285714285 23:2.0 26:0.02564102564102564 38:1.0 40:0.5 46:0.16666666666666666 48:2.0 54:1.0 55:0.13333333333333333 62:0.5 64:0.25 70:0.5 101:1.0 110:1.0 121:0.018867924528301886 127:0.5 136:1.0 176:1.0 178:1.0 182:1.0 198:0.5 209:1.0 265:1.0 366:1.0 424:1.0 494:1.0 982:1.0 995:1.0 1030:1.0 1117:1.0 1340:1.0 1488:1.0 2099:1.0 2319:1.0 3161:1.0 3165:1.0 4034:1.0
5 4:1.5 7:0.5 23:1.0 100:0.14285714285714285 115:0.1 116:0.07692307692307693 121:0.018867924528301886 255:0.3333333333333333 390:0.5 3739:1.0
5 4:1.5 17:0.25 20:0.3333333333333333 21:0.2857142857142857 26:0.02564102564102564 40:0.5 42:1.0 43:0.3333333333333333 55:0.13333333333333333 73:1.0 152:0.5 201:1.0 1481:1.0 2211:1.0
5 4:1.0 5:0.14285714285714285 6:0.125 7:0.5 8:0.2 9:0.5 12:0.3333333333333333 15:0.125 21:0.14285714285714285 23:4.0 24:0.3333333333333333 26:0.02564102564102564 42:1.0 48:1.0 88:0.3333333333333333 142:0.25 183:1.0 188:1.0 194:1.0 251:1.0 331:0.5 476:1.0 1227:1.0 1234:1.0 1580:1.0 2635:1.0
5 4:0.5 5:0.14285714285714285 7:0.5 23:1.0 38:1.0 98:0.14285714285714285 115:0.1 116:0.07692307692307693 397:0.5 513:1.0 519:1.0 1634:1.0 2017:0.5 2553:1.0
5 4:1.5 7:0.5 11:0.5 15:0.125 20:0.3333333333333333 21:0.2857142857142857 24:0.3333333333333333 26:0.05128205128205128 49:0.007751937984496124 51:1.0 54:1.0 55:0.06666666666666667 87:0.3333333333333333 98:0.14285714285714285 121:0.018867924528301886 141:0.25 176:1.0 250:1.0 251:2.0 331:0.5 418:1.0 483:0.2 647:1.0 803:1.0 871:1.0 925:1.0 2812:1.0 2989:1.0
5 4:1.5 17:0.25 20:0.6666666666666666 23:4.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.2 75:0.2 134:0.2857142857142857 149:0.3333333333333333 156:1.0 158:0.3333333333333333 379:2.0 490:1.0 669:0.5 1079:1.0 1128:1.0 1496:1.0 1669:1.0 2080:1.0 2082:1.0 2085:1.0 2158:1.0 2684:1.0 2972:1.0 2982:1.0 3005:1.0 3212:1.0 3213:1.0 4145:0.5
5 4:1.0 7:0.5 8:0.2 12:0.16666666666666666 20:0.3333333333333333 21:0.14285714285714285 23:2.0 38:2.0 48:2.0 49:0.015503875968992248 51:1.0 55:0.26666666666666666 58:0.16666666666666666 64:0.5 93:0.1 112:2.0 137:2.0 197:0.5 265:1.0 292:0.07692307692307693 383:1.0 387:1.0 729:1.0 821:1.0 854:1.0 910:1.0 1031:1.0 1270:1.0 1455:1.0 1833:1.0 1896:1.0 2766:1.0 2871:2.0
5 4:1.0 6:0.25 7:0.5 12:0.3333333333333333 17:0.25 20:0.6666666666666666 21:0.14285714285714285 23:2.0 46:0.16666666666666666 48:2.0 49:0.015503875968992248 51:2.0 54:1.0 55:0.06666666666666667 62:0.25 64:0.5 71:1.0 97:0.5 98:0.14285714285714285 112:1.0 117:0.3333333333333333 121:0.018867924528301886 122:1.0 134:0.14285714285714285 205:0.5 246:1.0 331:1.0 379:1.0 401:1.0 413:1.0 424:1.0 502:1.0 506:1.0 715:1.0 823:1.0 1000:0.5 1323:1.0 1415:3.0 1562:1.0 2420:1.0 2553:1.0 2692:1.0 3248:1.0
5 4:1.5 6:0.25 7:0.5 12:0.6666666666666666 20:0.6666666666666666 23:2.0 24:0.3333333333333333 42:1.0 48:1.0 49:0.015503875968992248 51:1.0 55:0.13333333333333333 64:0.5 68:1.0 71:2.0 76:1.0 97:0.5 112:1.0 134:0.14285714285714285 153:1.0 289:0.1111111111111111 292:0.07692307692307693 300:1.0 320:1.0 356:1.0 366:1.0 401:1.0 534:1.0 571:1.0 621:1.0 1061:1.0 1421:0.3333333333333333 1562:1.0 1623:1.0 1928:1.0 2222:2.0
5 4:2.5 6:0.125 11:0.5 12:0.5 15:0.125 17:0.5 20:0.3333333333333333 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 57:1.0 71:1.0 85:1.0 93:0.1 98:0.14285714285714285 100:0.14285714285714285 121:0.018867924528301886 179:1.0 194:1.0 437:1.0 442:0.5 541:1.0 543:1.0 559:1.0 561:1.0 701:1.0 875:1.0 992:1.0 1582:1.0 2024:1.0 2106:1.0
5 4:1.0 7:0.5 8:1.4 11:0.5 12:0.8333333333333334 20:0.3333333333333333 23:3.0 38:1.0 48:1.0 49:0.015503875968992248 51:3.0 54:1.0 55:0.13333333333333333 64:0.5 71:1.0 73:1.0 88:0.3333333333333333 112:1.0 115:0.1 116:0.07692307692307693 129:1.0 141:0.25 154:0.3333333333333333 158:0.3333333333333333 176:1.0 219:0.5 231:0.5 289:0.1111111111111111 353:1.0 386:1.0 439:1.0 453:1.0 641:1.0 682:1.0 1063:1.0 1270:1.0 1562:1.0 1708:1.0 3122:1.0
5 4:1.5 7:0.5 12:0.16666666666666666 19:0.058823529411764705 24:0.3333333333333333 49:0.015503875968992248 51:2.0 55:0.13333333333333333 66:1.0 71:2.0 110:1.0 131:1.0 134:0.14285714285714285 158:0.3333333333333333 175:1.0 176:1.0 215:0.5 385:1.0 401:1.0 442:1.5 616:1.0 937:1.0 1667:1.0 2695:1.0 3047:1.0
5 4:1.0 6:0.125 8:0.2 20:0.3333333333333333 21:0.14285714285714285 23:3.0 24:0.3333333333333333 26:0.02564102564102564 38:2.0 42:1.0 43:0.3333333333333333 48:1.0 49:0.007751937984496124 51:1.0 55:0.13333333333333333 62:0.25 83:1.0 104:0.5 134:0.14285714285714285 137:1.0 175:1.0 179:2.0 180:1.0 197:0.5 203:0.3333333333333333 250:1.0 255:0.3333333333333333 279:0.14285714285714285 314:0.5 550:0.5 616:1.0 1046:1.0 1081:1.0 1153:1.0 3047:1.0 3076:1.0 3878:1.0
5 4:1.5 11:0.5 12:0.16666666666666666 15:0.25 19:0.058823529411764705 20:1.0 21:0.2857142857142857 23:1.0 24:0.3333333333333333 26:0.02564102564102564 49:0.007751937984496124 51:1.0 55:0.06666666666666667 58:0.3333333333333333 74:1.0 75:0.2 96:0.16666666666666666 101:1.0 121:0.018867924528301886 126:0.3333333333333333 194:1.0 198:0.5 202:0.2 236:1.0 269:1.0 401:1.0 490:1.0 774:1.0 1184:1.0 1253:1.0 1375:1.0 1902:1.0 2216:1.0 2462:1.0 2981:1.0
5 4:2.0 7:0.5 12:0.3333333333333333 18:0.3333333333333333 20:1.0 21:0.14285714285714285 23:1.0 24:0.3333333333333333 26:0.02564102564102564 48:2.0 49:0.015503875968992248 51:2.0 55:0.2 58:0.16666666666666666 64:0.25 141:0.5 154:0.6666666666666666 175:1.0 180:1.0 181:0.5 197:0.5 251:1.0 281:0.1111111111111111 347:1.0 359:1.0 401:1.0 451:1.0 483:0.2 519:1.0 1539:1.0 1580:1.0 3132:1.0
5 7:1.0 20:0.3333333333333333 21:0.14285714285714285 23:1.0 26:0.02564102564102564 40:0.5 47:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.13333333333333333 62:0.25 71:1.0 73:1.0 136:1.0 141:0.25 154:0.3333333333333333 199:0.5 281:0.1111111111111111 366:1.0 479:1.0 517:1.0 550:0.5 956:1.0 1149:1.0 1782:1.0 2453:1.0 2989:1.0
5 4:1.0 7:1.0 8:0.4 11:0.5 12:0.16666666666666666 19:0.058823529411764705 20:1.0 23:3.0 24:0.3333333333333333 25:0.5 48:1.0 49:0.007751937984496124 51:1.0 54:1.0 55:0.2 98:0.14285714285714285 121:0.03773584905660377 139:0.5 141:0.25 158:0.3333333333333333 162:1.0 198:0.5 201:1.0 280:1.0 333:1.0 451:1.0 1037:1.0 1093:1.0 1269:0.5 2307:1.0 2553:1.0 2743:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.02564102564102564 48:1.0 98:0.14285714285714285 176:1.0 331:1.0 529:1.0 543:1.0 669:1.0 2063:1.0 2380:1.0
5 4:1.0 11:0.5 15:0.125 20:1.0 21:0.14285714285714285 23:2.0 24:0.3333333333333333 26:0.02564102564102564 44:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 78:1.0 80:0.3333333333333333 93:0.1 98:0.14285714285714285 126:0.3333333333333333 127:0.5 135:1.0 137:1.0 158:0.3333333333333333 179:1.0 198:0.5 218:1.0 449:1.0 537:3.0 550:0.5 679:0.5 746:1.0 908:0.5 952:1.0 1251:1.0 1391:1.0 1636:1.0 2418:1.0 3842:1.0
5 4:1.0 7:0.5 8:0.6 11:1.0 12:0.5 20:0.3333333333333333 23:5.0 24:0.6666666666666666 48:2.0 49:0.015503875968992248 51:2.0 62:0.25 64:0.5 71:1.0 98:0.2857142857142857 122:1.0 129:1.0 133:0.5 181:0.5 199:0.5 218:1.0 279:0.14285714285714285 312:1.0 315:1.0 331:0.5 354:1.0 385:1.0 410:1.0 439:1.0 483:0.2 493:1.0 611:1.0 623:1.0 629:1.0 657:1.0 695:0.5 814:0.3333333333333333 1136:1.0 1309:1.0 1351:1.0 1525:1.0 1652:1.0 1782:1.0 1834:1.0 2029:1.0 2431:1.0
5 4:1.5 5:0.14285714285714285 8:0.2 12:0.16666666666666666 18:0.3333333333333333 19:0.058823529411764705 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.02564102564102564 48:1.0 49:0.007751937984496124 51:2.0 55:0.06666666666666667 68:1.0 71:2.0 93:0.1 121:0.018867924528301886 134:0.14285714285714285 147:1.0 181:0.5 198:0.5 279:0.2857142857142857 307:1.0 316:0.5 446:0.5 493:1.0 682:1.0 740:0.5 2106:1.0
5 4:2.0 5:0.14285714285714285 6:0.125 7:0.5 8:0.2 12:0.3333333333333333 15:0.125 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.6666666666666666 26:0.02564102564102564 48:1.0 49:0.007751937984496124 51:1.0 58:0.16666666666666666 64:0.25 71:1.0 83:1.0 88:0.3333333333333333 101:1.0 121:0.018867924528301886 126:0.3333333333333333 158:0.3333333333333333 179:1.0 197:0.5 308:1.0 460:1.0 550:0.5 612:1.0 849:1.0 864:1.0 1187:1.0 1188:1.0 1525:1.0 1631:1.0 2012:1.0 2080:1.0 2447:1.0 2749:1.0
5 4:1.5 6:0.125 12:0.3333333333333333 17:0.25 19:0.11764705882352941 20:0.3333333333333333 48:1.0 49:0.007751937984496124 51:1.0 67:0.16666666666666666 96:0.16666666666666666 112:1.0 149:0.3333333333333333 158:0.3333333333333333 194:1.0 248:1.0 315:1.0 534:1.0 548:0.5 1166:1.0 1187:1.0 1202:1.0 1568:1.0 1824:1.0 1918:1.0 1968:1.0 3111:1.0
5 4:0.5 6:0.125 7:1.0 20:0.3333333333333333 21:0.2857142857142857 23:4.0 26:0.02564102564102564 38:1.0 45:0.5 49:0.007751937984496124 51:1.0 64:0.25 71:1.0 77:1.0 78:1.0 79:0.5 80:0.3333333333333333 98:0.2857142857142857 117:0.3333333333333333 135:1.0 176:1.0 199:0.5 203:0.6666666666666666 241:1.0 285:1.0 331:0.5 397:0.5 476:1.0 519:1.0 524:0.5 530:1.0 550:0.5 1246:1.0 1985:1.0 2128:1.0
5 4:2.0 9:0.5 12:0.16666666666666666 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.3333333333333333 42:1.0 48:2.0 49:0.007751937984496124 51:1.0 71:1.0 80:0.3333333333333333 120:0.2 125:0.3333333333333333 182:0.5 203:0.3333333333333333 241:1.0 249:1.0 265:1.0 333:1.0 431:1.0 483:0.2 493:1.0 524:0.5 621:1.0 675:1.0 740:0.5 1143:1.0 1554:1.0 3679:1.0
5 4:2.5 7:0.5 8:0.2 9:0.5 15:0.125 23:2.0 55:0.2 62:0.25 64:0.25 73:1.0 117:0.3333333333333333 121:0.018867924528301886 127:0.5 131:1.0 134:0.14285714285714285 218:1.0 236:1.0 331:0.5 446:0.5 878:1.0 1144:1.0 1212:1.0 1595:1.0 1603:2.0 1828:1.0 1969:1.0 3840:1.0
5 4:0.5 12:0.16666666666666666 17:0.25 21:0.2857142857142857 23:2.0 26:0.02564102564102564 62:0.5 88:0.3333333333333333 121:0.018867924528301886 127:0.5 203:0.3333333333333333 307:1.0 446:0.5 449:1.0 543:1.0 2063:1.0
5 4:1.5 6:0.125 7:1.0 9:0.5 19:0.058823529411764705 20:0.6666666666666666 21:0.14285714285714285 23:2.0 44:1.0 46:0.16666666666666666 48:1.0 55:0.06666666666666667 98:0.14285714285714285 117:0.3333333333333333 121:0.03773584905660377 126:0.3333333333333333 141:0.25 356:1.0 503:1.0 550:0.5 682:1.0 814:0.3333333333333333 929:1.0 989:1.0 1499:1.0 1500:1.0 2592:1.0
5 4:1.0 5:0.14285714285714285 12:0.16666666666666666 17:0.5 19:0.058823529411764705 20:0.6666666666666666 21:0.14285714285714285 23:2.0 93:0.1 98:0.14285714285714285 100:0.14285714285714285 147:1.0 183:1.0 201:1.0 218:1.0 285:1.0 424:1.0 487:1.0 499:1.0 1464:1.0
5 4:2.5 6:0.25 8:0.2 12:0.16666666666666666 15:0.125 17:0.25 21:0.14285714285714285 22:1.0 23:1.0 24:0.3333333333333333 46:0.16666666666666666 48:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 64:0.25 71:1.0 93:0.1 117:0.3333333333333333 137:2.0 210:1.0 255:0.3333333333333333 315:1.0 316:0.5 488:1.0 592:1.0 640:1.0 830:1.0 871:1.0 1011:0.5 1046:1.0 3156:1.0
5 4:1.5 8:0.2 12:0.5 20:1.3333333333333333 21:0.42857142857142855 23:3.0 24:0.3333333333333333 44:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.13333333333333333 62:0.25 64:0.5 71:1.0 98:0.14285714285714285 100:0.14285714285714285 121:0.018867924528301886 134:0.14285714285714285 141:0.5 153:1.0 162:1.0 183:1.0 190:0.2 210:1.0 285:1.0 427:1.0 457:0.5 479:1.0 483:0.2 534:1.0 537:1.0 641:1.0 664:1.0 740:0.5 890:0.3333333333333333 1084:1.0 1179:1.0 1375:1.0 1525:1.0 1790:1.0 2157:1.0 2207:1.0 2577:1.0
5 4:1.0 5:0.14285714285714285 11:0.5 12:0.16666666666666666 20:1.0 21:0.14285714285714285 26:0.02564102564102564 38:2.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 75:0.2 101:1.0 112:1.0 147:1.0 158:0.3333333333333333 366:1.0 367:1.0 601:0.5 1369:1.0 1579:1.0 1708:1.0 1790:1.0 1827:1.0 1831:1.0
5 4:1.5 5:0.14285714285714285 8:0.4 12:0.16666666666666666 20:0.3333333333333333 21:0.14285714285714285 23:1.0 24:0.3333333333333333 49:0.007751937984496124 55:0.06666666666666667 67:0.16666666666666666 68:1.0 73:1.0 84:1.0 112:1.0 121:0.018867924528301886 126:0.3333333333333333 203:0.3333333333333333 250:1.0 519:1.0 765:1.0 811:1.0 1071:1.0 1344:1.0 1890:0.5 2967:1.0
5 4:0.5 6:0.125 7:0.5 11:0.5 20:0.3333333333333333 21:0.42857142857142855 23:2.0 26:0.02564102564102564 44:1.0 48:1.0 49:0.007751937984496124 51:1.0 74:1.0 99:1.0 112:2.0 121:0.07547169811320754 133:0.5 142:0.25 185:1.0 241:1.0 279:0.14285714285714285 281:0.1111111111111111 331:1.5 401:1.0 405:1.0 424:1.0 471:1.0 530:1.0 534:1.0 664:0.5 892:1.0 1049:1.0 1144:1.0 1375:1.0 1415:1.0 1595:1.0 1992:1.0 2257:1.0 2470:1.0 3624:1.0
5 4:0.5 8:0.2 11:0.5 15:0.125 20:0.3333333333333333 23:2.0 49:0.007751937984496124 51:1.0 71:2.0 73:1.0 75:0.2 117:0.3333333333333333 136:1.0 141:0.25 176:1.0 185:1.0 190:0.2 196:1.0 255:0.3333333333333333 274:1.0 281:0.1111111111111111 401:1.0 477:1.0 548:0.5 549:1.0 1066:1.0 1149:1.0 1278:1.0 1686:1.0 2231:1.0 3241:1.0 3242:1.0
5 4:1.5 19:0.058823529411764705 21:0.14285714285714285 23:2.0 26:0.02564102564102564 55:0.06666666666666667 92:1.0 98:0.14285714285714285 100:0.14285714285714285 121:0.018867924528301886 122:1.0 123:1.0 205:0.5 236:1.0 289:0.2222222222222222 872:2.0 908:0.5
5 4:0.5 17:0.25 19:0.058823529411764705 20:0.6666666666666666 21:0.14285714285714285 23:3.0 47:1.0 88:0.3333333333333333 92:1.0 117:0.3333333333333333 121:0.03773584905660377 126:0.3333333333333333 148:0.5 331:1.0
5 4:0.5 19:0.058823529411764705 20:0.6666666666666666 21:0.14285714285714285 23:1.0 34:1.0 35:1.0 42:1.0 55:0.06666666666666667 134:0.14285714285714285 148:0.3333333333333333 210:1.0 417:1.0 907:1.0 2525:1.0 2690:1.0
5 4:1.0 19:0.11764705882352941 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.02564102564102564 42:1.0 115:0.1 116:0.07692307692307693
5 4:1.5 5:0.14285714285714285 9:0.5 12:0.16666666666666666 19:0.058823529411764705 21:0.14285714285714285 26:0.02564102564102564 43:0.3333333333333333 62:0.25 84:1.0 258:1.0 529:1.0
5 4:0.5 19:0.058823529411764705 20:0.3333333333333333 21:0.42857142857142855 23:2.0 26:0.05128205128205128 121:0.018867924528301886 124:0.5 133:0.5 134:0.14285714285714285 135:1.0 136:1.0 1122:0.5 1718:1.0
5 4:1.0 5:0.14285714285714285 15:0.125 21:0.14285714285714285 23:4.0 26:0.02564102564102564 33:1.0 38:1.0 121:0.03773584905660377 126:0.3333333333333333 134:0.14285714285714285 144:1.0 149:0.3333333333333333 314:1.0 462:1.0 1074:1.0
5 4:1.5 21:0.14285714285714285 23:1.0 26:0.02564102564102564 48:1.0 62:0.25 63:1.0 137:1.0 148:0.3333333333333333 331:0.5 451:1.0 464:1.0 541:1.0 563:1.0 1122:0.5 1128:1.0 1415:1.0
5 4:1.5 5:0.14285714285714285 14:1.0 21:0.2857142857142857 23:1.0 26:0.02564102564102564 40:0.5 67:0.16666666666666666 68:1.0 73:1.0 126:0.3333333333333333 154:0.3333333333333333 202:0.4 246:1.0 278:0.5 507:0.5 1603:1.0
5 4:1.0 5:0.14285714285714285 15:0.125 20:0.3333333333333333 23:1.0 54:1.0 96:0.16666666666666666 126:0.3333333333333333 127:0.5 149:0.3333333333333333 214:1.0 289:0.1111111111111111 355:1.0 424:1.0 513:1.0 1455:1.0 2040:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.02564102564102564 38:1.0 70:0.5 194:1.0 289:0.1111111111111111 298:0.5 424:1.0 1144:1.0 3451:1.0
5 4:1.5 17:0.25 24:0.3333333333333333 63:1.0 98:0.2857142857142857 144:1.0 188:1.0 249:1.0 289:0.2222222222222222 307:1.0 446:0.5 513:1.0 1313:1.0 1363:1.0 1364:1.0 1487:1.0 2748:1.0
5 4:1.0 6:0.125 7:1.5 9:0.5 12:0.16666666666666666 21:0.14285714285714285 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.25 71:1.0 93:0.1 121:0.018867924528301886 133:0.5 134:0.14285714285714285 136:1.0 175:1.0 176:1.0 202:0.2 316:0.5 390:0.5 655:1.0 1405:1.0
5 4:1.0 9:0.5 11:0.5 19:0.11764705882352941 20:0.3333333333333333 21:0.14285714285714285 23:3.0 38:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 64:0.5 80:0.3333333333333333 98:0.14285714285714285 115:0.1 116:0.07692307692307693 137:1.0 200:1.0 201:1.0 288:0.5 292:0.07692307692307693 320:1.0 386:1.0 413:1.0 424:1.0 468:1.0 476:1.0 612:1.0 621:1.0 1194:1.0 1197:1.0 2106:1.0 3049:1.0 3051:1.0
5 4:1.5 11:0.5 15:0.125 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.3333333333333333 40:0.5 42:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 62:0.25 71:1.0 88:0.3333333333333333 93:0.1 125:0.3333333333333333 156:1.0 197:0.5 202:0.2 231:0.5 281:0.1111111111111111 350:1.0 451:1.0 513:1.0 908:0.5 952:1.0 1408:1.0 2040:1.0 2081:1.0 2935:1.0
5 4:1.0 6:0.125 7:0.5 17:0.25 20:0.3333333333333333 21:0.14285714285714285 26:0.02564102564102564 49:0.007751937984496124 54:1.0 71:1.0 84:1.0 93:0.1 99:1.0 121:0.018867924528301886 136:1.0 137:1.0 202:0.2 231:0.5 287:1.0 390:0.5 1270:1.0 2191:1.0 3416:1.0
5 4:1.0 6:0.25 8:0.2 15:0.125 21:0.14285714285714285 23:1.0 45:0.5 47:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.13333333333333333 64:0.25 74:1.0 88:0.3333333333333333 96:0.16666666666666666 98:0.14285714285714285 134:0.14285714285714285 175:1.0 188:1.0 212:0.3333333333333333 284:1.0 460:1.0 548:0.5 549:1.0 662:1.0 952:1.0 1351:1.0 1448:1.0 2484:1.0 2691:1.0 2898:1.0 3176:1.0
5 4:1.0 8:0.4 15:0.125 17:0.25 19:0.058823529411764705 20:0.3333333333333333 21:0.5714285714285714 23:3.0 26:0.02564102564102564 38:2.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 68:1.0 88:0.3333333333333333 98:0.14285714285714285 165:1.0 176:1.0 188:1.0 194:1.0 202:0.2 241:1.0 255:0.3333333333333333 296:1.0 308:1.0 331:0.5 370:1.0 390:0.5 437:1.0 536:1.0 566:1.0 652:1.0 877:1.0 991:1.0 1346:0.3333333333333333 1509:1.0 1793:1.0 1863:1.0 2714:1.0 2967:1.0 3451:1.0 3571:1.0
5 4:2.5 6:0.125 7:0.5 8:0.2 15:0.125 20:1.3333333333333333 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.13333333333333333 97:0.5 100:0.14285714285714285 115:0.1 121:0.018867924528301886 134:0.14285714285714285 137:1.0 141:0.25 153:2.0 154:0.3333333333333333 158:0.3333333333333333 175:1.0 176:1.0 180:1.0 200:1.0 210:1.0 264:1.0 284:1.0 333:1.0 366:1.0 424:1.0 641:1.0 652:1.0 653:0.5 682:1.0 814:0.3333333333333333 890:0.3333333333333333 903:1.0 1087:1.0 1278:1.0 1341:1.0 1389:0.5 1536:1.0 1620:1.0 2238:0.5 2692:1.0 3122:1.0
5 4:1.0 6:0.125 7:0.5 12:0.16666666666666666 20:0.3333333333333333 21:0.14285714285714285 23:3.0 26:0.02564102564102564 38:1.0 49:0.015503875968992248 51:2.0 55:0.13333333333333333 80:0.3333333333333333 88:0.3333333333333333 98:0.14285714285714285 100:0.14285714285714285 101:1.0 112:1.0 121:0.03773584905660377 122:1.0 132:1.0 139:0.5 149:0.3333333333333333 176:1.0 192:1.0 195:1.0 231:1.0 331:1.0 333:1.0 366:2.0 483:0.2 566:1.0 697:1.0 890:0.3333333333333333 1060:1.0 1536:1.0 1577:1.0 2041:1.0
5 4:0.5 6:0.125 7:0.5 12:0.6666666666666666 23:5.0 24:0.3333333333333333 48:5.0 49:0.023255813953488372 51:2.0 55:0.2 71:2.0 88:0.3333333333333333 98:0.14285714285714285 114:1.0 134:0.14285714285714285 137:2.0 158:0.3333333333333333 159:1.0 236:1.0 251:1.0 269:1.0 331:0.5 383:1.0 537:2.0 596:0.5 641:1.0 662:1.0 675:1.0 679:0.5 800:1.0 1189:1.0 1569:1.0 1575:1.0 1576:1.0 1603:1.0 2963:1.0 3074:1.0 3105:2.0 3212:1.0
5 4:1.5 6:0.125 8:0.2 11:0.5 12:0.3333333333333333 15:0.375 20:0.6666666666666666 21:0.14285714285714285 22:1.0 23:4.0 24:1.0 48:2.0 49:0.015503875968992248 51:2.0 55:0.13333333333333333 68:1.0 71:1.0 88:0.6666666666666666 98:0.2857142857142857 112:1.0 129:1.0 141:0.25 158:0.3333333333333333 180:1.0 198:0.5 201:1.0 203:0.6666666666666666 250:1.0 265:1.0 281:0.1111111111111111 283:1.0 289:0.1111111111111111 292:0.07692307692307693 331:1.0 397:0.5 424:1.0 499:1.0 506:1.0 814:0.3333333333333333 1016:1.0 1048:0.5 1130:1.0 1149:1.0 2160:1.0 2816:1.0 3087:1.0 3679:1.0
5 4:0.5 6:0.125 7:0.5 8:0.2 11:0.5 12:0.6666666666666666 15:0.125 19:0.058823529411764705 20:0.6666666666666666 21:0.14285714285714285 23:5.0 24:0.3333333333333333 49:0.015503875968992248 51:2.0 55:0.2 64:0.25 68:1.0 71:1.0 78:1.0 88:0.3333333333333333 95:1.0 121:0.03773584905660377 125:0.3333333333333333 136:1.0 137:2.0 141:0.25 212:0.3333333333333333 236:1.0 248:1.0 331:0.5 343:1.0 471:1.0 646:1.0 652:1.0 703:1.0 1136:1.0 1417:1.0 1489:1.0 1820:1.0 2074:1.0 2158:1.0 2475:1.0 2869:1.0 3042:1.0 3045:1.0 3212:1.0
5 4:1.5 6:0.125 11:0.5 12:0.5 15:0.125 17:0.25 18:0.3333333333333333 20:0.3333333333333333 23:5.0 24:0.3333333333333333 46:0.16666666666666666 48:1.0 49:0.023255813953488372 51:3.0 55:0.06666666666666667 71:3.0 87:0.3333333333333333 95:1.0 98:0.14285714285714285 100:0.14285714285714285 112:1.0 121:0.05660377358490566 122:1.0 124:0.5 126:0.3333333333333333 180:1.0 181:0.5 185:1.0 197:0.5 231:0.5 236:1.0 248:1.0 269:1.0 276:1.0 296:1.0 298:0.5 300:1.0 310:1.0 315:1.0 366:1.0 383:1.0 408:1.0 580:1.0 641:1.0 664:0.5 669:0.5 929:1.0 1285:1.0 1966:1.0 1970:1.0 2231:1.0 2380:1.0
5 4:1.0 6:0.125 7:0.5 12:0.5 15:0.125 19:0.058823529411764705 20:1.0 21:0.2857142857142857 23:3.0 24:0.3333333333333333 26:0.02564102564102564 38:1.0 48:2.0 49:0.023255813953488372 51:3.0 55:0.06666666666666667 62:0.25 64:0.5 71:1.0 88:0.3333333333333333 118:1.0 121:0.018867924528301886 134:0.14285714285714285 158:0.3333333333333333 176:1.0 188:1.0 203:0.3333333333333333 241:1.0 300:1.0 310:1.0 383:1.0 435:1.0 466:1.0 468:1.0 476:1.0 519:1.0 529:1.0 550:0.5 561:1.0 621:1.0 669:0.5 745:1.0 819:1.0 991:1.0 1244:1.0 2380:1.0 3161:1.0 3521:1.0 3832:1.0
5 4:1.5 7:0.5 12:0.3333333333333333 19:0.058823529411764705 20:0.6666666666666666 21:0.2857142857142857 23:5.0 24:0.6666666666666666 26:0.02564102564102564 46:0.16666666666666666 48:1.0 49:0.023255813953488372 51:3.0 55:0.2 58:0.16666666666666666 62:0.25 64:0.5 71:2.0 98:0.2857142857142857 110:1.0 112:2.0 121:0.05660377358490566 136:1.0 137:1.0 158:0.3333333333333333 179:1.0 199:0.5 228:1.0 276:1.0 281:0.1111111111111111 300:1.0 314:0.5 323:1.0 611:1.0 664:0.5 862:1.0 929:1.0 1005:1.0 1087:1.0 1232:1.0 1269:0.5 1607:1.0 1966:1.0 2054:1.0 2214:1.0 2257:1.0 2281:1.0 2403:1.0 2462:1.0 2841:1.0 2932:1.0 3037:1.0 3038:1.0 3043:1.0 3214:1.0
5 4:1.0 8:0.2 12:1.0 17:0.25 23:4.0 38:1.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.2 62:0.25 64:1.0 71:2.0 114:1.0 115:0.1 129:1.0 133:0.5 158:0.3333333333333333 194:1.0 231:0.5 280:1.0 414:0.5 537:1.0 550:0.5 601:0.5 652:1.0 958:1.0 1037:1.0 1053:1.0 1429:1.0 1509:1.0 1554:1.0 1940:1.0 2449:1.0 2892:1.0 2893:1.0 3063:1.0 3064:1.0 4145:0.5
5 4:0.5 6:0.125 8:0.6 12:0.8333333333333334 17:0.25 20:0.6666666666666666 21:0.14285714285714285 23:6.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.06666666666666667 62:0.25 67:0.16666666666666666 71:2.0 98:0.14285714285714285 112:1.0 118:1.0 129:1.0 133:0.5 154:0.3333333333333333 158:0.3333333333333333 198:0.5 223:1.0 241:1.0 331:0.5 385:1.0 393:1.0 429:1.0 434:1.0 435:2.0 534:1.0 956:1.0 982:1.0 1081:1.0 1461:1.0 1539:1.0 2400:1.0 2488:1.0 2695:1.0 2878:1.0 3911:1.0
5 4:1.0 6:0.125 7:1.0 8:0.2 11:0.5 12:0.16666666666666666 20:0.3333333333333333 21:0.2857142857142857 23:5.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.06666666666666667 71:2.0 88:0.3333333333333333 98:0.2857142857142857 158:0.3333333333333333 178:1.0 198:0.5 199:0.5 203:0.3333333333333333 250:1.0 295:1.0 312:1.0 664:0.5 728:1.0 871:1.0 877:1.0 1000:0.5 1067:1.0 1254:1.0 1949:1.0 2009:1.0 2211:1.0 3058:1.0 3060:1.0 3521:1.0 4145:0.5
5 4:2.5 6:0.25 8:0.2 9:0.5 11:0.5 12:0.5 15:0.125 19:0.058823529411764705 21:0.14285714285714285 23:6.0 24:0.3333333333333333 38:2.0 42:1.0 46:0.16666666666666666 48:3.0 49:0.023255813953488372 51:3.0 55:0.13333333333333333 61:1.0 62:0.5 63:1.0 85:1.0 96:0.16666666666666666 100:0.14285714285714285 121:0.018867924528301886 122:1.0 147:1.0 188:1.0 197:0.5 203:0.3333333333333333 248:2.0 249:1.0 273:1.0 300:1.0 314:0.5 331:0.5 332:1.0 333:1.0 383:1.0 406:1.0 435:1.0 449:1.0 484:0.16666666666666666 534:1.0 757:1.0 791:1.0 952:1.0 1427:1.0 2553:1.0 2592:1.0 2899:1.0 3078:1.0
5 4:1.0 6:0.125 9:0.5 17:0.25 19:0.058823529411764705 23:2.0 38:1.0 46:0.16666666666666666 49:0.015503875968992248 51:2.0 55:0.06666666666666667 64:0.25 112:1.0 125:0.3333333333333333 137:1.0 148:0.6666666666666666 149:0.3333333333333333 154:0.6666666666666666 182:0.5 183:1.0 188:2.0 199:0.5 260:1.0 289:0.1111111111111111 860:2.0 861:3.0 862:1.0 1187:1.0 1370:1.0 2355:1.0
5 7:0.5 11:0.5 12:0.16666666666666666 18:0.3333333333333333 20:0.3333333333333333 23:5.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.06666666666666667 71:2.0 75:0.2 96:0.16666666666666666 98:0.14285714285714285 127:0.5 154:0.6666666666666666 158:0.3333333333333333 196:1.0 203:0.3333333333333333 317:1.0 341:1.0 616:1.0 652:1.0 653:0.5 828:1.0 859:2.0 860:1.0 864:1.0 875:1.0 1116:1.0 1335:1.0 1522:1.0 1582:1.0 3132:1.0
5 4:1.0 8:0.2 12:0.5 23:3.0 49:0.023255813953488372 51:3.0 55:0.06666666666666667 85:1.0 95:1.0 127:0.5 154:0.6666666666666666 173:0.5 231:0.5 236:1.0 289:0.1111111111111111 317:1.0 333:1.0 341:1.0 354:1.0 366:1.0 435:1.0 439:1.0 507:0.5 828:2.0 858:1.0 859:1.5 860:1.0 861:1.0 862:1.0 1405:1.0 1649:1.0 1701:1.0 2161:1.0 2839:1.0
5 4:2.5 6:0.125 8:0.2 12:0.5 20:0.3333333333333333 23:2.0 29:1.0 38:2.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.26666666666666666 64:0.25 71:1.0 127:0.5 137:1.0 139:0.5 154:0.3333333333333333 188:1.0 194:1.0 204:1.0 212:0.3333333333333333 231:0.5 251:1.0 266:1.0 300:1.0 317:1.0 341:1.0 361:1.0 366:2.0 432:1.0 435:1.0 476:1.0 521:1.0 616:1.0 652:1.0 715:1.0 729:1.0 828:2.0 859:2.0 860:2.0 861:1.0 864:1.0 1075:1.0 1160:1.0 1251:1.0 1335:1.0 2049:1.0 2090:1.0 2921:1.0 3250:1.0 3451:1.0
5 4:1.0 8:0.4 11:0.5 15:0.125 19:0.058823529411764705 21:0.2857142857142857 23:3.0 26:0.02564102564102564 49:0.023255813953488372 50:1.0 51:3.0 57:1.0 62:0.25 64:0.5 71:1.0 112:2.0 121:0.018867924528301886 126:0.3333333333333333 137:1.0 141:0.25 165:1.0 166:1.0 179:1.0 185:1.0 196:1.0 201:1.0 204:1.0 211:1.0 231:1.0 251:2.0 253:1.0 269:1.0 292:0.15384615384615385 296:1.0 315:1.0 317:1.0 331:0.5 333:1.0 385:1.0 424:1.0 452:1.0 477:1.0 479:1.0 550:0.5 920:1.0 1209:1.0 1573:1.0 2211:1.0 4203:1.0
5 4:2.5 7:1.0 12:0.3333333333333333 17:0.25 19:0.11764705882352941 20:0.3333333333333333 21:0.2857142857142857 23:1.0 24:0.3333333333333333 42:1.0 49:0.015503875968992248 51:2.0 55:0.13333333333333333 62:0.25 98:0.14285714285714285 112:1.0 114:1.0 126:0.3333333333333333 158:0.6666666666666666 196:1.0 317:1.0 361:1.0 390:0.5 457:0.5 558:1.0 594:1.0 708:1.0 1370:1.0 1860:1.0 2330:1.0 2357:1.0
5 4:1.5 8:0.2 12:0.16666666666666666 19:0.11764705882352941 20:0.6666666666666666 23:2.0 24:0.3333333333333333 49:0.015503875968992248 51:2.0 55:0.13333333333333333 100:0.14285714285714285 133:0.5 185:1.0 198:0.5 210:1.0 231:0.5 251:1.0 281:0.1111111111111111 317:1.0 361:1.0 390:0.5 488:2.0 936:0.5 1149:1.0 1344:1.0 1539:1.0 1799:1.0 2077:1.0 2134:1.0 3157:1.0 3812:1.0
5 4:1.5 6:0.125 8:0.4 12:0.16666666666666666 17:0.25 19:0.11764705882352941 20:1.0 21:0.2857142857142857 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 64:0.25 80:0.3333333333333333 92:1.0 158:0.3333333333333333 165:1.0 312:1.0 317:1.0 331:0.5 534:1.0 562:1.0 641:1.0 682:1.0 2585:1.0 2695:1.0 2724:1.0 2898:1.0
5 4:2.5 49:0.007751937984496124 51:1.0 55:0.06666666666666667 68:1.0 96:0.16666666666666666 121:0.018867924528301886 136:1.0 251:1.0 317:1.0 361:1.0 390:0.5 401:1.0 601:0.5 871:1.0 1476:1.0 2296:1.0
5 4:1.0 5:0.14285714285714285 12:0.16666666666666666 17:0.25 19:0.058823529411764705 20:0.6666666666666666 21:0.42857142857142855 23:1.0 26:0.02564102564102564 48:1.0 49:0.007751937984496124 51:1.0 113:1.0 114:1.0 116:0.07692307692307693 165:1.0 317:1.0 743:1.0
5 4:1.5 8:0.2 12:0.16666666666666666 18:0.3333333333333333 19:0.11764705882352941 21:0.14285714285714285 23:2.0 24:0.3333333333333333 26:0.02564102564102564 38:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.06666666666666667 64:0.25 71:1.0 121:0.018867924528301886 165:1.0 201:1.0 236:1.0 244:1.0 248:1.0 255:0.3333333333333333 296:1.0 317:1.0 333:1.0 353:1.0 361:1.0 362:1.0 365:1.0 483:0.2 746:1.0 804:1.0 830:1.0 1546:1.0 1752:1.0 3078:1.0 3330:1.0
5 4:0.5 6:0.125 8:0.2 12:0.3333333333333333 19:0.058823529411764705 20:0.3333333333333333 23:3.0 25:0.5 38:1.0 48:2.0 49:0.007751937984496124 51:1.0 68:1.0 88:0.3333333333333333 97:0.5 98:0.14285714285714285 121:0.018867924528301886 126:0.3333333333333333 136:1.0 154:0.3333333333333333 193:1.0 236:1.0 281:0.1111111111111111 289:0.1111111111111111 317:1.0 361:1.0 363:1.0 364:1.0 365:1.0 418:1.0 424:1.0 534:1.0 1149:1.0 1199:1.0 1202:1.0 2213:1.0
5 4:1.5 8:0.2 23:2.0 38:1.0 42:1.0 55:0.06666666666666667 76:1.0 78:1.0 87:0.3333333333333333 115:0.1 116:0.07692307692307693 148:0.5 181:0.5 185:1.0 449:1.0 952:1.0 2384:1.0 3823:1.0
5 4:1.0 7:0.5 11:0.5 15:0.25 22:1.0 23:1.0 73:1.0 114:1.0 120:0.2 141:0.25 148:0.5 173:0.5 203:0.3333333333333333 908:0.5 1370:1.0 2176:1.0
5 4:1.5 19:0.058823529411764705 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.02564102564102564 58:0.16666666666666666 64:0.25 98:0.14285714285714285 234:1.0 424:1.0 446:0.5 462:1.0 715:1.0 1269:0.5 2288:1.0 2304:1.0
5 4:1.0 5:0.14285714285714285 21:0.2857142857142857 23:1.0 26:0.05128205128205128 189:1.0 390:0.5 2233:1.0
5 4:1.0 5:0.14285714285714285 12:0.16666666666666666 17:0.25 19:0.058823529411764705 20:0.6666666666666666 21:0.2857142857142857 23:1.0 55:0.06666666666666667 64:0.25 68:1.0 71:1.0 80:0.3333333333333333 98:0.14285714285714285 176:1.0 288:0.5 354:1.0 366:1.0 488:1.0 740:0.5 1364:1.0 1458:1.0 1617:1.0 1720:1.0 2695:1.0
5 4:0.5 5:0.14285714285714285 11:0.5 20:0.6666666666666666 23:3.0 48:2.0 49:0.007751937984496124 50:1.0 51:1.0 55:0.13333333333333333 64:0.25 71:1.0 76:1.0 88:0.6666666666666666 102:1.0 110:1.0 121:0.018867924528301886 129:1.0 236:1.0 244:1.0 253:1.0 315:1.0 316:0.5 428:1.0 521:1.0 550:0.5 746:1.0 1742:1.0 2222:2.0 2339:1.0 2766:1.0
5 4:0.5 12:0.3333333333333333 20:0.6666666666666666 21:0.2857142857142857 23:2.0 26:0.02564102564102564 38:1.0 42:1.0 49:0.007751937984496124 50:1.0 51:1.0 55:0.2 93:0.1 98:0.2857142857142857 113:1.0 236:1.0 285:1.0 292:0.07692307692307693 365:1.0 452:1.0 1065:0.2 2339:1.0
5 17:0.25 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.3333333333333333 25:0.5 42:1.0 55:0.06666666666666667 64:0.5 80:0.3333333333333333 88:0.3333333333333333 121:0.018867924528301886 126:0.3333333333333333 134:0.14285714285714285 156:1.0 280:1.0 459:1.0 553:1.0 1525:1.0
|
27518ab32f9a8131d1bf11f295244ffe488c0023
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.5/tests/examples/ode.man.tst
|
5fa6dc00c45534eca4283d8aadf2118e3c8e22f9
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,072
|
tst
|
ode.man.tst
|
clear;lines(0);
// Simple one dimension ODE
// dy/dt=y^2-y sin(t)+cos(t), y(0)=0
deff('[ydot]=f(t,y)','ydot=y^2-y*sin(t)+cos(t)')
y0=0;t0=0;t=0:0.1:%pi;
y=ode(y0,t0,t,f)
plot(t,y)
// Simulation of dx/dt = A x(t) + B u(t) with u(t)=sin(omega*t),
// x0=[1;0] ;
// solution x(t) desired at t=0.1, 0.2, 0.5 ,1.
// A and u function are passed to RHS function in a list.
// B and omega are passed as global variables
deff('[xdot]=linear(t,x,A,u)','xdot=A*x+B*u(t)')
deff('[ut]=u(t)','ut=sin(omega*t)')
A=[1 1;0 2];B=[1;1];omega=5;
ode([1;0],0,[0.1,0.2,0.5,1],list(linear,A,u))
//
// Matrix notation
// Integration of the Riccati differential equation
// Xdot=A'*X + X*A - X'*B*X + C , X(0)=Identity
// Solution at t=[1,2]
deff('[Xdot]=ric(t,X)','Xdot=A''*X+X*A-X''*B*X+C')
A=[1,1;0,2]; B=[1,0;0,1]; C=[1,0;0,1];
X=ode(eye(A),0,t,ric)
//
// Computation of exp(A)
A=[1,1;0,2];
deff('[xdot]=f(t,x)','xdot=A*x');
ode(eye(A),0,1,f)
ode('adams',eye(A),0,1,f)
// with stiff matrix, Jacobian given
A=[10,0;0,-1];
deff('[J]=Jacobian(t,y)','J=A')
ode('stiff',[0;1],0,1,f,Jacobian)
|
bbe7791de674b7d7fe1fa6163994cf99320d9b3d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1100/CH10/EX10.5/10_5.sce
|
d3f3e49fa4a29be211c8e0e5576a19d3487ec0c4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 268
|
sce
|
10_5.sce
|
clc
//initialisation of variables
P= 100 //psia
n= 0.97
hf= 298.4 //Btu/lb
hfg= 888.8 //Btu/lb
hg= 1187.2 //Btu/lb
//CALCULATIONS
hx= hf+n*hfg
hx1= hg-(1-n)*hfg
//RESULTS
printf ('Enthalpy= %.f Btu/lb',hx)
printf (' \n Precise Enthalpy= %.1f Btu/lb',hx1)
|
fea551b2ce9decb23b1368468a07136b60232081
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/575/CH9/EX9.5.6/9_5_6.sce
|
68706644bcc8f0ca730c24c1714d702ecd183e78
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,379
|
sce
|
9_5_6.sce
|
clc
pathname=get_absolute_file_path('9_5_6.sce')
filename=pathname+filesep()+'956.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
disp("Using S balance, ")
m2=basis*x*MS*MSalt/(MAcid*MS)
printf(" \n m2=%f g Na2SO4",m2)
disp("Using Na balance, ")
m1=2*MNa*m2*MBase/(y*MNa*MSalt)
printf(" \n m1=%f g NaOH",m1)
disp("Total mass balance, ")
m3=basis+m1-m2
printf(" \n m3=%f g H2O",m3)
printf(" \n Mass of product solution =%f",m2+m3)
m=m2+m3
Water=m2*2/MSalt
printf(" \n Water Formed in the reaction=%f mol H2O",Water)
disp("H2SO4(aq):")
a1=basis*(1-x)/MWater
b1=basis*x/MAcid
rAcid=a1/b1
printf(" \n rAcid=%f mol Water/mol Acid",rAcid)
disp("NaOH(aq):")
a2=m1*(1-y)/MWater
b2=m1*y/MBase
rBase=a2/b2
printf(" \n rBase=%f mol Water/mol Base",rBase)
disp("Na2SO4(aq):")
a3=m3/MWater
b3=m2/MSalt
rSalt=a3/b3
printf(" \n rSalt=%f mol Water/mol Salt",rSalt)
E=b1
printf(" \n Extent of reaction=%f mol",E)
nHAcid=basis*3.85*(T3-T1)/1000
nHSalt=m*4.184*(T2-T1)/1000
nHBase=0
HfSalt= -1384
HfAcid= -884.6
HfBase= -468.1
HfWater= -285.84
deltaHr=HfSalt+ 2*HfWater - HfAcid - 2*HfBase
printf(" \n Entahlpy change in the rxn=%f Kj/mol",deltaHr)
Q=E*deltaHr + (nHSalt-nHAcid-nHBase)
printf(" \n Q of the rxn=%f Kj",Q)
disp("The answer in the Text is wrong.")
|
36007265687321d5ab9ba262254a28289b48b3da
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2015/CH1/EX1.5/1_5.sce
|
908a19752f96d5aa05f7ba43e5997192eebad6e3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 186
|
sce
|
1_5.sce
|
clc
//initialisation of variables
r=14
g=1.4
x=1.78 //x=v3/v2
//CALCULATIONS
oef=1-(1/14)^(g-1)
def=1-((1/(14)^(g)*1.4))*((x^(g) -1)/(x-1))
printf('otto efficiency is %2f',oef)
|
3ecfc86b1c17e5e8ef4c43d5f84e4837d2cb6b62
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/572/CH7/EX7.2/c7_2.sce
|
a20526380fe2ff00eee7bbd94f07b6a0c65ddf5d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,905
|
sce
|
c7_2.sce
|
//(7.2) Refrigerant 134a, initially a saturated vapor at -28C, is contained in a rigid, insulated vessel. The vessel is fitted with a paddle wheel connected to a pulley from which a mass is suspended. As the mass descends a certain distance, the refrigerant is stirred until it attains a state where the pressure is 1.4 bar. The only significant changes of state are experienced by the suspended mass and the refrigerant. The mass of refrigerant is 1.11 kg. Determine (a) the initial exergy, final exergy, and change in exergy of the refrigerant, each in kJ. (b) the change in exergy of the suspended mass, in kJ. (c) the change in exergy of an isolated system of the vessel and pulley–mass assembly, in kJ. Discuss the results obtained, and compare with the respective energy changes. Let T0 = 293 K (20C), p0 = 1 bar.
//solution
//variable initialization
mR = 1.11 //mass of the refrigerant in kg
T1 = -28 //initial temperature of the saturated vapor in degree celcius
P2 = 1.4 //final pressure of the refrigerant in bar
T0 = 293 //in kelvin
P0 = 1 //in bar
//part (a)
//from table A-10
u1 = 211.29 //in kj/kg
v1 = .2052 //in m^3/kg
s1 = .9411 //in kj/kg.k
//from table A-12
u0 = 246.67 //in kj/kg
v0 = .23349 //in m^3/kg
s0 = 1.0829 //in kj/kg.k
E1 = mR*[(u1-u0) + P0*10^5*(v1-v0)*10^(-3)-T0*(s1-s0)]
//from table A-12
u2 = 300.16 //in kj/kg
s2 = 1.2369 //in kj/kg.k
v2 = v1
E2 = mR*[(u2-u0) + P0*10^5*(v2-v0)*10^(-3)-T0*(s2-s0)]
printf('part(a)the initial exergy in kj is :\n\t E1 = %f',E1)
printf('\nthe final exergy in kj is :\n\t E2 = %f',E2)
printf('\nthe change in exergy of the refrigerant in kj is \n\tdeltaE = %f',E2-E1)
//part (b)
deltaU = mR*(u2-u1)
//from energy balance
deltaPE = -deltaU
//with the assumption::The only significant changes of state are experienced by the refrigerant and the suspended mass. For the refrigerant, there is no change in kinetic or potential energy. For the suspended mass, there is no change in kinetic or internal energy. Elevation is the only intensive property of the suspended mass that changes
deltaE = deltaPE
printf('\n\n\npart(b)the change in exergy of the suspended mass, in kJ is :\n\t deltaE = %f',deltaE)
//part(c)
deltaEiso = (E2-E1) + deltaE
printf('\n\n\npart(c)the change in exergy of an isolated system of the vessel and pulley–mass assembly, in kJ is :\n\t deltaEiso = %f',deltaEiso)
|
a146aafdb784b6227df6e654ac1d271c5dfb1a10
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2360/CH4/EX4.7/ex4_7.sce
|
2fe6a06d4d4977b2a3bdebbcc44261876e360e3a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 338
|
sce
|
ex4_7.sce
|
// Exa 4.7
format('v',7);clc;clear;close;
// Given data
n = 3;// number of bit
R = 1/(10^n);
V = 1;// in V
// For 1V range,
Resolution = V*R;// in V
disp(Resolution,"For 1 V range, the resolution in V is");
// For 50 V range,
V = 50;// in V
Resolution = V*R;// in V
disp(Resolution,"For 50 V range, the resolution in V is");
|
55ffb674b2fc3ba7cb7ddee8f1b069385c1fd40b
|
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
|
/ketpicscifiles6/Objjoin.sci
|
e8a80ff3798ef68f37d19f6373c67aa1f8271a9e
|
[] |
no_license
|
ketpic/ketcindy-scilab-support
|
e1646488aa840f86c198818ea518c24a66b71f81
|
3df21192d25809ce980cd036a5ef9f97b53aa918
|
refs/heads/master
| 2021-05-11T11:40:49.725978
| 2018-01-16T14:02:21
| 2018-01-16T14:02:21
| 117,643,554
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 158
|
sci
|
Objjoin.sci
|
// s: 2014.09.07
function Out=Objjoin(varargin)
global OBJJOIN
if length(varargin)>0
OBJJOIN=abs(sign(varargin(1)))
end;
Out=OBJJOIN
endfunction
|
0958520dc2f420a9c5a7f5b0b89956ede8b72567
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1535/CH8/EX8.9/Ch08Ex9.sci
|
5360e92cc0389a7f530b0d40d878dead13782616
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 427
|
sci
|
Ch08Ex9.sci
|
// Scilab Code Ex8.9: Page-174 (2010)
c = 1; // For simplicity assume speed of light to be unity, m/s
m0 = 1; // For simplicity assume rest mass to be unity, kg
m = (20/100+1)*m0; // Mass in motion, kg
// As m = m0/sqrt(1-(u/c)^2), solving for u
u = sqrt(1-(m0/m)^2)*c; // Speed of moving mass, m/s
printf("\nThe speed of moving body, u = %5.3fc", u);
// Result
// The speed of moving body, u = 0.553c
|
63fdbde14f8fd06cfb7919824f0385cc1a805120
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/575/CH9/EX9.1.2/9_1_2.sce
|
4f7136efbb117a423d6e56d5fcd6cb79430aa6de
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 370
|
sce
|
9_1_2.sce
|
clc
pathname=get_absolute_file_path('9_1_2.sce')
filename=pathname+filesep()+'912.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
disp("From reaction, only gaseous are counted")
left=1+2
right=1+1
deltaUr=deltaHr-R*T*(right-left)/10^3
printf("deltaUr=%f Kj/mol",deltaUr)
|
4688aedc111f33333530daff95e96b70c435ccbe
|
15d3702a1f4402ab16e6b4cfc725ff7e996843ef
|
/predictions/linzen/wsj-10-naive/parses.tst
|
5c18d32fae1b3c502a546d5a8f5f21173e3ecd0d
|
[] |
no_license
|
viking-sudo-rm/industrial-stacknns
|
2ecb36a6c5da2e295b91f854dc96d6bc4c2e4b6a
|
f08da2dcc27f2688eb99e10934ad89e41b879de8
|
refs/heads/master
| 2020-04-26T03:36:50.038626
| 2019-12-26T16:51:52
| 2019-12-26T16:51:52
| 173,272,681
| 14
| 3
| null | 2019-04-13T19:51:25
| 2019-03-01T09:22:01
|
Jupyter Notebook
|
UTF-8
|
Scilab
| false
| false
| 658,083
|
tst
|
parses.tst
|
(X (X a) (X (X Lorillard) (X (X spokewoman) (X (X said) (X (X ,) (X (X ``) (X (X This) (X (X is) (X (X an) (X (X old) (X (X story) (X .))))))))))))
(X (X there) (X (X is) (X (X no) (X (X asbestos) (X (X in) (X (X our) (X (X products) (X (X now) (X (X .) (X ''))))))))))
(X (X it) (X (X has) (X (X no) (X (X bearing) (X (X on) (X (X our) (X (X work) (X (X force) (X (X today) (X .))))))))))
(X (X not) (X (X this) (X (X year) (X .))))
(X (X champagne) (X (X and) (X (X dessert) (X (X followed) (X .)))))
(X (X imports) (X (X were) (X (X at) (X (X $) (X (X 50.38) (X (X billion) (X (X ,) (X (X up) (X (X 19) (X (X %) (X .)))))))))))
(X (X ``) (X (X That) (X (X attracts) (X (X attention) (X ...)))))
(X (X ``) (X (X Now) (X (X the) (X (X field) (X (X is) (X (X less) (X (X cluttered) (X (X ,) (X (X '') (X (X he) (X (X added) (X .))))))))))))
(X (X but) (X (X Mr.) (X (X Barnum) (X (X called) (X (X that) (X (X ``) (X (X a) (X (X worst-case) (X (X '') (X (X scenario) (X .)))))))))))
(X (X ``) (X (X Cray) (X (X Computer) (X (X will) (X (X be) (X (X a) (X (X concept) (X (X stock) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X no) (X (X price) (X (X for) (X (X the) (X (X new) (X (X shares) (X (X has) (X (X been) (X (X set) (X .))))))))))
(X (X cray) (X (X Computer) (X (X has) (X (X applied) (X (X to) (X (X trade) (X (X on) (X (X Nasdaq) (X .)))))))))
(X (X all) (X (X came) (X (X from) (X (X Cray) (X (X Research) (X .))))))
(X (X previously) (X (X he) (X (X was) (X (X vice) (X (X president) (X (X of) (X (X Eastern) (X (X Edison) (X .)))))))))
(X (X he) (X (X was) (X (X previously) (X (X vice) (X (X president) (X .))))))
(X (X these) (X (X three) (X (X countries) (X (X are) (X (X n't) (X (X completely) (X (X off) (X (X the) (X (X hook) (X (X ,) (X (X though) (X .))))))))))))
(X (X the) (X (X computers) (X (X were) (X (X crude) (X (X by) (X (X today) (X (X 's) (X (X standards) (X .)))))))))
(X (X big) (X (X mainframe) (X (X computers) (X (X for) (X (X business) (X (X had) (X (X been) (X (X around) (X (X for) (X (X years) (X .)))))))))))
(X (X there) (X (X were) (X (X many) (X (X pioneer) (X (X PC) (X (X contributors) (X .)))))))
(X (X esso) (X (X said) (X (X the) (X (X Whiting) (X (X field) (X (X started) (X (X production) (X (X Tuesday) (X .)))))))))
(X (X the) (X (X field) (X (X has) (X (X reserves) (X (X of) (X (X 21) (X (X million) (X (X barrels) (X .)))))))))
(X (X reserves) (X (X for) (X (X the) (X (X five) (X (X new) (X (X fields) (X (X total) (X (X 50) (X (X million) (X (X barrels) (X .)))))))))))
(X (X previously) (X (X ,) (X (X watch) (X (X imports) (X (X were) (X (X denied) (X (X such) (X (X duty-free) (X (X treatment) (X .))))))))))
(X (X stephen) (X (X Akerfeldt) (X (X ,) (X (X currently) (X (X vice) (X (X president) (X (X finance) (X (X ,) (X (X will) (X (X succeed) (X (X Mr.) (X (X McAlpine) (X .)))))))))))))
(X (X they) (X (X expect) (X (X him) (X (X to) (X (X cut) (X (X costs) (X (X throughout) (X (X the) (X (X organization) (X .))))))))))
(X (X the) (X (X rest) (X (X went) (X (X to) (X (X investors) (X (X from) (X (X France) (X (X and) (X (X Hong) (X (X Kong) (X .)))))))))))
(X (X the) (X (X total) (X (X marks) (X (X the) (X (X sixth) (X (X consecutive) (X (X monthly) (X (X decline) (X .)))))))))
(X (X pick) (X (X a) (X (X country) (X (X ,) (X (X any) (X (X country) (X .)))))))
(X (X the) (X (X next) (X (X province) (X ?))))
(X (X they) (X (X fell) (X (X into) (X (X oblivion) (X (X after) (X (X the) (X (X 1929) (X (X crash) (X .)))))))))
(X (X behind) (X (X all) (X (X the) (X (X hoopla) (X (X is) (X (X some) (X (X heavy-duty) (X (X competition) (X .)))))))))
(X (X political) (X (X and) (X (X currency) (X (X gyrations) (X (X can) (X (X whipsaw) (X (X the) (X (X funds) (X .)))))))))
(X (X the) (X (X U.S.S.R.) (X (X belongs) (X (X to) (X (X neither) (X (X organization) (X .)))))))
(X (X ``) (X (X I) (X (X draw) (X (X a) (X (X blank) (X (X .) (X '')))))))
(X (X factory) (X (X payrolls) (X (X fell) (X (X in) (X (X September) (X .))))))
(X (X inventories) (X (X are) (X (X closely) (X (X watched) (X (X for) (X (X such) (X (X clues) (X (X ,) (X (X for) (X (X instance) (X .)))))))))))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X see) (X (X any) (X (X signs) (X (X that) (X (X inventories) (X (X are) (X (X excessive) (X (X .) (X '')))))))))))))
(X (X excluding) (X (X these) (X (X orders) (X (X ,) (X (X backlogs) (X (X declined) (X (X 0.3) (X (X %) (X .)))))))))
(X (X the) (X (X decline) (X (X was) (X (X even) (X (X steeper) (X (X than) (X (X in) (X (X September) (X .)))))))))
(X (X economists) (X (X consider) (X (X that) (X (X a) (X (X sign) (X (X that) (X (X inflationary) (X (X pressures) (X (X are) (X (X abating) (X .)))))))))))
(X (X pamela) (X (X Sebastian) (X (X in) (X (X New) (X (X York) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X they) (X (X read) (X (X Mickey) (X (X Spillane) (X (X and) (X (X talk) (X (X about) (X (X Groucho) (X (X and) (X (X Harpo) (X .)))))))))))
(X (X this) (X (X is) (X (X Japan) (X ?))))
(X (X it) (X (X 's) (X (X imaginative) (X (X and) (X (X often) (X (X funny) (X .)))))))
(X (X the) (X (X 40-year-old) (X (X Mr.) (X (X Murakami) (X (X is) (X (X a) (X (X publishing) (X (X sensation) (X (X in) (X (X Japan) (X .)))))))))))
(X (X south) (X (X Korea) (X (X has) (X (X different) (X (X concerns) (X .))))))
(X (X the) (X (X warrants) (X (X expire) (X (X Nov.) (X (X 30) (X (X ,) (X (X 1990) (X .))))))))
(X (X steve) (X (X Martin) (X (X has) (X (X already) (X (X laid) (X (X his) (X (X claim) (X (X to) (X (X that) (X .))))))))))
(X (X so) (X (X would) (X (X the) (X (X Little) (X (X Tramp) (X (X ,) (X (X for) (X (X that) (X (X matter) (X .))))))))))
(X (X the) (X (X Artist) (X (X has) (X (X his) (X (X routine) (X .))))))
(X (X he) (X (X is) (X (X his) (X (X own) (X (X man) (X .))))))
(X (X marie-louise) (X (X ,) (X (X a) (X (X small-time) (X (X abortionist) (X (X ,) (X (X was) (X (X their) (X (X woman) (X .))))))))))
(X (X her) (X (X remorse) (X (X was) (X (X shallow) (X (X and) (X (X brief) (X .)))))))
(X (X new) (X (X York) (X (X City) (X :))))
(X (X ``) (X (X Compare) (X (X two) (X (X candidates) (X (X for) (X (X mayor) (X (X ,) (X (X '') (X (X says) (X (X the) (X (X announcer) (X .))))))))))))
(X (X ``) (X (X One) (X (X says) (X (X he) (X (X 's) (X (X for) (X (X banning) (X (X cop-killer) (X (X bullets) (X .))))))))))
(X (X the) (X (X other) (X (X has) (X (X opposed) (X (X a) (X (X ban) (X (X on) (X (X cop-killer) (X (X bullets) (X .))))))))))
(X (X one) (X (X claims) (X (X he) (X (X 's) (X (X pro-choice) (X .))))))
(X (X who) (X (X 's) (X (X telling) (X (X the) (X (X truth) (X ?))))))
(X (X everybody) (X (X --) (X (X and) (X (X nobody) (X .)))))
(X (X the) (X (X campaign) (X (X has) (X (X blamed) (X (X these) (X (X reporting) (X (X problems) (X (X on) (X (X computer) (X (X errors) (X .)))))))))))
(X (X virginia) (X :))
(X (X a) (X (X voice) (X (X says) (X (X ,) (X (X ``) (X (X C'mon) (X (X ,) (X (X now) (X (X ,) (X (X do) (X (X n't) (X (X you) (X (X have) (X (X boyfriends) (X (X ?) (X ''))))))))))))))))
(X (X new) (X (X Jersey) (X :)))
(X (X ``) (X (X Remember) (X (X Pinocchio) (X (X ?) (X (X '') (X (X says) (X (X a) (X (X female) (X (X voice) (X .))))))))))
(X (X ``) (X (X Consider) (X (X Jim) (X (X Courter) (X (X .) (X ''))))))
(X (X and) (X (X the) (X (X nose) (X (X on) (X (X Mr.) (X (X Courter) (X (X 's) (X (X face) (X (X grows) (X .))))))))))
(X (X ``) (X (X Who) (X (X 's) (X (X really) (X (X lying) (X (X ?) (X (X '') (X (X asks) (X (X a) (X (X female) (X (X voice) (X .))))))))))))
(X (X who) (X (X 's) (X (X telling) (X (X the) (X (X truth) (X ?))))))
(X (X but) (X (X it) (X (X 's) (X (X building) (X (X on) (X (X a) (X (X long) (X (X tradition) (X .)))))))))
(X (X but) (X (X it) (X (X resists) (X (X yielding) (X (X political) (X (X ground) (X .)))))))
(X (X cathryn) (X (X Rice) (X (X could) (X (X hardly) (X (X believe) (X (X her) (X (X eyes) (X .))))))))
(X (X she) (X (X had) (X (X seen) (X (X cheating) (X (X before) (X (X ,) (X (X but) (X (X these) (X (X notes) (X (X were) (X (X uncanny) (X .))))))))))))
(X (X the) (X (X student) (X (X surrendered) (X (X the) (X (X notes) (X (X ,) (X (X but) (X (X not) (X (X without) (X (X a) (X (X protest) (X .))))))))))))
(X (X her) (X (X alternative) (X (X was) (X (X 90) (X (X days) (X (X in) (X (X jail) (X .))))))))
(X (X her) (X (X story) (X (X is) (X (X partly) (X (X one) (X (X of) (X (X personal) (X (X downfall) (X .)))))))))
(X (X and) (X (X sales) (X (X of) (X (X test-coaching) (X (X booklets) (X (X for) (X (X classroom) (X (X instruction) (X (X are) (X (X booming) (X .)))))))))))
(X (X and) (X (X South) (X (X Carolina) (X (X says) (X (X it) (X (X is) (X (X getting) (X (X results) (X .)))))))))
(X (X her) (X (X immediate) (X (X predecessor) (X (X suffered) (X (X a) (X (X nervous) (X (X breakdown) (X .))))))))
(X (X i) (X (X loved) (X (X the) (X (X school) (X (X ,) (X (X its) (X (X history) (X .))))))))
(X (X pressures) (X (X began) (X (X to) (X (X build) (X .)))))
(X (X friends) (X (X told) (X (X her) (X (X she) (X (X was) (X (X pushing) (X (X too) (X (X hard) (X .)))))))))
(X (X ``) (X (X Only) (X (X five) (X (X of) (X (X the) (X (X 40) (X (X questions) (X (X were) (X (X geography) (X (X questions) (X .)))))))))))
(X (X ``) (X (X These) (X (X kids) (X (X broke) (X (X my) (X (X heart) (X (X ,) (X (X '') (X (X she) (X (X says) (X .)))))))))))
(X (X school) (X (X officials) (X (X and) (X (X prosecutors) (X (X say) (X (X Mrs.) (X (X Yeargin) (X (X is) (X (X lying) (X .))))))))))
(X (X ``) (X (X Not) (X (X really) (X .))))
(X (X i) (X (X believe) (X (X in) (X (X the) (X (X system) (X .))))))
(X (X mrs.) (X (X Yeargin) (X (X declined) (X .))))
(X (X i) (X (X was) (X (X dumbfounded) (X (X ,) (X (X '') (X (X Mrs.) (X (X Ward) (X (X recalls) (X .)))))))))
(X (X ``) (X (X It) (X (X was) (X (X like) (X (X someone) (X (X had) (X (X turned) (X (X a) (X (X knife) (X (X in) (X (X me) (X (X .) (X '')))))))))))))
(X (X the) (X (X radio) (X (X show) (X (X ``) (X (X enraged) (X (X us) (X (X ,) (X (X '') (X (X says) (X (X Mrs.) (X (X Ward) (X .))))))))))))
(X (X over) (X (X 50) (X (X witnesses) (X (X ,) (X (X mostly) (X (X students) (X (X ,) (X (X were) (X (X interviewed) (X .))))))))))
(X (X many) (X (X colleagues) (X (X are) (X (X angry) (X (X at) (X (X Mrs.) (X (X Yeargin) (X .))))))))
(X (X there) (X (X may) (X (X be) (X (X others) (X (X doing) (X (X what) (X (X she) (X (X did) (X (X .) (X ''))))))))))
(X (X mrs.) (X (X Ward) (X (X ,) (X (X for) (X (X one) (X (X ,) (X (X was) (X (X relieved) (X .)))))))))
(X (X it) (X (X also) (X (X asks) (X (X them) (X (X to) (X (X add) (X (X two-sevenths) (X (X and) (X (X three-sevenths) (X .))))))))))
(X (X test-preparation) (X (X booklets) (X (X ,) (X (X software) (X (X and) (X (X worksheets) (X (X are) (X (X a) (X (X booming) (X (X publishing) (X (X subindustry) (X .))))))))))))
(X (X the) (X (X materials) (X (X in) (X (X each) (X (X set) (X (X reach) (X (X about) (X (X 90) (X (X students) (X .))))))))))
(X (X scoring) (X (X High) (X (X and) (X (X Learning) (X (X Materials) (X (X are) (X (X the) (X (X best-selling) (X (X preparation) (X (X tests) (X .)))))))))))
(X (X he) (X (X also) (X (X asserted) (X (X that) (X (X exact) (X (X questions) (X (X were) (X (X n't) (X (X replicated) (X .))))))))))
(X (X but) (X (X Learning) (X (X Materials) (X (X matched) (X (X on) (X (X 66.5) (X (X of) (X (X 69) (X (X subskills) (X .))))))))))
(X (X scoring) (X (X High) (X (X matched) (X (X on) (X (X 64.5) (X .))))))
(X (X mcgraw-hill) (X (X was) (X (X outraged) (X .))))
(X (X new) (X (X York-based) (X (X Alleghany) (X (X is) (X (X an) (X (X insurance) (X (X and) (X (X financial) (X (X services) (X (X concern) (X .)))))))))))
(X (X the) (X (X purchase) (X (X price) (X (X includes) (X (X two) (X (X ancillary) (X (X companies) (X .))))))))
(X (X the) (X (X two) (X (X banks) (X (X merged) (X (X in) (X (X 1985) (X .)))))))
(X (X it) (X (X rose) (X (X 7\/8) (X (X to) (X (X 18) (X (X 1\/4) (X .)))))))
(X (X he) (X (X said) (X (X the) (X (X company) (X (X 's) (X (X core) (X (X business) (X (X remains) (X (X strong) (X .))))))))))
(X (X rally) (X (X 's) (X (X lost) (X (X 1) (X (X 3\/4) (X (X to) (X (X 21) (X (X 3\/4) (X .)))))))))
(X (X the) (X (X WAR) (X (X OVER) (X (X FEDERAL) (X (X JUDICIAL) (X (X SALARIES) (X (X takes) (X (X a) (X (X victim) (X .))))))))))
(X (X ``) (X (X Judges) (X (X are) (X (X not) (X (X getting) (X (X what) (X (X they) (X (X deserve) (X .)))))))))
(X (X doonesbury) (X (X CREATOR'S) (X (X UNION) (X (X TROUBLES) (X (X are) (X (X no) (X (X laughing) (X (X matter) (X .)))))))))
(X (X abortion) (X (X RULING) (X (X UPHELD) (X :))))
(X (X gaf) (X (X TRIAL) (X (X goes) (X (X to) (X (X round) (X (X three) (X .)))))))
(X (X this) (X (X trial) (X (X is) (X (X expected) (X (X to) (X (X last) (X (X five) (X (X weeks) (X .)))))))))
(X (X switching) (X (X TO) (X (X THE) (X (X DEFENSE) (X :)))))
(X (X he) (X (X will) (X (X specialize) (X (X in) (X (X white-collar) (X (X criminal) (X (X defense) (X (X work) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X papers) (X :))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X tv) (X :))
(X (X @))
(X (X money) (X (X Market) (X (X Deposits-a) (X (X 6.21) (X %)))))
(X (X b) (X (X -) (X (X Current) (X (X annual) (X (X yield) (X .))))))
(X (X guaranteed) (X (X minimum) (X (X 6) (X (X %) (X .)))))
(X (X yesterday) (X (X 's) (X (X announcement) (X (X was) (X (X made) (X (X after) (X (X markets) (X (X closed) (X .)))))))))
(X (X ingersoll-rand) (X (X Co) (X (X .) (X (X -LRB-) (X (X Woodcliff) (X (X Lake) (X (X ,) (X (X N.J) (X (X .) (X (X -RRB-) (X --)))))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X moderate) (X (X 3.5) (X (X million) (X (X ounces) (X .)))))))))
(X (X viacom) (X (X denies) (X (X it) (X (X 's) (X (X using) (X (X pressure) (X (X tactics) (X .))))))))
(X (X mr.) (X (X Gillespie) (X (X at) (X (X Viacom) (X (X says) (X (X the) (X (X ratings) (X (X are) (X (X rising) (X .))))))))))
(X (X there) (X (X was) (X (X n't) (X (X .) (X '')))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X interpublic) (X (X ON) (X (X TV) (X :))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X the) (X (X business) (X (X had) (X (X been) (X (X handled) (X (X by) (X (X VanSant) (X (X Dugdale) (X (X ,) (X (X Baltimore) (X .)))))))))))
(X (X at&t) (X (X FAX) (X :)))
(X (X first) (X (X CAMPAIGN) (X :)))
(X (X landor) (X (X ASSOCIATES) (X :)))
(X (X acquisition) (X :))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X they) (X (X did) (X (X n't) (X (X have) (X (X much) (X (X luck) (X (X during) (X (X the) (X (X Reagan) (X (X administration) (X .)))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X in) (X (X a) (X (X very) (X (X different) (X (X regulatory) (X (X environment) (X (X .) (X '')))))))))))
(X (X this) (X (X year) (X (X ,) (X (X the) (X (X railroad) (X (X holding) (X (X company) (X (X acquired) (X (X 850) (X (X such) (X (X railcars) (X .))))))))))))
(X (X he) (X (X added) (X (X ,) (X (X ``) (X (X There) (X (X 's) (X (X nothing) (X (X very) (X (X hot) (X (X .) (X '')))))))))))
(X (X the) (X (X company) (X (X also) (X (X adopted) (X (X an) (X (X anti-takeover) (X (X plan) (X .))))))))
(X (X france) (X (X can) (X (X boast) (X (X the) (X (X lion) (X (X 's) (X (X share) (X (X of) (X (X high-priced) (X (X bottles) (X .)))))))))))
(X (X the) (X (X '82) (X (X Salon) (X (X is) (X (X $) (X (X 115) (X .)))))))
(X (X take) (X (X Lake) (X (X Vineyard) (X (X Cabernet) (X (X from) (X (X Diamond) (X (X Creek) (X .))))))))
(X (X we) (X (X got) (X (X our) (X (X two) (X (X six-packs) (X (X --) (X (X and) (X (X they) (X (X 're) (X (X gone) (X (X .) (X ''))))))))))))
(X (X ms.) (X (X Ensrud) (X (X is) (X (X a) (X (X free-lance) (X (X wine) (X (X writer) (X (X in) (X (X New) (X (X York) (X .)))))))))))
(X (X copperweld) (X (X said) (X (X it) (X (X does) (X (X n't) (X (X expect) (X (X a) (X (X protracted) (X (X strike) (X .))))))))))
(X (X they) (X (X will) (X (X mature) (X (X Dec.) (X (X 21) (X .))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X bond) (X (X prices) (X (X and) (X (X the) (X (X dollar) (X (X both) (X (X gained) (X (X modestly) (X .)))))))))
(X (X economic) (X (X news) (X (X had) (X (X little) (X (X effect) (X (X on) (X (X financial) (X (X markets) (X .)))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X :)))))
(X (X stock) (X (X prices) (X (X rose) (X (X fractionally) (X (X in) (X (X moderate) (X (X trading) (X .))))))))
(X (X big) (X (X Board) (X (X volume) (X (X totaled) (X (X 154.2) (X (X million) (X (X shares) (X .))))))))
(X (X bond) (X (X prices) (X (X were) (X (X up) (X .)))))
(X (X the) (X (X yield) (X (X fell) (X (X to) (X (X 7.88) (X (X %) (X .)))))))
(X (X the) (X (X dollar) (X (X rose) (X .))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X eaton) (X (X is) (X (X an) (X (X automotive) (X (X parts) (X (X ,) (X (X controls) (X (X and) (X (X aerospace) (X (X electronics) (X (X concern) (X .))))))))))))
(X (X however) (X (X ,) (X (X it) (X (X has) (X (X n't) (X (X yet) (X (X made) (X (X any) (X (X proposals) (X (X to) (X (X shareholders) (X .))))))))))))
(X (X it) (X (X did) (X (X n't) (X (X elaborate) (X .)))))
(X (X nl) (X (X is) (X (X officially) (X (X making) (X (X the) (X (X offer) (X .)))))))
(X (X the) (X (X Japanese) (X (X fret) (X (X openly) (X (X about) (X (X the) (X (X U.S.) (X (X public) (X (X 's) (X (X rancor) (X .)))))))))))
(X (X each) (X (X side) (X (X has) (X (X a) (X (X litany) (X (X of) (X (X recommendations) (X (X for) (X (X the) (X (X other) (X .)))))))))))
(X (X the) (X (X U.S.) (X (X says) (X (X it) (X (X is) (X (X anxious) (X (X for) (X (X results) (X .)))))))))
(X (X but) (X (X they) (X (X have) (X (X n't) (X (X clarified) (X (X what) (X (X those) (X (X might) (X (X be) (X .))))))))))
(X (X ``) (X (X Both) (X (X sides) (X (X are) (X (X taking) (X (X action) (X (X .) (X ''))))))))
(X (X elisabeth) (X (X Rubinfien) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X the) (X (X Needham) (X (X ,) (X (X Mass.) (X (X ,) (X (X concern) (X (X tracks) (X (X investments) (X (X in) (X (X new) (X (X businesses) (X .))))))))))))
(X (X mr.) (X (X Bodner) (X (X declines) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X arrangement) (X .)))))))))
(X (X they) (X (X operate) (X (X ships) (X (X and) (X (X banks) (X .))))))
(X (X a) (X (X company) (X (X spokesman) (X (X declined) (X (X to) (X (X elaborate) (X (X on) (X (X the) (X (X departure) (X .))))))))))
(X (X ``) (X (X I) (X (X deserve) (X (X something) (X (X for) (X (X my) (X (X loyalty) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))))))
(X (X she) (X (X took) (X (X her) (X (X business) (X (X to) (X (X First) (X (X Atlanta) (X .))))))))
(X (X but) (X (X many) (X (X banks) (X (X are) (X (X turning) (X (X away) (X (X from) (X (X strict) (X (X price) (X (X competition) (X .)))))))))))
(X (X those) (X (X efforts) (X (X are) (X (X being) (X (X stepped) (X (X up) (X .)))))))
(X (X banks) (X (X have) (X (X tried) (X (X packaging) (X (X before) (X .))))))
(X (X one) (X (X big) (X (X reason) (X (X :) (X (X thin) (X (X margins) (X .)))))))
(X (X the) (X (X competition) (X (X has) (X (X cultivated) (X (X a) (X (X much) (X (X savvier) (X (X consumer) (X .)))))))))
(X (X packaging) (X (X has) (X (X some) (X (X drawbacks) (X .)))))
(X (X soon) (X (X ,) (X (X it) (X (X will) (X (X split) (X (X those) (X (X into) (X (X 30) (X .)))))))))
(X (X iras) (X .))
(X (X currently) (X (X ,) (X (X ShareData) (X (X has) (X (X about) (X (X 4.1) (X (X million) (X (X common) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X 1) (X (X .) (X (X Buy) (X (X a) (X (X new) (X (X Chevrolet) (X .)))))))
(X (X 2) (X (X .) (X (X Take) (X (X a) (X (X Hawaiian) (X (X vacation) (X .)))))))
(X (X 3) (X (X .) (X (X Send) (X (X your) (X (X child) (X (X to) (X (X a) (X (X university) (X .)))))))))
(X (X 4) (X (X .) (X (X Buy) (X (X a) (X (X diamond) (X (X necklace) (X .)))))))
(X (X like) (X (X healthy) (X (X regulatory) (X (X capital) (X .)))))
(X (X a) (X (X steady) (X (X deposit) (X (X base) (X .)))))
(X (X performing) (X (X loans) (X .)))
(X (X mr.) (X (X Baris) (X (X is) (X (X a) (X (X lawyer) (X (X in) (X (X New) (X (X York) (X .)))))))))
(X (X --) (X (X Dorothy) (X (X L.) (X (X Sayers) (X (X ,) (X (X ``) (X (X The) (X (X Nine) (X (X Tailors) (X ''))))))))))
(X (X aslacton) (X (X ,) (X England)))
(X (X now) (X (X ,) (X (X only) (X (X one) (X (X local) (X (X ringer) (X (X remains) (X (X :) (X (X 64-year-old) (X (X Derek) (X (X Hammond) (X .))))))))))))
(X (X the) (X (X others) (X (X here) (X (X today) (X (X live) (X (X elsewhere) (X .)))))))
(X (X history) (X (X ,) (X (X after) (X (X all) (X (X ,) (X (X is) (X (X not) (X (X on) (X (X his) (X (X side) (X .)))))))))))
(X (X this) (X (X does) (X (X not) (X (X sit) (X (X well) (X (X with) (X (X some) (X (X clerics) (X .)))))))))
(X (X they) (X (X are) (X (X n't) (X (X accepted) (X (X everywhere) (X (X ,) (X (X however) (X .))))))))
(X (X ``) (X (X And) (X (X recessionary) (X (X environments) (X (X are) (X (X n't) (X (X hospitable) (X (X to) (X (X the) (X (X stock) (X (X market) (X (X .) (X '')))))))))))))
(X (X in) (X (X fact) (X (X ,) (X (X ``) (X (X the) (X (X market) (X (X has) (X (X always) (X (X tanked) (X .))))))))))
(X (X always) (X .))
(X (X what) (X (X will) (X (X happen) (X (X to) (X (X dividend) (X (X growth) (X (X next) (X (X year) (X ?)))))))))
(X (X such) (X (X is) (X (X hardly) (X (X the) (X (X case) (X .))))))
(X (X this) (X (X is) (X (X where) (X (X Bell) (X (X 's) (X (X patents) (X (X went) (X .))))))))
(X (X oliver) (X (X Berliner) (X (X Beverly) (X (X Hills) (X (X ,) (X (X Calif) (X .)))))))
(X (X ``) (X (X We) (X (X had) (X (X to) (X (X do) (X (X something) (X (X structurally) (X (X and) (X (X radically) (X (X different) (X (X .) (X ''))))))))))))
(X (X the) (X (X Chinese) (X (X responded) (X (X in) (X (X an) (X (X equally) (X (X undiplomatic) (X (X fashion) (X .)))))))))
(X (X mr.) (X (X Nixon) (X (X was) (X (X to) (X (X leave) (X (X China) (X (X today) (X .))))))))
(X (X china) (X (X pulled) (X (X out) (X (X of) (X (X the) (X (X program) (X (X in) (X (X July) (X .)))))))))
(X (X the) (X (X rifles) (X (X were) (X (X n't) (X (X loaded) (X .))))))
(X (X the) (X (X Japanese) (X (X industrial) (X (X companies) (X (X should) (X (X know) (X (X better) (X .))))))))
(X (X he) (X (X is) (X (X just) (X (X passing) (X (X the) (X (X buck) (X (X to) (X (X young) (X (X people) (X .))))))))))
(X (X what) (X (X 's) (X (X wrong) (X (X with) (X (X asking) (X (X for) (X (X more) (X (X money) (X ?)))))))))
(X (X hiroshi) (X Asada))
(X (X preston) (X (X G.) (X (X Foster) (X (X Birmingham) (X (X ,) (X (X Ala) (X .)))))))
(X (X a) (X (X telephone-information) (X (X operator) (X (X had) (X (X no) (X (X listing) (X (X for) (X (X either) (X (X party) (X .))))))))))
(X (X officials) (X (X of) (X (X Triton) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))))
(X (X mr.) (X (X Crane) (X (X did) (X (X n't) (X (X return) (X (X a) (X (X call) (X (X seeking) (X (X comment) (X .))))))))))
(X (X a) (X (X Shearson) (X (X spokesman) (X (X had) (X (X no) (X (X comment) (X .)))))))
(X (X ``) (X (X I) (X (X never) (X (X had) (X (X any) (X (X clients) (X (X at) (X (X all) (X .)))))))))
(X (X but) (X (X regulators) (X (X are) (X (X wary) (X .)))))
(X (X they) (X (X do) (X (X n't) (X (X have) (X (X plans) (X (X to) (X (X cut) (X (X back) (X .)))))))))
(X (X the) (X (X British) (X (X also) (X (X are) (X (X scrutinizing) (X (X program) (X (X trades) (X .))))))))
(X (X market) (X (X professionals) (X (X said) (X (X London) (X (X has) (X (X several) (X (X attractions) (X .))))))))
(X (X britain) (X (X has) (X (X two) (X (X main) (X (X index-arbitrage) (X (X instruments) (X .)))))))
(X (X he) (X (X also) (X (X is) (X (X a) (X (X consensus) (X (X manager) (X (X ,) (X (X insiders) (X (X say) (X .))))))))))
(X (X they) (X (X call) (X (X it) (X (X ``) (X (X photographic) (X (X '') (X .)))))))
(X (X mr.) (X (X Hahn) (X (X also) (X (X has) (X (X engineered) (X (X a) (X (X surprising) (X (X turnaround) (X (X of) (X (X Georgia-Pacific) (X .)))))))))))
(X (X the) (X (X formula) (X (X has) (X (X paid) (X (X off) (X (X ,) (X (X so) (X (X far) (X .)))))))))
(X (X nekoosa) (X (X would) (X (X n't) (X (X be) (X (X a) (X (X diversification) (X .)))))))
(X (X but) (X (X can) (X (X Mr.) (X (X Hahn) (X (X carry) (X (X it) (X (X off) (X ?))))))))
(X (X beauty) (X (X Takes) (X (X Backseat) (X (X To) (X (X Safety) (X (X on) (X Bridges)))))))
(X (X compromises) (X (X are) (X (X possible) (X .))))
(X (X tray) (X (X Bon) (X ?)))
(X (X drink) (X (X Carrier) (X (X Competes) (X (X With) (X Cartons)))))
(X (X inventor) (X (X Claire) (X (X Marvin) (X (X says) (X (X his) (X (X design) (X (X virtually) (X (X eliminates) (X (X spilling) (X .))))))))))
(X (X lids) (X (X are) (X (X n't) (X (X even) (X (X needed) (X .))))))
(X (X a) (X (X few) (X (X fast-food) (X (X outlets) (X (X are) (X (X giving) (X (X it) (X (X a) (X (X try) (X .))))))))))
(X (X the) (X (X company) (X (X acknowledges) (X (X some) (X (X problems) (X .))))))
(X (X and) (X (X unlike) (X (X some) (X (X trays) (X (X ,) (X (X there) (X (X 's) (X (X no) (X (X place) (X (X for) (X (X food) (X .))))))))))))
(X (X spirit) (X (X of) (X (X Perestroika) (X (X Touches) (X (X Design) (X World))))))
(X (X seed) (X (X for) (X (X Jail) (X (X Solution) (X (X Fails) (X (X to) (X (X Take) (X Root))))))))
(X (X that) (X (X settlement) (X (X was) (X (X in) (X (X April) (X (X 1987) (X .)))))))
(X (X the) (X (X company) (X (X is) (X (X contesting) (X (X the) (X (X fine) (X .)))))))
(X (X it) (X (X should) (X (X be) (X (X the) (X (X Natural) (X (X Resources) (X (X Defense) (X (X Council) (X .)))))))))
(X (X we) (X (X have) (X (X made) (X (X no) (X (X such) (X (X statement) (X .)))))))
(X (X maxwell) (X (X R.D.) (X (X Vos) (X (X Brooklyn) (X (X ,) (X (X N.Y) (X .)))))))
(X (X robert) (X (X S.) (X (X Jenkins) (X (X Cambridge) (X (X ,) (X (X Mass) (X .)))))))
(X (X ruth) (X (X K.) (X (X Nelson) (X (X Cullowhee) (X (X ,) (X (X N.C) (X .)))))))
(X (X he) (X (X declined) (X (X to) (X (X discuss) (X (X other) (X (X terms) (X (X of) (X (X the) (X (X issue) (X .))))))))))
(X (X follow-up) (X (X report) (X :)))
(X (X and) (X (X my) (X (X newspaper) (X (X can) (X (X print) (X (X the) (X (X text) (X (X of) (X (X those) (X (X broadcasts) (X .)))))))))))
(X (X that) (X (X was) (X (X the) (X (X law) (X .)))))
(X (X it) (X (X was) (X (X censorship) (X .))))
(X (X it) (X (X was) (X (X outrageous) (X .))))
(X (X and) (X (X it) (X (X was) (X (X stupid) (X .)))))
(X (X it) (X (X does) (X (X a) (X (X first-rate) (X (X job) (X .))))))
(X (X and) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X there) (X (X 's) (X (X that) (X (X word) (X (X ``) (X (X dissemination) (X (X .) (X '')))))))))))))
(X (X how) (X (X 's) (X (X that) (X (X again) (X ?)))))
(X (X and) (X (X ,) (X (X indeed) (X (X ,) (X (X the) (X (X lawsuit) (X (X was) (X (X dismissed) (X .)))))))))
(X (X but) (X (X the) (X (X court) (X (X disagreed) (X .)))))
(X (X so) (X (X now) (X (X the) (X (X situation) (X (X is) (X (X this) (X :)))))))
(X (X this) (X (X is) (X (X not) (X (X a) (X (X trivial) (X (X issue) (X .)))))))
(X (X the) (X (X man) (X (X was) (X (X Charles) (X (X Z.) (X (X Wick) (X .)))))))
(X (X at) (X (X the) (X (X time) (X (X ,) (X (X he) (X (X was) (X (X director) (X (X of) (X the)))))))))
(X (X he) (X (X had) (X (X no) (X (X answers) (X (X then) (X .))))))
(X (X now) (X (X there) (X (X are) (X (X some) (X .)))))
(X (X this) (X (X democracy) (X (X is) (X (X suddenly) (X (X a) (X (X little) (X (X more) (X (X democratic) (X .)))))))))
(X (X i) (X (X feel) (X (X pretty) (X (X good) (X (X about) (X (X it) (X .)))))))
(X (X such) (X (X problems) (X (X will) (X (X require) (X (X considerable) (X (X skill) (X (X to) (X (X resolve) (X .)))))))))
(X (X ``) (X (X You) (X (X 've) (X (X got) (X (X to) (X (X make) (X (X those) (X (X savings) (X (X now) (X (X .) (X '')))))))))))
(X (X ``) (X (X We) (X (X play) (X (X to) (X (X win) (X .))))))
(X (X wednesday) (X (X ,) (X (X November) (X (X 1) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X .)))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.64) (X (X %) (X .)))))))))
(X (X sometimes) (X (X you) (X (X just) (X (X go) (X (X with) (X (X your) (X (X gut) (X (X .) (X '')))))))))
(X (X president) (X (X Reagan) (X (X learned) (X (X that) (X (X lesson) (X .))))))
(X (X the) (X (X Constitution) (X (X does) (X (X not) (X (X expressly) (X (X give) (X (X the) (X (X president) (X (X such) (X (X power) (X .)))))))))))
(X (X if) (X (X Congress) (X (X does) (X (X nothing) (X (X ,) (X (X President) (X (X Bush) (X (X will) (X (X have) (X (X won) (X .)))))))))))
(X (X president) (X (X Bush) (X (X should) (X (X set) (X (X things) (X (X straight) (X .)))))))
(X (X mr.) (X (X Sidak) (X (X served) (X (X as) (X (X an) (X (X attorney) (X (X in) (X (X the) (X (X Reagan) (X (X administration) (X .)))))))))))
(X (X most) (X (X of) (X (X those) (X (X states) (X (X set) (X (X farm) (X (X income) (X (X records) (X .)))))))))
(X (X many) (X (X lost) (X (X their) (X (X farms) (X .)))))
(X (X the) (X (X Herald) (X (X was) (X (X left) (X (X in) (X (X limbo) (X .)))))))
(X (X financially) (X (X ,) (X (X it) (X (X never) (X (X recovered) (X (X ;) (X (X editorially) (X (X ,) (X (X it) (X (X had) (X (X its) (X (X moments) (X .)))))))))))))
(X (X the) (X (X reaction) (X (X in) (X (X the) (X (X newsroom) (X (X was) (X (X emotional) (X .))))))))
(X (X ``) (X (X It) (X (X does) (X (X n't) (X (X make) (X (X any) (X (X difference) (X (X now) (X .)))))))))
(X (X or) (X (X so) (X (X the) (X (X slogan) (X (X might) (X (X go) (X .)))))))
(X (X neither) (X (X company) (X (X would) (X (X disclose) (X (X the) (X (X program) (X (X 's) (X (X cost) (X .)))))))))
(X (X this) (X (X is) (X (X n't) (X (X Buick) (X (X 's) (X (X first) (X (X travel-related) (X (X promotion) (X .)))))))))
(X (X an) (X (X appeal) (X (X is) (X (X expected) (X .)))))
(X (X the) (X (X target) (X (X of) (X (X their) (X (X wrath) (X ?))))))
(X (X their) (X (X own) (X (X employer) (X (X ,) (X (X Kidder) (X (X Peabody) (X .)))))))
(X (X these) (X (X are) (X (X the) (X (X main) (X (X proponents) (X (X of) (X (X program) (X (X trading) (X .)))))))))
(X (X kill) (X (X it) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))
(X (X its) (X (X new) (X (X products) (X (X and) (X (X trading) (X (X techniques) (X (X have) (X (X been) (X (X highly) (X (X profitable) (X .)))))))))))
(X (X ``) (X (X I) (X (X would) (X (X like) (X (X to) (X (X go) (X (X back) (X (X to) (X (X 1970) (X .))))))))))
(X (X but) (X (X we) (X (X are) (X (X not) (X (X going) (X (X back) (X (X to) (X (X 1970) (X (X .) (X ''))))))))))
(X (X again) (X (X and) (X (X again) (X (X ,) (X (X program-trading) (X (X 's) (X (X critics) (X (X raise) (X (X the) (X (X ``) (X (X casino) (X (X '') (X (X theme) (X .))))))))))))))
(X (X that) (X (X divergence) (X (X is) (X (X what) (X (X stock) (X (X index) (X (X traders) (X (X seek) (X .)))))))))
(X (X stockbrokers) (X (X ') (X (X business) (X (X and) (X (X pay) (X (X has) (X (X been) (X (X falling) (X .)))))))))
(X (X ``) (X (X Do) (X (X you) (X (X make) (X (X sweatshirts) (X (X or) (X (X sparkplugs) (X ?))))))))
(X (X the) (X (X anti-programmers) (X (X are) (X (X getting) (X (X some) (X (X helpful) (X (X thunder) (X (X from) (X (X Congress) (X .))))))))))
(X (X `) (X (X Sit) (X (X down) (X !))))
(X (X you) (X (X will) (X (X not) (X (X panic) (X ,)))))
(X (X you) (X (X will) (X (X not) (X (X put) (X (X the) (X (X financial) (X (X system) (X (X in) (X (X jeopardy) (X (X .) (X (X ') (X ''))))))))))))
(X (X james) (X (X A.) (X (X White) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X fundamentalists) (X Jihad))
(X (X index) (X (X arbitrage) (X (X is) (X (X a) (X (X common) (X (X form) (X (X of) (X (X program) (X (X trading) (X .))))))))))
(X (X but) (X (X many) (X (X of) (X (X these) (X (X reforms) (X (X are) (X (X unneeded) (X (X ,) (X (X even) (X (X harmful) (X .)))))))))))
(X (X reducing) (X (X volatility) (X .)))
(X (X arbitrage) (X (X does) (X (X n't) (X (X cause) (X (X volatility) (X (X ;) (X (X it) (X (X responds) (X (X to) (X (X it) (X .)))))))))))
(X (X encouraging) (X (X long-term) (X (X investing) (X .))))
(X (X getting) (X (X a) (X (X level) (X (X playing) (X (X field) (X .))))))
(X (X so) (X (X what) (X (X is) (X (X next) (X (X for) (X (X program) (X (X trading) (X ?))))))))
(X (X currently) (X (X ,) (X (X the) (X (X government) (X (X charges) (X (X nothing) (X (X for) (X (X such) (X (X filings) (X .))))))))))
(X (X fall) (X (X BALLOT) (X (X ISSUES) (X (X set) (X (X a) (X (X record) (X (X for) (X (X off-year) (X (X elections) (X .))))))))))
(X (X odd-year) (X (X elections) (X (X attract) (X (X relatively) (X (X few) (X (X ballot) (X (X issues) (X .))))))))
(X (X mr.) (X (X McGuigan) (X (X cites) (X (X three) (X (X completed) (X (X efforts) (X (X in) (X (X Oklahoma) (X .)))))))))
(X (X photograph) (X (X COLLECTING) (X (X gains) (X (X new) (X (X stature) (X (X as) (X (X prices) (X (X rise) (X .)))))))))
(X (X price) (X (X records) (X (X are) (X (X being) (X (X set) (X (X at) (X (X auctions) (X (X this) (X (X week) (X .))))))))))
(X (X other) (X (X works) (X (X also) (X (X have) (X (X been) (X (X exceeding) (X (X price) (X (X estimates) (X .)))))))))
(X (X dialing) (X (X 900) (X (X brings) (X (X callers) (X (X a) (X (X growing) (X (X number) (X (X of) (X (X services) (X .))))))))))
(X (X tired) (X (X OF) (X (X TRIMMING) (X ?))))
(X (X diaper) (X (X SERVICES) (X (X make) (X (X a) (X (X comeback) (X (X amid) (X (X growing) (X (X environmental) (X (X concerns) (X .))))))))))
(X (X briefs) (X :))
(X (X but) (X (X she) (X (X believes) (X (X that) (X (X ``) (X (X program) (X (X trading) (X (X creates) (X (X deviant) (X (X swings) (X .)))))))))))
(X (X yet) (X (X he) (X (X is) (X (X n't) (X (X in) (X (X favor) (X (X of) (X (X new) (X (X legislation) (X .))))))))))
(X (X he) (X (X adds) (X (X that) (X (X program) (X (X trading) (X (X ``) (X (X increases) (X (X liquidity) (X (X in) (X (X the) (X (X market) (X .))))))))))))
(X (X you) (X (X ca) (X (X n't) (X (X hold) (X (X back) (X (X technology) (X (X .) (X ''))))))))
(X (X there) (X (X 's) (X (X no) (X (X culprit) (X (X here) (X .))))))
(X (X the) (X (X market) (X (X is) (X (X just) (X (X becoming) (X (X more) (X (X efficient) (X (X .) (X '')))))))))
(X (X but) (X (X ``) (X (X I) (X (X 'm) (X (X a) (X (X long-term) (X (X investor) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X what) (X (X else) (X (X can) (X (X a) (X (X small) (X (X investor) (X (X do) (X ?))))))))
(X (X scott) (X (X Taccetta) (X (X ,) (X (X a) (X (X Chicago) (X (X accountant) (X (X ,) (X (X is) (X (X going) (X (X into) (X (X money-market) (X (X funds) (X .)))))))))))))
(X (X ``) (X (X My) (X (X stocks) (X (X are) (X (X all) (X (X blue) (X (X chips) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))))))
(X (X superconductors) (X (X conduct) (X (X electricity) (X (X without) (X (X resistance) (X (X when) (X (X cooled) (X .))))))))
(X (X the) (X (X appointment) (X (X takes) (X (X effect) (X (X Nov.) (X (X 13) (X .)))))))
(X (X edward) (X (X L.) (X (X Kane) (X (X succeeded) (X (X Mr.) (X (X Taylor) (X (X as) (X (X chairman) (X .)))))))))
(X (X international) (X (X Business) (X (X Machines) (X (X Corp.) (X --)))))
(X (X detroit) (X --))
(X (X the) (X (X bonds) (X (X are) (X (X insured) (X (X and) (X (X triple-A-rated) (X .)))))))
(X (X santa) (X (X Ana) (X (X Community) (X (X Redevelopment) (X (X Agency) (X (X ,) (X (X Calif.) (X --))))))))
(X (X maryland) (X (X Community) (X (X Development) (X (X Administration) (X (X ,) (X (X Department) (X (X of) (X (X Housing) (X (X and) (X (X Community) (X (X Development) (X --))))))))))))
(X (X they) (X (X mature) (X (X 1992-1999) (X (X ,) (X (X 2009) (X (X and) (X (X 2017) (X .))))))))
(X (X they) (X (X mature) (X (X in) (X (X 2005) (X (X ,) (X (X 2009) (X (X and) (X (X 2029) (X .)))))))))
(X (X the) (X (X underwriters) (X (X expect) (X (X a) (X (X double-A) (X (X rating) (X (X from) (X (X Moody) (X (X 's) (X .))))))))))
(X (X heiwado) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --)))))))
(X (X fees) (X (X 2) (X (X 1\/4) (X .))))
(X (X svenska) (X (X Intecknings) (X (X Garanti) (X (X Aktiebolaget) (X (X -LRB-) (X (X Sweden) (X (X -RRB-) (X --))))))))
(X (X guaranteed) (X (X by) (X (X Svenska) (X (X Handelsbanken) (X .)))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X takashima) (X (X &) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))
(X (X fees) (X (X 1) (X (X 3\/4) (X .))))
(X (X mitsubishi) (X (X Pencil) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))
(X (X fees) (X (X 1) (X (X 5\/8) (X .))))
(X (X koizumi) (X (X Sangyo) (X (X Corp) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))
(X (X guarantee) (X (X by) (X (X Dai-Ichi) (X (X Kangyo) (X (X Bank) (X (X Ltd) (X .)))))))
(X (X fees) (X (X 1) (X (X 3\/4) (X .))))
(X (X a) (X (X stadium) (X (X craze) (X (X is) (X (X sweeping) (X (X the) (X (X country) (X .))))))))
(X (X pepperdine) (X (X University) (X (X economist) (X (X Dean) (X (X Baim) (X (X scoffs) (X (X at) (X (X that) (X .)))))))))
(X (X san) (X (X Francisco) (X (X voters) (X (X rejected) (X (X a) (X (X new) (X (X ballpark) (X (X two) (X (X years) (X (X ago) (X .)))))))))))
(X (X but) (X (X civilization) (X (X has) (X (X moved) (X (X forward) (X (X since) (X (X then) (X .))))))))
(X (X sales) (X (X fell) (X (X 20) (X (X %) (X (X to) (X (X #) (X (X 722) (X (X million) (X .)))))))))
(X (X shearson) (X (X is) (X (X 62%-owned) (X (X by) (X (X American) (X (X Express) (X (X Co) (X .))))))))
(X (X ``) (X (X A) (X (X sweeping) (X (X restructuring) (X (X of) (X (X the) (X (X industry) (X (X is) (X (X possible) (X (X .) (X '')))))))))))
(X (X a) (X (X Shearson) (X (X spokesman) (X (X said) (X (X the) (X (X firm) (X (X is) (X (X n't) (X (X worried) (X .))))))))))
(X (X ``) (X (X After) (X (X two) (X (X months) (X (X of) (X (X talks) (X (X ,) (X (X our) (X (X rating) (X (X was) (X (X maintained) (X (X .) (X '')))))))))))))
(X (X drexel) (X (X remains) (X (X confident) (X (X of) (X (X its) (X (X future) (X (X creditworthiness) (X .))))))))
(X (X this) (X (X has) (X (X some) (X (X logic) (X .)))))
(X (X but) (X (X courts) (X (X quickly) (X (X tumbled) (X (X down) (X (X a) (X (X slippery) (X (X slope) (X .)))))))))
(X (X the) (X (X problem) (X (X here) (X (X goes) (X (X well) (X (X beyond) (X (X twisting) (X (X legal) (X (X doctrine) (X .))))))))))
(X (X london) (X (X shares) (X (X finished) (X (X moderately) (X (X higher) (X .))))))
(X (X declining) (X (X issues) (X (X slightly) (X (X outnumbered) (X (X advancing) (X (X issues) (X (X ,) (X (X 454) (X (X to) (X (X 451) (X .)))))))))))
(X (X marubeni) (X (X advanced) (X (X 11) (X (X to) (X (X 890) (X .))))))
(X (X the) (X (X FT) (X (X 30-share) (X (X index) (X (X settled) (X (X 16.7) (X (X points) (X (X higher) (X (X at) (X (X 1738.1) (X .)))))))))))
(X (X dealers) (X (X said) (X (X the) (X (X market) (X (X agreed) (X .))))))
(X (X paris) (X (X ,) (X (X Brussels) (X (X ,) (X (X and) (X (X Milan) (X (X were) (X (X closed) (X (X for) (X (X a) (X (X holiday) (X .))))))))))))
(X (X south) (X (X African) (X (X gold) (X (X stocks) (X (X closed) (X (X marginally) (X (X lower) (X .))))))))
(X (X manila) (X (X markets) (X (X were) (X (X closed) (X (X for) (X (X a) (X (X holiday) (X .))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X nylev) (X (X Municipal) (X (X Fund) (X (X Inc.) (X (X ,) (X (X offering) (X (X of) (X (X five) (X (X million) (X (X common) (X (X shares) (X .))))))))))))
(X (X hold) (X (X the) (X (X Putty) (X !))))
(X (X --) (X (X Pat) (X (X D'Amico) (X .))))
(X (X arraignments) (X (X are) (X (X scheduled) (X (X for) (X (X Nov.) (X (X 14) (X .)))))))
(X (X it) (X (X uses) (X (X a) (X (X base) (X (X of) (X (X 100) (X (X in) (X (X 1985) (X .)))))))))
(X (X -lrb-) (X (X Fewer) (X (X said) (X (X conditions) (X (X wo) (X (X n't) (X (X change) (X (X .) (X -RRB-)))))))))
(X (X treasury) (X Securities))
(X (X meanwhile) (X (X ,) (X (X Treasury) (X (X bonds) (X (X ended) (X (X modestly) (X (X higher) (X (X in) (X (X quiet) (X (X trading) (X .)))))))))))
(X (X corporate) (X Issues))
(X (X total) (X (X return) (X (X measures) (X (X price) (X (X changes) (X (X and) (X (X interest) (X (X income) (X .)))))))))
(X (X junk) (X (X bonds) (X (X trailed) (X (X the) (X (X group) (X (X again) (X .)))))))
(X (X mortgage-backed) (X Issues))
(X (X municipal) (X Issues))
(X (X foreign) (X Bond))
(X (X elsewhere) (X :))
(X (X michelin) (X (X Tyre) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X France) (X (X 's) (X (X Michelin) (X (X S.A) (X .)))))))))))
(X (X a) (X (X faster) (X (X version) (X (X ,) (X (X the) (X (X SuperDot) (X (X ,) (X (X was) (X (X launched) (X (X in) (X (X 1984) (X .))))))))))))
(X (X ual) (X (X 's) (X (X announcement) (X (X came) (X (X after) (X (X the) (X (X market) (X (X closed) (X (X yesterday) (X .))))))))))
(X (X reliance) (X (X confirmed) (X (X the) (X (X filing) (X (X but) (X (X would) (X (X n't) (X (X elaborate) (X .)))))))))
(X (X primerica) (X (X closed) (X (X at) (X (X $) (X (X 28.25) (X (X ,) (X (X down) (X (X 50) (X (X cents) (X .))))))))))
(X (X williams) (X (X ,) (X (X Duluth) (X (X ,) (X (X Ga.) (X (X ,) (X (X is) (X (X an) (X (X insurance) (X (X and) (X (X financial-services) (X (X holding) (X (X company) (X .))))))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X telerate) (X (X provides) (X (X an) (X (X electronic) (X (X financial) (X (X information) (X (X network) (X .))))))))
(X (X that) (X (X package) (X (X now) (X (X sells) (X (X for) (X (X about) (X (X $) (X (X 2,099) (X .)))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X energy) (X :))
(X (X gasoline) (X (X futures) (X (X were) (X (X mixed) (X (X to) (X (X unchanged) (X .)))))))
(X (X grains) (X (X AND) (X (X SOYBEANS) (X :))))
(X (X continued) (X (X export) (X (X demand) (X (X also) (X (X supported) (X (X prices) (X .)))))))
(X (X copper) (X :))
(X (X futures) (X (X prices) (X (X rose) (X (X ,) (X (X extending) (X (X Tuesday) (X (X 's) (X (X gains) (X .)))))))))
(X (X it) (X (X operates) (X (X stores) (X (X mostly) (X (X in) (X (X Iowa) (X (X and) (X (X Nebraska) (X .)))))))))
(X (X dunkin') (X (X is) (X (X based) (X (X in) (X (X Randolph) (X (X ,) (X (X Mass) (X .))))))))
(X (X mr.) (X (X Trump) (X (X withdrew) (X (X a) (X (X $) (X (X 120-a-share) (X (X bid) (X (X last) (X (X month) (X .))))))))))
(X (X ual) (X (X rose) (X (X 1) (X (X 1\/2) (X (X to) (X (X 177) (X .)))))))
(X (X other) (X (X paper) (X (X and) (X (X forest-products) (X (X stocks) (X (X closed) (X (X mixed) (X .))))))))
(X (X santa) (X (X Fe) (X (X Pacific) (X (X dropped) (X (X 1) (X (X 1\/8) (X (X to) (X (X 17) (X (X 3\/4) (X .))))))))))
(X (X gencorp) (X (X tumbled) (X (X 2) (X (X to) (X (X 14) (X .))))))
(X (X allergan) (X (X went) (X (X up) (X (X 1\/2) (X (X to) (X (X 19) (X (X 3\/8) (X .))))))))
(X (X volume) (X (X totaled) (X (X 11,390,000) (X (X shares) (X .)))))
(X (X old) (X (X Spaghetti) (X (X Warehouse) (X (X rose) (X (X 1) (X (X to) (X (X 16) (X (X 1\/8) (X .)))))))))
(X (X nissan) (X (X scheduled) (X (X a) (X (X seven-yen) (X (X interim) (X (X dividend) (X (X payment) (X (X ,) (X (X unchanged) (X .))))))))))
(X (X the) (X (X sale) (X (X represents) (X (X 10.2) (X (X %) (X (X of) (X (X Meridian) (X (X 's) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X the) (X (X other) (X (X concern) (X (X was) (X (X n't) (X (X identified) (X .)))))))
(X (X valley) (X (X Federal) (X (X is) (X (X currently) (X (X being) (X (X examined) (X (X by) (X (X regulators) (X .)))))))))
(X (X the) (X (X thrift) (X (X has) (X (X assets) (X (X of) (X (X $) (X (X 3.2) (X (X billion) (X .)))))))))
(X (X south) (X (X African) (X (X troops) (X (X were) (X (X placed) (X (X on) (X (X alert) (X .))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 7.84) (X (X yen) (X (X from) (X (X 6.53) (X (X yen) (X .))))))))))
(X (X still) (X (X ,) (X (X many) (X (X economists) (X (X are) (X (X n't) (X (X predicting) (X (X a) (X (X recession) (X (X anytime) (X (X soon) (X .))))))))))))
(X (X an) (X (X airline) (X (X buy-out) (X (X bill) (X (X was) (X (X approved) (X (X by) (X (X the) (X (X House) (X .))))))))))
(X (X a) (X (X successor) (X (X was) (X (X n't) (X (X named) (X .))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 154,240,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3436.58) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 143.80) (X (X yen) (X (X ,) (X (X up) (X (X 0.95) (X (X ;) (X (X 1.8500) (X (X marks) (X (X ,) (X (X up) (X (X 0.0085) (X .))))))))))))))
(X (X columbia) (X (X wo) (X (X n't) (X (X comment) (X (X on) (X (X all) (X (X the) (X (X speculation) (X .)))))))))
(X (X but) (X (X ``) (X (X the) (X (X concept) (X (X is) (X (X workable) (X .)))))))
(X (X pauline) (X (X Yoshihashi) (X (X in) (X (X Los) (X (X Angeles) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X columbia) (X (X Savings) (X (X &) (X (X Loan) (X (X -LRB-) (X (X NYSE) (X (X ;) (X (X Symbol) (X (X :) (X (X CSV) (X -RRB-)))))))))))
(X (X business) (X (X :) (X (X Savings) (X (X and) (X loan)))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 83,206) (X shares)))))))
(X (X common) (X (X shares) (X (X outstanding) (X (X :) (X (X 19.6) (X million))))))
(X (X note) (X (X :) (X (X All) (X (X per-share) (X (X figures) (X (X are) (X (X fully) (X (X diluted) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X these) (X (X imports) (X (X totaled) (X (X about) (X (X $) (X (X 17) (X (X million) (X (X last) (X (X year) (X .))))))))))
(X (X inter-tel) (X (X Inc) (X (X .) (X (X -LRB-) (X (X Chandler) (X (X ,) (X (X Ariz.) (X (X -RRB-) (X --)))))))))
(X (X he) (X (X increases) (X (X the) (X (X board) (X (X to) (X (X seven) (X .)))))))
(X (X wedtech) (X (X did) (X (X n't) (X (X just) (X (X use) (X (X old) (X (X fashioned) (X (X bribery) (X .)))))))))
(X (X when) (X (X necessary) (X (X ,) (X (X it) (X (X sought) (X (X and) (X (X received) (X (X assistance) (X (X from) (X (X organized) (X (X crime) (X .))))))))))))
(X (X sometimes) (X (X the) (X (X bribed) (X (X became) (X (X partners) (X (X in) (X (X the) (X (X company) (X .)))))))))
(X (X wedtech) (X (X management) (X (X used) (X (X the) (X (X merit) (X (X system) (X .)))))))
(X (X wedtech) (X (X 's) (X (X scammers) (X (X simply) (X (X bribed) (X (X them) (X (X to) (X (X shut) (X (X up) (X .))))))))))
(X (X why) (X (X are) (X (X programs) (X (X like) (X (X this) (X (X not) (X (X eliminated) (X ?))))))))
(X (X ``) (X (X Feeding) (X (X Frenzy) (X (X '') (X (X does) (X (X provide) (X (X a) (X (X few) (X (X clues) (X .))))))))))
(X (X mr.) (X (X Karns) (X (X continues) (X (X as) (X (X chairman) (X .))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X ``) (X (X It) (X (X is) (X (X going) (X (X to) (X (X be) (X (X real) (X (X tight) (X (X .) (X ''))))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X gasoline) (X (X futures) (X (X continued) (X (X a) (X (X sell-off) (X (X that) (X (X began) (X (X Monday) (X .)))))))))
(X (X the) (X (X September) (X (X index) (X (X was) (X (X 47.1) (X (X %) (X .)))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X ms.) (X (X Haag) (X (X plays) (X (X Elianti) (X .)))))
(X (X the) (X (X new) (X (X rate) (X (X will) (X (X be) (X (X payable) (X (X Feb.) (X (X 15) (X .)))))))))
(X (X a) (X (X record) (X (X date) (X (X has) (X (X n't) (X (X been) (X (X set) (X .))))))))
(X (X ``) (X (X Apparently) (X (X the) (X (X commission) (X (X did) (X (X not) (X (X really) (X (X believe) (X (X in) (X (X this) (X (X ideal) (X (X .) (X '')))))))))))))
(X (X not) (X (X all) (X (X those) (X (X who) (X (X wrote) (X (X oppose) (X (X the) (X (X changes) (X .)))))))))
(X (X the) (X (X SEC) (X (X 's) (X (X Mr.) (X (X Lane) (X (X vehemently) (X (X disputed) (X (X those) (X (X estimates) (X .))))))))))
(X (X some) (X (X 4,300) (X (X institutions) (X (X are) (X (X part) (X (X of) (X (X the) (X (X pension) (X (X fund) (X .))))))))))
(X (X richard) (X (X Stoltzman) (X (X has) (X (X taken) (X (X a) (X (X gentler) (X (X ,) (X (X more) (X (X audience-friendly) (X (X approach) (X .)))))))))))
(X (X bach) (X (X 's) (X (X ``) (X (X Air) (X (X '') (X (X followed) (X .)))))))
(X (X or) (X (X was) (X (X it) (X (X because) (X (X Ms.) (X (X Collins) (X (X had) (X (X gone) (X ?)))))))))
(X (X is) (X (X this) (X (X the) (X (X future) (X (X of) (X (X chamber) (X (X music) (X ?))))))))
(X (X what) (X (X 's) (X (X next) (X ?))))
(X (X slides) (X (X to) (X (X illustrate) (X (X Shostakovich) (X (X quartets) (X ?))))))
(X (X the) (X (X Babelists) (X (X of) (X (X the) (X (X United) (X (X Nations) (X (X are) (X (X experts) (X (X at) (X (X obfuscation) (X .)))))))))))
(X (X and) (X (X their) (X (X suspicions) (X (X of) (X (X each) (X (X other) (X (X run) (X (X deep) (X .)))))))))
(X (X ``) (X (X Old-time) (X (X kiddies) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))
(X (X perhaps) (X .))
(X (X and) (X (X not) (X (X just) (X (X for) (X (X the) (X (X players) (X .)))))))
(X (X ``) (X (X My) (X (X fastball) (X (X is) (X (X good) (X .))))))
(X (X ``) (X (X I) (X (X tried) (X (X .) (X '')))))
(X (X but) (X (X the) (X (X ballplayers) (X (X disagree) (X .)))))
(X (X most) (X (X are) (X (X trim) (X .))))
(X (X and) (X (X there) (X (X 's) (X (X pride) (X .)))))
(X (X ``) (X (X There) (X (X will) (X (X be) (X (X a) (X (X lot) (X (X of) (X (X malice) (X (X .) (X ''))))))))))
(X (X so) (X (X he) (X (X adjusts) (X .))))
(X (X he) (X (X no) (X (X longer) (X (X crowds) (X (X the) (X (X plate) (X .)))))))
(X (X and) (X (X expect) (X (X slower) (X (X fastballs) (X .)))))
(X (X its) (X (X maximum) (X (X velocity) (X (X is) (X (X 72) (X (X mph) (X .)))))))
(X (X but) (X (X he) (X (X is) (X (X n't) (X (X worried) (X .))))))
(X (X he) (X (X has) (X (X good) (X (X control) (X .)))))
(X (X he) (X (X will) (X (X keep) (X (X the) (X (X ball) (X (X down) (X (X ,) (X (X move) (X (X it) (X (X around) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X tuesday) (X (X ,) (X (X October) (X (X 31) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.63) (X (X %) (X .)))))))))
(X (X output) (X (X of) (X (X goods-producing) (X (X industries) (X (X increased) (X (X 0.1) (X (X %) (X .))))))))
(X (X many) (X (X investors) (X (X certainly) (X (X believe) (X (X a) (X (X bidding) (X (X war) (X (X is) (X (X imminent) (X .))))))))))
(X (X indeed) (X (X ,) (X (X the) (X (X government) (X (X is) (X (X taking) (X (X a) (X (X calculated) (X (X risk) (X .))))))))))
(X (X bradley) (X (X A.) (X (X Stertz) (X (X in) (X (X Detroit) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X the) (X (X venture) (X (X will) (X (X be) (X (X based) (X (X in) (X (X Indianapolis) (X .))))))))
(X (X mr.) (X (X Tomash) (X (X will) (X (X remain) (X (X as) (X (X a) (X (X director) (X (X emeritus) (X .)))))))))
(X (X mr.) (X (X Rubendall) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .)))))))
(X (X the) (X (X index) (X (X fell) (X (X 109.85) (X (X Monday) (X .))))))
(X (X institutional) (X (X investors) (X (X mostly) (X (X remained) (X (X on) (X (X the) (X (X sidelines) (X (X Tuesday) (X .)))))))))
(X (X mitsubishi) (X (X Estate) (X (X ended) (X (X the) (X (X day) (X (X at) (X (X 2680) (X (X ,) (X (X up) (X (X 150) (X .)))))))))))
(X (X sumitomo) (X (X Realty) (X (X &) (X (X Development) (X (X rose) (X (X 40) (X (X to) (X (X 2170) (X .)))))))))
(X (X heiwa) (X (X Real) (X (X Estate) (X (X gained) (X (X 40) (X (X to) (X (X 2210) (X .))))))))
(X (X investor) (X (X focus) (X (X shifted) (X (X quickly) (X (X ,) (X (X traders) (X (X said) (X .))))))))
(X (X no) (X (X one) (X (X wants) (X (X stock) (X (X on) (X (X their) (X (X books) (X (X .) (X '')))))))))
(X (X the) (X (X DAX) (X (X index) (X (X closed) (X (X at) (X (X 1472.76) (X (X ,) (X (X up) (X (X from) (X (X 1466.29) (X .)))))))))))
(X (X prices) (X (X were) (X (X mixed) (X (X in) (X (X Zurich) (X (X and) (X (X lower) (X (X in) (X (X Stockholm) (X .))))))))))
(X (X taipei) (X (X was) (X (X closed) (X (X for) (X (X a) (X (X holiday) (X .)))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X the) (X (X index) (X (X is) (X (X based) (X (X on) (X (X 1980) (X (X equaling) (X (X 100) (X .)))))))))
(X (X the) (X (X index) (X (X is) (X (X intended) (X (X to) (X (X measure) (X (X future) (X (X economic) (X (X performance) (X .))))))))))
(X (X for) (X (X longer-term) (X (X CDs) (X (X ,) (X (X yields) (X (X were) (X (X up) (X .))))))))
(X (X the) (X (X average) (X (X yield) (X (X there) (X (X on) (X (X six-month) (X (X issues) (X (X is) (X (X 8.32) (X (X %) (X .)))))))))))
(X (X as) (X (X in) (X (X :) (X (X ``) (X (X You) (X (X went) (X (X ballooning) (X (X ?) (X (X ?) (X (X !) (X !)))))))))))
(X (X in) (X (X France) (X (X ?) (X (X ?) (X (X !) (X (X !) (X '')))))))
(X (X -lrb-) (X (X So) (X (X long) (X (X as) (X (X you) (X (X do) (X (X n't) (X (X look) (X (X down) (X (X .) (X -RRB-)))))))))))
(X (X -lrb-) (X (X I) (X (X still) (X (X say) (X (X do) (X (X n't) (X (X look) (X (X down) (X .)))))))))
(X (X at) (X (X least) (X (X not) (X (X when) (X (X you) (X (X are) (X (X ascending) (X (X .) (X -RRB-)))))))))
(X (X i) (X (X 'm) (X (X talking) (X (X about) (X (X landing) (X (X in) (X (X a) (X (X canal) (X .)))))))))
(X (X in) (X (X a) (X (X porous) (X (X wicker) (X (X basket) (X .))))))
(X (X with) (X (X a) (X (X pilot) (X (X who) (X (X speaks) (X (X no) (X (X English) (X .))))))))
(X (X no) (X (X wonder) (X .)))
(X (X we) (X (X were) (X (X coming) (X (X down) (X (X straight) (X (X into) (X (X their) (X (X canal) (X .)))))))))
(X (X and) (X (X neither) (X (X can) (X (X your) (X (X pilot) (X .))))))
(X (X which) (X (X makes) (X (X the) (X (X chase) (X (X car) (X (X necessary) (X .)))))))
(X (X i) (X (X looked) (X (X at) (X (X my) (X (X watch) (X .))))))
(X (X barely) (X (X half-an-hour) (X (X aloft) (X .))))
(X (X ms.) (X (X de) (X (X Vries) (X (X is) (X (X a) (X (X free-lance) (X (X writer) (X .))))))))
(X (X a) (X (X Fed) (X (X spokesman) (X (X denied) (X (X Mr.) (X (X LaFalce) (X (X 's) (X (X statement) (X .)))))))))
(X (X the) (X (X board) (X (X increased) (X (X by) (X (X one) (X (X to) (X (X 26) (X (X members) (X .)))))))))
(X (X but) (X (X the) (X (X issue) (X (X is) (X (X stickier) (X (X than) (X (X it) (X (X seems) (X .)))))))))
(X (X defining) (X (X combat) (X (X aircraft) (X (X is) (X (X even) (X (X tougher) (X .)))))))
(X (X accounting) (X (X problems) (X (X raise) (X (X more) (X (X knotty) (X (X issues) (X .)))))))
(X (X saul) (X Resnick))
(X (X vice) (X President))
(X (X public) (X Affairs))
(X (X conrail))
(X (X the) (X (X Senate) (X (X will) (X (X probably) (X (X vote) (X (X not) (X (X long) (X (X afterward) (X .)))))))))
(X (X some) (X (X Democrats) (X (X thought) (X (X they) (X (X might) (X (X have) (X (X compromised) (X (X too) (X (X much) (X .))))))))))
(X (X gerald) (X (X F.) (X (X Seib) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X mr.) (X (X Smith) (X (X ,) (X (X 39) (X (X ,) (X (X retains) (X (X the) (X (X title) (X (X of) (X (X chief) (X (X financial) (X (X officer) (X .)))))))))))))
(X (X the) (X (X company) (X (X has) (X (X been) (X (X manufacturing) (X (X carpet) (X (X since) (X (X 1967) (X .)))))))))
(X (X the) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X this) (X (X measure) (X (X had) (X (X dropped) (X (X sharply) (X (X in) (X (X August) (X .))))))))
(X (X the) (X (X remainder) (X (X expect) (X (X a) (X (X downturn) (X (X to) (X (X begin) (X (X sometime) (X in)))))))))
(X (X pilgrim) (X (X had) (X (X been) (X (X closed) (X (X for) (X (X 32) (X (X months) (X .))))))))
(X (X bids) (X (X totaling) (X (X $) (X (X 515) (X (X million) (X (X were) (X (X submitted) (X .))))))))
(X (X accepted) (X (X bids) (X (X ranged) (X (X from) (X (X 8.38) (X (X %) (X (X to) (X (X 8.395) (X (X %) (X .))))))))))
(X (X bids) (X (X totaling) (X (X $) (X (X 475) (X (X million) (X (X were) (X (X submitted) (X .))))))))
(X (X accepted) (X (X bids) (X (X ranged) (X (X from) (X (X 8) (X (X %) (X (X to) (X (X 8.019) (X (X %) (X .))))))))))
(X (X it) (X (X 's) (X (X also) (X (X unnecessary) (X .)))))
(X (X they) (X (X promised) (X (X yet) (X (X more) (X (X for) (X (X really) (X (X good) (X (X stuff) (X .)))))))))
(X (X finding) (X (X him) (X (X became) (X (X an) (X (X obsession) (X (X for) (X (X Mr.) (X (X Stoll) (X .)))))))))
(X (X some) (X (X nights) (X (X he) (X (X slept) (X (X under) (X (X his) (X (X desk) (X .))))))))
(X (X his) (X (X boss) (X (X complained) (X (X about) (X (X neglect) (X (X of) (X (X other) (X (X chores) (X .)))))))))
(X (X finally) (X (X ,) (X (X he) (X (X got) (X (X help) (X .))))))
(X (X tymnet) (X (X is) (X (X a) (X (X major) (X (X network) (X (X linking) (X (X computers) (X .))))))))
(X (X he) (X (X became) (X (X angry) (X (X in) (X (X return) (X .))))))
(X (X at) (X (X several) (X (X different) (X (X levels) (X (X ,) (X (X it) (X (X 's) (X (X a) (X (X fascinating) (X (X tale) (X .)))))))))))
(X (X mr.) (X (X Melloan) (X (X is) (X (X deputy) (X (X editor) (X (X of) (X (X the) (X (X Journal) (X .)))))))))
(X (X the) (X (X machine) (X (X employs) (X (X reduced) (X (X instruction-set) (X (X computing) (X (X ,) (X (X or) (X (X RISC) (X (X ,) (X (X technology) (X .))))))))))))
(X (X ``) (X (X They) (X (X 're) (X (X getting) (X (X some) (X (X major) (X (X wins) (X (X ,) (X (X '') (X (X she) (X (X added) (X .))))))))))))
(X (X now) (X (X was) (X (X that) (X (X a) (X (X quarter) (X (X cup) (X (X or) (X (X a) (X (X half) (X (X cup) (X ?)))))))))))
(X (X and) (X (X that) (X (X puts) (X (X added) (X (X pressure) (X (X on) (X (X Chez) (X (X Panisse) (X (X dessert-menu) (X (X planners) (X .)))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X an) (X (X overwhelming) (X (X job) (X (X ,) (X (X '') (X (X she) (X (X says) (X .)))))))))))
(X (X a) (X (X company) (X (X spokesman) (X (X did) (X (X n't) (X (X know) (X (X Mr.) (X (X Wakeman) (X (X 's) (X (X age) (X .)))))))))))
(X (X unifirst) (X (X Corp.) (X (X declared) (X (X a) (X (X 2-for-1) (X (X stock) (X (X split) (X .))))))))
(X (X the) (X (X dividend) (X (X had) (X (X been) (X (X five) (X (X cents) (X (X a) (X (X share) (X .)))))))))
(X (X president))
(X (X the) (X (X Reserve) (X Fund)))
(X (X baskets) (X (X of) (X (X roses) (X (X and) (X (X potted) (X (X palms) (X (X adorned) (X (X his) (X (X bench) (X .))))))))))
(X (X the) (X (X local) (X (X American) (X (X Legion) (X (X color) (X (X guard) (X (X led) (X (X the) (X (X way) (X .))))))))))
(X (X some) (X (X of) (X (X the) (X (X allegations) (X (X are) (X (X simply) (X (X bizarre) (X .))))))))
(X (X clearly) (X (X ,) (X (X the) (X (X judge) (X (X has) (X (X had) (X (X his) (X (X share) (X (X of) (X (X accomplishments) (X .)))))))))))
(X (X ``) (X (X He) (X (X 's) (X (X sharp) (X (X as) (X (X a) (X (X tack) (X .))))))))
(X (X ``) (X (X Nobody) (X (X had) (X (X the) (X (X guts) (X (X to) (X (X complain) (X (X .) (X '')))))))))
(X (X certainly) (X (X not) (X (X the) (X (X lawyers) (X .)))))
(X (X the) (X (X inquiry) (X (X soon) (X (X focused) (X (X on) (X (X the) (X (X judge) (X .))))))))
(X (X later) (X (X ,) (X (X the) (X (X judge) (X (X went) (X (X a) (X (X step) (X (X farther) (X .)))))))))
(X (X the) (X (X judge) (X (X wrote) (X (X again) (X .)))))
(X (X the) (X (X bank) (X (X acquiesced) (X .))))
(X (X the) (X (X heart) (X (X of) (X (X the) (X (X case) (X (X --) (X (X ``) (X (X official) (X (X oppression) (X (X '') (X (X --) (X (X remains) (X (X intact) (X .))))))))))))))
(X (X it) (X (X should) (X (X be) (X (X a) (X (X scream) (X .))))))
(X (X william) (X (X S.) (X Smith)))
(X (X virginia) (X (X M.W.) (X Gardiner)))
(X (X continental) (X (X Cablevision) (X (X Inc.) (X --))))
(X (X beatrice) (X (X Co.) (X --)))
(X (X the) (X (X minimum) (X (X coupon) (X (X is) (X (X 13) (X (X 3\/4) (X (X %) (X .))))))))
(X (X new) (X (X Jersey) (X (X Wastewater) (X (X Treatment) (X (X Trust) (X --))))))
(X (X matagorda) (X (X County) (X (X Navigation) (X (X District) (X (X No.) (X (X 1) (X (X ,) (X (X Texas) (X --)))))))))
(X (X federal) (X (X Home) (X (X Loan) (X (X Mortgage) (X (X Corp.) (X --))))))
(X (X complete) (X (X details) (X (X were) (X (X n't) (X (X immediately) (X (X available) (X .)))))))
(X (X lomas) (X (X Mortgage) (X (X Funding) (X (X Corp.) (X (X II) (X --))))))
(X (X j.c.) (X (X Penney) (X (X Co.) (X --))))
(X (X keio) (X (X Teito) (X (X Electric) (X (X Railway) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))))
(X (X diesel) (X (X Kiki) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))
(X (X chugoku) (X (X Electric) (X (X Power) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --)))))))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X okobank) (X (X -LRB-) (X (X Finland) (X (X -RRB-) (X --)))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X evidence) (X (X of) (X (X the) (X (X growing) (X (X Japanese) (X (X demand) (X (X for) (X (X mortgage) (X (X securities) (X (X abounds) (X .)))))))))))
(X (X these) (X (X securities) (X (X are) (X (X attractive) (X (X to) (X (X Japanese) (X (X investors) (X (X for) (X (X three) (X (X reasons) (X .)))))))))))
(X (X first) (X (X ,) (X (X they) (X (X are) (X (X safe) (X .))))))
(X (X second) (X (X ,) (X (X they) (X (X are) (X (X liquid) (X .))))))
(X (X third) (X (X ,) (X (X they) (X (X offer) (X (X high) (X (X yields) (X .)))))))
(X (X ``) (X (X So) (X (X they) (X (X were) (X (X surprised) (X (X and) (X (X very) (X (X disappointed) (X (X by) (X (X prepayment) (X (X .) (X ''))))))))))))
(X (X but) (X (X they) (X (X did) (X (X n't) (X (X lose) (X (X touch) (X (X with) (X (X the) (X (X U.S.) (X (X issuers) (X .)))))))))))
(X (X the) (X (X solution) (X (X to) (X (X this) (X (X problem) (X (X is) (X (X a) (X (X time-limited) (X (X poison) (X (X pill) (X .)))))))))))
(X (X mr.) (X (X Blair) (X (X and) (X (X Hees) (X (X have) (X (X been) (X (X feuding) (X (X for) (X (X months) (X .))))))))))
(X (X the) (X (X Ontario) (X (X Supreme) (X (X Court) (X (X overturned) (X (X Mr.) (X (X Blair) (X (X 's) (X (X decision) (X .))))))))))
(X (X enfield) (X (X is) (X (X a) (X (X holding) (X (X company) (X (X with) (X (X interests) (X (X in) (X (X manufacturing) (X (X concerns) (X .)))))))))))
(X (X all) (X (X the) (X (X concerns) (X (X are) (X (X based) (X (X in) (X (X Toronto) (X .))))))))
(X (X ``) (X (X On) (X (X balance) (X (X ,) (X (X we) (X (X think) (X (X it) (X (X will) (X (X be) (X (X positive) (X (X .) (X ''))))))))))))
(X (X but) (X (X the) (X (X Rockefeller) (X (X investment) (X (X is) (X (X its) (X (X largest) (X .))))))))
(X (X meanwhile) (X (X ,) (X (X at) (X (X home) (X (X ,) (X (X Mitsubishi) (X (X has) (X (X control) (X (X of) (X (X some) (X (X major) (X (X projects) (X .)))))))))))))
(X (X ``) (X (X This) (X (X is) (X (X only) (X (X a) (X (X further) (X (X step) (X (X in) (X (X a) (X (X lengthy) (X (X investigation) (X (X .) (X '')))))))))))))
(X (X `) (X (X Frequent) (X (X Drinker) (X (X ') (X (X Offer) (X (X Stirs) (X (X Up) (X (X Spirited) (X Debate)))))))))
(X (X repeat) (X (X customers) (X (X also) (X (X can) (X (X purchase) (X (X luxury) (X (X items) (X (X at) (X (X reduced) (X (X prices) (X .)))))))))))
(X (X chivas) (X (X Class) (X (X is) (X (X n't) (X (X the) (X (X first) (X (X such) (X (X promotion) (X .)))))))))
(X (X goya) (X (X Concocts) (X (X a) (X (X Milk) (X (X For) (X (X Hispanic) (X Tastes)))))))
(X (X that) (X (X compares) (X (X with) (X (X 3.5) (X (X %) (X (X butterfat) (X (X for) (X (X whole) (X (X milk) (X .))))))))))
(X (X jewelry) (X (X Makers) (X (X Copy) (X (X Cosmetics) (X (X Sales) (X Ploys))))))
(X (X for) (X (X YEARS) (X (X ,) (X (X costume) (X (X jewelry) (X (X makers) (X (X fought) (X (X a) (X (X losing) (X (X battle) (X .)))))))))))
(X (X jewelry) (X (X displays) (X (X in) (X (X department) (X (X stores) (X (X were) (X (X often) (X (X cluttered) (X (X and) (X (X uninspired) (X .)))))))))))
(X (X and) (X (X the) (X (X merchandise) (X (X was) (X (X ,) (X (X well) (X (X ,) (X (X fake) (X .)))))))))
(X (X but) (X (X there) (X (X are) (X (X limits) (X .)))))
(X (X her) (X (X idea) (X (X :) (X (X bring) (X (X in) (X (X live) (X (X zoo) (X (X animals) (X .)))))))))
(X (X odds) (X (X and) (X Ends)))
(X (X no) (X (X cholesterol) (X (X ,) (X (X of) (X (X course) (X .))))))
(X (X he) (X (X reset) (X (X opening) (X (X arguments) (X (X for) (X (X today) (X .)))))))
(X (X she) (X (X now) (X (X lives) (X (X with) (X (X relatives) (X (X in) (X (X Alabama) (X .))))))))
(X (X then) (X (X he) (X (X would) (X (X move) (X (X his) (X (X movement) (X (X to) (X (X Europe) (X .)))))))))
(X (X but) (X (X that) (X (X was) (X (X not) (X (X to) (X (X be) (X .)))))))
(X (X their) (X (X legacy) (X (X lives) (X (X on) (X .)))))
(X (X some) (X (X estimates) (X (X have) (X (X gone) (X (X as) (X (X high) (X (X as) (X (X 80,000) (X (X members) (X .))))))))))
(X (X defections) (X (X ,) (X (X burnouts) (X (X ,) (X (X and) (X (X abduction) (X (X ``) (X (X deprogrammings) (X (X '') (X (X kept) (X (X member) (X (X turnover) (X (X high) (X .))))))))))))))
(X (X yet) (X (X these) (X (X purchases) (X (X can) (X (X be) (X (X misleading) (X .)))))))
(X (X -lrb-) (X (X Europe) (X (X had) (X (X proved) (X (X even) (X (X less) (X (X hospitable) (X (X than) (X (X North) (X (X America) (X .)))))))))))
(X (X south) (X (X Korea) (X (X and) (X (X Japan) (X (X continue) (X (X to) (X (X be) (X (X profitable) (X .)))))))))
(X (X panda) (X (X Motors) (X (X is) (X (X one) (X (X such) (X (X investment) (X .)))))))
(X (X nuclear) (X (X REACTOR) (X (X FOR) (X (X ISRAEL) (X ?)))))
(X (X the) (X (X two) (X (X are) (X (X also) (X (X signing) (X (X a) (X (X trade) (X (X agreement) (X .)))))))))
(X (X ashurst) (X (X is) (X (X new) (X (X to) (X (X the) (X (X Far) (X (X East) (X .))))))))
(X (X new) (X (X JERSEY) (X (X MERGER) (X :))))
(X (X the) (X (X merged) (X (X firm) (X (X will) (X (X carry) (X (X Norris) (X (X McLaughlin) (X (X 's) (X (X name) (X .))))))))))
(X (X drug) (X (X WARS) (X :)))
(X (X in) (X (X 1983) (X (X ,) (X (X Texas) (X (X Air) (X (X 's) (X (X Continental) (X (X Airlines) (X (X filed) (X (X for) (X (X bankruptcy) (X .))))))))))))
(X (X no) (X (X wonder) (X .)))
(X (X ``) (X (X The) (X (X next) (X (X level) (X (X down) (X (X did) (X (X doors) (X .))))))))
(X (X some) (X (X town-watching) (X (X excursions) (X (X were) (X (X downright) (X (X comic) (X .)))))))
(X (X other) (X (X trips) (X (X were) (X (X more) (X (X productive) (X .))))))
(X (X one) (X (X engineer) (X (X developed) (X (X a) (X (X ``) (X (X crab) (X (X car) (X (X '') (X (X that) (X (X moves) (X (X sideways) (X .))))))))))))
(X (X why) (X ?))
(X (X accord) (X (X prices) (X (X start) (X (X at) (X (X $) (X (X 12,345) (X .)))))))
(X (X nissan) (X (X will) (X (X introduce) (X (X a) (X (X completely) (X (X revamped) (X (X Sentra) (X (X next) (X (X fall) (X .))))))))))
(X (X instead) (X (X ,) (X (X this) (X (X official) (X (X said) (X (X ,) (X (X ``) (X (X This) (X (X is) (X (X vintage) (X (X George) (X (X Bush) (X .)))))))))))))
(X (X this) (X (X was) (X (X George) (X (X Bush) (X (X 's) (X (X own) (X (X idea) (X .))))))))
(X (X peter) (X (X Gumbel) (X (X in) (X (X Moscow) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))
(X (X civil) (X (X disobedience) (X (X ,) (X (X violent) (X (X or) (X (X non-violent) (X (X ,) (X (X is) (X (X intentional) (X (X law) (X (X breaking) (X .))))))))))))
(X (X here) (X (X are) (X (X two) (X (X cases) (X (X to) (X (X illustrate) (X .)))))))
(X (X he) (X (X dies) (X .)))
(X (X or) (X (X maybe) (X (X the) (X (X TV) (X (X network) (X (X would) (X (X lose) (X (X nothing) (X .)))))))))
(X (X the) (X (X last) (X (X Taxpayer) (X (X Compliance) (X (X Measurement) (X (X Program) (X (X survey) (X (X covered) (X (X 1985) (X (X returns) (X .)))))))))))
(X (X penalty) (X (X OVERHAUL) (X (X is) (X (X still) (X (X likely) (X (X ,) (X (X congressional) (X (X sources) (X (X say) (X .))))))))))
(X (X states) (X (X are) (X (X following) (X (X suit) (X .)))))
(X (X california) (X (X enacted) (X (X a) (X (X rights) (X (X law) (X (X in) (X (X 1988) (X .))))))))
(X (X and) (X (X taxpayer) (X (X groups) (X (X are) (X (X urging) (X (X legislation) (X (X in) (X (X many) (X (X other) (X (X states) (X .)))))))))))
(X (X hugo) (X (X FELLED) (X (X vast) (X (X timberlands) (X .)))))
(X (X briefs) (X :))
(X (X ``) (X (X The) (X (X obligation) (X (X is) (X (X totally) (X (X unwarranted) (X (X ,) (X (X '') (X (X the) (X (X statement) (X (X said) (X .))))))))))))
(X (X now) (X (X ,) (X (X after) (X (X beating) (X (X them) (X (X ,) (X (X Mr.) (X (X Achenbaum) (X (X is) (X (X joining) (X (X them) (X .))))))))))))
(X (X mr.) (X (X Achenbaum) (X (X ,) (X (X too) (X (X ,) (X (X delves) (X (X into) (X (X his) (X (X clients) (X (X ') (X (X business) (X .))))))))))))
(X (X ``) (X (X I) (X (X was) (X (X very) (X (X frustrated) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))
(X (X he) (X (X will) (X (X concentrate) (X (X on) (X (X ,) (X (X among) (X (X others) (X (X ,) (X (X J.P.) (X (X Morgan) (X (X and) (X (X Hyundai) (X .)))))))))))))
(X (X industry) (X (X executives) (X (X are) (X (X wishing) (X (X Mr.) (X (X Achenbaum) (X (X well) (X .))))))))
(X (X cotton) (X (X Inc) (X (X .) (X Campaign))))
(X (X frank) (X (X Mingo) (X (X Dies) (X (X at) (X 49)))))
(X (X clients) (X (X include) (X (X Miller) (X (X Brewing) (X (X Co.) (X (X and) (X (X General) (X (X Motors) (X .)))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X earnings) (X :))
(X (X the) (X (X interview) (X (X did) (X (X not) (X (X touch) (X (X on) (X (X Singapore) (X (X 's) (X (X domestic) (X (X affairs) (X .)))))))))))
(X (X excerpts) (X (X follow) (X :)))
(X (X they) (X (X are) (X (X already) (X (X industrialized) (X (X ...) (X .))))))
(X (X their) (X (X problem) (X (X is) (X (X one) (X (X of) (X (X inefficiency) (X (X of) (X (X an) (X (X industrial) (X (X economy) (X .)))))))))))
(X (X in) (X (X such) (X (X an) (X (X arrangement) (X (X ,) (X (X ``) (X (X all) (X (X benefit) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X ``) (X (X And) (X (X if) (X (X the) (X (X Europeans) (X (X come) (X (X in) (X (X ,) (X (X they) (X (X benefit) (X (X too) (X .))))))))))))
(X (X it) (X (X 's) (X (X not) (X (X a) (X (X zero-sum) (X (X game) (X (X .) (X ''))))))))
(X (X an) (X (X Asian) (X (X bloc) (X (X is) (X (X n't) (X (X intended) (X (X ,) (X (X he) (X (X said) (X .))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X not) (X (X possible) (X (X .) (X '')))))))
(X (X on) (X (X U.S.-Japan) (X (X relations) (X (X :) (X (X ``) (X (X I) (X (X 'm) (X (X encouraged) (X .)))))))))
(X (X ``) (X (X It) (X (X 's) (X (X the) (X (X total) (X (X relationship) (X (X that) (X (X is) (X (X important) (X (X .) (X '')))))))))))
(X (X i) (X (X just) (X (X do) (X (X n't) (X (X understand) (X (X it) (X .)))))))
(X (X my) (X (X relationships) (X (X with) (X (X the) (X (X British) (X (X are) (X (X totally) (X (X different) (X .)))))))))
(X (X they) (X (X lorded) (X (X it) (X (X over) (X (X me) (X .))))))
(X (X they) (X (X did) (X (X me) (X (X some) (X (X good) (X .))))))
(X (X they) (X (X did) (X (X themselves) (X (X even) (X (X more) (X (X good) (X .)))))))
(X (X i) (X (X mean) (X (X it) (X (X is) (X (X a) (X (X normal) (X (X adult) (X (X relationship) (X .)))))))))
(X (X maybe) (X (X the) (X (X Chinese) (X (X ,) (X (X maybe) (X (X even) (X (X the) (X (X Indians) (X (X .) (X ''))))))))))
(X (X but) (X (X they) (X (X have) (X (X just) (X (X taken) (X (X it) (X (X for) (X (X granted) (X (X .) (X ''))))))))))
(X (X is) (X (X the) (X (X trouble) (X (X over) (X ?)))))
(X (X he) (X (X ca) (X (X n't) (X .))))
(X (X ``) (X (X What) (X (X is) (X (X the) (X (X way) (X (X forward) (X ?)))))))
(X (X let) (X (X 's) (X (X put) (X (X it) (X (X bluntly) (X .))))))
(X (X ms.) (X (X House) (X (X is) (X (X vice) (X (X president) (X (X of) (X (X Dow) (X (X Jones) (X (X International) (X (X Group) (X .)))))))))))
(X (X mr.) (X (X Wain) (X (X is) (X (X editor) (X (X of) (X (X The) (X (X Asian) (X (X Wall) (X (X Street) (X (X Journal) (X .)))))))))))
(X (X then) (X (X ,) (X (X says) (X (X Dr.) (X (X Levy) (X (X ,) (X (X ``) (X (X she) (X (X woke) (X (X up) (X (X paralyzed) (X (X .) (X '')))))))))))))
(X (X the) (X (X devices) (X (X ') (X (X most) (X (X remarkable) (X (X possibilities) (X (X ,) (X (X though) (X (X ,) (X (X involve) (X (X the) (X (X brain) (X .)))))))))))))
(X (X hewlett-packard) (X (X is) (X (X a) (X (X Palo) (X (X Alto) (X (X ,) (X (X Calif.) (X (X ,) (X (X computer) (X (X maker) (X .)))))))))))
(X (X first) (X (X Boston) (X (X Corp.) (X (X is) (X (X sole) (X (X underwriter) (X .)))))))
(X (X the) (X (X trust) (X (X will) (X (X issue) (X (X the) (X (X certificates) (X .)))))))
(X (X j.c.) (X (X Penney) (X (X will) (X (X continue) (X (X to) (X (X service) (X (X the) (X (X receivables) (X .)))))))))
(X (X but) (X (X Mexico) (X (X urgently) (X (X needs) (X (X more) (X (X help) (X .)))))))
(X (X mr.) (X (X Salinas) (X (X needs) (X (X big) (X (X investment) (X (X inflows) (X (X --) (X (X quickly) (X .)))))))))
(X (X if) (X (X not) (X (X now) (X (X ,) (X (X when) (X ?))))))
(X (X pressed) (X (X on) (X (X the) (X (X matter) (X (X ,) (X (X he) (X (X is) (X (X more) (X (X specific) (X .))))))))))
(X (X i) (X (X do) (X (X n't) (X (X think) (X (X that) (X (X is) (X (X the) (X (X case) (X (X .) (X ''))))))))))
(X (X opinion) (X (X is) (X (X mixed) (X (X over) (X (X its) (X (X three-month) (X (X prospects) (X .))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X 3.5) (X (X million) (X (X ounces) (X .)))))))
(X (X mr.) (X (X Edelson) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X not) (X (X a) (X (X lot) (X (X was) (X (X needed) (X (X to) (X (X be) (X (X done) (X .)))))))))
(X (X ``) (X (X The) (X (X security) (X (X business) (X (X is) (X (X my) (X (X favorite) (X (X subject) (X .)))))))))
(X (X i) (X (X love) (X (X this) (X (X business) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))
(X (X and) (X (X regional) (X (X offices) (X (X were) (X (X ``) (X (X egregiously) (X (X overstaffed) (X (X ,) (X (X '') (X (X he) (X (X claims) (X .))))))))))))
(X (X he) (X (X shut) (X (X down) (X (X the) (X (X company) (X (X 's) (X (X tony) (X (X New) (X (X York) (X (X headquarters) (X .)))))))))))
(X (X ``) (X (X Their) (X (X approach) (X (X did) (X (X n't) (X (X work) (X (X ;) (X (X mine) (X (X is) (X .))))))))))
(X (X officials) (X (X for) (X (X Temple) (X (X declined) (X (X to) (X (X comment) (X .)))))))
(X (X no) (X (X way) (X .)))
(X (X but) (X (X the) (X (X FHA) (X (X program) (X (X is) (X (X hemorrhaging) (X (X bad) (X (X loans) (X .)))))))))
(X (X terms) (X (X were) (X (X not) (X (X disclosed) (X .)))))
(X (X gillette) (X (X South) (X (X Africa) (X (X employs) (X (X about) (X (X 250) (X (X people) (X .))))))))
(X (X the) (X (X vote) (X (X to) (X (X approve) (X was)))))
(X (X trial) (X (X and) (X Terror)))
(X (X --) (X (X Arnold) (X (X J.) (X (X Zarett) (X .)))))
(X (X daffynition))
(X (X rodeo) (X (X applause) (X (X :) (X (X broncs) (X (X cheer) (X .))))))
(X (X --) (X (X Marvin) (X (X Alisky) (X .))))
(X (X ``) (X (X It) (X (X 's) (X (X a) (X (X bottom-line) (X (X issue) (X (X .) (X ''))))))))
(X (X the) (X (X administration) (X (X lacks) (X (X a) (X (X comprehensive) (X (X health-care) (X (X policy) (X .))))))))
(X (X it) (X (X is) (X (X expected) (X (X to) (X (X report) (X (X next) (X (X summer) (X .))))))))
(X (X but) (X (X 1991) (X (X could) (X (X be) (X (X a) (X (X window) (X (X for) (X (X action) (X .)))))))))
(X (X the) (X (X pressure) (X (X for) (X (X change) (X (X will) (X (X rise) (X (X with) (X (X costs) (X .)))))))))
(X (X limiting) (X (X care) (X (X wo) (X (X n't) (X (X be) (X (X easy) (X (X or) (X (X popular) (X .)))))))))
(X (X the) (X (X AFL-CIO) (X (X also) (X (X embraces) (X (X treatment) (X (X guidelines) (X .)))))))
(X (X the) (X (X steelmaker) (X (X employs) (X (X about) (X (X 16,000) (X (X people) (X .)))))))
(X (X it) (X (X has) (X (X about) (X (X 12.3) (X (X million) (X (X shares) (X (X outstanding) (X .))))))))
(X (X ``) (X (X Consolidation) (X (X has) (X (X been) (X (X long) (X (X overdue) (X .)))))))
(X (X but) (X (X such) (X (X a) (X (X combination) (X (X also) (X (X presents) (X (X great) (X (X risks) (X .)))))))))
(X (X u.s.) (X (X clearance) (X (X also) (X (X is) (X (X needed) (X (X for) (X (X the) (X (X proposed) (X (X acquisition) (X .))))))))))
(X (X nekoosa) (X (X is) (X (X incorporated) (X (X in) (X (X Maine) (X .))))))
(X (X international) (X (X Paper) (X (X and) (X (X Weyerhaeuser) (X (X declined) (X (X to) (X (X comment) (X .))))))))
(X (X the) (X (X typical) (X (X healthy) (X (X heart) (X (X beats) (X (X 70) (X (X times) (X (X a) (X (X minute) (X .))))))))))
(X (X for) (X (X nonunion) (X (X workers) (X (X ,) (X (X the) (X (X costs) (X (X rose) (X (X 1.4) (X (X %) (X .))))))))))
(X (X the) (X (X index) (X (X rose) (X (X 1.1) (X (X %) (X (X in) (X (X the) (X (X second) (X (X quarter) (X .))))))))))
(X (X stateswest) (X (X serves) (X (X 10) (X (X cities) (X (X in) (X (X California) (X (X ,) (X (X Arizona) (X (X and) (X (X Nevada) (X .)))))))))))
(X (X bond) (X (X prices) (X (X also) (X (X edged) (X (X higher) (X .))))))
(X (X the) (X (X dollar) (X (X drew) (X (X strength) (X (X from) (X (X the) (X (X stock) (X (X market) (X (X 's) (X (X climb) (X .)))))))))))
(X (X that) (X (X 's) (X (X what) (X (X happened) (X (X yesterday) (X .))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X :)))))
(X (X stock) (X (X prices) (X (X rallied) (X (X in) (X (X active) (X (X trading) (X .)))))))
(X (X bond) (X (X prices) (X (X rose) (X .))))
(X (X the) (X (X yield) (X (X on) (X (X the) (X (X issue) (X (X slipped) (X (X to) (X (X 7.91) (X (X %) (X .))))))))))
(X (X the) (X (X dollar) (X (X gained) (X (X against) (X (X most) (X (X foreign) (X (X currencies) (X .))))))))
(X (X the) (X (X group) (X (X has) (X (X forecast) (X (X 1989) (X (X revenue) (X (X of) (X (X 56.9) (X (X billion) (X (X francs) (X .)))))))))))
(X (X advancing) (X (X OTC) (X (X stocks) (X (X outpaced) (X (X decliners) (X (X by) (X (X 1,120) (X (X to) (X (X 806) (X .))))))))))
(X (X the) (X (X Nasdaq) (X (X 100) (X (X rose) (X (X 7.08) (X (X to) (X (X 445.23) (X .))))))))
(X (X intel) (X (X was) (X (X up) (X (X 1) (X (X 3\/8) (X (X to) (X (X 33) (X (X 3\/4) (X .)))))))))
(X (X the) (X (X OTC) (X (X technology) (X (X sector) (X (X is) (X (X far) (X (X from) (X (X a) (X (X cohesive) (X (X unit) (X .)))))))))))
(X (X yesterday) (X (X ,) (X (X bank) (X (X stocks) (X (X lagged) (X (X behind) (X (X the) (X (X overall) (X (X OTC) (X (X market) (X .)))))))))))
(X (X the) (X (X Nasdaq) (X (X Bank) (X (X Index) (X (X rose) (X (X 0.17) (X (X to) (X (X 432.78) (X .)))))))))
(X (X gen-probe) (X (X was) (X (X another) (X (X active) (X (X takeover) (X (X stock) (X .)))))))
(X (X mci) (X (X Communications) (X (X added) (X (X 1) (X (X 1\/2) (X (X to) (X (X 43) (X (X 3\/8) (X .)))))))))
(X (X the) (X (X value) (X (X of) (X (X the) (X (X transaction) (X (X was) (X (X n't) (X (X disclosed) (X .)))))))))
(X (X so) (X (X what) (X (X is) (X (X Santa) (X (X Fe) (X (X worth) (X ?)))))))
(X (X santa) (X (X Fe) (X (X also) (X (X has) (X (X $) (X (X 3.7) (X (X billion) (X (X in) (X (X debt) (X .))))))))))
(X (X some) (X (X analysts) (X (X remain) (X (X bullish) (X .)))))
(X (X her) (X (X recent) (X (X report) (X (X classifies) (X (X the) (X (X stock) (X (X as) (X (X a) (X (X ``) (X (X hold) (X (X .) (X ''))))))))))))
(X (X santa) (X (X Fe) (X (X Pacific) (X (X -LRB-) (X (X NYSE) (X (X ;) (X (X Symbol) (X (X :) (X (X SFX) (X -RRB-))))))))))
(X (X business) (X (X :) (X (X Railroad) (X (X ,) (X (X natural) (X (X resources) (X (X and) (X (X real) (X estate)))))))))
(X (X year) (X (X ended) (X (X Dec.) (X (X 31) (X (X ,) (X (X 1988) (X :)))))))
(X (X revenue) (X (X :) (X (X $) (X (X 3.14) (X billion)))))
(X (X net) (X (X loss) (X (X :) (X (X $) (X (X 46.5) (X (X million) (X (X ;) (X (X 30) (X (X cents) (X (X a) (X share)))))))))))
(X (X third) (X (X quarter) (X (X ,) (X (X Sept.) (X (X 30) (X (X ,) (X (X 1989) (X :))))))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 344,354) (X shares)))))))
(X (X intelogic) (X (X holds) (X (X 27.5) (X (X %) (X (X of) (X (X Datapoint) (X (X 's) (X (X common) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X ``) (X (X It) (X (X sure) (X (X smells) (X (X like) (X (X it) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X it) (X (X is) (X (X widely) (X (X expected) (X (X that) (X (X they) (X (X will) (X .))))))))
(X (X second-tier) (X (X companies) (X (X are) (X (X receiving) (X (X even) (X (X less) (X (X per) (X (X ton) (X .)))))))))
(X (X commercial) (X (X gene-splicing) (X (X was) (X (X born) (X .)))))
(X (X the) (X (X trip) (X (X from) (X (X the) (X (X test) (X (X tube) (X (X was) (X (X not) (X (X without) (X (X snags) (X .)))))))))))
(X (X gene-splicing) (X (X now) (X (X is) (X (X an) (X (X integral) (X (X part) (X (X of) (X (X the) (X (X drug) (X (X business) (X .)))))))))))
(X (X also) (X (X ,) (X (X SmithKline) (X (X Beecham) (X (X rose) (X (X 1) (X (X 3\/8) (X (X to) (X (X 39) (X (X 1\/2) (X .)))))))))))
(X (X armstrong) (X (X added) (X (X 1\/8) (X (X to) (X (X 39) (X (X 1\/8) (X .)))))))
(X (X erc) (X (X Corp.) (X (X rose) (X (X 7\/8) (X (X to) (X (X 12) (X .)))))))
(X (X ogden) (X (X gained) (X (X 1) (X (X 1\/4) (X (X to) (X (X 32) (X (X 7\/8) (X .))))))))
(X (X volume) (X (X totaled) (X (X 11,820,000) (X (X shares) (X .)))))
(X (X a) (X (X simultaneous) (X (X announcement) (X (X was) (X (X made) (X (X in) (X (X Moscow) (X .))))))))
(X (X big) (X (X Board) (X (X officials) (X (X would) (X (X n't) (X (X comment) (X (X publicly) (X .))))))))
(X (X it) (X (X did) (X (X n't) (X (X work) (X .)))))
(X (X ``) (X (X Each) (X (X one) (X (X has) (X (X a) (X (X different) (X (X agenda) (X (X .) (X '')))))))))
(X (X ``) (X (X We) (X (X 've) (X (X had) (X (X dictation) (X (X .) (X '')))))))
(X (X ``) (X (X That) (X (X 's) (X (X different) (X (X than) (X (X wrecking) (X (X them) (X (X .) (X '')))))))))
(X (X ``) (X (X I) (X (X would) (X (X like) (X (X to) (X (X go) (X (X back) (X (X to) (X (X 1970) (X .))))))))))
(X (X but) (X (X we) (X (X 're) (X (X not) (X (X going) (X (X back) (X (X to) (X (X 1970) (X (X .) (X ''))))))))))
(X (X ``) (X (X Japan) (X (X 's) (X (X markets) (X (X are) (X (X more) (X (X stable) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X the) (X (X exchange) (X (X should) (X (X take) (X (X a) (X (X pro-active) (X (X position) (X (X .) (X '')))))))))
(X (X we) (X (X have) (X (X a) (X (X major) (X (X problem) (X (X ,) (X (X and) (X (X that) (X (X problem) (X (X is) (X (X volatility) (X (X .) (X '')))))))))))))
(X (X craig) (X (X Torres) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X finished) (X (X up) (X (X 41.60) (X (X ,) (X (X at) (X (X 2645.08) (X .)))))))))))
(X (X the) (X (X dollar) (X (X and) (X (X bond) (X (X prices) (X (X also) (X (X closed) (X (X higher) (X .)))))))))
(X (X meanwhile) (X (X ,) (X (X new-home) (X (X sales) (X (X plunged) (X (X 14) (X (X %) (X (X in) (X (X the) (X (X month) (X .)))))))))))
(X (X health-insurance) (X (X costs) (X (X soared) (X .))))
(X (X the) (X (X disk-drive) (X (X maker) (X (X disclosed) (X (X a) (X (X major) (X (X fraud) (X (X two) (X (X months) (X (X ago) (X .)))))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 176,100,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3426.33) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 142.85) (X (X yen) (X (X ,) (X (X up) (X (X 0.95) (X (X ;) (X (X 1.8415) (X (X marks) (X (X ,) (X (X up) (X (X 0.0075) (X .))))))))))))))
(X (X bond) (X (X prices) (X (X fell) (X (X after) (X (X the) (X (X Chicago) (X (X report) (X (X was) (X (X released) (X .))))))))))
(X (X by) (X (X the) (X (X end) (X (X of) (X (X the) (X (X day) (X (X ,) (X (X bond) (X (X prices) (X (X were) (X (X mixed) (X .))))))))))))
(X (X corporate) (X (X bonds) (X (X were) (X (X unchanged) (X .)))))
(X (X treasury) (X Securities))
(X (X treasury) (X (X prices) (X (X ended) (X (X mixed) (X (X in) (X (X light) (X (X trading) (X .))))))))
(X (X short-term) (X (X rates) (X (X also) (X (X were) (X (X mixed) (X .))))))
(X (X corporate) (X Issues))
(X (X the) (X (X one-year) (X (X LIBOR) (X (X rate) (X (X yesterday) (X (X was) (X (X 8) (X (X 7\/16) (X (X %) (X .))))))))))
(X (X mr.) (X (X Carmichael) (X (X said) (X (X investors) (X (X also) (X (X demanded) (X (X stricter) (X (X convenants) (X .)))))))))
(X (X mortgage-backed) (X Securities))
(X (X municipal) (X Issues))
(X (X ``) (X (X We) (X (X were) (X (X oversold) (X (X and) (X (X today) (X (X we) (X (X bounced) (X (X back) (X .))))))))))
(X (X foreign) (X Bonds))
(X (X most) (X (X foreign) (X (X government) (X (X bonds) (X (X markets) (X (X were) (X (X quiet) (X .))))))))
(X (X japanese) (X (X government) (X (X bonds) (X (X showed) (X (X little) (X (X change) (X .)))))))
(X (X gasb) (X (X rules) (X (X still) (X (X apply) (X (X for) (X (X other) (X (X government) (X (X units) (X .)))))))))
(X (X it) (X (X valued) (X (X the) (X (X transaction) (X (X at) (X (X $) (X (X 800) (X (X million) (X .)))))))))
(X (X both) (X (X Clarcor) (X (X and) (X (X Anderson) (X (X are) (X (X based) (X (X in) (X (X Rockford) (X (X ,) (X (X Ill) (X .)))))))))))
(X (X at) (X (X first) (X (X glance) (X (X ,) (X (X gold) (X (X and) (X (X utilities) (X (X seem) (X (X strange) (X (X bedfellows) (X .)))))))))))
(X (X certainly) (X (X ,) (X (X the) (X (X Oct.) (X (X 13) (X (X sell-off) (X (X did) (X (X n't) (X (X settle) (X (X any) (X (X stomachs) (X .))))))))))))
(X (X beyond) (X (X that) (X (X ,) (X (X money) (X (X managers) (X (X and) (X (X analysts) (X (X see) (X (X other) (X (X problems) (X .)))))))))))
(X (X britain) (X (X 's) (X (X unsettled) (X (X political) (X (X scene) (X (X also) (X (X worries) (X (X some) (X (X investors) (X .))))))))))
(X (X but) (X (X many) (X (X of) (X (X these) (X (X stocks) (X (X have) (X (X now) (X (X become) (X (X expensive) (X .))))))))))
(X (X but) (X (X the) (X (X two) (X (X groups) (X (X represent) (X (X a) (X (X further) (X (X step) (X (X in) (X (X defensiveness) (X .)))))))))))
(X (X that) (X (X 's) (X (X just) (X (X what) (X (X Joseph) (X (X Granville) (X (X expects) (X .))))))))
(X (X mr.) (X (X Stovall) (X (X does) (X (X n't) (X (X expect) (X (X an) (X (X actual) (X (X recession) (X .)))))))))
(X (X in) (X (X such) (X (X a) (X (X climate) (X (X ,) (X (X utility) (X (X stocks) (X (X look) (X (X good) (X (X to) (X (X him) (X .))))))))))))
(X (X but) (X (X ``) (X (X a) (X (X bunch) (X (X of) (X (X utilities) (X (X '') (X (X should) (X (X post) (X (X profit) (X (X increases) (X .))))))))))))
(X (X mark) (X (X T.) (X (X Kuiper) (X (X Jersey) (X (X City) (X (X ,) (X (X N.J) (X .))))))))
(X (X but) (X (X this) (X (X is) (X (X almost) (X (X an) (X (X underground) (X (X activity) (X .))))))))
(X (X he) (X (X is) (X (X a) (X (X mechanical) (X (X engineer) (X (X ,) (X (X not) (X (X an) (X (X atmospheric) (X (X chemist) (X .)))))))))))
(X (X karen) (X (X Fine) (X (X Coburn) (X (X Publisher) (X (X Global) (X (X Environmental) (X (X Change) (X (X Report) (X (X Arlington) (X (X ,) (X (X Mass) (X .))))))))))))
(X (X miniscribe) (X (X also) (X (X has) (X (X n't) (X (X filed) (X (X any) (X (X financial) (X (X statements) (X (X for) (X (X 1989) (X .)))))))))))
(X (X several) (X (X other) (X (X banks) (X (X have) (X (X similar) (X (X applications) (X (X pending) (X .))))))))
(X (X for) (X (X some) (X (X banks) (X (X that) (X (X 10) (X (X %) (X (X ceiling) (X (X created) (X (X problems) (X .))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X she) (X (X retains) (X (X her) (X (X duties) (X (X of) (X (X human-resources) (X (X director) (X .))))))))
(X (X that) (X (X 's) (X (X my) (X (X challenge) (X .)))))
(X (X it) (X (X 's) (X (X Mike) (X (X 's) (X (X challenge) (X (X as) (X (X well) (X (X .) (X '')))))))))
(X (X ``) (X (X We) (X (X had) (X (X a) (X (X lot) (X (X of) (X (X problems) (X (X ,) (X (X '') (X (X Mr.) (X (X Sinyard) (X (X says) (X .)))))))))))))
(X (X emc) (X (X manufactures) (X (X data-storage) (X (X systems) (X (X for) (X (X mainframes) (X (X and) (X (X minicomputers) (X .)))))))))
(X (X ``) (X (X We) (X (X 'll) (X (X raise) (X (X it) (X (X through) (X (X bank) (X (X loans) (X .)))))))))
(X (X we) (X (X 'll) (X (X raise) (X (X it) (X (X through) (X (X -LCB-) (X (X new) (X (X -RCB-) (X (X equity) (X .))))))))))
(X (X the) (X (X 30-share) (X (X index) (X (X settled) (X (X 23.2) (X (X points) (X (X higher) (X (X at) (X (X 1701.7) (X .))))))))))
(X (X jaguar) (X (X ended) (X (X 22) (X (X higher) (X (X at) (X (X 747) (X .)))))))
(X (X total) (X (X turnover) (X (X in) (X (X Glaxo) (X (X was) (X (X a) (X (X thin) (X (X 975,000) (X (X shares) (X .))))))))))
(X (X the) (X (X index) (X (X fell) (X (X 151.20) (X (X Friday) (X .))))))
(X (X monday) (X (X 's) (X (X losers) (X (X included) (X (X railway) (X (X ,) (X (X electric-utility) (X (X and) (X (X high-technology) (X (X issues) (X .)))))))))))
(X (X the) (X (X announcement) (X (X fueled) (X (X speculation) (X (X for) (X (X future) (X (X advances) (X (X in) (X (X the) (X (X shares) (X .)))))))))))
(X (X tokyu) (X (X Department) (X (X Store) (X (X advanced) (X (X 260) (X (X to) (X (X 2410) (X .))))))))
(X (X tokyu) (X (X Corp.) (X (X was) (X (X up) (X (X 150) (X (X at) (X (X 2890) (X .))))))))
(X (X tokyu) (X (X Construction) (X (X gained) (X (X 170) (X (X to) (X (X 1610) (X .)))))))
(X (X the) (X (X DAX) (X (X index) (X (X closed) (X (X at) (X (X 1466.29) (X (X ,) (X (X up) (X (X only) (X (X 3.36) (X .)))))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X investors) (X (X welcomed) (X (X the) (X (X move) (X .)))))
(X (X the) (X (X Treasury) (X (X 's) (X (X benchmark) (X (X 30-year) (X (X bond) (X (X rose) (X (X 1\/8) (X (X point) (X .))))))))))
(X (X traders) (X (X said) (X (X most) (X (X municipal) (X (X bonds) (X (X ended) (X (X 1\/2) (X (X point) (X (X higher) (X .))))))))))
(X (X treasury) (X Securities))
(X (X treasury) (X (X bonds) (X (X ended) (X (X slightly) (X (X higher) (X (X in) (X (X light) (X (X trading) (X .)))))))))
(X (X both) (X (X issues) (X (X are) (X (X dated) (X (X Oct.) (X (X 31) (X .)))))))
(X (X interest) (X (X rate) (X (X 8.07) (X %))))
(X (X corporate) (X Issues))
(X (X other) (X (X Western) (X (X Union) (X (X securities) (X (X were) (X (X also) (X (X lower) (X .))))))))
(X (X the) (X (X 10) (X (X 3\/4) (X (X %) (X (X debentures) (X (X last) (X (X traded) (X (X at) (X (X 35) (X .))))))))))
(X (X mortgage-backed) (X Securities))
(X (X mortgage) (X (X securities) (X (X ended) (X (X 2\/32) (X (X to) (X (X 4\/32) (X (X higher) (X (X in) (X (X light) (X (X trading) (X .)))))))))))
(X (X municipal) (X Issues))
(X (X foreign) (X Bonds))
(X (X seasonal) (X Stackup))
(X (X --) (X (X Edward) (X (X F.) (X (X Dempsey) (X .)))))
(X (X double-jointed))
(X (X --) (X (X Joshua) (X (X Adams) (X .))))
(X (X humility) (X Helper))
(X (X --) (X (X Ivern) (X (X Ball) (X .))))
(X (X ``) (X (X They) (X (X are) (X (X piggybacking) (X (X onto) (X (X developed) (X (X technology) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X it) (X (X was) (X (X supposed) (X (X to) (X (X be) (X (X a) (X (X routine) (X (X courtesy) (X (X call) (X .))))))))))
(X (X but) (X (X after) (X (X a) (X (X few) (X (X pleasantries) (X (X ,) (X (X the) (X (X Soviets) (X (X unexpectedly) (X (X got) (X (X serious) (X .))))))))))))
(X (X would) (X (X n't) (X (X the) (X (X Japanese) (X (X like) (X (X a) (X (X piece) (X (X of) (X (X it) (X ?))))))))))
(X (X ``) (X (X Shocked) (X (X .) (X ''))))
(X (X japan) (X (X is) (X (X a) (X (X major) (X (X target) (X (X for) (X (X the) (X (X Soviets) (X .)))))))))
(X (X a) (X (X main) (X (X motive) (X (X is) (X (X hard) (X (X cash) (X .)))))))
(X (X and) (X (X what) (X (X they) (X (X have) (X (X shown) (X (X is) (X (X n't) (X (X impressive) (X .)))))))))
(X (X peter) (X (X Gumbel) (X (X in) (X (X Moscow) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))
(X (X it) (X (X scared) (X (X brokers) (X (X ,) (X (X but) (X (X most) (X (X survived) (X .))))))))
(X (X the) (X (X timing) (X (X for) (X (X change) (X (X was) (X (X right) (X .)))))))
(X (X longer) (X (X term) (X (X ,) (X (X the) (X (X impact) (X (X is) (X (X unclear) (X .))))))))
(X (X part) (X (X of) (X (X a) (X (X Series) (X -RCB-)))))
(X (X it) (X (X 's) (X (X a) (X (X horrible) (X (X machine) (X (X ,) (X (X actually) (X .))))))))
(X (X i) (X (X 'm) (X (X ashamed) (X (X I) (X (X own) (X (X the) (X (X stupid) (X (X thing) (X (X .) (X ''))))))))))
(X (X mr.) (X (X Panelli) (X (X has) (X (X plenty) (X (X of) (X (X company) (X .)))))))
(X (X that) (X (X 's) (X (X good) (X (X news) (X (X for) (X (X marketers) (X (X of) (X (X walking) (X (X shoes) (X .))))))))))
(X (X ``) (X (X The) (X (X second) (X (X is) (X (X they) (X (X do) (X (X n't) (X (X have) (X (X enough) (X (X discipline) (X (X .) (X ''))))))))))))
(X (X electronic) (X (X gimmicks) (X (X are) (X (X key) (X .)))))
(X (X ``) (X (X I) (X (X 'm) (X (X using) (X (X it) (X (X a) (X (X lot) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))))))
(X (X of) (X (X course) (X (X ,) (X (X that) (X (X is) (X (X n't) (X (X really) (X (X the) (X (X case) (X .))))))))))
(X (X they) (X (X 're) (X (X bound) (X (X to) (X (X exaggerate) (X .))))))
(X (X but) (X (X even) (X (X that) (X (X goal) (X (X may) (X (X prove) (X (X optimistic) (X .))))))))
(X (X ``) (X (X And) (X (X it) (X (X 's) (X (X relaxing) (X .))))))
(X (X ``) (X (X Working) (X (X with) (X (X lawyers) (X (X ,) (X (X '') (X (X she) (X (X says) (X (X ,) (X (X ``) (X (X I) (X (X need) (X (X it) (X (X .) (X '')))))))))))))))
(X (X they) (X (X 're) (X (X not) (X (X there) (X (X to) (X (X work) (X (X out) (X (X .) (X '')))))))))
(X (X but) (X (X at) (X (X least) (X (X they) (X (X show) (X (X up) (X .)))))))
(X (X there) (X (X are) (X (X die-hard) (X (X bodies) (X (X ,) (X (X of) (X (X course) (X .))))))))
(X (X ``) (X (X It) (X (X 's) (X (X good) (X (X exercise) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X his) (X (X Tuesday) (X (X night) (X (X team) (X (X ,) (X (X the) (X (X Leftovers) (X (X ,) (X (X is) (X (X in) (X (X first) (X (X place) (X .)))))))))))))
(X (X the) (X (X flat) (X (X report) (X (X followed) (X (X a) (X (X four-month) (X (X string) (X (X of) (X (X declines) (X .))))))))))
(X (X if) (X (X there) (X (X 's) (X (X somethin') (X (X strange) (X (X in) (X (X your) (X (X neighborhood) (X ...)))))))))
(X (X who) (X (X ya) (X (X gon) (X (X na) (X (X call) (X ?))))))
(X (X for) (X (X starters) (X (X ,) (X (X some) (X (X people) (X (X call) (X (X Ed) (X (X and) (X (X Lorraine) (X (X Warren) (X .)))))))))))
(X (X ``) (X (X You) (X (X 'll) (X (X have) (X (X weird) (X (X dreams) (X (X ,) (X (X too) (X (X .) (X ''))))))))))
(X (X either) (X (X way) (X (X ,) (X (X the) (X (X ghostbusting) (X (X business) (X (X is) (X (X going) (X (X like) (X (X gangbusters) (X .)))))))))))
(X (X a) (X (X foul-smelling) (X (X demon) (X (X supposedly) (X (X plagued) (X (X a) (X (X house) (X (X in) (X (X Mannington) (X (X ,) (X (X Ky) (X .))))))))))))
(X (X mr.) (X (X Baker) (X (X promises) (X (X to) (X (X return) (X (X if) (X (X the) (X (X haunting) (X (X continues) (X .))))))))))
(X (X it) (X (X 's) (X (X reassuring) (X (X ,) (X (X and) (X (X it) (X (X usually) (X (X works) (X (X .) (X ''))))))))))
(X (X ``) (X (X Invariably) (X (X ,) (X (X '') (X (X he) (X (X says) (X (X ,) (X (X ``) (X (X eyewitnesses) (X (X are) (X (X untrustworthy) (X (X .) (X '')))))))))))))
(X (X the) (X (X magazine) (X (X called) (X (X in) (X (X Mr.) (X (X Hyman) (X (X as) (X (X a) (X (X consultant) (X .))))))))))
(X (X the) (X (X Canadian) (X (X wound) (X (X up) (X (X writing) (X (X a) (X (X check) (X .))))))))
(X (X ``) (X (X It) (X (X happens) (X (X .) (X '')))))
(X (X ``) (X (X The) (X (X suggestion) (X (X itself) (X (X may) (X (X do) (X (X the) (X (X healing) (X (X .) (X ''))))))))))
(X (X but) (X (X sometimes) (X (X more) (X (X energetic) (X (X attacks) (X (X are) (X (X required) (X .))))))))
(X (X mr.) (X (X Warren) (X (X pronounces) (X (X the) (X (X Litchfield) (X (X case) (X (X ``) (X (X your) (X (X typical) (X (X demonic) (X (X infestation) (X (X .) (X '')))))))))))))
(X (X two) (X (X previous) (X (X exorcisms) (X (X have) (X (X failed) (X .))))))
(X (X suddenly) (X (X the) (X (X woman) (X (X begins) (X (X swaying) (X (X and) (X (X then) (X (X writhing) (X .)))))))))
(X (X she) (X (X declines) (X (X to) (X (X show) (X (X them) (X .))))))
(X (X international) (X (X copyright) (X (X secured) (X .))))
(X (X made) (X (X in) (X (X USA) (X .))))
(X (X all) (X (X rights) (X (X Reserved) (X .))))
(X (X reprinted) (X (X by) (X (X permission) (X .))))
(X (X brokerage) (X (X HIRING) (X (X languishes) (X (X amid) (X (X market) (X (X turmoil) (X .)))))))
(X (X but) (X (X survivors) (X (X earn) (X (X more) (X .)))))
(X (X any) (X (X hiring) (X (X is) (X (X confined) (X (X to) (X (X retail) (X (X sales) (X .))))))))
(X (X but) (X (X then) (X (X it) (X (X was) (X (X acquired) (X (X by) (X (X Household) (X (X International) (X (X Inc) (X .))))))))))
(X (X the) (X (X supply) (X (X of) (X (X experienced) (X (X civil) (X (X engineers) (X (X ,) (X (X though) (X (X ,) (X (X is) (X (X tighter) (X .))))))))))))
(X (X the) (X (X IRS) (X (X may) (X (X taketh) (X (X what) (X (X the) (X (X Labor) (X (X Department) (X (X giveth) (X .))))))))))
(X (X but) (X (X stay) (X (X tuned) (X .))))
(X (X corporate) (X (X DOWNSIZING) (X (X digs) (X (X deeper) (X .)))))
(X (X both) (X (X reflect) (X (X the) (X (X dismissal) (X (X of) (X (X lower-level) (X (X and) (X (X shorter-tenure) (X (X executives) (X .))))))))))
(X (X first) (X (X TEACH) (X (X THYSELF) (X .))))
(X (X executives) (X (X universally) (X (X believe) (X (X workers) (X (X should) (X (X know) (X (X their) (X (X employer-sponsored) (X (X benefits) (X .))))))))))
(X (X mea) (X (X CULPA) (X .)))
(X (X no) (X (X ,) (X (X YOU) (X (X WORK) (X !)))))
(X (X students) (X (X SHUN) (X (X burger) (X (X flipping) (X (X for) (X (X jobs) (X (X tied) (X (X to) (X (X careers) (X .))))))))))
(X (X some) (X (X even) (X (X study) (X .))))
(X (X working) (X (X students) (X (X ,) (X (X she) (X (X explains) (X (X ,) (X (X want) (X (X ``) (X (X some) (X (X satisfaction) (X (X .) (X ''))))))))))))
(X (X slowing) (X (X economies) (X (X in) (X (X some) (X (X areas) (X (X limit) (X (X student) (X (X choice) (X .)))))))))
(X (X the) (X (X CHECKOFF) (X (X :) (X (X Fiery) (X (X ambition) (X :))))))
(X (X is) (X (X somebody) (X (X telling) (X (X us) (X (X something) (X ?))))))
(X (X who) (X (X that) (X (X winner) (X (X will) (X (X be) (X (X is) (X (X highly) (X (X uncertain) (X .)))))))))
(X (X the) (X (X uncertainty) (X (X is) (X (X sending) (X (X shivers) (X (X through) (X (X Brazilian) (X (X financial) (X (X markets) (X .))))))))))
(X (X capital) (X (X flight) (X (X is) (X (X reported) (X (X to) (X (X be) (X (X strong) (X .))))))))
(X (X ``) (X (X And) (X (X where) (X (X we) (X (X are) (X (X is) (X (X bad) (X (X .) (X '')))))))))
(X (X hospital) (X (X Regulation) (X (X Sparks) (X (X Kentucky) (X Feud)))))
(X (X debt-burdened) (X (X Doctors) (X (X Seek) (X (X Financial) (X Security)))))
(X (X ``) (X (X They) (X (X wo) (X (X n't) (X (X do) (X (X that) (X (X very) (X (X often) (X (X today) (X (X at) (X (X all) (X .))))))))))))
(X (X they) (X (X 're) (X (X looking) (X (X for) (X (X something) (X (X that) (X (X 's) (X (X very) (X (X safe) (X (X .) (X '')))))))))))
(X (X that) (X (X 's) (X (X 115) (X (X %) (X (X more) (X (X than) (X (X in) (X (X 1981) (X .)))))))))
(X (X related) (X (X Roommates) (X (X Trim) (X (X Hospital) (X Bills)))))
(X (X but) (X (X unlike) (X (X most) (X (X patients) (X (X ,) (X (X her) (X (X roommate) (X (X was) (X (X her) (X (X husband) (X .)))))))))))
(X (X it) (X (X also) (X (X saves) (X (X money) (X .)))))
(X (X odds) (X (X and) (X Ends)))
(X (X knight-ridder) (X (X would) (X (X n't) (X (X comment) (X (X on) (X (X the) (X (X offer) (X .))))))))
(X (X it) (X (X also) (X (X hopes) (X (X to) (X (X enter) (X (X the) (X (X U.S.) (X (X market) (X .)))))))))
(X (X edisto) (X (X currently) (X (X is) (X (X the) (X (X general) (X (X partner) (X (X of) (X (X NRM) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X but) (X (X the) (X (X stock) (X (X market) (X (X swings) (X (X have) (X (X continued) (X .))))))))
(X (X investors) (X (X pulled) (X (X back) (X (X from) (X (X bond) (X (X funds) (X (X in) (X (X September) (X (X ,) (X (X too) (X .)))))))))))
(X (X big) (X (X withdrawals) (X (X from) (X (X the) (X (X junk) (X (X funds) (X (X have) (X (X continued) (X (X this) (X (X month) (X .)))))))))))
(X (X in) (X (X September) (X (X 1988) (X (X ,) (X (X that) (X (X level) (X (X was) (X (X 9.5) (X (X %) (X .))))))))))
(X (X letting) (X (X officials) (X (X express) (X (X their) (X (X own) (X (X nuances) (X (X can) (X (X be) (X (X educational) (X .))))))))))
(X (X his) (X (X election) (X (X increases) (X (X Ryder) (X (X 's) (X (X board) (X (X to) (X (X 14) (X (X members) (X .))))))))))
(X (X the) (X (X killers) (X (X fled) (X (X with) (X (X less) (X (X than) (X (X $) (X (X 100) (X .)))))))))
(X (X ``) (X (X How) (X (X do) (X (X you) (X (X prove) (X (X a) (X (X negative) (X (X ?) (X '')))))))))
(X (X telerate) (X (X provides) (X (X information) (X (X about) (X (X financial) (X (X markets) (X (X through) (X (X an) (X (X electronic) (X (X network) (X .)))))))))))
(X (X the) (X (X 120-day) (X (X exclusivity) (X (X period) (X (X was) (X (X to) (X (X expire) (X (X yesterday) (X .)))))))))
(X (X not) (X (X even) (X (X an) (X (X earthquake) (X .)))))
(X (X the) (X (X walls) (X (X shook) (X (X ;) (X (X the) (X (X building) (X (X rocked) (X .))))))))
(X (X ``) (X (X I) (X (X said) (X (X ,) (X (X `) (X (X NOW) (X (X ?) (X '))))))))
(X (X i) (X (X was) (X (X shaking) (X (X the) (X (X whole) (X (X time) (X (X .) (X ''))))))))
(X (X the) (X (X four) (X (X lawyers) (X (X climbed) (X (X out) (X (X from) (X (X under) (X (X a) (X (X table) (X .))))))))))
(X (X ten) (X (X minutes) (X (X later) (X (X ,) (X (X it) (X (X was) (X (X done) (X .))))))))
(X (X the) (X (X insurance) (X (X adjusters) (X (X think) (X (X differently) (X .))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X brown-forman) (X (X Corp) (X (X .) (X (X -LRB-) (X (X Louisville) (X (X ,) (X (X Ky.) (X (X -RRB-) (X --)))))))))
(X (X yale) (X (X Jay) (X Lubkin)))
(X (X owings) (X (X ,) (X (X Md) (X .))))
(X (X the) (X (X issue) (X (X is) (X (X far-reaching) (X .)))))
(X (X president) (X (X North) (X (X American) (X (X Physicians) (X (X Insurance) (X (X Risk) (X (X Retention) (X Group))))))))
(X (X mr.) (X (X Bass) (X (X is) (X (X based) (X (X in) (X (X Fort) (X (X Worth) (X .))))))))
(X (X acadia) (X (X Partners) (X (X and) (X (X the) (X (X Bass) (X (X Group) (X (X declined) (X (X to) (X (X comment) (X .))))))))))
(X (X revco) (X (X has) (X (X $) (X (X 1.5) (X (X billion) (X (X in) (X (X claims) (X (X outstanding) (X .)))))))))
(X (X copper) (X (X futures) (X (X prices) (X (X failed) (X (X to) (X (X extend) (X (X Friday) (X (X 's) (X (X rally) (X .))))))))))
(X (X recently) (X (X ,) (X (X Japan) (X (X has) (X (X been) (X (X buying) (X (X copper) (X (X elsewhere) (X .)))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X grains) (X (X AND) (X (X SOYBEANS) (X :))))
(X (X coffee) (X :))
(X (X precious) (X (X METALS) (X :)))
(X (X futures) (X (X prices) (X (X showed) (X (X modest) (X (X changes) (X (X in) (X (X light) (X (X trading) (X (X volume) (X .))))))))))
(X (X the) (X (X forest-products) (X (X concern) (X (X currently) (X (X has) (X (X about) (X (X 38) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X the) (X (X work) (X (X force) (X (X provides) (X (X the) (X (X third) (X (X arm) (X (X of) (X (X the) (X (X ``) (X (X alliance) (X (X .) (X '')))))))))))))
(X (X the) (X (X Northeast) (X (X and) (X (X West) (X (X regions) (X (X were) (X (X unchanged) (X .))))))))
(X (X the) (X (X index) (X (X uses) (X (X a) (X (X base) (X (X of) (X (X 100) (X (X in) (X (X 1982) (X .))))))))))
(X (X our) (X (X commitment) (X (X to) (X (X manage) (X (X these) (X (X businesses) (X (X profitably) (X (X will) (X (X continue) (X (X .) (X '')))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X but) (X (X interest) (X (X instead) (X (X decreased) (X .)))))
(X (X yet) (X (X that) (X (X did) (X (X n't) (X (X eliminate) (X (X program) (X (X trading) (X (X from) (X (X the) (X (X market) (X .)))))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X (X :) (X (X Stock) (X (X prices) (X (X rose) (X (X in) (X (X light) (X (X trading) (X .))))))))))))
(X (X bond) (X (X prices) (X (X crept) (X (X higher) (X .)))))
(X (X the) (X (X yield) (X (X on) (X (X the) (X (X issue) (X (X slipped) (X (X to) (X (X 7.92) (X (X %) (X .))))))))))
(X (X the) (X (X dollar) (X (X gained) (X .))))
(X (X now) (X (X ,) (X (X the) (X (X personal-computer) (X (X revolution) (X (X is) (X (X finally) (X (X reaching) (X (X Japan) (X .))))))))))
(X (X ``) (X (X Productivity) (X (X in) (X (X Japanese) (X (X offices) (X (X is) (X (X relatively) (X (X low) (X (X .) (X ''))))))))))
(X (X some) (X (X machines) (X (X make) (X (X charts) (X (X for) (X (X presentations) (X .)))))))
(X (X others) (X (X analyze) (X (X the) (X (X data) (X .)))))
(X (X in) (X (X Japan) (X (X ,) (X (X about) (X (X 1) (X (X %) (X (X are) (X (X linked) (X .)))))))))
(X (X various) (X (X cultural) (X (X and) (X (X economic) (X (X forces) (X (X have) (X (X suppressed) (X (X demand) (X .)))))))))
(X (X but) (X (X the) (X (X complex) (X (X language) (X (X is) (X (X n't) (X (X the) (X (X only) (X (X reason) (X .))))))))))
(X (X with) (X (X little) (X (X competition) (X (X ,) (X (X the) (X (X computer) (X (X industry) (X (X here) (X (X is) (X (X inefficient) (X .)))))))))))
(X (X that) (X (X is) (X (X the) (X (X state) (X (X of) (X (X Japan) (X (X 's) (X (X computer) (X (X industry) (X .))))))))))
(X (X ``) (X (X There) (X (X are) (X (X no) (X (X price) (X (X wars) (X (X ,) (X (X no) (X (X competition) (X (X .) (X '')))))))))))
(X (X but) (X (X the) (X (X market) (X (X is) (X (X changing) (X .))))))
(X (X but) (X (X the) (X (X Americans) (X (X are) (X (X also) (X (X to) (X (X blame) (X .))))))))
(X (X they) (X (X long) (X (X made) (X (X little) (X (X effort) (X (X here) (X .)))))))
(X (X critics) (X (X also) (X (X say) (X (X American) (X (X companies) (X (X charge) (X (X too) (X (X much) (X .)))))))))
(X (X but) (X (X the) (X (X U.S.) (X (X companies) (X (X are) (X (X redoubling) (X (X their) (X (X efforts) (X .)))))))))
(X (X ``) (X (X But) (X (X it) (X (X 's) (X (X an) (X (X enormous) (X (X business) (X (X opportunity) (X .)))))))))
(X (X by) (X (X contrast) (X (X ,) (X (X surgical) (X (X abortion) (X (X is) (X (X 99) (X (X %) (X (X effective) (X .))))))))))
(X (X nausea) (X (X and) (X (X vomiting) (X (X are) (X (X other) (X (X common) (X (X side) (X (X effects) (X .)))))))))
(X (X timing) (X (X is) (X (X of) (X (X the) (X (X essence) (X (X with) (X (X RU-486) (X .))))))))
(X (X that) (X (X is) (X (X typically) (X (X about) (X (X a) (X (X three-week) (X (X window) (X .))))))))
(X (X but) (X (X there) (X (X are) (X (X no) (X (X scientific) (X (X data) (X (X on) (X (X this) (X (X question) (X .))))))))))
(X (X some) (X (X abortion) (X (X advocates) (X (X have) (X (X been) (X (X asking) (X (X themselves) (X (X this) (X (X very) (X (X question) (X .)))))))))))
(X (X wrong) (X (X on) (X (X all) (X (X counts) (X (X ,) (X (X Miss) (X (X Fraser) (X .))))))))
(X (X mrs.) (X (X Allen) (X (X is) (X (X a) (X (X senior) (X (X editor) (X (X of) (X (X Insight) (X (X magazine) (X .))))))))))
(X (X the) (X (X result) (X ?)))
(X (X what) (X (X does) (X (X this) (X (X mean) (X (X for) (X (X trade) (X (X policy) (X ?))))))))
(X (X mr.) (X (X Freeman) (X (X is) (X (X an) (X (X executive) (X (X vice) (X (X president) (X (X of) (X (X American) (X (X Express) (X .)))))))))))
(X (X ``) (X (X This) (X (X was) (X (X a) (X (X Kidder) (X (X Peabody) (X (X stand-alone) (X (X decision) (X (X .) (X ''))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X not) (X (X going) (X (X to) (X (X stop) (X (X it) (X (X at) (X (X all) (X (X .) (X ''))))))))))))
(X (X a) (X (X program-bashing) (X (X move) (X (X is) (X (X clearly) (X (X on) (X .)))))))
(X (X craig) (X (X Torres) (X (X and) (X (X Anne) (X (X Newman) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X no) (X (X charges) (X (X were) (X (X brought) (X (X against) (X (X her) (X .)))))))
(X (X mazda) (X (X makes) (X (X the) (X (X Tracer) (X (X for) (X (X Ford) (X .)))))))
(X (X they) (X (X said) (X (X the) (X (X problems) (X (X are) (X (X n't) (X (X safety) (X (X related) (X .)))))))))
(X (X -lrb-) (X (X Pension) (X (X Benefit) (X (X Guaranty) (X (X Corp.) (X (X vs.) (X (X LTV) (X (X Corp) (X .)))))))))
(X (X the) (X (X commercial) (X (X was) (X (X absolutely) (X (X silent) (X .))))))
(X (X call) (X (X it) (X (X disaster) (X (X marketing) (X .)))))
(X (X that) (X (X has) (X (X n't) (X (X deterred) (X (X plenty) (X (X of) (X (X companies) (X .))))))))
(X (X ``) (X (X What) (X (X did) (X (X we) (X (X get) (X (X out) (X (X of) (X (X it) (X ?)))))))))
(X (X we) (X (X got) (X (X some) (X (X exposure) (X (X ...) (X (X and) (X (X pretty) (X (X much) (X (X good) (X (X will) (X (X .) (X ''))))))))))))
(X (X nissan) (X (X created) (X (X its) (X (X quake) (X (X ad) (X (X in) (X (X a) (X (X weekend) (X .)))))))))
(X (X we) (X (X do) (X (X n't) (X (X consider) (X (X that) (X (X ambulance) (X (X chasing) (X (X .) (X '')))))))))
(X (X ``) (X (X Barry) (X (X felt) (X (X very) (X (X committed) (X .))))))
(X (X he) (X (X felt) (X (X we) (X (X should) (X (X be) (X (X giving) (X (X something) (X (X back) (X (X .) (X ''))))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X tv) (X (X GUIDE) (X :)))
(X (X no) (X (X ALCOHOL) (X :)))
(X (X radio) (X :))
(X (X government) (X Contractors))
(X (X -lrb-) (X (X General) (X (X Dynamics) (X (X Corp.) (X (X vs.) (X Trevino))))))
(X (X court) (X (X in) (X Brief)))
(X (X in) (X (X other) (X (X action) (X (X yesterday) (X (X ,) (X (X the) (X (X high) (X (X court) (X :)))))))))
(X (X -lrb-) (X (X Lavery) (X (X vs.) (X (X U.S.) (X (X .) (X -RRB-))))))
(X (X large) (X (X pockets) (X (X of) (X (X poverty) (X (X still) (X (X exist) (X .)))))))
(X (X a) (X (X 14) (X (X %) (X (X inflation) (X (X rate) (X (X dropped) (X (X below) (X (X 5) (X (X %) (X .))))))))))
(X (X mr.) (X (X Gonzalez) (X (X is) (X (X not) (X (X quite) (X (X a) (X (X closet) (X (X supply-side) (X (X revolutionary) (X (X ,) (X (X however) (X .))))))))))))
(X (X now) (X (X he) (X (X can) (X (X go) (X (X further) (X .))))))
(X (X monday) (X (X ,) (X (X October) (X (X 30) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.70) (X (X %) (X .)))))))))
(X (X oh) (X (X ,) (X (X that) (X (X terrible) (X (X Mr.) (X (X Ortega) (X .)))))))
(X (X a) (X (X -) (X (X Discounted) (X (X rate) (X .)))))
(X (X c) (X (X -) (X (X Yields) (X (X ,) (X (X adjusted) (X (X for) (X (X constant) (X (X maturity) (X .)))))))))
(X (X showbiz) (X (X Pizza) (X (X Time) (X (X gained) (X (X 1) (X (X 1\/2) (X (X to) (X (X 13) (X .)))))))))
(X (X old) (X (X Stone) (X (X fell) (X (X 1) (X (X 5\/8) (X (X to) (X (X 13) (X (X 1\/2) (X .)))))))))
(X (X that) (X (X is) (X (X for) (X (X the) (X (X future) (X .))))))
(X (X ``) (X (X It) (X (X made) (X (X our) (X (X New) (X (X Year) (X (X ,) (X (X '') (X (X says) (X (X Mr.) (X (X Quinlan) (X .))))))))))))
(X (X to) (X (X date) (X (X ,) (X (X scientists) (X (X have) (X (X fingered) (X (X two) (X (X of) (X (X these) (X (X cancer-suppressors) (X .)))))))))))
(X (X dr.) (X (X Dryja) (X (X made) (X (X his) (X (X retinoblastoma) (X (X discovery) (X (X in) (X (X 1986) (X .)))))))))
(X (X they) (X (X have) (X (X about) (X (X seven) (X (X candidates) (X .))))))
(X (X occasionally) (X (X ,) (X (X gross) (X (X chromosome) (X (X damage) (X (X was) (X (X visible) (X .))))))))
(X (X the) (X (X finding) (X (X riveted) (X (X medicine) (X .)))))
(X (X it) (X (X was) (X (X an) (X (X audacious) (X (X claim) (X .))))))
(X (X gradually) (X (X ,) (X (X a) (X (X coherent) (X (X picture) (X (X of) (X (X cancer) (X (X development) (X (X emerged) (X .))))))))))
(X (X their) (X (X report) (X (X galvanized) (X (X other) (X (X molecular) (X (X biologists) (X .)))))))
(X (X they) (X (X focused) (X (X on) (X (X chromosome) (X (X 17) (X .))))))
(X (X such) (X (X a) (X (X piece) (X (X of) (X (X DNA) (X (X would) (X (X probably) (X (X constitute) (X (X a) (X (X gene) (X .)))))))))))
(X (X still) (X (X ,) (X (X caution) (X (X is) (X (X advisable) (X .))))))
(X (X many) (X (X analysts) (X (X question) (X (X management) (X (X 's) (X (X credibility) (X .)))))))
(X (X -lrb-) (X (X The) (X (X company) (X (X did) (X (X n't) (X (X put) (X (X out) (X (X a) (X (X public) (X (X announcement) (X .)))))))))))
(X (X prospective) (X (X competition) (X (X is) (X (X one) (X (X problem) (X .))))))
(X (X they) (X (X are) (X (X buying) (X (X an) (X (X operation) (X (X that) (X (X is) (X (X running) (X (X well) (X (X .) (X '')))))))))))
(X (X ``) (X (X Size) (X (X does) (X (X n't) (X (X matter) (X (X ,) (X (X '') (X (X Mr.) (X (X Peladeau) (X (X says) (X .)))))))))))
(X (X ``) (X (X What) (X (X counts) (X (X is) (X (X the) (X (X bottom) (X (X line) (X (X .) (X '')))))))))
(X (X still) (X (X ,) (X (X Mr.) (X (X Peladeau) (X (X stuck) (X (X with) (X (X the) (X (X venture) (X .)))))))))
(X (X ``) (X (X I) (X (X 've) (X (X read) (X (X Balzac) (X (X ,) (X (X '') (X (X he) (X (X answers) (X (X critics) (X .)))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X tabloid) (X (X news) (X (X from) (X (X A) (X (X to) (X (X Z) (X (X .) (X '')))))))))))
(X (X quebecor) (X (X will) (X (X own) (X (X 57.5) (X (X %) (X (X of) (X (X the) (X (X new) (X (X subsidiary) (X .))))))))))
(X (X craig) (X (X Forman) (X (X in) (X (X London) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))
(X (X ``) (X (X The) (X (X issue) (X (X is) (X (X n't) (X (X age) (X (X --) (X (X age) (X (X is) (X (X just) (X (X a) (X (X number) (X .)))))))))))))
(X (X ``) (X (X We) (X (X will) (X (X vigorously) (X (X oppose) (X (X the) (X (X bill) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X whitman) (X (X &) (X (X RANSOM) (X (X recruits) (X (X lawyers) (X (X from) (X (X disbanding) (X (X firm) (X :)))))))))
(X (X short) (X (X SKIRTS) (X (X not) (X (X welcome) (X (X in) (X (X Texas) (X (X court) (X :))))))))
(X (X judge) (X (X Hancock) (X (X did) (X (X n't) (X (X return) (X (X phone) (X (X calls) (X .))))))))
(X (X dpc) (X (X said) (X (X it) (X (X could) (X (X n't) (X (X comment) (X (X on) (X (X the) (X (X suit) (X .))))))))))
(X (X and) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X there) (X (X 's) (X (X the) (X (X unsteady) (X (X labor) (X (X situation) (X .))))))))))))
(X (X the) (X (X union) (X (X ,) (X (X though) (X (X ,) (X (X has) (X (X called) (X (X the) (X (X offer) (X (X ``) (X (X insulting) (X (X .) (X '')))))))))))))
(X (X ``) (X (X Neither) (X (X is) (X (X going) (X (X to) (X (X back) (X (X down) (X (X easily) (X (X .) (X ''))))))))))
(X (X transcanada) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X Foothills) (X (X application) (X .)))))))))
(X (X few) (X (X petitions) (X (X ,) (X (X however) (X (X ,) (X (X have) (X (X actually) (X (X delayed) (X (X or) (X (X scuttled) (X (X mergers) (X .))))))))))))
(X (X new) (X (X York) (X (X City) (X --))))
(X (X collateralized) (X (X Mortgage) (X (X Securities) (X (X Corp.) (X --)))))
(X (X beneficial) (X (X Corp.) (X --)))
(X (X the) (X (X issue) (X (X has) (X (X an) (X (X expected) (X (X final) (X (X maturity) (X (X date) (X (X of) (X (X 1998) (X .)))))))))))
(X (X rochester) (X (X Community) (X (X Savings) (X (X Bank) (X --)))))
(X (X south) (X (X Australian) (X (X Government) (X (X Finance) (X (X Authority) (X (X -LRB-) (X (X agency) (X (X -RRB-) (X --)))))))))
(X (X guaranteed) (X (X by) (X (X the) (X (X South) (X (X Australian) (X (X Treasury) (X .)))))))
(X (X fees) (X (X 1) (X (X 3\/8) (X .))))
(X (X government) (X (X Insurance) (X (X Office) (X (X of) (X (X New) (X (X South) (X (X Wales) (X (X -LRB-) (X (X agency) (X (X -RRB-) (X --)))))))))))
(X (X fees) (X (X 1) (X (X 1\/4) (X .))))
(X (X swedish) (X (X Export) (X (X Credit) (X (X Corp) (X (X .) (X (X -LRB-) (X (X Sweden) (X (X -RRB-) (X --)))))))))
(X (X fees) (X (X 1) (X (X 3\/4) (X .))))
(X (X ``) (X (X We) (X (X are) (X (X still) (X (X looking) (X (X ,) (X (X '') (X (X said) (X (X a) (X (X Deutsche) (X (X Bank) (X (X spokesman) (X .)))))))))))))
(X (X navigation) (X (X Mixte) (X (X holds) (X (X the) (X (X remaining) (X (X 50) (X (X %) (X .))))))))
(X (X mr.) (X (X Green) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .)))))))
(X (X the) (X (X company) (X (X just) (X (X went) (X (X public) (X (X earlier) (X (X this) (X (X month) (X .)))))))))
(X (X joanne) (X (X Lipman) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X the) (X (X Celtona) (X (X operations) (X (X would) (X (X become) (X (X part) (X (X of) (X (X those) (X (X ventures) (X .))))))))))
(X (X the) (X (X dollar) (X (X rose) (X (X against) (X (X the) (X (X Swiss) (X (X and) (X (X French) (X (X francs) (X .))))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X moderate) (X (X 3.5) (X (X million) (X (X ounces) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X more) (X (X than) (X (X 1,000) (X (X Muscovites) (X (X attended) (X (X the) (X (X service) (X .))))))))
(X (X ortega) (X (X had) (X (X threatened) (X (X to) (X (X end) (X (X a) (X (X 19-month-old) (X (X ceasefire) (X .)))))))))
(X (X all) (X (X four) (X (X demonstrators) (X (X were) (X (X arrested) (X .))))))
(X (X the) (X (X laws) (X (X take) (X (X effect) (X (X next) (X (X month) (X .)))))))
(X (X completion) (X (X of) (X (X the) (X (X project) (X (X is) (X (X expected) (X (X by) (X (X mid-1992) (X .)))))))))
(X (X also) (X (X ,) (X (X the) (X (X Big) (X (X Board) (X (X met) (X (X with) (X (X angry) (X (X stock) (X (X specialists) (X .)))))))))))
(X (X drug) (X (X companies) (X (X lost) (X (X a) (X (X major) (X (X liability) (X (X case) (X .))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 126,630,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3416.81) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 141.90) (X (X yen) (X (X ,) (X (X up) (X (X 0.25) (X (X ;) (X (X 1.8340) (X (X marks) (X (X ,) (X (X up) (X (X 0.0040) (X .))))))))))))))
(X (X it) (X (X will) (X (X trade) (X (X over) (X (X the) (X (X counter) (X (X under) (X (X the) (X (X symbol) (X (X CRAY) (X .)))))))))))
(X (X its) (X (X bid) (X (X :) (X (X one) (X (X yen) (X (X ,) (X (X or) (X (X less) (X (X than) (X (X a) (X (X U.S.) (X (X penny) (X .)))))))))))))
(X (X it) (X (X 's) (X (X a) (X (X kind) (X (X of) (X (X an) (X (X investment) (X (X .) (X '')))))))))
(X (X ``) (X (X It) (X (X 's) (X (X contrary) (X (X to) (X (X common) (X (X sense) (X (X ,) (X (X '') (X (X she) (X (X added) (X .))))))))))))
(X (X ``) (X (X We) (X (X can) (X (X expect) (X (X a) (X (X hundreds-of-billions-of-yen) (X (X market) (X (X .) (X '')))))))))
(X (X international) (X (X Paper) (X (X or) (X (X Weyerhaeuser) (X (X could) (X (X step) (X (X in) (X (X .) (X '')))))))))
(X (X mike) (X (X Greece) (X (X Former) (X (X Air) (X (X Force) (X (X Career) (X (X Officer) (X (X New) (X York)))))))))
(X (X l.h.) (X (X Blum) (X (X Beaumont) (X (X ,) (X Texas)))))
(X (X i) (X (X agree) (X (X with) (X (X Mr.) (X (X Lehman) (X (X 100) (X (X %) (X !))))))))
(X (X carl) (X (X Banerian) (X (X Jr) (X (X .) (X (X Birmingham) (X (X ,) (X (X Mich) (X .))))))))
(X (X he) (X (X could) (X (X not) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))
(X (X the) (X (X airline) (X (X also) (X (X named) (X (X Mickey) (X (X Foret) (X (X as) (X (X president) (X .)))))))))
(X (X but) (X (X Mr.) (X (X Corr) (X (X 's) (X (X tenure) (X (X was) (X (X shorter) (X (X than) (X (X most) (X .))))))))))
(X (X before) (X (X that) (X (X ,) (X (X he) (X (X was) (X (X an) (X (X executive) (X (X with) (X (X a) (X (X manufacturing) (X (X concern) (X .))))))))))))
(X (X mr.) (X (X Bakes) (X (X previously) (X (X had) (X (X a) (X (X turn) (X (X at) (X (X running) (X (X Continental) (X .))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X he) (X (X succeeds) (X (X Alvin) (X (X A.) (X (X McCall) (X (X in) (X (X the) (X (X position) (X .)))))))))
(X (X mr.) (X (X McCall) (X (X will) (X (X remain) (X (X chairman) (X .))))))
(X (X he) (X (X will) (X (X remain) (X (X chairman) (X .)))))
(X (X the) (X (X Arabs) (X (X had) (X (X merely) (X (X oil) (X .))))))
(X (X or) (X (X ,) (X (X at) (X (X least) (X (X ,) (X (X its) (X (X heart) (X (X disease) (X .)))))))))
(X (X some) (X (X apply) (X (X it) (X (X to) (X (X gouty) (X (X joints) (X .)))))))
(X (X in) (X (X April) (X (X ,) (X (X the) (X (X psyllium) (X (X bandwagon) (X (X got) (X (X more) (X (X crowded) (X .))))))))))
(X (X currently) (X (X ,) (X (X there) (X (X is) (X (X a) (X (X lull) (X (X in) (X (X the) (X (X psyllium) (X (X war) (X .)))))))))))
(X (X but) (X (X the) (X (X agency) (X (X has) (X (X n't) (X (X yanked) (X (X psyllium) (X (X off) (X (X store) (X (X shelves) (X .)))))))))))
(X (X they) (X (X want) (X (X psyllium) (X (X prices) (X (X low) (X (X for) (X (X their) (X (X purchases) (X (X next) (X (X year) (X .)))))))))))
(X (X but) (X (X there) (X (X 's) (X (X a) (X (X catch) (X .))))))
(X (X ``) (X (X Maybe) (X (X I) (X (X 'll) (X (X plant) (X (X castor-oil) (X (X seeds) (X (X .) (X '')))))))))
(X (X and) (X (X the) (X (X world) (X (X could) (X (X experience) (X (X its) (X (X first) (X (X psyllium) (X (X shortage) (X .))))))))))
(X (X the) (X (X apparel) (X (X maker) (X (X would) (X (X n't) (X (X disclose) (X (X terms) (X (X of) (X (X the) (X (X agreement) (X .)))))))))))
(X (X but) (X (X then) (X (X they) (X (X wake) (X (X up) (X (X to) (X (X a) (X (X nightmare) (X .)))))))))
(X (X for) (X (X employee) (X (X and) (X (X employer) (X (X alike) (X (X ,) (X (X the) (X (X worry) (X (X is) (X (X widespread) (X .)))))))))))
(X (X nashua) (X (X announced) (X (X the) (X (X Reiss) (X (X request) (X (X after) (X (X the) (X (X market) (X (X closed) (X .))))))))))
(X (X others) (X (X were) (X (X more) (X (X cautious) (X .)))))
(X (X manufacturers) (X (X have) (X (X survived) (X (X the) (X (X turmoil) (X (X in) (X (X China) (X (X largely) (X (X unscathed) (X .))))))))))
(X (X china-bound) (X (X freight) (X (X streams) (X (X through) (X (X the) (X (X territory) (X (X 's) (X (X port) (X .)))))))))
(X (X but) (X (X to) (X (X Hong) (X (X Kong) (X (X ,) (X (X China) (X (X is) (X (X n't) (X (X purely) (X (X business) (X .)))))))))))
(X (X it) (X (X may) (X (X experience) (X (X an) (X (X upswing) (X (X or) (X (X two) (X (X in) (X (X between) (X .))))))))))
(X (X ``) (X (X Over) (X (X the) (X (X next) (X (X few) (X (X years) (X (X ,) (X (X I) (X (X would) (X (X advise) (X (X caution) (X (X .) (X '')))))))))))))
(X (X the) (X (X interviews) (X (X took) (X (X place) (X (X two) (X (X years) (X (X ago) (X .))))))))
(X (X ``) (X (X The) (X (X city) (X (X could) (X (X lose) (X (X some) (X (X of) (X (X its) (X (X entrepreneurial) (X (X flavor) (X .)))))))))))
(X (X it) (X (X does) (X (X n't) (X (X have) (X (X to) (X (X be) (X (X a) (X (X disaster) (X .)))))))))
(X (X ``) (X (X But) (X (X clearly) (X (X we) (X (X 're) (X (X entering) (X (X a) (X (X difficult) (X (X period) (X (X .) (X '')))))))))))
(X (X one) (X (X concerns) (X (X Japanese) (X (X investors) (X .)))))
(X (X the) (X (X market) (X (X has) (X (X grown) (X (X relatively) (X (X quiet) (X (X since) (X (X the) (X (X China) (X (X crisis) (X .)))))))))))
(X (X last) (X (X year) (X (X ,) (X (X 45,000) (X (X went) (X .))))))
(X (X a) (X (X large) (X (X number) (X (X of) (X (X those) (X (X leaving) (X (X are) (X (X managers) (X (X and) (X (X professionals) (X .)))))))))))
(X (X officials) (X (X at) (X (X Mellon) (X (X Capital) (X (X were) (X (X unavailable) (X (X for) (X (X comment) (X .)))))))))
(X (X some) (X (X stock-index) (X (X funds) (X (X are) (X (X huge) (X .))))))
(X (X ``) (X (X One) (X (X agency) (X (X should) (X (X have) (X (X the) (X (X authority) (X (X over) (X (X all) (X (X equity) (X (X products) (X .))))))))))))
(X (X put) (X (X these) (X (X together) (X (X ,) (X (X and) (X (X you) (X (X get) (X (X programs) (X (X about) (X (X rape) (X .)))))))))))
(X (X but) (X (X is) (X (X exile) (X (X in) (X (X Hollywood) (X (X enough) (X ?)))))))
(X (X people) (X (X like) (X (X Pa) (X (X do) (X (X exist) (X (X ,) (X (X of) (X (X course) (X .)))))))))
(X (X how) (X (X could) (X (X he) (X (X be) (X ?)))))
(X (X he) (X (X 's) (X (X the) (X (X director) (X (X of) (X (X the) (X (X local) (X (X Planned) (X (X Parenthood) (X (X chapter) (X .)))))))))))
(X (X as) (X (X for) (X (X the) (X (X women) (X (X ,) (X (X they) (X (X 're) (X (X pathetic) (X .)))))))))
(X (X starting) (X (X tomorrow) (X (X ,) (X (X I) (X (X 'm) (X (X stalking) (X (X you) (X .))))))))
(X (X surely) (X (X the) (X (X question) (X (X is) (X (X obvious) (X .))))))
(X (X it) (X (X would) (X (X n't) (X (X identify) (X (X the) (X (X bankers) (X .)))))))
(X (X about) (X (X $) (X (X 518) (X (X million) (X (X of) (X (X debt) (X (X is) (X (X affected) (X .)))))))))
(X (X the) (X (X envelope) (X (X arrives) (X (X in) (X (X the) (X (X mail) (X .)))))))
(X (X is) (X (X he) (X (X a) (X (X victim) (X (X of) (X (X Gramm-Rudman) (X (X cuts) (X ?))))))))
(X (X it) (X (X just) (X (X is) (X (X n't) (X (X done) (X .))))))
(X (X transcanada) (X (X transports) (X (X all) (X (X gas) (X (X that) (X (X moves) (X (X eastward) (X (X from) (X (X Alberta) (X .))))))))))
(X (X that) (X (X 's) (X (X not) (X (X all) (X .)))))
(X (X we) (X (X want) (X (X them) (X (X to) (X (X buy) (X (X more) (X (X of) (X (X their) (X (X wardrobe) (X (X here) (X (X .) (X ''))))))))))))
(X (X brooks) (X (X Brothers) (X (X is) (X (X also) (X (X remodeling) (X (X its) (X (X stores) (X .))))))))
(X (X so) (X (X far) (X (X the) (X (X company) (X (X had) (X (X bought) (X (X back) (X (X 1.6) (X (X million) (X (X shares) (X .)))))))))))
(X (X further) (X (X staff) (X (X cuts) (X (X are) (X (X likely) (X (X ,) (X (X the) (X (X spokesman) (X (X indicated) (X .))))))))))
(X (X it) (X (X had) (X (X been) (X (X due) (X (X to) (X (X expire) (X (X Friday) (X (X evening) (X .)))))))))
(X (X at) (X (X last) (X (X report) (X (X ,) (X (X Connaught) (X (X had) (X (X 21.8) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X goldman) (X (X ,) (X (X Sachs) (X (X &) (X (X Co.) (X (X is) (X (X the) (X (X underwriter) (X .)))))))))
(X (X telerate) (X (X provides) (X (X information) (X (X about) (X (X financial) (X (X markets) (X (X through) (X (X an) (X (X electronic) (X (X network) (X .)))))))))))
(X (X norman) (X (X J.) (X (X Harrison) (X (X ,) (X (X chairman) (X (X ,) (X (X will) (X (X succeed) (X (X him) (X (X as) (X (X chief) (X (X executive) (X .)))))))))))))
(X (X mr.) (X (X Warren) (X (X will) (X (X remain) (X (X on) (X (X the) (X (X company) (X (X 's) (X (X board) (X .))))))))))
(X (X soon) (X (X all) (X (X hell) (X (X broke) (X (X loose) (X .))))))
(X (X but) (X (X you) (X (X know) (X (X about) (X (X campaign) (X (X promises) (X .)))))))
(X (X or) (X (X land) (X (X in) (X (X Russia) (X (X so) (X (X often) (X .)))))))
(X (X mr.) (X (X Strieber) (X (X knows) (X (X a) (X (X lot) (X (X about) (X (X aliens) (X .))))))))
(X (X the) (X (X transaction) (X (X is) (X (X expected) (X (X to) (X (X close) (X (X around) (X (X year) (X (X end) (X .))))))))))
(X (X investment) (X (X analysts) (X (X generally) (X (X agree) (X .)))))
(X (X the) (X (X company) (X (X is) (X (X exposed) (X (X to) (X (X bulk) (X (X chemicals) (X (X ,) (X (X however) (X .))))))))))
(X (X for) (X (X that) (X (X matter) (X (X ,) (X (X perhaps) (X (X he) (X (X fixed) (X (X to) (X (X the) (X (X wrong) (X (X currency) (X .))))))))))))
(X (X so) (X (X Mr.) (X (X Lawson) (X (X had) (X (X to) (X (X resign) (X .)))))))
(X (X but) (X (X it) (X (X was) (X (X the) (X (X underlying) (X (X situation) (X (X that) (X (X became) (X (X intolerable) (X .))))))))))
(X (X y&r) (X (X 's) (X (X Klein) (X (X Steps) (X Down)))))
(X (X wells) (X (X Rich) (X (X 's) (X (X New) (X Partner)))))
(X (X the) (X (X conversion) (X (X price) (X (X is) (X (X $) (X (X 9.58) (X (X a) (X (X share) (X .)))))))))
(X (X comparable) (X (X store) (X (X sales) (X (X for) (X (X the) (X (X quarter) (X (X were) (X (X up) (X (X 7.3) (X (X %) (X .)))))))))))
(X (X macy) (X (X acquired) (X (X those) (X (X three) (X (X businesses) (X (X in) (X (X May) (X (X 1988) (X .)))))))))
(X (X the) (X (X $) (X (X 833.6) (X (X million) (X (X figures) (X (X includes) (X (X the) (X (X new) (X (X acquisitions) (X .))))))))))
(X (X ``) (X (X For) (X (X them) (X (X ,) (X (X it) (X (X makes) (X (X all) (X (X kinds) (X (X of) (X (X sense) (X .)))))))))))
(X (X nestle) (X (X S.A.) (X (X is) (X (X based) (X (X in) (X (X Vevey) (X (X ,) (X (X Switzerland) (X .)))))))))
(X (X some) (X (X members) (X (X of) (X (X the) (X (X huge) (X (X crowd) (X (X shouted) (X (X ``) (X (X Viva) (X (X peace) (X (X ,) (X (X viva) (X (X .) (X ''))))))))))))))
(X (X these) (X (X are) (X (X curious) (X (X times) (X (X in) (X (X South) (X (X African) (X (X politics) (X .)))))))))
(X (X the) (X (X result) (X (X is) (X (X that) (X (X the) (X (X unthinkable) (X (X and) (X (X illogical) (X (X are) (X (X happening) (X .)))))))))))
(X (X they) (X (X both) (X (X called) (X (X it) (X (X a) (X (X ``) (X (X welcome) (X (X home) (X (X '') (X (X gathering) (X .)))))))))))
(X (X all) (X (X their) (X (X utterances) (X (X are) (X (X vague) (X (X .) (X '')))))))
(X (X westinghouse) (X (X 's) (X (X own) (X (X role) (X (X as) (X (X a) (X (X supplier) (X (X also) (X (X is) (X (X changing) (X .)))))))))))
(X (X a) (X (X ``) (X (X three) (X (X '') (X (X is) (X (X 10) (X (X times) (X (X 10) (X (X again) (X (X ,) (X (X and) (X (X so) (X (X on) (X .))))))))))))))
(X (X that) (X (X 's) (X (X geologically) (X (X correct) (X (X ,) (X (X but) (X (X a) (X (X trifle) (X (X unfair) (X (X otherwise) (X .)))))))))))
(X (X they) (X (X showed) (X (X up) (X (X ,) (X (X but) (X (X did) (X (X n't) (X (X --) (X (X or) (X (X could) (X (X n't) (X (X --) (X (X challenge) (X .))))))))))))))
(X (X the) (X (X ball) (X (X he) (X (X hit) (X (X was) (X (X n't) (X (X a) (X (X strike) (X .)))))))))
(X (X if) (X (X it) (X (X had) (X (X been) (X (X ,) (X (X he) (X (X mighta) (X (X hit) (X (X it) (X (X out) (X (X .) (X ''))))))))))))
(X (X ``) (X (X People) (X (X change) (X (X ,) (X (X teams) (X (X change) (X (X ,) (X (X '') (X (X he) (X (X cautioned) (X .)))))))))))
(X (X the) (X (X number) (X (X includes) (X (X such) (X (X unstylish) (X (X burgs) (X (X as) (X (X ,) (X (X well) (X (X ,) (X (X Oakland) (X .))))))))))))
(X (X however) (X (X ,) (X (X for) (X (X many) (X (X ,) (X (X managing) (X (X speed) (X (X does) (X (X not) (X (X come) (X (X naturally) (X .))))))))))))
(X (X in) (X (X peak) (X (X periods) (X (X that) (X (X load) (X (X may) (X (X include) (X (X 4,000) (X (X pieces) (X .))))))))))
(X (X then) (X (X they) (X (X identified) (X (X snags) (X (X in) (X (X the) (X (X process) (X (X .) (X '')))))))))
(X (X they) (X (X effectively) (X (X lead) (X (X team) (X (X efforts) (X (X to) (X (X reduce) (X (X cycle) (X (X time) (X .))))))))))
(X (X the) (X (X report) (X (X is) (X (X to) (X (X be) (X (X released) (X (X today) (X .))))))))
(X (X the) (X (X people) (X (X who) (X (X tape) (X (X the) (X (X most) (X (X buy) (X (X the) (X (X most) (X (X .) (X '')))))))))))
(X (X there) (X (X is) (X (X a) (X (X small) (X (X Renoir) (X (X on) (X (X the) (X (X wall) (X .)))))))))
(X (X mr.) (X (X Rey) (X (X made) (X (X 50) (X (X million) (X (X Swiss) (X (X francs) (X (X on) (X (X the) (X (X sale) (X .)))))))))))
(X (X ``) (X (X Bally) (X (X was) (X (X not) (X (X an) (X (X unfriendly) (X (X takeover) (X (X ,) (X (X '') (X (X he) (X (X insists) (X .))))))))))))
(X (X ``) (X (X I) (X (X bought) (X (X from) (X (X willing) (X (X shareholders) (X (X .) (X ''))))))))
(X (X and) (X (X he) (X (X has) (X (X worked) (X (X to) (X (X shed) (X (X his) (X (X raider) (X (X image) (X .))))))))))
(X (X once) (X (X again) (X (X the) (X (X company) (X (X 's) (X (X future) (X (X looked) (X (X less) (X (X than) (X (X rosy) (X .)))))))))))
(X (X he) (X (X explains) (X (X that) (X (X companies) (X (X with) (X (X real) (X (X estate) (X (X give) (X (X ``) (X (X security) (X (X .) (X ''))))))))))))
(X (X i) (X (X want) (X (X them) (X (X to) (X (X stand) (X (X alone) (X .)))))))
(X (X hewlett-packard) (X (X is) (X (X based) (X (X in) (X (X Palo) (X (X Alto) (X (X ,) (X (X Calif) (X .)))))))))
(X (X the) (X (X two) (X (X sides) (X (X had) (X (X n't) (X (X met) (X (X since) (X (X Oct.) (X (X 18) (X .))))))))))
(X (X analysts) (X (X agreed) (X .)))
(X (X ``) (X (X They) (X (X had) (X (X to) (X (X do) (X (X it) (X (X .) (X ''))))))))
(X (X ``) (X (X Unisys) (X (X is) (X (X getting) (X (X clobbered) (X .))))))
(X (X he) (X (X softened) (X (X the) (X (X talk) (X (X about) (X (X a) (X (X recession) (X .))))))))
(X (X he) (X (X adds) (X (X ,) (X (X ``) (X (X That) (X (X 's) (X (X the) (X (X forecasting) (X (X business) (X (X .) (X '')))))))))))
(X (X however) (X (X risky) (X (X the) (X (X business) (X (X ,) (X (X it) (X (X 's) (X (X brisk) (X (X these) (X (X days) (X .)))))))))))
(X (X this) (X (X is) (X (X the) (X (X commercial) (X (X version) (X .))))))
(X (X we) (X (X could) (X (X still) (X (X have) (X (X a) (X (X recession) (X (X '') (X (X at) (X (X some) (X (X point) (X .)))))))))))
(X (X sometimes) (X (X ,) (X (X like) (X (X now) (X (X ,) (X (X it) (X (X 's) (X (X gray) (X .)))))))))
(X (X another) (X (X challenges) (X (X Merrill) (X (X Lynch) (X (X 's) (X (X bond) (X (X recommendation) (X (X last) (X (X year) (X .))))))))))
(X (X his) (X (X new) (X (X forecast) (X (X calls) (X (X for) (X (X ``) (X (X a) (X (X soft) (X (X landing) (X (X .) (X '')))))))))))
(X (X mr.) (X (X Shilling) (X (X understands) (X (X Mr.) (X (X Straszheim) (X (X 's) (X (X problems) (X .))))))))
(X (X you) (X (X make) (X (X a) (X (X forecast) (X (X ,) (X (X and) (X (X then) (X (X you) (X (X become) (X (X its) (X (X prisoner) (X (X .) (X '')))))))))))))
(X (X his) (X (X approach) (X (X to) (X (X the) (X (X recantation) (X (X is) (X (X direct) (X (X but) (X (X low-key) (X .))))))))))
(X (X crane) (X (X officials) (X (X did) (X (X n't) (X (X return) (X (X phone) (X (X calls) (X (X seeking) (X (X comment) (X .))))))))))
(X (X it) (X (X has) (X (X n't) (X (X made) (X (X merger) (X (X overtures) (X (X to) (X (X the) (X (X board) (X .))))))))))
(X (X the) (X (X companies) (X (X are) (X (X automotive-emissions-testing) (X (X concerns) (X .))))))
(X (X last) (X (X week) (X (X the) (X (X British) (X (X displayed) (X (X unusual) (X (X political) (X (X immaturity) (X .)))))))))
(X (X behind) (X (X the) (X (X silly) (X (X posturing) (X (X lies) (X (X a) (X (X real) (X (X dispute) (X .)))))))))
(X (X sir) (X (X Alan) (X (X considers) (X (X this) (X (X an) (X (X ill-advised) (X (X and) (X (X costly) (X (X policy) (X .))))))))))
(X (X this) (X (X put) (X (X Mrs.) (X (X Thatcher) (X (X in) (X (X a) (X (X bind) (X .))))))))
(X (X the) (X (X reason) (X (X is) (X (X simple) (X .)))))
(X (X this) (X (X misguided) (X (X policy) (X (X could) (X (X not) (X (X prevent) (X (X a) (X (X British) (X (X trade) (X (X deficit) (X .)))))))))))
(X (X mr.) (X (X Roberts) (X (X was) (X (X assistant) (X (X Treasury) (X (X secretary) (X (X under) (X (X President) (X (X Reagan) (X .))))))))))
(X (X it) (X (X was) (X (X the) (X (X smallest) (X (X monthly) (X (X increase) (X (X in) (X (X a) (X (X year) (X .))))))))))
(X (X many) (X (X economists) (X (X expect) (X (X the) (X (X weakness) (X (X to) (X (X continue) (X .))))))))
(X (X all) (X (X the) (X (X figures) (X (X are) (X (X adjusted) (X (X for) (X (X seasonal) (X (X variations) (X .)))))))))
(X (X the) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X the) (X (X agreement) (X (X is) (X (X subject) (X (X to) (X (X government) (X (X approval) (X .))))))))
(X (X cra) (X (X is) (X (X 49%-owned) (X (X by) (X (X RTZ) (X (X Corp.) (X (X of) (X (X Britain) (X .)))))))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X need) (X (X the) (X (X cash) (X (X .) (X '')))))))))
(X (X he) (X (X would) (X (X n't) (X (X elaborate) (X .)))))
(X (X utilities) (X (X management) (X (X is) (X (X a) (X (X major) (X (X commercial) (X (X niche) (X .))))))))
(X (X ``) (X (X Absolutely) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))
(X (X john) (X (X Barry) (X (X Ventura) (X (X ,) (X (X Calif) (X .))))))
(X (X the) (X (X Moloch) (X (X that) (X (X knows) (X (X no) (X (X God) (X (X but) (X (X more) (X (X ?) (X ''))))))))))
(X (X robert) (X (X Borden) (X (X Santa) (X (X Monica) (X (X ,) (X (X Calif) (X .)))))))
(X (X w.) (X (X Brown) (X (X Morton) (X (X Jr) (X (X .) (X (X Warsaw) (X (X ,) (X (X Va) (X .)))))))))
(X (X venice) (X (X has) (X (X sunk) (X (X 10) (X (X inches) (X (X in) (X (X this) (X (X century) (X .)))))))))
(X (X that) (X (X 's) (X (X where) (X (X the) (X (X two) (X (X scripts) (X (X would) (X (X diverge) (X .)))))))))
(X (X warner) (X (X tells) (X (X another) (X .))))
(X (X you) (X (X can) (X (X take) (X (X them) (X (X with) (X (X you) (X (X .) (X ''))))))))
(X (X the) (X (X matter) (X (X may) (X (X never) (X (X even) (X (X be) (X (X tried) (X (X in) (X (X court) (X .))))))))))
(X (X but) (X (X Sony) (X (X is) (X (X a) (X (X problem) (X (X .) (X '')))))))
(X (X terms) (X (X on) (X (X both) (X (X deals) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X neither) (X (X side) (X (X showed) (X (X any) (X (X sign) (X (X of) (X (X retreating) (X .))))))))
(X (X federal) (X (X revenues) (X (X rose) (X (X 9) (X (X %) (X (X to) (X (X $) (X (X 990.79) (X (X billion) (X .))))))))))
(X (X the) (X (X refund) (X (X is) (X (X about) (X (X $) (X (X 9) (X (X million) (X .))))))))
(X (X but) (X (X analysts) (X (X say) (X (X Sansui) (X (X is) (X (X a) (X (X special) (X (X case) (X .)))))))))
(X (X ``) (X (X In) (X (X some) (X (X industries) (X (X ,) (X (X like) (X (X pharmaceuticals) (X (X ,) (X (X acquisitions) (X (X make) (X (X sense) (X (X .) (X '')))))))))))))
(X (X joann) (X (X S.) (X (X Lublin) (X (X in) (X (X London) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X that) (X (X money) (X (X also) (X (X would) (X (X have) (X (X to) (X (X be) (X (X borrowed) (X .)))))))))
(X (X ``) (X (X At) (X (X some) (X (X point) (X (X ,) (X (X it) (X (X will) (X (X become) (X (X non-economical) (X (X for) (X (X one) (X (X company) (X .)))))))))))))
(X (X mccaw) (X (X 's) (X (X bid) (X (X also) (X (X has) (X (X a) (X (X similar) (X (X clause) (X .)))))))))
(X (X ``) (X (X We) (X (X 're) (X (X very) (X (X pleased) (X (X with) (X (X the) (X (X new) (X (X deal) (X .))))))))))
(X (X bellsouth) (X (X 's) (X (X ``) (X (X back-end) (X (X protection) (X (X was) (X (X flawed) (X (X previously) (X .)))))))))
(X (X we) (X (X 're) (X (X surprised) (X .))))
(X (X the) (X (X S&P) (X (X 500) (X (X is) (X (X often) (X (X used) (X (X in) (X (X arbitrage) (X (X strategies) (X .))))))))))
(X (X shearson) (X (X Lehman) (X (X ,) (X (X however) (X (X ,) (X (X executes) (X (X program) (X (X trades) (X (X for) (X (X clients) (X .)))))))))))
(X (X these) (X (X big) (X (X stocks) (X (X greatly) (X (X influence) (X (X the) (X (X Nasdaq) (X (X Composite) (X (X Index) (X .))))))))))
(X (X this) (X (X gap) (X (X eventually) (X (X closes) (X (X ,) (X (X but) (X (X slowly) (X .))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X for) (X (X the) (X (X week) (X (X ,) (X (X the) (X (X index) (X (X dropped) (X (X 3.8) (X (X %) (X .))))))))))
(X (X friday) (X (X 's) (X (X trading) (X (X volume) (X (X totaled) (X (X 132.8) (X (X million) (X (X shares) (X .)))))))))
(X (X intel) (X (X eased) (X (X 1\/8) (X (X to) (X (X 31) (X (X 7\/8) (X .)))))))
(X (X kirschner) (X (X Medical) (X (X fell) (X (X 4) (X (X to) (X (X 15) (X .)))))))
(X (X the) (X (X 30-share) (X (X index) (X (X settled) (X (X 42.0) (X (X points) (X (X lower) (X (X at) (X (X 1678.5) (X .))))))))))
(X (X the) (X (X DAX) (X (X dropped) (X (X 19.69) (X (X points) (X (X Friday) (X (X to) (X (X 1462.93) (X .)))))))))
(X (X the) (X (X British) (X (X shakeup) (X (X was) (X (X widely) (X (X cited) (X (X for) (X (X the) (X (X declines) (X .))))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X source) (X (X :) (X (X Morgan) (X (X Stanley) (X (X Capital) (X (X Intl) (X .)))))))
(X (X apartheid) (X (X FOES) (X (X STAGED) (X (X a) (X (X massive) (X (X anti-government) (X (X rally) (X (X in) (X (X South) (X (X Africa) (X .)))))))))))
(X (X it) (X (X was) (X (X considered) (X (X South) (X (X Africa) (X (X 's) (X (X largest) (X (X opposition) (X (X rally) (X .))))))))))
(X (X congressional) (X (X LEADERS) (X (X BACKED) (X (X Bush) (X (X 's) (X (X criticism) (X (X of) (X (X Nicaragua) (X (X 's) (X (X Ortega) (X .)))))))))))
(X (X ortega) (X (X cited) (X (X renewed) (X (X attacks) (X (X by) (X (X the) (X (X U.S.backed) (X (X rebels) (X .)))))))))
(X (X the) (X (X Socialists) (X (X held) (X (X 184) (X (X seats) (X (X going) (X (X into) (X (X the) (X (X balloting) (X .))))))))))
(X (X police) (X (X detained) (X (X more) (X (X than) (X (X 350) (X (X people) (X .)))))))
(X (X there) (X (X was) (X (X n't) (X (X any) (X (X evidence) (X (X of) (X (X survivors) (X .))))))))
(X (X ``) (X (X The) (X (X other) (X (X half) (X (X ,) (X (X we) (X (X may) (X (X have) (X (X before) (X (X long) (X (X .) (X ''))))))))))))
(X (X the) (X (X moisturizer) (X (X ,) (X (X introduced) (X (X in) (X (X 1962) (X (X ,) (X (X had) (X (X a) (X (X dowdy) (X (X image) (X .))))))))))))
(X (X the) (X (X company) (X (X says) (X (X sales) (X (X have) (X (X soared) (X .)))))))
(X (X further) (X (X consolidations) (X (X in) (X (X the) (X (X industry) (X (X could) (X (X follow) (X .))))))))
(X (X that) (X (X figure) (X (X has) (X (X been) (X (X inching) (X (X up) (X (X for) (X (X several) (X (X years) (X .))))))))))
(X (X ``) (X (X You) (X (X 'll) (X (X see) (X (X fewer) (X (X gimmicks) (X (X .) (X ''))))))))
(X (X unilever) (X (X already) (X (X has) (X (X experienced) (X (X some) (X (X disappointment) (X .)))))))
(X (X the) (X (X senators) (X (X responded) (X (X in) (X (X kind) (X .))))))
(X (X moreover) (X (X ,) (X (X both) (X (X sides) (X (X may) (X (X face) (X (X political) (X (X critics) (X .)))))))))
(X (X ``) (X (X What) (X (X is) (X (X the) (X (X mission) (X (X of) (X (X the) (X (X financial) (X (X community) (X --))))))))))
(X (X ``) (X (X Their) (X (X powerful) (X (X members) (X (X manage) (X (X them) (X (X .) (X ''))))))))
(X (X ``) (X (X They) (X (X wo) (X (X n't) (X (X fight) (X (X the) (X (X listed) (X (X companies) (X .)))))))))
(X (X now) (X (X the) (X (X assault) (X (X is) (X (X on) (X (X ,) (X (X '') (X (X said) (X (X one) (X (X top) (X (X trader) (X .))))))))))))
(X (X none) (X (X of) (X (X these) (X (X chief) (X (X executives) (X (X were) (X (X available) (X (X for) (X (X comment) (X .))))))))))
(X (X kidder) (X (X officials) (X (X stand) (X (X by) (X (X their) (X (X aggressive) (X (X use) (X (X of) (X (X program) (X (X trading) (X .)))))))))))
(X (X that) (X (X may) (X (X be) (X (X the) (X (X last) (X (X thing) (X (X she) (X (X needs) (X .)))))))))
(X (X the) (X (X confusion) (X (X could) (X (X be) (X (X costly) (X .))))))
(X (X analysts) (X (X expect) (X (X further) (X (X jitters) (X (X this) (X (X week) (X .)))))))
(X (X that) (X (X could) (X (X shove) (X (X a) (X (X weak) (X (X economy) (X (X into) (X (X recession) (X .)))))))))
(X (X that) (X (X would) (X (X leave) (X (X Mrs.) (X (X Thatcher) (X (X little) (X (X room) (X (X for) (X (X maneuver) (X .))))))))))
(X (X ``) (X (X The) (X (X party) (X (X is) (X (X fed) (X (X up) (X (X with) (X (X sackings) (X (X of) (X (X good) (X (X people) (X (X .) (X '')))))))))))))
(X (X it) (X (X 's) (X (X an) (X (X unrealistic) (X (X expectation) (X .))))))
(X (X ``) (X (X I) (X (X am) (X (X staying) (X (X my) (X (X own) (X (X sweet) (X (X ,) (X (X reasonable) (X (X self) (X .)))))))))))
(X (X he) (X (X succeeds) (X (X the) (X (X retiring) (X (X James) (X (X W.) (X (X Wilcock) (X .))))))))
(X (X base) (X Data))
(X (X --) (X (X Bern) (X (X Sharfman) (X .))))
(X (X curdling) (X Confession))
(X (X --) (X (X Ralph) (X (X Shaffer) (X .))))
(X (X daffynition))
(X (X tithing) (X (X :) (X (X Obedience) (X (X to) (X (X one-tenth) (X (X Commandment) (X .)))))))
(X (X --) (X (X Len) (X (X Elliott) (X .))))
(X (X wives) (X (X May) (X (X Not) (X (X Benefit) (X (X When) (X (X Men) (X (X Do) (X Chores))))))))
(X (X this) (X (X pattern) (X (X was) (X (X particularly) (X (X evident) (X (X among) (X (X more) (X (X highly) (X (X educated) (X (X couples) (X .)))))))))))
(X (X her) (X (X share) (X (X decreases) (X (X ,) (X (X but) (X (X only) (X (X slightly) (X (X .) (X '')))))))))
(X (X nursing) (X (X Home) (X (X Patients) (X (X Apt) (X (X to) (X (X Be) (X (X Private) (X Payers))))))))
(X (X reagan) (X (X Era) (X (X Young) (X (X Hold) (X (X Liberal) (X Views))))))
(X (X odds) (X (X and) (X Ends)))
(X (X why) (X (X had) (X (X Mr.) (X (X Korotich) (X (X been) (X (X called) (X ?)))))))
(X (X the) (X (X government) (X (X is) (X (X nervous) (X .)))))
(X (X we) (X (X 're) (X (X standing) (X (X in) (X (X gasoline) (X (X ,) (X (X so) (X (X do) (X (X n't) (X (X smoke) (X (X !) (X ''))))))))))))
(X (X glasnost) (X (X has) (X (X made) (X (X celebrities) (X (X of) (X (X men) (X (X like) (X (X Mr.) (X (X Korotich) (X .))))))))))
(X (X censorship) (X (X is) (X (X n't) (X (X a) (X (X Marxist) (X (X invention) (X .)))))))
(X (X the) (X (X czars) (X (X were) (X (X no) (X (X civil) (X (X libertarians) (X .)))))))
(X (X what) (X (X is) (X (X that) (X (X point) (X ?)))))
(X (X but) (X (X under) (X (X Alan) (X (X Greenspan) (X (X that) (X (X has) (X (X changed) (X .))))))))
(X (X indeed) (X (X ,) (X (X his) (X (X caution) (X (X has) (X (X become) (X (X legendary) (X (X within) (X (X the) (X (X government) (X .)))))))))))
(X (X those) (X (X concerns) (X (X are) (X (X n't) (X (X expressed) (X (X in) (X (X public) (X .))))))))
(X (X still) (X (X ,) (X (X the) (X (X split) (X (X is) (X (X there) (X .)))))))
(X (X the) (X (X administration) (X (X 's) (X (X concerns) (X (X are) (X (X understandable) (X .)))))))
(X (X the) (X (X economy) (X (X is) (X (X showing) (X (X signs) (X (X of) (X (X weakness) (X (X ,) (X (X particularly) (X (X among) (X (X manufacturers) (X .))))))))))))
(X (X but) (X (X such) (X (X caution) (X (X is) (X (X no) (X (X guarantee) (X (X against) (X (X mistakes) (X .)))))))))
(X (X ``) (X (X But) (X (X we) (X (X will) (X (X take) (X (X it) (X (X into) (X (X consideration) (X (X .) (X ''))))))))))
(X (X -lrb-) (X (X Judge) (X (X Mayer) (X (X was) (X (X not) (X (X on) (X (X the) (X (X three-member) (X (X panel) (X (X .) (X -RRB-)))))))))))
(X (X friday) (X (X ,) (X (X October) (X (X 27) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X federal) (X (X HOME) (X (X LOAN) (X (X MORTGAGE) (X (X CORP) (X (X .) (X (X -LRB-) (X (X Freddie) (X (X Mac) (X (X -RRB-) (X :)))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X federal) (X (X NATIONAL) (X (X MORTGAGE) (X (X ASSOCIATION) (X (X -LRB-) (X (X Fannie) (X (X Mae) (X (X -RRB-) (X :)))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.65) (X (X %) (X .)))))))))
(X (X the) (X (X date) (X (X was) (X (X misstated) (X (X in) (X (X Friday) (X (X 's) (X (X edition) (X .)))))))))
(X (X kidder) (X (X ,) (X (X Peabody) (X (X &) (X (X Co.) (X (X is) (X (X trying) (X (X to) (X (X struggle) (X (X back) (X .)))))))))))
(X (X chief) (X (X executives) (X (X and) (X (X presidents) (X (X had) (X (X come) (X (X and) (X (X gone) (X .)))))))))
(X (X wall) (X (X Street) (X (X is) (X (X understandably) (X (X skeptical) (X .))))))
(X (X everywhere) (X (X ,) (X (X Kidder) (X (X stresses) (X (X the) (X (X ``) (X (X always) (X (X working) (X (X '') (X (X theme) (X .)))))))))))
(X (X mr.) (X (X Carpenter) (X (X denies) (X (X the) (X (X speculation) (X .))))))
(X (X he) (X (X also) (X (X improved) (X (X the) (X (X firm) (X (X 's) (X (X compliance) (X (X procedures) (X (X for) (X (X trading) (X .)))))))))))
(X (X the) (X (X savings) (X (X was) (X (X given) (X (X incorrectly) (X (X in) (X (X Friday) (X (X 's) (X (X edition) (X .))))))))))
(X (X contract) (X (X details) (X (X ,) (X (X however) (X (X ,) (X (X have) (X (X n't) (X (X been) (X (X made) (X (X public) (X .)))))))))))
(X (X el) (X (X Paso) (X (X owns) (X (X and) (X (X operates) (X (X a) (X (X petroleum) (X (X refinery) (X .)))))))))
(X (X franklin) (X (X is) (X (X a) (X (X closed-end) (X (X management) (X (X investment) (X (X company) (X .))))))))
(X (X he) (X (X wants) (X (X it) (X (X now) (X .)))))
(X (X ``) (X (X It) (X (X 's) (X (X a) (X (X real) (X (X face-to-face) (X (X arm) (X (X wrestling) (X (X challenge) (X (X to) (X (X Congress) (X (X .) (X '')))))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X not) (X (X what) (X (X our) (X (X fathers) (X (X had) (X (X in) (X (X mind) (X (X .) (X ''))))))))))))
(X (X this) (X (X has) (X (X n't) (X (X been) (X (X Kellogg) (X (X Co.) (X (X 's) (X (X year) (X .)))))))))
(X (X the) (X (X company) (X (X 's) (X (X president) (X (X quit) (X (X suddenly) (X .)))))))
(X (X ``) (X (X Kellogg) (X (X 's) (X (X main) (X (X problem) (X (X is) (X (X life) (X (X style) (X .)))))))))
(X (X as) (X (X expected) (X (X ,) (X (X Kellogg) (X (X reported) (X (X lower) (X (X third-quarter) (X (X earnings) (X .)))))))))
(X (X the) (X (X company) (X (X would) (X (X n't) (X (X elaborate) (X (X ,) (X (X citing) (X (X competitive) (X (X reasons) (X .))))))))))
(X (X fees) (X (X 1) (X (X 3\/8) (X .))))
(X (X the) (X (X year) (X (X was) (X (X misstated) (X (X in) (X (X Friday) (X (X 's) (X (X editions) (X .)))))))))
(X (X the) (X (X deficit) (X (X was) (X (X 466) (X (X billion) (X (X lire) (X (X in) (X (X August) (X .)))))))))
(X (X the) (X (X rest) (X (X is) (X (X listed) (X (X on) (X (X Spanish) (X (X stock) (X (X exchanges) (X .)))))))))
(X (X ``) (X (X We) (X (X 've) (X (X got) (X (X to) (X (X move) (X (X quickly) (X (X .) (X '')))))))))
(X (X the) (X (X bank) (X (X employs) (X (X 8,000) (X (X people) (X (X in) (X (X Spain) (X (X and) (X (X 2,000) (X (X abroad) (X .)))))))))))
(X (X expansion) (X (X plans) (X (X also) (X (X include) (X (X acquisitions) (X (X in) (X (X growing) (X (X foreign) (X (X markets) (X .))))))))))
(X (X he) (X (X intends) (X (X to) (X (X add) (X (X to) (X (X the) (X (X litigation) (X (X staff) (X .)))))))))
(X (X federal) (X (X PROSECUTORS) (X (X are) (X (X concluding) (X (X fewer) (X (X criminal) (X (X cases) (X (X with) (X (X trials) (X .))))))))))
(X (X another) (X (X finding) (X (X from) (X (X the) (X (X study) (X (X :) (X (X Prosecutors) (X (X set) (X (X significantly) (X (X different) (X (X priorities) (X .))))))))))))
(X (X but) (X (X the) (X (X New) (X (X Jersey) (X (X U.S.) (X (X attorney) (X (X averaged) (X (X 16) (X .)))))))))
(X (X his) (X (X attorney) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X piling) (X (X ON) (X ?)))
(X (X the) (X (X trial) (X (X begins) (X (X today) (X (X in) (X (X federal) (X (X court) (X (X in) (X (X Philadelphia) (X .))))))))))
(X (X no) (X (X employee) (X (X or) (X (X vendor) (X (X would) (X (X be) (X (X involved) (X .))))))))
(X (X and) (X (X prosecutors) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X mr.) (X (X Horton) (X (X oversaw) (X (X Gulf) (X (X Power) (X (X 's) (X (X governmental-affairs) (X (X efforts) (X .)))))))))
(X (X the) (X (X fiscal) (X (X 1989) (X (X budget) (X (X deficit) (X (X figure) (X (X came) (X (X out) (X (X Friday) (X .))))))))))
(X (X it) (X (X was) (X (X down) (X (X a) (X (X little) (X .))))))
(X (X senator) (X (X Byrd) (X (X is) (X (X chairman) (X (X of) (X (X the) (X (X Appropriations) (X (X Committee) (X .)))))))))
(X (X tell) (X (X us) (X (X about) (X (X spending) (X (X restraint) (X .))))))
(X (X tell) (X (X us) (X (X about) (X (X the) (X (X HUD) (X (X scandals) (X .)))))))
(X (X no) (X (X non-competitive) (X (X tenders) (X (X will) (X (X be) (X (X accepted) (X .)))))))
(X (X friday) (X (X brings) (X (X the) (X (X final) (X (X count) (X (X on) (X (X October) (X (X auto) (X (X sales) (X .))))))))))
(X (X ``) (X (X Aerospace) (X (X orders) (X (X are) (X (X very) (X (X good) (X (X ,) (X (X '') (X (X Mr.) (X (X Cole) (X (X says) (X .))))))))))))
(X (X ``) (X (X And) (X (X export) (X (X business) (X (X is) (X (X still) (X (X good) (X .))))))))
(X (X and) (X (X truck) (X (X sales) (X (X also) (X (X are) (X (X off) (X (X more) (X (X than) (X (X 20) (X (X %) (X .)))))))))))
(X (X $) (X (X 2,057,750,000) (X .)))
(X (X $) (X (X 675,400,000) (X .)))
(X (X $) (X (X 1,048,500,000) (X .)))
(X (X $) (X (X 588,350,000) (X .)))
(X (X in) (X (X Bombay) (X (X stock) (X (X market) (X (X circles) (X (X ,) (X (X the) (X (X buzzword) (X (X is) (X (X ``) (X (X mega) (X (X .) (X '')))))))))))))
(X (X ``) (X (X The) (X (X capital) (X (X market) (X (X is) (X (X booming) (X (X .) (X ''))))))))
(X (X ``) (X (X They) (X (X 're) (X (X going) (X (X to) (X (X have) (X (X mega-problems) (X (X .) (X '')))))))))
(X (X the) (X (X second) (X (X factor) (X (X spurring) (X (X mega-issues) (X (X is) (X (X political) (X .))))))))
(X (X so) (X (X far) (X (X ,) (X (X the) (X (X mega-issues) (X (X are) (X (X a) (X (X hit) (X (X with) (X (X investors) (X .)))))))))))
(X (X ``) (X (X Disclosures) (X (X are) (X (X very) (X (X poor) (X (X in) (X (X India) (X (X .) (X '')))))))))
(X (X the) (X (X government) (X (X insists) (X (X that) (X (X such) (X (X a) (X (X possibility) (X (X is) (X (X low) (X .))))))))))
(X (X t.t.) (X (X Ram) (X (X Mohan) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X neither) (X (X disclosed) (X (X details) (X (X pending) (X (X board) (X (X meetings) (X (X next) (X (X month) (X .)))))))))
(X (X trading) (X (X volume) (X (X was) (X (X a) (X (X moderately) (X (X heavy) (X (X 3.1) (X (X million) (X (X shares) (X .))))))))))
(X (X and) (X (X You) (X (X Are) (X (X There) (X (X ,) (X (X sort) (X (X of) (X :))))))))
(X (X abbie) (X (X :) (X (X ``) (X (X I) (X (X 'm) (X (X OK) (X (X ,) (X (X Jack) (X .)))))))))
(X (X i) (X (X 'm) (X (X OK) (X (X .) (X '')))))
(X (X -lrb-) (X (X listening) (X (X -RRB-) (X (X ``) (X (X Yeah) (X .))))))
(X (X i) (X (X 'm) (X (X out) (X (X of) (X (X bed) (X .))))))
(X (X i) (X (X got) (X (X my) (X (X feet) (X (X on) (X (X the) (X (X floor) (X .))))))))
(X (X yeah) (X .))
(X (X two) (X (X feet) (X .)))
(X (X i) (X (X 'll) (X (X see) (X (X you) (X (X Wednesday) (X (X ?) (X (X ...) (X (X Thursday) (X (X .) (X ''))))))))))
(X (X he) (X (X listens) (X (X impassively) (X .))))
(X (X do) (X (X n't) (X (X worry) (X (X .) (X '')))))
(X (X abbie) (X (X lies) (X (X back) (X (X and) (X (X leaves) (X (X the) (X (X frame) (X (X empty) (X .)))))))))
(X (X it) (X (X is) (X (X the) (X (X New) (X (X Journalism) (X (X come) (X (X to) (X (X television) (X .)))))))))
(X (X television) (X (X news) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X has) (X (X always) (X (X been) (X (X part) (X (X show-biz) (X .))))))))))))
(X (X abc) (X (X News) (X (X has) (X (X similarly) (X (X branched) (X (X out) (X (X into) (X (X entertainment) (X (X gimmickry) (X .))))))))))
(X (X the) (X (X stars) (X (X do) (X (X that) (X (X themselves) (X (X .) (X -RRB-)))))))
(X (X call) (X (X it) (X (X a) (X (X fad) (X .)))))
(X (X or) (X (X call) (X (X it) (X (X the) (X (X wave) (X (X of) (X (X the) (X (X future) (X .)))))))))
(X (X entertainment) (X (X shows) (X (X tend) (X (X to) (X (X cost) (X (X twice) (X (X that) (X .))))))))
(X (X ``) (X (X No) (X (X way) (X .))))
(X (X i) (X (X think) (X (X re-enactments) (X (X stink) (X (X .) (X ''))))))
(X (X some) (X (X producers) (X (X seem) (X (X tentative) (X (X about) (X (X the) (X (X technique) (X (X ,) (X (X squeamish) (X (X even) (X .)))))))))))
(X (X they) (X (X should) (X (X never) (X (X be) (X (X on) (X .))))))
(X (X never) (X (X .) (X '')))
(X (X mrs.) (X (X Hoffman) (X (X says) (X (X that) (X (X dramatization) (X (X ``) (X (X makes) (X (X the) (X (X truth) (X (X flexible) (X .)))))))))))
(X (X it) (X (X takes) (X (X one) (X (X person) (X (X 's) (X (X account) (X (X and) (X (X gives) (X (X it) (X (X authenticity) (X (X .) (X ''))))))))))))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X talk) (X (X about) (X (X my) (X (X work) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))))
(X (X dentsu) (X (X has) (X (X U.S.) (X (X subsidiaries) (X (X ,) (X (X but) (X (X they) (X (X keep) (X (X low) (X (X profiles) (X .)))))))))))
(X (X ``) (X (X Our) (X (X president) (X (X said) (X (X acquisition) (X (X is) (X (X an) (X (X effective) (X (X method) (X (X .) (X '')))))))))))
(X (X thus) (X (X ,) (X (X an) (X (X acquisition) (X (X may) (X (X prove) (X (X the) (X (X necessary) (X (X course) (X .))))))))))
(X (X terms) (X (X of) (X (X the) (X (X transaction) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X last) (X (X week) (X (X CBS) (X (X Inc.) (X (X canceled) (X (X ``) (X (X The) (X (X People) (X (X Next) (X (X Door) (X (X .) (X ''))))))))))))
(X (X thereafter) (X (X ,) (X (X the) (X (X rate) (X (X will) (X (X be) (X (X renegotiated) (X .))))))))
(X (X the) (X (X shares) (X (X are) (X (X redeemable) (X (X after) (X (X the) (X (X end) (X (X of) (X (X 1994) (X .))))))))))
(X (X lead) (X (X underwriter) (X (X to) (X (X the) (X (X issue) (X (X is) (X (X Toronto) (X (X Dominion) (X (X Securities) (X (X Inc) (X .)))))))))))
(X (X ``) (X (X There) (X (X are) (X (X a) (X (X lot) (X (X of) (X (X have) (X (X and) (X (X have-not) (X (X markets) (X (X .) (X ''))))))))))))
(X (X the) (X (X council) (X (X plans) (X (X to) (X (X release) (X (X its) (X (X regional) (X (X reports) (X (X monthly) (X .))))))))))
(X (X the) (X (X debentures) (X (X are) (X (X available) (X (X through) (X (X Goldman) (X (X ,) (X (X Sachs) (X (X &) (X (X Co) (X .)))))))))))
(X (X no) (X (X individuals) (X (X were) (X (X charged) (X (X in) (X (X the) (X (X indictment) (X .))))))))
(X (X wilfred) (X (X closed) (X (X its) (X (X Massachusetts) (X (X schools) (X (X earlier) (X (X this) (X (X year) (X .)))))))))
(X (X leaseway) (X (X provides) (X (X transportation) (X (X services) (X (X for) (X (X manufacturers) (X (X ,) (X (X distributors) (X (X and) (X (X retailers) (X .)))))))))))
(X (X drexel) (X (X Burnham) (X (X Lambert) (X (X Inc.) (X (X is) (X (X the) (X (X adviser) (X (X on) (X (X the) (X (X transaction) (X .)))))))))))
(X (X mr.) (X (X Bush) (X (X returned) (X (X to) (X (X Washington) (X (X Saturday) (X (X night) (X .))))))))
(X (X ``) (X (X In) (X (X these) (X (X circumstances) (X (X ,) (X (X I) (X (X think) (X (X they) (X (X 'd) (X (X win) (X (X .) (X ''))))))))))))
(X (X the) (X (X transaction) (X (X will) (X (X take) (X (X place) (X (X tomorrow) (X .)))))))
(X (X the) (X (X transaction) (X (X is) (X (X expected) (X (X to) (X (X close) (X (X by) (X (X Nov.) (X (X 30) (X .))))))))))
(X (X mr.) (X (X Conway) (X (X is) (X (X no) (X (X longer) (X (X at) (X (X the) (X (X exchange) (X .)))))))))
(X (X ``) (X (X We) (X (X recognized) (X (X the) (X (X problem) (X (X and) (X (X took) (X (X care) (X (X of) (X (X it) (X (X .) (X ''))))))))))))
(X (X the) (X (X Chicago) (X (X exchanges) (X (X also) (X (X are) (X (X working) (X (X on) (X (X such) (X (X a) (X (X device) (X .)))))))))))
(X (X looking) (X (X ahead) (X (X to) (X (X commodity) (X (X markets) (X (X this) (X (X week) (X :))))))))
(X (X copper))
(X (X precious) (X Metals))
(X (X grains) (X (X And) (X Soybeans)))
(X (X third-quarter) (X (X profits) (X (X fell) (X (X at) (X (X several) (X (X companies) (X .)))))))
(X (X other) (X (X analysts) (X (X are) (X (X nearly) (X (X as) (X (X pessimistic) (X .)))))))
(X (X paper) (X (X companies) (X (X concede) (X (X that) (X (X business) (X (X has) (X (X been) (X (X off) (X (X recently) (X .))))))))))
(X (X mr.) (X (X Schneider) (X (X is) (X (X cool) (X (X to) (X (X Georgia) (X (X Pacific) (X (X and) (X (X Abitibi-Price) (X .))))))))))
(X (X lawrence) (X (X Ross) (X (X of) (X (X PaineWebber) (X (X would) (X (X avoid) (X (X Union) (X (X Camp) (X .)))))))))
(X (X wall) (X (X Street) (X (X is) (X (X n't) (X (X avoiding) (X (X everything) (X (X connected) (X (X with) (X (X paper) (X .))))))))))
(X (X the) (X (X Dutch) (X (X utility) (X (X firm) (X (X serves) (X (X the) (X (X Amsterdam) (X (X and) (X (X Utrecht) (X (X areas) (X .)))))))))))
(X (X revenue) (X (X was) (X (X $) (X (X 778.6) (X (X million) (X .))))))
(X (X ``) (X (X Most) (X (X dealers) (X (X can) (X (X not) (X (X continue) (X (X to) (X (X absorb) (X (X this) (X (X supply) (X (X .) (X ''))))))))))))
(X (X how) (X (X quickly) (X (X things) (X (X change) (X .)))))
(X (X fundamental) (X (X factors) (X (X are) (X (X at) (X (X work) (X (X as) (X (X well) (X .))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X in) (X (X other) (X (X markets) (X :))))
(X (X other) (X (X RJR) (X (X securities) (X (X also) (X (X closed) (X (X higher) (X .)))))))
(X (X a) (X (X spokesman) (X (X for) (X (X Campeau) (X (X called) (X (X the) (X (X rumors) (X (X ``) (X (X ridiculous) (X (X .) (X '')))))))))))
(X (X most) (X (X investment-grade) (X (X bonds) (X (X fell) (X (X 3\/8) (X (X to) (X (X 1\/2) (X (X point) (X .)))))))))
(X (X ``) (X (X The) (X (X pain) (X (X is) (X (X too) (X (X great) (X .)))))))
(X (X the) (X (X effort) (X (X is) (X (X being) (X (X led) (X (X by) (X (X Contel) (X .))))))))
(X (X meanwhile) (X (X ,) (X (X personal) (X (X income) (X (X edged) (X (X up) (X (X 0.3) (X (X %) (X .)))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 170,330,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3406.31) (X (X ,) (X off))))))))))
(X (X dollar) (X (X :) (X (X 141.65) (X (X yen) (X (X ,) (X (X off) (X (X 0.45) (X (X ;) (X (X 1.8300) (X (X marks) (X (X ,) (X (X off) (X (X 0.0100) (X .))))))))))))))
(X (X americans) (X (X did) (X (X n't) (X (X dislike) (X (X metrics) (X (X ;) (X (X they) (X (X simply) (X (X ignored) (X (X them) (X .)))))))))))
(X (X scientists) (X (X felt) (X (X differently) (X .))))
(X (X businessmen) (X (X took) (X (X their) (X (X cue) (X (X from) (X (X the) (X (X engineers) (X .))))))))
(X (X the) (X (X liquor) (X (X industry) (X (X went) (X (X metric) (X (X 10) (X (X years) (X (X ago) (X .)))))))))
(X (X whittle) (X (X has) (X (X met) (X (X some) (X (X resistance) (X .))))))
(X (X advertisers) (X (X are) (X (X showing) (X (X interest) (X .)))))
(X (X $) (X (X 15.6) (X (X billion) (X (X of) (X (X three-month) (X (X and) (X (X six-month) (X (X bills) (X .)))))))))
(X (X $) (X (X 2) (X (X billion) (X (X of) (X (X 51-day) (X (X cash) (X (X management) (X (X bills) (X .)))))))))
(X (X energy) (X (X Service) (X (X Co.) (X (X --) (X (X 9.5) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Alex) (X .))))))))))))
(X (X brown) (X (X &) (X (X Sons) (X (X Inc) (X .)))))
(X (X immune) (X (X Response) (X (X Corp.) (X (X --) (X (X Three) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Merrill) (X (X Lynch) (X .)))))))))))))
(X (X municipal))
(X (X octel) (X (X said) (X (X the) (X (X purchase) (X (X was) (X (X expected) (X .)))))))
(X (X closed) (X (X End) (X (X Bond) (X Funds))))
(X (X flexible) (X (X Portfolio) (X Funds)))
(X (X specialized) (X (X Equity) (X (X and) (X (X Convertible) (X Funds)))))
(X (X a) (X (X -) (X (X Ex-dividend) (X .))))
(X (X b) (X (X -) (X (X As) (X (X of) (X (X Thursday) (X (X 's) (X (X close) (X .))))))))
(X (X c) (X (X -) (X (X Translated) (X (X at) (X (X Commercial) (X (X Rand) (X (X exchange) (X (X rate) (X .)))))))))
(X (X e) (X (X -) (X (X In) (X (X Canadian) (X (X dollars) (X .))))))
(X (X f) (X (X -) (X (X As) (X (X of) (X (X Wednesday) (X (X 's) (X (X close) (X .))))))))
(X (X z) (X (X -) (X (X Not) (X (X available) (X .)))))
(X (X wham) (X (X !) (X (X Bam) (X !))))
(X (X ``) (X (X There) (X (X will) (X (X still) (X (X be) (X (X deals) (X (X ,) (X (X '') (X (X argues) (X (X Mr.) (X (X Connolly) (X .))))))))))))
(X (X maybe) (X (X ,) (X (X maybe) (X (X not) (X .)))))
(X (X but) (X (X that) (X (X 's) (X (X not) (X (X the) (X (X only) (X (X problem) (X (X for) (X (X stocks) (X .))))))))))
(X (X with) (X (X all) (X (X this) (X (X ,) (X (X can) (X (X stock) (X (X prices) (X (X hold) (X (X their) (X (X own) (X ?)))))))))))
(X (X ``) (X (X The) (X (X question) (X (X is) (X (X unanswerable) (X (X at) (X (X this) (X (X point) (X (X ,) (X (X '') (X (X she) (X (X says) (X .)))))))))))))
(X (X ``) (X (X It) (X (X depends) (X (X on) (X (X what) (X (X happens) (X .)))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X volume) (X (X on) (X (X the) (X (X New) (X (X York) (X (X Stock) (X (X Exchange) (X (X totaled) (X (X 170,330,000) (X (X shares) (X .)))))))))))
(X (X international) (X (X Business) (X (X Machines) (X (X dropped) (X (X 7\/8) (X (X to) (X (X 99) (X (X 7\/8) (X .)))))))))
(X (X milton) (X (X Roy) (X (X jumped) (X (X 2) (X (X to) (X (X 18) (X (X 3\/8) (X .))))))))
(X (X crane) (X (X dropped) (X (X 1) (X (X 1\/8) (X (X to) (X (X 21) (X (X 1\/8) (X .))))))))
(X (X other) (X (X temperature) (X (X data) (X (X show) (X (X similar) (X (X unexplained) (X (X swings) (X .))))))))
(X (X its) (X (X Houston) (X (X work) (X (X force) (X (X now) (X (X totals) (X (X 230) (X .))))))))
(X (X denton) (X Harris))
(X (X chairman))
(X (X metro) (X Bank))
(X (X atlanta))
(X (X leslie) (X (X Falls) (X Humphries)))
(X (X little) (X (X Rock) (X (X ,) (X (X Ark) (X .)))))
(X (X we) (X (X would) (X (X even) (X (X save) (X (X on) (X (X freight) (X (X .) (X ''))))))))
(X (X eugene) (X (X S.) (X (X Clarke) (X IV))))
(X (X hollandale) (X (X ,) (X (X Miss) (X .))))
(X (X poverty) (X (X is) (X (X only) (X (X two) (X (X blocks) (X (X from) (X (X President) (X (X Bush) (X (X 's) (X (X residence) (X .)))))))))))
(X (X dee) (X (X Ann) (X Wilson)))
(X (X greenville) (X (X ,) (X (X Miss) (X .))))
(X (X but) (X (X investors) (X (X looking) (X (X for) (X (X alternatives) (X (X are) (X (X n't) (X (X finding) (X (X it) (X (X easy) (X .)))))))))))
(X (X here) (X (X 's) (X (X a) (X (X look) (X (X at) (X (X some) (X (X of) (X (X the) (X (X alternatives) (X :))))))))))
(X (X short-term) (X (X MUNICIPALS) (X :)))
(X (X rates) (X (X approach) (X (X 6.5) (X (X %) (X (X on) (X (X five-year) (X (X municipals) (X .))))))))
(X (X bond) (X (X FUNDS) (X :)))
(X (X deferred) (X (X ANNUITIES) (X :)))
(X (X some) (X (X current) (X (X rates) (X (X exceed) (X (X those) (X (X on) (X (X CDs) (X .))))))))
(X (X money) (X (X MARKET) (X (X FUNDS) (X :))))
(X (X that) (X (X 's) (X (X right) (X (X ,) (X (X money) (X (X market) (X (X mutual) (X (X funds) (X .)))))))))
(X (X none) (X (X of) (X (X the) (X (X diabetics) (X (X were) (X (X using) (X (X Lilly) (X (X 's) (X (X insulin) (X .))))))))))
(X (X this) (X (X city) (X (X does) (X (X n't) (X (X work) (X (X that) (X (X way) (X (X .) (X '')))))))))
(X (X compare) (X (X the) (X (X past) (X (X eight) (X (X five-year) (X (X plans) (X (X with) (X (X actual) (X (X appropriations) (X .))))))))))
(X (X strategy) (X (X ,) (X (X however) (X (X ,) (X (X is) (X (X about) (X (X possibilities) (X (X ,) (X (X not) (X (X hopes) (X (X and) (X (X dreams) (X .)))))))))))))
(X (X these) (X (X people) (X (X have) (X (X different) (X (X agendas) (X .))))))
(X (X how) (X (X can) (X (X we) (X (X turn) (X (X this) (X (X situation) (X (X around) (X ?))))))))
(X (X reform) (X (X starts) (X (X in) (X (X the) (X (X Pentagon) (X .))))))
(X (X step) (X (X 1) (X (X cleans) (X (X up) (X (X our) (X (X books) (X .)))))))
(X (X this) (X (X reduces) (X (X the) (X (X baseline) (X (X by) (X (X $) (X (X 229) (X (X billion) (X .)))))))))
(X (X it) (X (X reduces) (X (X the) (X (X baseline) (X (X by) (X (X $) (X (X 169) (X (X billion) (X .)))))))))
(X (X a) (X (X strategic) (X (X review) (X (X is) (X (X fundamentally) (X (X different) (X .)))))))
(X (X mr.) (X (X Spinney) (X (X is) (X (X a) (X (X permanent) (X (X Pentagon) (X (X official) (X .))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X heavy) (X (X seven) (X (X million) (X (X ounces) (X .)))))))))
(X (X sandra) (X (X Swift) (X Parrino)))
(X (X chairperson))
(X (X national) (X (X Council) (X (X on) (X (X the) (X Handicapped)))))
(X (X giant) (X (X has) (X (X interests) (X (X in) (X (X cement) (X (X making) (X (X and) (X (X newsprint) (X .)))))))))
(X (X rally) (X (X officials) (X (X were) (X (X n't) (X (X available) (X (X to) (X (X comment) (X (X late) (X (X yesterday) (X .))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X dpc) (X (X holds) (X (X about) (X (X 7.8) (X (X %) (X (X of) (X (X Dataproducts) (X (X ') (X (X shares) (X .))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 20.48) (X (X yen) (X (X from) (X (X 19.51) (X (X yen) (X .))))))))))
(X (X pulp) (X (X ,) (X (X processed) (X (X and) (X (X miscellaneous) (X (X paper) (X (X sales) (X (X also) (X (X surged) (X .))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 14.95) (X (X yen) (X (X from) (X (X 14.44) (X (X yen) (X .))))))))))
(X (X tenneco) (X (X Credit) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X Tenneco) (X (X Inc) (X .)))))))))
(X (X pricing) (X (X terms) (X (X were) (X (X n't) (X (X available) (X .))))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X guarantee) (X (X by) (X (X Credit) (X (X Lyonnais) (X .)))))
(X (X fees) (X (X 1) (X (X 1\/2) (X .))))
(X (X tap) (X (X on) (X (X outstanding) (X (X #) (X (X 100) (X (X million) (X (X issue) (X .))))))))
(X (X interest) (X (X during) (X (X first) (X (X year) (X (X paid) (X (X semiannually) (X (X at) (X (X 7.51) (X (X %) (X .))))))))))
(X (X thereafter) (X (X ,) (X (X interest) (X (X paid) (X (X annually) (X (X at) (X (X 7.65) (X (X %) (X .)))))))))
(X (X guarantee) (X (X by) (X (X Credit) (X (X Suisse) (X .)))))
(X (X fees) (X (X 1) (X (X 5\/8) (X .))))
(X (X the) (X (X bank) (X (X is) (X (X a) (X (X subsidiary) (X (X of) (X (X Baltimore-based) (X (X MNC) (X (X Financial) (X (X Inc) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X your) (X (X Sept.) (X (X 25) (X (X criticism) (X (X of) (X (X credit-card) (X (X foreign-exchange) (X (X charges) (X (X is) (X (X unwarranted) (X .)))))))))))
(X (X vincent) (X (X Jolivet) (X (X Kenmore) (X (X ,) (X (X Wash) (X .))))))
(X (X prices) (X (X fell) (X (X marginally) (X (X for) (X (X fuel) (X (X and) (X (X electricity) (X .))))))))
(X (X pershare) (X (X net) (X (X fell) (X (X to) (X (X 4.97) (X (X yen) (X (X from) (X (X 5.40) (X (X yen) (X .))))))))))
(X (X outokumpu) (X (X is) (X (X a) (X (X mining) (X (X ,) (X (X trading) (X (X and) (X (X construction) (X (X concern) (X .))))))))))
(X (X brockville) (X (X is) (X (X about) (X (X 100) (X (X miles) (X (X east) (X (X of) (X (X Toronto) (X .)))))))))
(X (X london) (X (X had) (X (X some) (X (X problems) (X (X ,) (X (X too) (X .)))))))
(X (X ``) (X (X They) (X (X all) (X (X said) (X (X they) (X (X invested) (X (X huge) (X (X amounts) (X (X of) (X (X money) (X .)))))))))))
(X (X sam) (X (X Ramirez) (X (X and) (X (X his) (X (X men) (X (X are) (X (X late) (X .))))))))
(X (X if) (X (X they) (X (X finish) (X (X today) (X (X ,) (X (X the) (X (X Sharpshooter) (X (X can) (X (X pump) (X (X tomorrow) (X .)))))))))))
(X (X oil-tool) (X (X prices) (X (X are) (X (X even) (X (X edging) (X (X up) (X .)))))))
(X (X what) (X (X happened) (X ?)))
(X (X not) (X (X that) (X (X oil) (X (X suddenly) (X (X is) (X (X a) (X (X sure) (X (X thing) (X (X again) (X .))))))))))
(X (X ``) (X (X It) (X (X does) (X (X n't) (X (X appear) (X (X to) (X (X be) (X (X getting) (X (X worse) (X .))))))))))
(X (X corporate) (X (X planners) (X (X can) (X (X plan) (X (X again) (X .))))))
(X (X the) (X (X catalyst) (X (X for) (X (X all) (X (X this) (X (X has) (X (X been) (X (X OPEC) (X .)))))))))
(X (X in) (X (X addition) (X (X ,) (X (X global) (X (X petroleum) (X (X demand) (X (X has) (X (X been) (X (X climbing) (X .))))))))))
(X (X for) (X (X OPEC) (X (X ,) (X (X that) (X (X 's) (X (X ideal) (X .)))))))
(X (X ``) (X (X Five) (X (X were) (X (X interested) (X (X .) (X ''))))))
(X (X mitchell) (X (X will) (X (X get) (X (X a) (X (X half-interest) (X (X in) (X (X the) (X (X oil) (X .)))))))))
(X (X now) (X (X ``) (X (X everybody) (X (X is) (X (X a) (X (X lot) (X (X more) (X (X optimistic) (X (X .) (X ''))))))))))
(X (X still) (X (X ,) (X (X there) (X (X is) (X (X money) (X (X to) (X (X be) (X (X made) (X .)))))))))
(X (X outside) (X (X investors) (X (X ,) (X (X scarce) (X (X since) (X (X '86) (X (X ,) (X (X are) (X (X edging) (X (X back) (X .)))))))))))
(X (X wall) (X (X Street) (X (X generally) (X (X likes) (X (X the) (X (X industry) (X (X again) (X .))))))))
(X (X but) (X (X a) (X (X few) (X (X new) (X (X spots) (X (X are) (X (X opening) (X .))))))))
(X (X already) (X (X ``) (X (X it) (X (X 's) (X (X hard) (X (X to) (X (X get) (X (X people) (X .)))))))))
(X (X for) (X (X most) (X (X field) (X (X workers) (X (X ,) (X (X it) (X (X 's) (X (X about) (X (X time) (X .))))))))))
(X (X ``) (X (X I) (X (X think) (X (X it) (X (X 's) (X (X on) (X (X the) (X (X way) (X (X back) (X (X now) (X .)))))))))))
(X (X but) (X (X it) (X (X wo) (X (X n't) (X (X be) (X (X a) (X (X boom) (X (X again) (X .)))))))))
(X (X no) (X (X major) (X (X booms) (X (X ,) (X (X no) (X (X major) (X (X setbacks) (X (X ,) (X (X '') (X (X he) (X (X predicts) (X .))))))))))))
(X (X global) (X (X offshore-rig) (X (X use) (X (X shows) (X (X a) (X (X similar) (X (X upward) (X (X trend) (X .)))))))))
(X (X some) (X (X equipment) (X (X going) (X (X to) (X (X work) (X (X is) (X (X almost) (X (X new) (X .)))))))))
(X (X until) (X (X now) (X (X it) (X (X had) (X (X sat) (X (X idle) (X .)))))))
(X (X price) (X (X :) (X (X $) (X (X 4.50) (X (X -RRB-) (X .))))))
(X (X he) (X (X got) (X (X three) (X (X trucks) (X (X and) (X (X a) (X (X backhoe) (X (X cheap) (X .)))))))))
(X (X that) (X (X 's) (X (X the) (X (X word) (X .)))))
(X (X the) (X (X word) (X (X is) (X (X out) (X .)))))
(X (X the) (X (X defendants) (X (X could) (X (X n't) (X (X immediately) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))))
(X (X accepted) (X (X theories) (X (X of) (X (X asset) (X (X pricing) (X (X offer) (X (X a) (X (X perfectly) (X (X legitimate) (X (X explanation) (X .)))))))))))
(X (X this) (X (X means) (X (X the) (X (X returns) (X (X can) (X (X vary) (X (X a) (X (X great) (X (X deal) (X .))))))))))
(X (X eric) (X (X C.) (X Meltzer)))
(X (X his) (X (X appointment) (X (X expands) (X (X the) (X (X board) (X (X to) (X (X 13) (X (X members) (X .)))))))))
(X (X california) (X (X Thefts) (X (X Make) (X (X Travel) (X (X Agents) (X Jittery))))))
(X (X now) (X (X it) (X (X 's) (X (X getting) (X (X downright) (X (X dangerous) (X .)))))))
(X (X ``) (X (X But) (X (X we) (X (X 're) (X (X just) (X (X too) (X (X nervous) (X (X .) (X '')))))))))
(X (X ``) (X (X They) (X (X ought) (X (X to) (X (X be) (X (X able) (X (X to) (X (X do) (X (X this) (X (X .) (X '')))))))))))
(X (X texans) (X (X Get) (X (X Reasonable) (X (X Car) (X (X Rental) (X Insurance))))))
(X (X flight) (X (X Attendants) (X (X Lag) (X (X Before) (X (X Jets) (X (X Even) (X Land)))))))
(X (X odds) (X (X and) (X Ends)))
(X (X management) (X (X Co.) (X (X manages) (X (X entertainers) (X (X and) (X (X produces) (X (X ,) (X (X markets) (X (X and) (X (X finances) (X (X entertainment) (X .))))))))))))
(X (X rep.) (X (X Robert) (X (X K.) (X (X Dornan) (X (X -LRB-) (X (X R.) (X (X ,) (X (X Calif) (X (X .) (X (X -RRB-) (X Washington)))))))))))
(X (X j.) (X (X Sigurd) (X (X Nielsen) (X (X Richmond) (X (X ,) (X (X Va) (X .)))))))
(X (X the) (X (X thrift) (X (X announced) (X (X the) (X (X plan) (X (X Aug.) (X (X 21) (X .))))))))
(X (X both) (X (X moves) (X (X are) (X (X effective) (X (X today) (X .))))))
(X (X unfortunately) (X (X ,) (X (X the) (X (X toxin) (X (X is) (X (X also) (X (X poisonous) (X .))))))))
(X (X these) (X (X bacterial) (X (X ``) (X (X cousins) (X (X '') (X (X ordinarily) (X (X do) (X (X n't) (X (X make) (X (X the) (X (X toxin) (X .))))))))))))
(X (X no) (X (X one) (X (X was) (X (X named) (X (X to) (X (X succeed) (X (X Mr.) (X (X Hartwell) (X .)))))))))
(X (X much) (X (X of) (X (X the) (X (X family) (X (X 's) (X (X mystique) (X (X remained) (X .))))))))
(X (X the) (X (X family) (X (X 's) (X (X long) (X (X absence) (X (X is) (X (X understandable) (X .))))))))
(X (X indeed) (X (X ,) (X (X the) (X (X competition) (X (X is) (X (X n't) (X (X greatly) (X (X concerned) (X .)))))))))
(X (X the) (X (X return) (X (X of) (X (X the) (X (X Rothschilds) (X (X is) (X (X modest) (X .))))))))
(X (X the) (X (X Paris) (X (X bank) (X (X does) (X (X n't) (X (X publish) (X (X that) (X (X figure) (X .)))))))))
(X (X essentially) (X (X ,) (X (X the) (X (X critics) (X (X of) (X (X stock-index) (X (X futures) (X (X fall) (X (X into) (X (X two) (X (X camps) (X .))))))))))))
(X (X it) (X (X 's) (X (X too) (X (X disruptive) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))
(X (X ``) (X (X It) (X (X is) (X (X n't) (X (X investing) (X (X .) (X '')))))))
(X (X but) (X (X stock-index) (X (X futures) (X (X have) (X (X plenty) (X (X of) (X (X support) (X .))))))))
(X (X they) (X (X note) (X (X that) (X (X stocks) (X (X experienced) (X (X volatile) (X (X swings) (X (X long) (X (X before) (X (X futures) (X .)))))))))))
(X (X ``) (X (X That) (X (X gives) (X (X futures) (X (X traders) (X (X a) (X (X lot) (X (X more) (X (X power) (X (X .) (X '')))))))))))
(X (X ``) (X (X You) (X (X 're) (X (X making) (X (X a) (X (X pure) (X (X bet) (X (X on) (X (X the) (X (X market) (X .)))))))))))
(X (X since) (X (X Tuesday) (X (X ,) (X (X the) (X (X shares) (X (X have) (X (X gained) (X (X nearly) (X (X 4) (X (X %) (X .)))))))))))
(X (X he) (X (X would) (X (X n't) (X (X specify) (X (X what) (X (X it) (X (X was) (X .))))))))
(X (X earnings) (X (X per) (X (X share) (X (X were) (X (X 10.35) (X (X kronor) (X (X compared) (X (X with) (X (X 5.80) (X (X kronor) (X .)))))))))))
(X (X mr.) (X (X Redford) (X (X no) (X (X longer) (X (X stands) (X (X out) (X (X as) (X (X an) (X (X extremist) (X .))))))))))
(X (X he) (X (X has) (X (X not) (X (X changed) (X (X ,) (X (X but) (X (X those) (X (X around) (X (X him) (X (X have) (X .)))))))))))
(X (X sammye) (X (X Meadows) (X (X Sam) (X (X Rushforth) (X (X Gary) (X (X Bryner) (X (X Heber) (X (X City) (X (X ,) (X Utah))))))))))
(X (X an) (X (X excellent) (X (X environmental) (X (X actor) (X (X he) (X (X is) (X .)))))))
(X (X david) (X (X Vranian) (X (X M.B.A.) (X (X Student) (X (X University) (X (X of) (X (X Colorado) (X (X Boulder) (X (X ,) (X (X Colo) (X .)))))))))))
(X (X ron) (X Dyer))
(X (X lawmakers) (X (X in) (X (X both) (X (X houses) (X (X support) (X (X the) (X (X higher) (X (X level) (X .)))))))))
(X (X more-detailed) (X (X reports) (X (X followed) (X (X ,) (X (X and) (X (X attracted) (X (X even) (X (X less) (X (X notice) (X .))))))))))
(X (X they) (X (X lied) (X (X to) (X (X me) (X (X on) (X (X the) (X (X recruiting) (X (X trip) (X .)))))))))
(X (X football) (X (X is) (X (X the) (X (X No.) (X (X 1) (X (X thing) (X (X here) (X (X '') (X .)))))))))
(X (X --) (X (X Junior) (X (X football) (X (X player) (X .)))))
(X (X you) (X (X become) (X (X expendable) (X .))))
(X (X --) (X (X Freshman) (X (X basketball) (X (X player) (X .)))))
(X (X --) (X (X Freshman) (X (X football) (X (X player) (X .)))))
(X (X --) (X (X Sophomore) (X (X football) (X (X player) (X .)))))
(X (X --) (X (X Freshman) (X (X football) (X (X player) (X .)))))
(X (X --) (X (X ``) (X (X You) (X (X talk) (X (X about) (X (X free) (X (X time) (X (X --) (X (X .what) (X (X free) (X (X time) (X ?))))))))))))
(X (X abuse) (X (X to) (X (X our) (X (X bodies) (X (X is) (X (X overwhelming) (X .)))))))
(X (X --) (X (X Junior) (X (X football) (X (X player) (X .)))))
(X (X --) (X (X Football) (X (X player) (X (X ,) (X (X class) (X (X unspecified) (X .)))))))
(X (X --) (X (X Sophomore) (X (X basketball) (X (X player) (X .)))))
(X (X --) (X (X Graduate-student) (X (X football) (X (X player) (X .)))))
(X (X the) (X (X key) (X (X word) (X (X in) (X (X that) (X (X paragraph) (X (X ,) (X (X though) (X (X ,) (X (X is) (X (X ``) (X (X may) (X (X .) (X ''))))))))))))))
(X (X they) (X (X want) (X (X late-night) (X (X shuttles) (X (X to) (X (X the) (X (X biology) (X (X labs) (X .)))))))))
(X (X they) (X (X want) (X (X a) (X (X 24-hour) (X (X library) (X .))))))
(X (X membership) (X (X has) (X (X since) (X (X swelled) (X (X to) (X (X between) (X (X 20) (X (X and) (X (X 25) (X .))))))))))
(X (X geeks) (X (X ,) (X (X by) (X (X at) (X (X least) (X (X one) (X (X definition) (X (X ,) (X (X are) (X (X chicken-mutilating) (X (X circus) (X (X freaks) (X .)))))))))))))
(X (X for) (X (X instance) (X ?)))
(X (X it) (X (X could) (X (X work) (X .))))
(X (X a) (X (X closing) (X (X date) (X (X has) (X (X n't) (X (X been) (X (X set) (X .))))))))
(X (X crestmont) (X (X FEDERAL) (X (X SAVINGS) (X (X &) (X (X LOAN) (X (X ASSOCIATION) (X (X -LRB-) (X (X Edison) (X (X ,) (X (X N.J.) (X (X -RRB-) (X --))))))))))))
(X (X crestmont) (X (X is) (X (X conducting) (X (X a) (X (X search) (X (X for) (X (X a) (X (X chief) (X (X executive) (X .))))))))))
(X (X agip) (X (X already) (X (X has) (X (X an) (X (X oil) (X (X stake) (X (X in) (X (X Libya) (X .)))))))))
(X (X the) (X (X key) (X (X steps) (X (X advocated) (X (X include) (X (X :) (X (X --) (X (X PROPERTY) (X .)))))))))
(X (X rigid) (X (X ideological) (X (X restrictions) (X (X on) (X (X property) (X (X ownership) (X (X should) (X (X be) (X (X abandoned) (X .))))))))))
(X (X some) (X (X forms) (X (X of) (X (X private) (X (X property) (X (X would) (X (X be) (X (X sanctioned) (X .)))))))))
(X (X --) (X (X FINANCES) (X .)))
(X (X a) (X (X unified) (X (X system) (X (X of) (X (X taxation) (X (X should) (X (X be) (X (X introduced) (X (X rapidly) (X .))))))))))
(X (X --) (X (X LABOR) (X .)))
(X (X --) (X (X PRICES) (X .)))
(X (X --) (X (X FOREIGN) (X (X TRADE) (X .))))
(X (X --) (X (X Joshua) (X (X Adams) (X .))))
(X (X flick) (X Shock))
(X (X --) (X (X Robert) (X (X Gordon) (X .))))
(X (X candid) (X Comment))
(X (X --) (X (X John) (X (X Drybred) (X .))))
(X (X but) (X (X one) (X (X recent) (X (X day) (X (X ,) (X (X they) (X (X became) (X (X much) (X (X closer) (X .))))))))))
(X (X like) (X (X many) (X (X sports) (X (X buffs) (X (X ,) (X (X Mr.) (X (X Engelken) (X (X has) (X (X turned) (X (X cynic) (X .)))))))))))
(X (X the) (X (X playoff) (X (X series) (X (X had) (X (X riveted) (X (X the) (X (X 12-year-old) (X (X Giants) (X (X fan) (X .))))))))))
(X (X the) (X (X rest) (X (X ,) (X (X as) (X (X they) (X (X say) (X (X ,) (X (X is) (X (X history) (X .))))))))))
(X (X ``) (X (X Thomson) (X (X took) (X (X a) (X (X called) (X (X strike) (X (X ,) (X (X '') (X (X Mr.) (X (X Engelken) (X (X recounts) (X .))))))))))))
(X (X he) (X (X wound) (X (X up) (X (X and) (X (X let) (X (X loose) (X (X a) (X (X fastball) (X .)))))))))
(X (X ``) (X (X Giants) (X (X fans) (X (X went) (X (X into) (X (X euphoria) (X (X ,) (X (X '') (X (X says) (X (X Mr.) (X (X Engelken) (X .))))))))))))
(X (X and) (X (X Bobby) (X (X Thomson) (X (X was) (X (X made) (X (X a) (X (X legend) (X .))))))))
(X (X ``) (X (X What) (X (X could) (X (X have) (X (X been) (X (X better) (X (X ?) (X (X '') (X (X asks) (X (X Mr.) (X (X Engelken) (X .))))))))))))
(X (X she) (X (X had) (X (X an) (X (X idea) (X .)))))
(X (X ``) (X (X Bertie) (X (X ,) (X (X '') (X (X she) (X (X said) (X (X ,) (X (X ``) (X (X Happy) (X (X 50th) (X (X Birthday) (X .))))))))))))
(X (X this) (X (X is) (X (X Bobby) (X (X Thomson) (X (X .) (X ''))))))
(X (X ``) (X (X And) (X (X there) (X (X he) (X (X was) (X (X ,) (X (X '') (X (X recalls) (X (X Mr.) (X (X Engelken) (X .)))))))))))
(X (X they) (X (X talked) (X (X of) (X (X the) (X (X home) (X (X run) (X .)))))))
(X (X they) (X (X talked) (X (X of) (X (X the) (X (X aftermath) (X .))))))
(X (X ``) (X (X Take) (X (X heart) (X (X ,) (X (X sports) (X (X fans) (X (X ,) (X (X '') (X (X he) (X (X wrote) (X .)))))))))))
(X (X ``) (X (X Real) (X (X heroes) (X (X exist) (X .)))))
(X (X you) (X (X might) (X (X not) (X (X find) (X (X one) (X (X in) (X (X the) (X (X `) (X (X Jurisprudence) (X (X ') (X (X column) (X .))))))))))))
(X (X but) (X (X who) (X (X knows) (X ?))))
(X (X by) (X (X this) (X (X month) (X (X ,) (X (X it) (X (X had) (X (X more) (X (X than) (X (X doubled) (X .))))))))))
(X (X rents) (X (X have) (X (X soared) (X (X along) (X (X with) (X (X house) (X (X prices) (X .))))))))
(X (X the) (X (X government) (X (X will) (X (X penalize) (X (X offenders) (X (X ,) (X (X but) (X (X wo) (X (X n't) (X (X confiscate) (X (X property) (X .))))))))))))
(X (X the) (X (X censorship) (X (X is) (X (X enforced) (X (X through) (X (X terrorism) (X (X and) (X (X assassination) (X .)))))))))
(X (X distribution) (X (X centers) (X (X are) (X (X bombed) (X (X ,) (X (X and) (X (X advertisers) (X (X are) (X (X intimidated) (X .))))))))))
(X (X censorship) (X (X is) (X (X imposed) (X (X by) (X (X terrorism) (X .))))))
(X (X in) (X (X my) (X (X opinion) (X (X ,) (X (X this) (X (X is) (X (X not) (X (X true) (X .)))))))))
(X (X market) (X (X conditions) (X (X point) (X (X to) (X (X even) (X (X lower) (X (X prices) (X (X next) (X (X year) (X .))))))))))
(X (X it) (X (X has) (X (X more) (X (X drug) (X (X users) (X (X than) (X (X Boston) (X (X has) (X (X people) (X .))))))))))
(X (X this) (X (X is) (X (X New) (X (X York) (X (X City) (X .))))))
(X (X ``) (X (X I) (X (X am) (X (X aware) (X (X we) (X (X have) (X (X real) (X (X budgetary) (X (X problems) (X (X .) (X '')))))))))))
(X (X but) (X (X city) (X (X officials) (X (X say) (X (X tax) (X (X revenues) (X (X are) (X (X lagging) (X .)))))))))
(X (X ``) (X (X It) (X (X is) (X (X a) (X (X feel-good) (X (X candidacy) (X (X .) (X ''))))))))
(X (X no) (X (X doubt) (X (X ,) (X (X Mr.) (X (X Dinkins) (X (X has) (X (X been) (X (X a) (X (X calming) (X (X influence) (X .)))))))))))
(X (X he) (X (X withdrew) (X (X the) (X (X remark) (X .)))))
(X (X a) (X (X side) (X (X porch) (X (X was) (X (X ripped) (X (X away) (X .)))))))
(X (X they) (X (X do) (X (X n't) (X (X flinch) (X (X at) (X (X writing) (X (X them) (X .))))))))
(X (X even) (X (X so) (X (X ,) (X (X few) (X (X had) (X (X ever) (X (X dealt) (X (X with) (X (X an) (X (X earthquake) (X .)))))))))))
(X (X ``) (X (X You) (X (X have) (X (X to) (X (X count) (X (X everything) (X (X .) (X ''))))))))
(X (X sometimes) (X (X repairs) (X (X are) (X (X out) (X (X of) (X (X the) (X (X question) (X .))))))))
(X (X but) (X (X such) (X (X skills) (X (X were) (X (X alien) (X (X to) (X (X Toni) (X (X Johnson) (X .)))))))))
(X (X her) (X (X new) (X (X line) (X (X of) (X (X work) (X (X has) (X (X some) (X (X perils) (X .)))))))))
(X (X ``) (X (X I) (X (X owe) (X (X that) (X (X contractor) (X .))))))
(X (X i) (X (X really) (X (X do) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))
(X (X the) (X (X ground) (X (X shakes) (X (X underneath) (X (X her) (X .))))))
(X (X in) (X (X this) (X (X case) (X (X ,) (X (X that) (X (X 's) (X (X about) (X (X $) (X (X 250,000) (X .))))))))))
(X (X ``) (X (X We) (X (X can) (X (X lose) (X (X money) (X (X on) (X (X this) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X even) (X (X Ms.) (X (X Johnson) (X (X herself) (X (X made) (X (X that) (X (X assumption) (X .))))))))
(X (X she) (X (X did) (X (X n't) (X (X have) (X (X hot) (X (X water) (X (X for) (X (X five) (X (X days) (X .))))))))))
(X (X her) (X (X sister) (X (X ,) (X (X Cynthia) (X (X ,) (X (X wishes) (X (X Toni) (X (X had) (X (X a) (X (X different) (X (X job) (X .))))))))))))
(X (X ``) (X (X We) (X (X worry) (X (X about) (X (X her) (X (X out) (X (X there) (X (X ,) (X (X '') (X (X Cynthia) (X (X says) (X .))))))))))))
(X (X the) (X (X FCC) (X (X took) (X (X three) (X (X specific) (X (X actions) (X (X regarding) (X (X AT&T) (X .)))))))))
(X (X at&t) (X (X applauded) (X (X the) (X (X FCC) (X (X 's) (X (X actions) (X .)))))))
(X (X julie) (X (X Amparano) (X (X Lopez) (X (X in) (X (X Philadelphia) (X (X also) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))))
(X (X other) (X (X funds) (X (X hold) (X (X a) (X (X smattering) (X (X of) (X (X junk) (X (X bonds) (X (X ,) (X (X too) (X .)))))))))))
(X (X ``) (X (X The) (X (X resignation) (X (X came) (X (X as) (X (X a) (X (X great) (X (X surprise) (X (X .) (X ''))))))))))
(X (X ``) (X (X The) (X (X market) (X (X was) (X (X caught) (X (X totally) (X (X the) (X (X wrong) (X (X way) (X (X ...) (X .)))))))))))
(X (X everyone) (X (X was) (X (X extremely) (X (X long) (X (X on) (X (X sterling) (X (X ,) (X (X '') (X (X Mr.) (X (X Beale) (X (X said) (X .))))))))))))
(X (X in) (X (X Europe) (X (X ,) (X (X the) (X (X dollar) (X (X ended) (X (X lower) (X (X in) (X (X dull) (X (X trading) (X .)))))))))))
(X (X the) (X (X market) (X (X closed) (X (X prior) (X (X to) (X (X Mr.) (X (X Lawson) (X (X 's) (X (X announcement) (X .))))))))))
(X (X the) (X (X close) (X (X was) (X (X the) (X (X highest) (X (X since) (X (X August) (X (X 3) (X .)))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X five) (X (X million) (X (X ounces) (X .)))))))
(X (X but) (X (X the) (X (X broader) (X (X truth) (X (X is) (X (X more) (X (X complicated) (X (X --) (X (X and) (X (X dismaying) (X .)))))))))))
(X (X he) (X (X 's) (X (X a) (X (X rare) (X (X Democratic) (X (X hawk) (X .)))))))
(X (X ``) (X (X They) (X (X allowed) (X (X this) (X (X country) (X (X to) (X (X be) (X (X credible) (X .)))))))))
(X (X i) (X (X really) (X (X want) (X (X to) (X (X see) (X (X that) (X (X happen) (X (X again) (X (X .) (X ''))))))))))
(X (X if) (X (X this) (X (X were) (X (X 1949) (X (X ,) (X (X Mr.) (X (X Boren) (X (X might) (X (X even) (X (X succeed) (X .)))))))))))
(X (X but) (X (X in) (X (X 1989) (X (X most) (X (X senators) (X (X have) (X (X other) (X (X ideas) (X .)))))))))
(X (X so) (X (X the) (X (X administration) (X (X dropped) (X (X it) (X .))))))
(X (X but) (X (X even) (X (X Mr.) (X (X Boren) (X (X defends) (X (X congressional) (X (X oversight) (X .))))))))
(X (X so) (X (X what) (X (X does) (X (X consensus) (X (X mean) (X ?))))))
(X (X ``) (X (X Why) (X (X was) (X (X containment) (X (X so) (X (X successful) (X ?)))))))
(X (X because) (X (X it) (X (X had) (X (X bipartisan) (X (X support) (X (X .) (X '')))))))
(X (X ``) (X (X He) (X (X would) (X (X ,) (X (X '') (X (X agrees) (X (X the) (X (X chairman) (X .)))))))))
(X (X mr.) (X (X Boren) (X (X even) (X (X spies) (X (X a) (X (X silver) (X (X lining) (X .))))))))
(X (X maybe) (X (X --) (X (X if) (X (X every) (X (X senator) (X (X shared) (X (X the) (X (X principles) (X (X of) (X (X Mr.) (X (X Boren) (X .))))))))))))
(X (X the) (X (X lawyers) (X (X are) (X (X now) (X (X in) (X (X charge) (X (X of) (X (X our) (X (X national) (X (X security) (X .)))))))))))
(X (X americans) (X (X may) (X (X not) (X (X be) (X (X so) (X (X lucky) (X (X the) (X (X next) (X (X time) (X .))))))))))
(X (X ronald) (X (X Edwin) (X (X Parsons) (X (X Ballwin) (X (X ,) (X (X Mo) (X .)))))))
(X (X state) (X (X loan) (X (X guarantees) (X (X are) (X (X rarely) (X (X a) (X (X source) (X (X of) (X (X controversy) (X .))))))))))
(X (X but) (X (X there) (X (X appear) (X (X to) (X (X be) (X (X few) (X (X ,) (X (X if) (X (X any) (X (X ,) (X (X suitors) (X .))))))))))))
(X (X d) (X (X -) (X (X Percentage) (X (X change) (X (X is) (X (X greater) (X (X than) (X (X 999) (X (X %) (X .))))))))))
(X (X e) (X (X -) (X (X Estimated) (X .))))
(X (X f) (X (X -) (X (X Includes) (X (X Chevrolet) (X (X Prizm) (X (X and) (X (X Toyota) (X (X Corolla) (X .)))))))))
(X (X r) (X (X -) (X (X Revised) (X .))))
(X (X x) (X (X -) (X (X Year-to-date) (X (X 1988) (X (X figure) (X (X includes) (X (X Volkswagen) (X (X domestic-production) (X (X through) (X (X July) (X .)))))))))))
(X (X increasingly) (X (X ,) (X (X the) (X (X financial) (X (X markets) (X (X are) (X (X reflecting) (X (X the) (X (X gloom) (X .))))))))))
(X (X the) (X (X outlook) (X (X for) (X (X corporate) (X (X earnings) (X (X is) (X (X fairly) (X (X bleak) (X .)))))))))
(X (X about) (X (X eight) (X (X firms) (X (X will) (X (X get) (X (X the) (X (X lion) (X (X 's) (X (X share) (X .))))))))))
(X (X it) (X (X all) (X (X adds) (X (X up) (X (X to) (X (X a) (X (X cold) (X (X winter) (X (X here) (X .))))))))))
(X (X what) (X (X am) (X (X I) (X (X doing) (X (X in) (X (X Jackson) (X (X Hole) (X ?))))))))
(X (X not) (X (X a) (X (X great) (X (X deal) (X .)))))
(X (X qintex) (X (X Australia) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X Qintex) (X (X Ltd) (X .)))))))))
(X (X qintex) (X (X Australia) (X (X owes) (X (X creditors) (X (X around) (X (X A$) (X (X 1.2) (X (X billion) (X .)))))))))
(X (X unable) (X (X to) (X (X stop) (X (X his) (X (X accelerating) (X (X descent) (X (X ,) (X (X he) (X (X crashes) (X .))))))))))
(X (X the) (X (X foreign-exchange) (X (X and) (X (X government) (X (X securities) (X (X markets) (X (X are) (X (X vastly) (X (X larger) (X .))))))))))
(X (X the) (X (X increased) (X (X demand) (X (X would) (X (X normalize) (X (X trading) (X (X and) (X (X stabilize) (X (X prices) (X .))))))))))
(X (X ``) (X (X These) (X (X errata) (X (X do) (X (X not) (X (X affect) (X (X business) (X (X programs) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X ``) (X (X You) (X (X can) (X (X do) (X (X that) (X (X but) (X (X you) (X (X 're) (X (X taking) (X (X a) (X (X risk) (X .))))))))))))
(X (X that) (X (X 's) (X (X four) (X (X times) (X (X as) (X (X fast) (X (X as) (X (X the) (X (X 386) (X .))))))))))
(X (X andy) (X (X Zipser) (X (X in) (X (X Dallas) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))
(X (X the) (X (X other) (X (X element) (X (X includes) (X (X consolidating) (X (X BethForge) (X (X 's) (X (X press-forge) (X (X operations) (X .))))))))))
(X (X the) (X (X entire) (X (X division) (X (X employs) (X (X about) (X (X 850) (X (X workers) (X .))))))))
(X (X how) (X (X did) (X (X this) (X (X happen) (X ?)))))
(X (X mr.) (X (X Staley) (X (X replied) (X (X :) (X (X ``) (X (X Legislation) (X (X tends) (X (X to) (X (X be) (X (X compromised) (X .)))))))))))
(X (X i) (X (X see) (X (X Congress) (X (X as) (X (X a) (X (X last) (X (X resort) (X (X .) (X '')))))))))
(X (X the) (X (X shift) (X (X wo) (X (X n't) (X (X affect) (X (X operations) (X .)))))))
(X (X meanwhile) (X (X ,) (X (X Dallas) (X (X welcomed) (X (X the) (X (X move) (X .)))))))
(X (X canada) (X (X is) (X (X the) (X (X world) (X (X 's) (X (X largest) (X (X producer) (X (X of) (X (X market) (X (X pulp) (X .)))))))))))
(X (X the) (X (X following) (X (X month) (X (X ,) (X (X the) (X (X company) (X (X put) (X (X itself) (X (X up) (X (X for) (X (X sale) (X .))))))))))))
(X (X but) (X (X they) (X (X never) (X (X materialized) (X (X and) (X (X IMA) (X (X completed) (X (X the) (X (X purchase) (X (X yesterday) (X .)))))))))))
(X (X what) (X (X if) (X (X the) (X (X system) (X (X does) (X (X n't) (X (X work) (X ?))))))))
(X (X the) (X (X U.S.) (X (X futures) (X (X exchanges) (X (X compete) (X (X world-wide) (X (X as) (X (X never) (X (X before) (X .))))))))))
(X (X all) (X (X foreign) (X (X markets) (X (X are) (X (X aggressively) (X (X courting) (X (X U.S.) (X (X business) (X .)))))))))
(X (X these) (X (X figures) (X (X are) (X (X n't) (X (X seasonally) (X (X adjusted) (X .)))))))
(X (X and) (X (X the) (X (X successful) (X (X son) (X (X wishes) (X (X his) (X (X embarrassing) (X (X siblings) (X (X dead) (X .))))))))))
(X (X as) (X (X a) (X (X critique) (X (X of) (X (X middle-class) (X (X mores) (X (X ,) (X (X the) (X (X story) (X (X is) (X (X heavy-handed) (X .))))))))))))
(X (X but) (X (X its) (X (X unsentimental) (X (X sketches) (X (X of) (X (X Cairo) (X (X life) (X (X are) (X (X vintage) (X (X Mahfouz) (X .)))))))))))
(X (X cairo) (X (X 's) (X (X spirited) (X (X squalor) (X (X also) (X (X has) (X (X gone) (X (X gray) (X .)))))))))
(X (X but) (X (X the) (X (X device) (X (X obscures) (X (X more) (X (X than) (X (X it) (X (X illuminates) (X .)))))))))
(X (X veiling) (X (X his) (X (X message) (X (X has) (X (X helped) (X (X him) (X (X endure) (X .))))))))
(X (X cars) (X (X ca) (X (X n't) (X (X move) (X (X because) (X (X of) (X (X overflowing) (X (X sewers) (X .)))))))))
(X (X characters) (X (X complain) (X (X ceaselessly) (X (X about) (X (X food) (X (X queues) (X (X ,) (X (X prices) (X (X and) (X (X corruption) (X .)))))))))))
(X (X phoenix) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X jack) (X (X Kemp) (X (X wants) (X (X to) (X (X abolish) (X (X it) (X .)))))))
(X (X and) (X (X transfer) (X (X control) (X (X of) (X (X much) (X (X of) (X (X it) (X (X to) (X (X Capitol) (X (X Hill) (X .)))))))))))
(X (X the) (X (X HUD) (X (X scandals) (X (X will) (X (X simply) (X (X continue) (X (X ,) (X (X but) (X (X under) (X (X new) (X (X mismanagement) (X .))))))))))))
(X (X conference) (X (X committees) (X (X are) (X (X breeding) (X (X grounds) (X (X for) (X (X mischief) (X .))))))))
(X (X in) (X (X this) (X (X case) (X (X ,) (X (X the) (X (X Members) (X (X outdid) (X (X themselves) (X .)))))))))
(X (X i) (X (X do) (X (X n't) (X (X know) (X (X how) (X (X much) (X (X got) (X (X through) (X .)))))))))
(X (X nobody) (X (X has) (X (X any) (X (X credible) (X (X estimate) (X .))))))
(X (X our) (X (X international) (X (X efforts) (X (X were) (X (X far) (X (X greater) (X (X than) (X (X ever) (X (X before) (X .))))))))))
(X (X i) (X (X find) (X (X it) (X (X very) (X (X difficult) (X (X to) (X (X say) (X (X that) (X .)))))))))
(X (X they) (X (X do) (X (X n't) (X (X even) (X (X want) (X (X to) (X (X talk) (X (X to) (X (X you) (X .))))))))))
(X (X imports) (X (X of) (X (X goods) (X (X and) (X (X services) (X (X soared) (X (X ,) (X (X while) (X (X exports) (X (X were) (X (X flat) (X .))))))))))))
(X (X some) (X (X economists) (X (X found) (X (X the) (X (X mixture) (X (X ominous) (X .)))))))
(X (X but) (X (X it) (X (X will) (X (X slow) (X (X production) (X (X .) (X '')))))))
(X (X the) (X (X record) (X (X date) (X (X is) (X (X Nov.) (X (X 9) (X .)))))))
(X (X the) (X (X company) (X (X has) (X (X about) (X (X 31) (X (X million) (X (X ordinary) (X (X shares) (X (X outstanding) (X .))))))))))
(X (X more) (X (X venturesome) (X (X businesses) (X (X are) (X (X applying) (X (X their) (X (X skills) (X (X in) (X (X commercial) (X (X fields) (X .)))))))))))
(X (X mr.) (X (X Salvatori) (X (X should) (X (X know) (X .)))))
(X (X in) (X (X January) (X (X ,) (X (X Mr.) (X (X Salvatori) (X (X sold) (X (X the) (X (X unit) (X .)))))))))
(X (X some) (X (X companies) (X (X are) (X (X cutting) (X (X costs) (X (X and) (X (X hoping) (X (X for) (X (X the) (X (X best) (X .)))))))))))
(X (X he) (X (X 's) (X (X had) (X (X other) (X (X brushes) (X (X with) (X (X the) (X (X law) (X .)))))))))
(X (X ``) (X (X People) (X (X have) (X (X a) (X (X different) (X (X reputation) (X (X country) (X (X by) (X (X country) (X (X .) (X '')))))))))))
(X (X mr.) (X (X Morishita) (X (X considers) (X (X himself) (X (X a) (X (X connoisseur) (X (X of) (X (X art) (X .)))))))))
(X (X revenue) (X (X doubled) (X (X from) (X (X two) (X (X years) (X (X ago) (X .)))))))
(X (X that) (X (X is) (X (X ,) (X (X if) (X (X the) (X (X company) (X (X reported) (X (X results) (X (X correctly) (X .))))))))))
(X (X ``) (X (X Are) (X (X you) (X (X stupid) (X (X ?) (X (X '') (X (X he) (X (X snaps) (X .)))))))))
(X (X he) (X (X says) (X (X he) (X (X has) (X (X never) (X (X even) (X (X dined) (X (X with) (X (X gangsters) (X .))))))))))
(X (X he) (X (X also) (X (X owns) (X (X courses) (X (X in) (X (X the) (X (X U.S.) (X (X and) (X (X France) (X .))))))))))
(X (X the) (X (X gruff) (X (X financier) (X (X recently) (X (X started) (X (X socializing) (X (X in) (X (X upper-class) (X (X circles) (X .))))))))))
(X (X he) (X (X also) (X (X leads) (X (X an) (X (X opulent) (X (X life) (X (X style) (X .))))))))
(X (X ``) (X (X I) (X (X 'm) (X (X done) (X (X in) (X (X two) (X (X minutes) (X (X .) (X '')))))))))
(X (X who) (X (X 'S) (X (X NEWS) (X :))))
(X (X he) (X (X speaks) (X (X only) (X (X in) (X (X Filipino) (X .))))))
(X (X radio) (X (X programs) (X (X and) (X (X books) (X (X have) (X (X followed) (X (X the) (X (X daily) (X (X television) (X (X show) (X .)))))))))))
(X (X there) (X (X 's) (X (X also) (X (X resentment) (X .)))))
(X (X other) (X (X opponents) (X (X of) (X (X Filipino) (X (X come) (X (X from) (X (X non-Tagalog) (X (X regions) (X .)))))))))
(X (X the) (X (X issue) (X (X has) (X (X been) (X (X simmering) (X (X for) (X (X years) (X .))))))))
(X (X but) (X (X advertising) (X (X revenue) (X (X is) (X (X inadequate) (X .))))))
(X (X periodically) (X (X ,) (X (X there) (X (X are) (X (X threats) (X (X that) (X (X the) (X (X program) (X (X will) (X (X fold) (X .)))))))))))
(X (X ``) (X (X Batibot) (X (X '') (X (X lacks) (X (X the) (X (X polish) (X (X of) (X (X ``) (X (X Sesame) (X (X Street) (X (X .) (X ''))))))))))))
(X (X sound) (X (X stages) (X (X echo) (X .))))
(X (X acting) (X (X sometimes) (X (X falls) (X (X flat) (X .)))))
(X (X but) (X (X the) (X (X production) (X (X is) (X (X the) (X (X equal) (X (X of) (X (X any) (X (X local) (X (X program) (X .)))))))))))
(X (X during) (X (X one) (X (X recent) (X (X episode) (X (X ,) (X (X all) (X (X the) (X (X advertisements) (X (X were) (X (X in) (X (X English) (X .))))))))))))
(X (X home) (X (X Nutritional) (X (X currently) (X (X has) (X (X 10) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))
(X (X bostic) (X (X posted) (X (X 1988) (X (X sales) (X (X of) (X (X $) (X (X 255) (X (X million) (X .)))))))))
(X (X dick) (X (X Darman) (X (X ,) (X (X call) (X (X your) (X (X office) (X .)))))))
(X (X it) (X (X 's) (X (X a) (X (X nuisance) (X (X tax) (X (X on) (X (X mergers) (X .))))))))
(X (X line-item) (X (X veto) (X .)))
(X (X paribas) (X (X is) (X (X Allianz) (X (X 's) (X (X lead) (X (X French) (X (X bank) (X .))))))))
(X (X the) (X (X zero-coupon) (X (X subordinated) (X (X notes) (X (X have) (X (X no) (X (X periodic) (X (X interest) (X (X payments) (X .))))))))))
(X (X ``) (X (X Tax) (X (X reform) (X (X is) (X (X working) (X (X ,) (X (X '') (X (X the) (X (X study) (X (X said) (X .)))))))))))
(X (X glenn) (X (X Hall) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X dsp) (X (X makes) (X (X electronic) (X (X instrumentation) (X (X and) (X (X data) (X (X acquisition) (X (X systems) (X .)))))))))
(X (X ``) (X (X We) (X (X have) (X (X the) (X (X money) (X (X to) (X (X buy) (X .))))))))
(X (X tokyu) (X (X ,) (X (X however) (X (X ,) (X (X said) (X (X no) (X (X agreement) (X (X had) (X (X been) (X (X reached) (X .)))))))))))
(X (X but) (X (X he) (X (X stops) (X (X there) (X .)))))
(X (X ``) (X (X But) (X (X it) (X (X looks) (X (X tough) (X (X .) (X '')))))))
(X (X marcus) (X (X W.) (X (X Brauchli) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X compiled) (X (X by) (X (X William) (X Mathewson))))
(X (X the) (X (X Vatican) (X (X was) (X (X in) (X (X the) (X (X red) (X (X last) (X (X year) (X .)))))))))
(X (X all) (X (X other) (X (X countries) (X (X registered) (X (X support) (X (X below) (X (X 50) (X (X %) (X .)))))))))
(X (X but) (X (X attendance) (X (X is) (X (X down) (X (X from) (X (X previous) (X (X years) (X .))))))))
(X (X long-term) (X (X Treasury) (X (X bonds) (X (X ended) (X (X slightly) (X (X higher) (X .)))))))
(X (X the) (X (X bond) (X (X market) (X (X was) (X (X unmoved) (X (X by) (X (X the) (X (X economic) (X (X statistics) (X .))))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X :)))))
(X (X stock) (X (X prices) (X (X fell) (X (X sharply) (X (X in) (X (X active) (X (X trading) (X .))))))))
(X (X bond) (X (X prices) (X (X were) (X (X barely) (X (X higher) (X .))))))
(X (X the) (X (X Treasury) (X (X 's) (X (X benchmark) (X (X 30-year) (X (X rose) (X (X fractionally) (X .))))))))
(X (X yield) (X (X on) (X (X the) (X (X issue) (X (X was) (X (X 7.88) (X (X %) (X .))))))))
(X (X the) (X (X dollar) (X (X rose) (X (X modestly) (X (X against) (X (X most) (X (X major) (X (X currencies) (X .)))))))))
(X (X ``) (X (X Read) (X (X my) (X (X lips) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Smith) (X .))))))))))
(X (X the) (X (X market) (X (X 's) (X (X pessimism) (X (X reflects) (X (X the) (X (X gloomy) (X (X outlook) (X (X in) (X (X Detroit) (X .)))))))))))
(X (X sales) (X (X were) (X (X flat) (X (X at) (X (X $) (X (X 7.88) (X (X billion) (X .))))))))
(X (X the) (X (X Republicans) (X (X show) (X (X no) (X (X sign) (X (X of) (X (X relenting) (X .))))))))
(X (X ``) (X (X The) (X (X strategy) (X (X is) (X (X `) (X (X Let) (X (X 's) (X (X vote) (X (X .) (X (X ') (X '')))))))))))
(X (X republicans) (X (X countered) (X (X that) (X (X long-range) (X (X revenue) (X (X estimates) (X (X were) (X (X unreliable) (X .)))))))))
(X (X beatrice) (X (X E.) (X (X Garcia) (X (X in) (X (X Philadelphia) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X washington) (X --))
(X (X the) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X mr.) (X (X Kilpatrick) (X (X will) (X (X remain) (X (X a) (X (X director) (X .)))))))
(X (X he) (X (X is) (X (X negotiating) (X (X a) (X (X rich) (X (X book) (X (X contract) (X (X to) (X (X boot) (X .))))))))))
(X (X mr.) (X (X Deaver) (X (X has) (X (X reopened) (X (X a) (X (X public-relations) (X (X business) (X .))))))))
(X (X not) (X (X all) (X (X the) (X (X scandal-tripped) (X (X have) (X (X enjoyed) (X (X soft) (X (X landings) (X .)))))))))
(X (X but) (X (X many) (X (X have) (X .))))
(X (X among) (X (X the) (X (X rules) (X :))))
(X (X pretend) (X (X Nothing) (X Happened)))
(X (X not) (X (X to) (X (X mention) (X (X a) (X (X generous) (X (X federal) (X (X pension) (X .))))))))
(X (X atone))
(X (X finding) (X God))
(X (X but) (X (X it) (X (X does) (X (X n't) (X (X always) (X (X work) (X (X so) (X (X smoothly) (X .)))))))))
(X (X mr.) (X (X Fedders) (X (X is) (X (X philosophical) (X (X about) (X (X his) (X (X travails) (X .))))))))
(X (X he) (X (X sees) (X (X a) (X (X psychoanalyst) (X (X five) (X (X mornings) (X (X a) (X (X week) (X .)))))))))
(X (X ``) (X (X I) (X (X 've) (X (X surrendered) (X (X to) (X (X the) (X (X circumstances) (X (X ,) (X (X '') (X (X Mr.) (X (X Fedders) (X (X says) (X .)))))))))))))
(X (X ``) (X (X The) (X (X word) (X (X surrender) (X (X has) (X (X a) (X (X precise) (X (X psychoanalytic) (X (X meaning) (X .))))))))))
(X (X my) (X (X universe) (X (X has) (X (X changed) (X .)))))
(X (X do) (X (X n't) (X Linger)))
(X (X dan) (X (X Rather) (X (X served) (X (X as) (X (X emcee) (X .))))))
(X (X it) (X (X Helps) (X (X to) (X (X Be) (X Male)))))
(X (X male) (X (X scandal) (X (X victims) (X (X invariably) (X (X fare) (X (X better) (X .)))))))
(X (X be) (X (X the) (X Star)))
(X (X what) (X (X accounts) (X (X for) (X (X the) (X (X difference) (X ?))))))
(X (X mr.) (X (X Secord) (X (X 's) (X (X performance) (X (X was) (X (X decidedly) (X (X less) (X (X inspiring) (X .)))))))))
(X (X if) (X (X Sex) (X (X Is) (X (X Involved) (X (X ,) (X (X All) (X (X Bets) (X (X Are) (X Off)))))))))
(X (X ``) (X (X Conservatives) (X (X shoot) (X (X their) (X (X own) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X become) (X (X a) (X Lobbyist)))
(X (X some) (X (X become) (X (X pseudo-lobbyists) (X .))))
(X (X misery) (X (X Loves) (X Company)))
(X (X other) (X (X scandal) (X (X survivors) (X (X are) (X (X sometimes) (X (X the) (X (X best) (X (X source) (X (X of) (X (X solace) (X .)))))))))))
(X (X michael) (X Smith))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X viroqua) (X (X serves) (X (X about) (X (X 3,000) (X (X access) (X (X lines) (X (X in) (X (X western) (X (X Wisconsin) (X .))))))))))
(X (X the) (X (X August) (X (X drop) (X (X was) (X (X the) (X (X fourth) (X (X decline) (X (X in) (X (X five) (X (X months) (X .)))))))))))
(X (X inventories) (X (X fell) (X (X 0.3) (X (X %) (X (X in) (X (X August) (X .)))))))
(X (X it) (X (X did) (X (X n't) (X (X provide) (X (X details) (X (X of) (X (X setup) (X (X costs) (X .)))))))))
(X (X two) (X (X segments) (X (X posted) (X (X lower) (X (X earnings) (X (X for) (X (X the) (X (X quarter) (X .)))))))))
(X (X the) (X (X company) (X (X is) (X (X being) (X (X acquired) (X .))))))
(X (X both) (X (X moves) (X (X are) (X (X effective) (X (X today) (X .))))))
(X (X but) (X (X British) (X (X analysts) (X (X are) (X (X beginning) (X (X to) (X (X link) (X (X the) (X (X issues) (X .))))))))))
(X (X the) (X (X French) (X (X analysis) (X (X goes) (X (X further) (X .))))))
(X (X ``) (X (X But) (X (X they) (X (X have) (X (X n't) (X (X yet) (X (X drawn) (X (X the) (X (X operational) (X (X policy) (X (X conclusions) (X (X .) (X '')))))))))))))
(X (X kyle) (X (X manufactures) (X (X electronic) (X (X components) (X .)))))
(X (X computer) (X (X Sciences) (X (X said) (X (X its) (X (X work) (X (X will) (X (X improve) (X (X mail-processing) (X (X efficiency) (X .))))))))))
(X (X it) (X (X has) (X (X three) (X (X U.S.) (X (X branches) (X .))))))
(X (X ohbayashi) (X (X is) (X (X Japan) (X (X 's) (X (X second) (X (X largest) (X (X construction) (X (X company) (X .)))))))))
(X (X other) (X (X firms) (X (X ``) (X (X are) (X (X dealing) (X (X with) (X (X the) (X (X masses) (X .)))))))))
(X (X it) (X (X will) (X (X include) (X (X Messrs.) (X (X Schwarz) (X (X and) (X (X Maurer) (X .))))))))
(X (X he) (X (X previously) (X (X held) (X (X similar) (X (X responsibilities) (X .))))))
(X (X sun) (X (X 's) (X (X results) (X (X were) (X (X slightly) (X (X better) (X (X than) (X (X expectations) (X .)))))))))
(X (X sun) (X (X also) (X (X reported) (X (X a) (X (X record) (X (X backlog) (X (X of) (X (X orders) (X .)))))))))
(X (X he) (X (X remains) (X (X chairman) (X (X ,) (X (X but) (X (X wields) (X (X little) (X (X power) (X (X at) (X (X the) (X (X company) (X .))))))))))))
(X (X quantum) (X (X is) (X (X Sharon) (X (X 's) (X (X largest) (X (X unsecured) (X (X creditor) (X .))))))))
(X (X executives) (X (X at) (X (X Sharon) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X proposal) (X .))))))))))
(X (X the) (X (X company) (X (X 's) (X (X trustee) (X (X ,) (X (X F.E.) (X (X Agnew) (X (X ,) (X (X was) (X (X unavailable) (X (X for) (X (X comment) (X .)))))))))))))
(X (X but) (X (X ,) (X (X he) (X (X adds) (X (X ,) (X (X ``) (X (X I) (X (X was) (X (X not) (X (X acting) (X (X as) (X (X a) (X (X messenger) (X (X .) (X '')))))))))))))))
(X (X ``) (X (X But) (X (X he) (X (X may) (X (X not) (X (X have) (X (X a) (X (X choice) (X (X .) (X ''))))))))))
(X (X sentences) (X (X have) (X (X been) (X (X stiff) (X .)))))
(X (X codifying) (X (X those) (X (X sanctions) (X (X could) (X (X prompt) (X (X Chinese) (X (X retaliation) (X .))))))))
(X (X pension) (X (X reform) (X (X was) (X (X its) (X (X main) (X (X thrust) (X .)))))))
(X (X iras) (X (X were) (X (X like) (X (X stepchildren) (X (X there) (X .))))))
(X (X the) (X (X IRA) (X (X 's) (X (X conception) (X (X is) (X (X murky) (X .)))))))
(X (X but) (X (X it) (X (X did) (X (X n't) (X (X sing) (X .))))))
(X (X ira) (X (X ,) (X (X himself) (X (X ,) (X (X confirms) (X (X this) (X (X account) (X .))))))))
(X (X ira) (X (X rules) (X (X have) (X (X been) (X (X changed) (X (X over) (X (X the) (X (X years) (X .)))))))))
(X (X ibm) (X (X is) (X (X based) (X (X in) (X (X Armonk) (X (X ,) (X (X N.Y) (X .))))))))
(X (X times) (X (X have) (X (X changed) (X .))))
(X (X mr.) (X (X Dorgen) (X (X has) (X (X changed) (X (X tactics) (X (X ,) (X (X dropping) (X (X the) (X (X seat-for-the-secretary) (X (X idea) (X .)))))))))))
(X (X the) (X (X urging) (X (X admittedly) (X (X has) (X (X been) (X (X gentle) (X .)))))))
(X (X now) (X (X ,) (X (X sterilized) (X (X intervention) (X (X may) (X (X have) (X (X some) (X (X effect) (X .)))))))))
(X (X the) (X (X dollar) (X (X is) (X (X still) (X (X highly) (X (X volatile) (X .)))))))
(X (X there) (X (X is) (X (X evidence) (X (X to) (X (X support) (X (X that) (X (X view) (X .))))))))
(X (X if) (X (X there) (X (X is) (X (X no) (X (X law) (X (X against) (X (X it) (X (X ,) (X (X do) (X (X it) (X .)))))))))))
(X (X if) (X (X the) (X (X law) (X (X leaves) (X (X loopholes) (X (X ,) (X (X use) (X (X them) (X .)))))))))
(X (X that) (X (X is) (X (X the) (X (X key) (X (X to) (X (X the) (X (X current) (X (X ``) (X (X national) (X (X disease) (X (X .) (X ''))))))))))))
(X (X thus) (X (X ,) (X (X no) (X (X standards) (X (X ,) (X (X no) (X (X judgment) (X (X and) (X (X no) (X (X values) (X .)))))))))))
(X (X ms.) (X (X Kolber) (X (X said) (X (X the) (X (X committee) (X (X had) (X (X received) (X (X other) (X (X bids) (X .))))))))))
(X (X mca) (X (X strongly) (X (X opposed) (X (X the) (X (X Drabinsky) (X (X group) (X (X 's) (X (X move) (X .)))))))))
(X (X cineplex) (X (X shareholders) (X (X responded) (X (X coolly) (X (X to) (X (X yesterday) (X (X 's) (X (X announcement) (X .)))))))))
(X (X mr.) (X (X Drabinsky) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X coors) (X (X ,) (X (X with) (X (X its) (X (X large) (X (X beer-distribution) (X (X network) (X (X ,) (X (X could) (X (X penetrate) (X (X more) (X (X markets) (X .)))))))))))))
(X (X terms) (X (X of) (X (X the) (X (X accord) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X the) (X (X case) (X (X went) (X (X on) (X (X appeal) (X (X to) (X (X the) (X (X Second) (X (X Circuit) (X .))))))))))
(X (X this) (X (X case) (X (X realizes) (X (X that) (X (X concern) (X (X .) (X '')))))))
(X (X judges) (X (X Oakes) (X (X and) (X (X Leval) (X (X understand) (X (X the) (X (X requirements) (X (X of) (X (X historical) (X (X scholarship) (X .)))))))))))
(X (X no) (X (X such) (X (X statement) (X (X appears) (X (X on) (X (X the) (X (X tapes) (X .))))))))
(X (X again) (X (X ,) (X (X no) (X (X such) (X (X statement) (X (X appears) (X (X on) (X (X the) (X (X tapes) (X .))))))))))
(X (X ``) (X (X The) (X (X writer) (X (X must) (X (X not) (X (X invent) (X (X .) (X ''))))))))
(X (X the) (X (X historical) (X (X profession) (X (X will) (X (X survive) (X (X these) (X (X decisions) (X .))))))))
(X (X perhaps) (X (X in) (X (X time) (X (X the) (X (X Supreme) (X (X Court) (X (X will) (X (X correct) (X (X them) (X .))))))))))
(X (X mr.) (X (X Milgrim) (X (X succeeds) (X (X David) (X (X Berman) (X (X ,) (X (X who) (X (X resigned) (X (X last) (X (X month) (X .)))))))))))
(X (X it) (X (X has) (X (X always) (X (X been) (X (X so) (X .))))))
(X (X to) (X (X the) (X (X rest) (X (X of) (X (X us) (X (X ,) (X (X the) (X (X case) (X (X is) (X (X a) (X (X puzzle) (X .))))))))))))
(X (X it) (X (X is) (X (X what) (X (X lawyers) (X (X call) (X (X ``) (X (X fact) (X (X intensive) (X (X .) (X ''))))))))))
(X (X certainly) (X (X I) (X (X do) (X (X not) (X .)))))
(X (X to) (X (X ask) (X (X those) (X (X questions) (X (X is) (X (X to) (X (X answer) (X (X them) (X .)))))))))
(X (X mr.) (X (X Rezneck) (X (X is) (X (X a) (X (X lawyer) (X (X in) (X (X Washington) (X (X ,) (X (X D.C) (X .))))))))))
(X (X the) (X (X appointments) (X (X are) (X (X effective) (X (X Nov.) (X (X 1) (X .)))))))
(X (X even) (X (X excluding) (X (X the) (X (X charge) (X (X ,) (X (X however) (X (X ,) (X (X net) (X (X fell) (X (X 5) (X (X %) (X .))))))))))))
(X (X united) (X (X Illuminating) (X (X 's) (X (X plan) (X (X ,) (X (X however) (X (X ,) (X (X offers) (X (X more) (X (X for) (X (X unsecured) (X (X creditors) (X .)))))))))))))
(X (X that) (X (X offer) (X (X was) (X (X endorsed) (X (X by) (X (X the) (X (X shareholders) (X (X committee) (X .)))))))))
(X (X northeast) (X (X Utilities) (X (X ') (X (X plan) (X (X proposes) (X (X 5.5) (X (X %) (X (X annual) (X (X increases) (X .))))))))))
(X (X fuel) (X (X cost) (X (X adjustments) (X (X could) (X (X change) (X (X the) (X (X effective) (X (X rate) (X (X increases) (X (X ,) (X (X however) (X .))))))))))))
(X (X previously) (X (X it) (X (X had) (X (X proposed) (X (X seven) (X (X years) (X (X of) (X (X 5.5) (X (X %) (X (X increases) (X .)))))))))))
(X (X united) (X (X Illuminating) (X (X also) (X (X amended) (X (X its) (X (X rate) (X (X plan) (X .))))))))
(X (X but) (X (X the) (X (X lack) (X (X of) (X (X lines) (X (X became) (X (X painfully) (X (X apparent) (X .)))))))))
(X (X it) (X (X wo) (X (X n't) (X (X happen) (X (X again) (X .))))))
(X (X it) (X (X 's) (X (X all) (X (X part) (X (X of) (X (X a) (X (X new) (X (X ``) (X (X command) (X (X center) (X (X .) (X ''))))))))))))
(X (X not) (X (X everyone) (X (X has) (X (X jumped) (X (X on) (X (X the) (X (X Breeden) (X (X bandwagon) (X (X ,) (X (X however) (X .)))))))))))
(X (X it) (X (X showed) (X (X the) (X (X DJIA) (X (X up) (X (X 30) (X (X points) (X .))))))))
(X (X congressmen) (X (X raised) (X (X the) (X (X issue) (X (X yesterday) (X (X at) (X (X a) (X (X hearing) (X .)))))))))
(X (X the) (X (X highlight) (X (X :) (X (X a) (X (X ``) (X (X fragrance) (X (X control) (X (X system) (X (X .) (X ''))))))))))
(X (X welcome) (X (X to) (X (X the) (X (X 28th) (X (X Tokyo) (X (X Motor) (X (X Show) (X .))))))))
(X (X virtually) (X (X every) (X (X automotive) (X (X analyst) (X (X in) (X (X New) (X (X York) (X (X showed) (X (X up) (X .))))))))))
(X (X new) (X Technology))
(X (X odd) (X (X Cars) (X (X ,) (X (X Funny) (X Names)))))
(X (X mitsubishi) (X (X has) (X (X a) (X (X futuristic) (X (X delivery) (X (X truck) (X (X called) (X (X the) (X (X Guppy) (X .))))))))))
(X (X the) (X (X jokes) (X (X are) (X (X n't) (X (X just) (X (X on) (X (X the) (X (X Japanese) (X (X ,) (X (X though) (X .)))))))))))
(X (X foreign) (X Presence))
(X (X even) (X (X so) (X (X ,) (X (X traditional) (X (X American) (X (X cockiness) (X (X is) (X (X n't) (X (X terribly) (X (X endangered) (X .)))))))))))
(X (X mr.) (X (X Jordan) (X (X of) (X (X GM) (X (X ,) (X (X meanwhile) (X (X ,) (X (X still) (X (X criticizes) (X (X Japanese) (X (X styling) (X .))))))))))))
(X (X jeffrey) (X (X T.) (X Schmidlin)))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X see) (X (X this) (X (X as) (X (X a) (X (X debt) (X (X reduction) (X (X exercise) (X .))))))))))))
(X (X he) (X (X did) (X (X n't) (X (X elaborate) (X .)))))
(X (X ``) (X (X Public) (X (X TV) (X (X is) (X (X in) (X (X fantasy) (X (X land) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X his) (X (X other) (X (X agreements) (X (X to) (X (X promote) (X (X products) (X (X have) (X (X expired) (X .)))))))))
(X (X among) (X (X other) (X (X changes) (X (X ,) (X (X the) (X (X White) (X (X House) (X (X wants) (X (X to) (X :))))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X :)))))
(X (X stock) (X (X prices) (X (X slipped) (X (X lower) (X (X in) (X (X moderate) (X (X trading) (X .))))))))
(X (X bond) (X (X prices) (X (X inched) (X (X higher) (X .)))))
(X (X the) (X (X yield) (X (X on) (X (X the) (X (X issue) (X (X stood) (X (X at) (X (X 7.88) (X (X %) (X .))))))))))
(X (X the) (X (X dollar) (X (X was) (X (X virtually) (X (X unchanged) (X .))))))
(X (X paying) (X (X players) (X (X at) (X (X SMU) (X (X was) (X (X no) (X (X casual) (X (X operation) (X .)))))))))
(X (X ``) (X (X Go) (X (X run) (X (X the) (X (X university) (X (X .) (X '')))))))
(X (X probably) (X (X ,) (X (X it) (X (X did) (X (X n't) (X .))))))
(X (X the) (X (X transaction) (X (X also) (X (X would) (X (X combine) (X (X Fresenius) (X (X USA) (X (X and) (X (X Delmed) (X .))))))))))
(X (X said) (X (X the) (X (X spokeswoman) (X (X :) (X (X ``) (X (X The) (X (X whole) (X (X structure) (X (X has) (X (X changed) (X .)))))))))))
(X (X the) (X (X value) (X (X of) (X (X the) (X (X company) (X (X has) (X (X changed) (X (X .) (X '')))))))))
(X (X ``) (X (X The) (X (X coin) (X (X is) (X (X their) (X (X problem) (X (X .) (X ''))))))))
(X (X after) (X (X cooling) (X (X ,) (X (X the) (X (X coins) (X (X are) (X (X then) (X (X rewrapped) (X .)))))))))
(X (X and) (X (X why) (X (X not) (X ?))))
(X (X this) (X (X is) (X (X not) (X (X the) (X (X case) (X .))))))
(X (X some) (X (X diaries) (X (X simply) (X (X are) (X (X n't) (X (X worth) (X (X snooping) (X (X in) (X .)))))))))
(X (X i) (X (X ask) (X (X this) (X (X not) (X (X necessarily) (X (X as) (X (X a) (X (X native) (X (X Ohioan) (X (X .) (X -RRB-)))))))))))
(X (X lucy) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X is) (X (X pretty) (X (X and) (X (X smart) (X (X ,) (X (X though) (X (X uneducated) (X .)))))))))))))
(X (X everyone) (X (X falls) (X (X in) (X (X love) (X (X with) (X (X everyone) (X (X else) (X .))))))))
(X (X but) (X (X by) (X (X comparison) (X (X ,) (X (X this) (X (X fluffy) (X (X comedy) (X (X seems) (X (X like) (X (X a) (X (X gem) (X .))))))))))))
(X (X -lrb-) (X (X ``) (X (X Quest) (X (X for) (X (X Fire) (X (X '') (X (X was) (X (X the) (X (X first) (X (X time) (X (X .) (X -RRB-))))))))))))
(X (X ``) (X (X An) (X (X orphan) (X (X bear) (X (X cub) (X .))))))
(X (X a) (X (X big) (X (X solitary) (X (X bear) (X .)))))
(X (X two) (X (X hunters) (X (X in) (X (X the) (X (X forest) (X .))))))
(X (X the) (X (X animals) (X (X ') (X (X point) (X (X of) (X (X view) (X (X .) (X ''))))))))
(X (X video) (X (X Tip) (X :)))
(X (X the) (X (X stakes) (X (X in) (X (X the) (X (X controversy) (X (X are) (X (X large) (X .))))))))
(X (X but) (X (X ,) (X (X says) (X (X Mr.) (X (X Bock) (X (X ,) (X (X ``) (X (X It) (X (X was) (X (X a) (X (X close) (X (X call) (X (X .) (X ''))))))))))))))
(X (X the) (X (X predictions) (X (X of) (X (X doom) (X (X are) (X (X ``) (X (X premature) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))))))
(X (X indeed) (X (X ,) (X (X institutions) (X (X already) (X (X are) (X (X taking) (X (X note) (X .))))))))
(X (X the) (X (X damage) (X (X is) (X (X already) (X (X done) (X .))))))
(X (X friday) (X (X ,) (X (X Nov.) (X (X 3) (X (X ,) (X (X 9-11) (X (X p.m.) (X (X EST) (X (X ,) (X (X on) (X (X PBS) (X (X :) (X (X ``) (X (X Our) (X (X Town) (X (X .) (X '')))))))))))))))))
(X (X this) (X (X earthy) (X (X ,) (X (X amusing) (X (X film) (X (X answers) (X (X with) (X (X a) (X (X resounding) (X (X ``) (X (X yes) (X (X .) (X '')))))))))))))
(X (X tuesday) (X (X ,) (X (X Nov.) (X (X 7) (X (X ,) (X (X 8-9) (X (X p.m.) (X (X EST) (X (X ,) (X (X on) (X (X PBS) (X (X :) (X (X ``) (X (X Hurricane) (X (X !) (X ''))))))))))))))))
(X (X has) (X (X the) (X (X San) (X (X Francisco) (X (X earthquake) (X (X caused) (X (X you) (X (X to) (X (X forget) (X (X Hugo) (X ?)))))))))))
(X (X mr.) (X (X Merksamer) (X (X is) (X (X leading) (X (X the) (X (X buy-out) (X .)))))))
(X (X the) (X (X Merksamer) (X (X bankruptcy-law) (X (X filing) (X (X appears) (X (X to) (X (X supersede) (X (X that) (X (X agreement) (X .))))))))))
(X (X now) (X (X it) (X (X 's) (X (X on) (X (X the) (X (X fence) (X .)))))))
(X (X yesterday) (X (X ,) (X (X PaineWebber) (X (X declined) (X (X comment) (X .))))))
(X (X the) (X (X computer) (X (X 's) (X (X miscalculation) (X (X has) (X (X been) (X (X painful) (X (X for) (X (X Renaissance) (X .))))))))))
(X (X when) (X (X the) (X (X computer) (X (X says) (X (X switch) (X (X ,) (X (X Renaissance) (X (X switches) (X .)))))))))
(X (X mr.) (X (X Evans) (X (X resigned) (X .))))
(X (X mr.) (X (X Evans) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X yesterday) (X (X for) (X (X comment) (X .))))))))))
(X (X daniel) (X Brigham))
(X (X visa) (X (X U.S.A.) (X (X Inc) (X .))))
(X (X construction) (X (X is) (X (X set) (X (X to) (X (X begin) (X (X in) (X (X early) (X (X 1991) (X .)))))))))
(X (X assets) (X (X soared) (X (X $) (X (X 4.5) (X (X billion) (X (X in) (X (X the) (X (X previous) (X (X week) (X .))))))))))
(X (X the) (X (X highest-yielding) (X (X funds) (X (X are) (X (X still) (X (X above) (X (X 9) (X (X %) (X .)))))))))
(X (X the) (X (X fund) (X (X invests) (X (X heavily) (X (X in) (X (X dollar-denominated) (X (X money-market) (X (X securities) (X (X overseas) (X .))))))))))
(X (X thus) (X (X ,) (X (X the) (X (X leverage) (X (X has) (X (X amplified) (X (X the) (X (X funds) (X (X ') (X (X portfolio) (X (X losses) (X .))))))))))))
(X (X the) (X (X fallout) (X (X for) (X (X investors) (X (X lately) (X (X has) (X (X been) (X (X painful) (X .)))))))))
(X (X consider) (X (X the) (X (X New) (X (X America) (X (X High) (X (X Income) (X (X Fund) (X .))))))))
(X (X such) (X (X problems) (X (X may) (X (X not) (X (X be) (X (X over) (X .)))))))
(X (X fund) (X (X managers) (X (X ,) (X (X for) (X (X their) (X (X part) (X (X ,) (X (X defend) (X (X their) (X (X use) (X (X of) (X (X leverage) (X .)))))))))))))
(X (X yet) (X (X some) (X (X funds) (X (X have) (X (X pulled) (X (X in) (X (X their) (X (X horns) (X .)))))))))
(X (X the) (X (X fund) (X (X made) (X (X a) (X (X similar) (X (X move) (X (X earlier) (X (X this) (X (X year) (X .))))))))))
(X (X but) (X (X a) (X (X few) (X (X funds) (X (X have) (X (X taken) (X (X other) (X (X defensive) (X (X steps) (X .))))))))))
(X (X some) (X (X have) (X (X raised) (X (X their) (X (X cash) (X (X positions) (X (X to) (X (X record) (X (X levels) (X .))))))))))
(X (X i) (X (X view) (X (X this) (X (X as) (X (X a) (X (X building) (X (X .) (X ''))))))))
(X (X the) (X (X BPCA) (X (X called) (X (X its) (X (X team) (X (X a) (X (X ``) (X (X stunning) (X (X '') (X (X collaboration) (X .)))))))))))
(X (X after) (X (X that) (X (X ,) (X (X the) (X (X layout) (X (X had) (X (X been) (X (X easy) (X .)))))))))
(X (X plant) (X (X lovers) (X (X who) (X (X studied) (X (X the) (X (X maquette) (X (X were) (X (X alarmed) (X .)))))))))
(X (X they) (X (X looked) (X (X at) (X (X the) (X (X miniature) (X (X and) (X (X saw) (X (X a) (X (X giant) (X (X folly) (X .)))))))))))
(X (X -lrb-) (X (X Lindens) (X (X need) (X (X about) (X (X 36) (X (X feet) (X (X .) (X -RRB-))))))))
(X (X christopher) (X (X R.) (X Petruzzi)))
(X (X professor) (X (X of) (X Taxation)))
(X (X california) (X (X State) (X University)))
(X (X fullerton) (X (X ,) (X (X Calif) (X .))))
(X (X wednesday) (X (X ,) (X (X October) (X (X 25) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.62) (X (X %) (X .)))))))))
(X (X mr.) (X (X Breeden) (X (X did) (X (X n't) (X (X reject) (X (X the) (X (X proposal) (X .))))))))
(X (X the) (X (X measure) (X (X is) (X (X expected) (X (X to) (X (X move) (X (X through) (X (X this) (X (X Congress) (X .))))))))))
(X (X most) (X (X are) (X (X anchored) (X (X by) (X (X a) (X (X K) (X (X mart) (X (X store) (X .)))))))))
(X (X motorola) (X (X is) (X (X fighting) (X (X back) (X (X against) (X (X junk) (X (X mail) (X .))))))))
(X (X motorola) (X (X is) (X (X in) (X (X good) (X (X company) (X .))))))
(X (X why) (X (X the) (X (X revolt) (X ?))))
(X (X the) (X (X reason) (X (X :) (X (X overload) (X (X ,) (X (X especially) (X (X of) (X (X non-subscription) (X (X magazines) (X .))))))))))
(X (X ``) (X (X It) (X (X smacks) (X (X of) (X (X big) (X (X brotherism) (X .)))))))
(X (X the) (X (X practice) (X (X is) (X (X ,) (X (X however) (X (X ,) (X (X legal) (X (X in) (X (X most) (X (X cases) (X .)))))))))))
(X (X new) (X (X Hyundai) (X Campaign)))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X acquisition) (X :))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X holiday) (X (X ADS) (X :)))
(X (X he) (X (X called) (X (X the) (X (X battle) (X (X ``) (X (X uphill) (X (X .) (X ''))))))))
(X (X gerald) (X (X F.) (X (X Seib) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X revenue) (X (X was) (X (X about) (X (X $) (X (X 4.5) (X (X million) (X .)))))))
(X (X call) (X (X it) (X (X anecdotal) (X (X if) (X (X you) (X (X will) (X .)))))))
(X (X we) (X (X do) (X (X not) (X (X depend) (X (X on) (X (X pharmaceutical) (X (X companies) (X (X for) (X (X our) (X (X support) (X .)))))))))))
(X (X for) (X (X whom) (X (X is) (X (X the) (X (X saving) (X ?))))))
(X (X reina) (X Berner))
(X (X executive) (X Director))
(X (X arnold) (X (X M.) (X Katz)))
(X (X the) (X (X units) (X (X are) (X (X the) (X (X Edelmann) (X (X ,) (X (X Ideal) (X (X and) (X (X Plews) (X (X divisions) (X .)))))))))))
(X (X at) (X (X the) (X (X core) (X (X of) (X (X all) (X (X this) (X (X stands) (X (X a) (X (X hotel) (X .))))))))))
(X (X and) (X (X oh) (X (X ,) (X (X yes) (X .)))))
(X (X there) (X (X 's) (X (X a) (X (X casino) (X (X ,) (X (X the) (X (X financial) (X (X heart) (X (X of) (X (X it) (X (X all) (X .))))))))))))
(X (X las) (X (X Vegas) (X (X has) (X (X seen) (X (X nothing) (X (X quite) (X (X like) (X (X it) (X (X before) (X .))))))))))
(X (X hotel-casino) (X (X operators) (X (X play) (X (X down) (X (X the) (X (X possibility) (X (X of) (X (X a) (X (X labor) (X (X shortage) (X .)))))))))))
(X (X will) (X (X the) (X (X investments) (X (X pay) (X (X off) (X ?))))))
(X (X casino) (X (X revenues) (X (X and) (X (X hotel) (X (X occupancy) (X (X rates) (X (X are) (X (X high) (X .)))))))))
(X (X ``) (X (X One) (X (X generation) (X (X ago) (X (X ,) (X (X Mom) (X (X joined) (X (X Dad) (X .)))))))))
(X (X it) (X (X has) (X (X happened) (X (X before) (X .)))))
(X (X yet) (X (X that) (X (X has) (X (X n't) (X (X discouraged) (X (X investors) (X .)))))))
(X (X bally) (X (X officials) (X (X decline) (X (X to) (X (X discuss) (X (X the) (X (X situation) (X .))))))))
(X (X only) (X (X now) (X (X is) (X (X it) (X (X undergoing) (X (X a) (X (X badly) (X (X needed) (X (X facelift) (X .))))))))))
(X (X ``) (X (X But) (X (X it) (X (X 'll) (X (X sure) (X (X make) (X (X you) (X (X poorer) (X (X .) (X ''))))))))))
(X (X ``) (X (X But) (X (X 93) (X (X %) (X (X of) (X (X tourists) (X (X still) (X (X come) (X (X for) (X (X gambling) (X .)))))))))))
(X (X we) (X (X ca) (X (X n't) (X (X lose) (X (X sight) (X (X of) (X (X that) (X .))))))))
(X (X article) (X (X I) (X (X ,) (X (X SECTION) (X (X 7) (X (X ,) (X (X CLAUSE) (X (X 2) (X :)))))))))
(X (X article) (X (X I) (X (X ,) (X (X SECTION) (X (X 7) (X (X ,) (X (X CLAUSE) (X (X 3) (X :)))))))))
(X (X president) (X (X Reagan) (X (X vetoed) (X (X this) (X (X as) (X (X a) (X (X First) (X (X Amendment) (X (X violation) (X .))))))))))
(X (X exactly) (X (X right) (X .)))
(X (X he) (X (X should) (X (X chop) (X (X out) (X (X both) (X (X unconstitutional) (X (X provisions) (X (X and) (X (X budget) (X (X pork) (X .)))))))))))
(X (X office) (X (X Market) (X (X Weakens) (X (X In) (X (X Overbuilt) (X Northeast))))))
(X (X often) (X (X ,) (X (X developers) (X (X stay) (X (X on) (X (X as) (X (X property) (X (X manager) (X .)))))))))
(X (X beverly) (X (X Hills) (X (X Comes) (X (X To) (X (X Suburban) (X Tokyo))))))
(X (X housing) (X (X Developers) (X (X Try) (X (X Brand-Name) (X Buildings)))))
(X (X so) (X (X he) (X (X 's) (X (X using) (X (X ``) (X (X river) (X (X '') (X (X in) (X (X many) (X (X project) (X (X names) (X .))))))))))))
(X (X his) (X (X entry-price) (X (X condos) (X (X are) (X (X labeled) (X (X Society) (X (X Hill) (X .))))))))
(X (X quake) (X (X Not) (X (X Likely) (X (X to) (X (X Jolt) (X (X The) (X (X Commercial) (X Market))))))))
(X (X health) (X (X CLUBS) (X (X gear) (X (X up) (X (X for) (X (X a) (X (X graying) (X (X clientele) (X .)))))))))
(X (X older) (X (X people) (X (X help) (X (X profits) (X (X by) (X (X filling) (X (X in) (X (X ``) (X (X downtime) (X (X .) (X '')))))))))))
(X (X capital) (X (X TRAVELS) (X (X to) (X (X Europe) (X (X as) (X (X 1992) (X (X unification) (X (X nears) (X .)))))))))
(X (X favored) (X (X ventures) (X (X include) (X (X media) (X (X ,) (X (X telecommunications) (X (X and) (X (X retailing) (X .)))))))))
(X (X most) (X (X popular) (X (X acquisition) (X (X method) (X (X :) (X (X the) (X (X leveraged) (X (X buy-out) (X .)))))))))
(X (X the) (X (X distributor) (X (X is) (X (X R.R.) (X (X Bowker) (X (X ,) (X (X New) (X (X York) (X .)))))))))
(X (X radio) (X (X MALAISE) (X (X draws) (X (X the) (X (X ear) (X (X of) (X (X the) (X (X Federal) (X (X Communications) (X (X Commission) (X .)))))))))))
(X (X but) (X (X it) (X (X may) (X (X have) (X (X a) (X (X good) (X (X listener) (X (X in) (X (X Washington) (X .))))))))))
(X (X briefs) (X :))
(X (X ``) (X (X It) (X (X has) (X (X never) (X (X been) (X (X interested) (X (X in) (X (X what) (X (X we) (X (X think) (X .)))))))))))
(X (X itt) (X (X Financial) (X (X is) (X (X a) (X (X subsidiary) (X (X of) (X (X ITT) (X (X Corp) (X .)))))))))
(X (X serial) (X (X certificates) (X (X yield) (X (X to) (X (X 7.10) (X (X %) (X (X in) (X (X 2004) (X .)))))))))
(X (X they) (X (X are) (X (X all) (X (X priced) (X (X at) (X (X par) (X .)))))))
(X (X the) (X (X offering) (X (X is) (X (X Fannie) (X (X Mae) (X (X 's) (X (X Series) (X (X 1989-88) (X .)))))))))
(X (X guarantee) (X (X by) (X (X Industrial) (X (X Bank) (X (X of) (X (X Japan) (X .)))))))
(X (X fees) (X (X 2) (X .)))
(X (X coupon) (X (X ,) (X (X paid) (X (X monthly) (X (X ,) (X (X is) (X (X one-month) (X (X Canadian) (X (X bankers) (X (X acceptance) (X (X rate) (X .))))))))))))
(X (X guarantee) (X (X by) (X (X General) (X (X Motors) (X (X Acceptance) (X (X Corp) (X .)))))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X fees) (X (X 1) (X (X 3\/8) (X .))))
(X (X indentical) (X (X conditions) (X (X for) (X (X the) (X (X two) (X (X parts) (X .)))))))
(X (X other) (X (X terms) (X (X to) (X (X be) (X (X fixed) (X (X Nov.) (X (X 1) (X .))))))))
(X (X proceeds) (X (X from) (X (X the) (X (X offering) (X (X are) (X (X about) (X (X $) (X (X 160.4) (X (X million) (X .))))))))))
(X (X ``) (X (X I) (X (X 'm) (X (X now) (X (X monitoring) (X (X every) (X (X major) (X (X account) (X (X .) (X ''))))))))))
(X (X ``) (X (X People) (X (X wonder) (X (X what) (X (X 's) (X (X going) (X (X to) (X (X happen) (X (X next) (X (X .) (X '')))))))))))
(X (X ``) (X (X Campeau) (X (X has) (X (X too) (X (X much) (X (X debt) (X (X .) (X ''))))))))
(X (X ``) (X (X It) (X (X 's) (X (X become) (X (X a) (X (X day-by-day) (X (X business) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X ``) (X (X Business) (X (X has) (X (X never) (X (X been) (X (X this) (X (X tough) (X (X before) (X .)))))))))
(X (X other) (X (X manufacturers) (X (X are) (X (X equally) (X (X cautious) (X .))))))
(X (X this) (X (X limits) (X (X his) (X (X financial) (X (X exposure) (X (X ,) (X (X he) (X (X says) (X .)))))))))
(X (X ``) (X (X Why) (X (X should) (X (X I) (X (X be) (X (X part) (X (X of) (X (X that) (X (X problem) (X ?))))))))))
(X (X campeau) (X (X 's) (X (X Ms.) (X (X Sanger) (X (X disputes) (X (X Mr.) (X (X Konheim) (X (X 's) (X (X comments) (X .))))))))))
(X (X ``) (X (X Many) (X (X of) (X (X the) (X (X branches) (X (X are) (X (X very) (X (X lucrative) (X (X ,) (X (X '') (X (X she) (X (X says) (X .)))))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X just) (X (X nonsense) (X (X .) (X '')))))))
(X (X x-rays) (X (X have) (X (X problems) (X (X ,) (X (X too) (X .))))))
(X (X the) (X (X system) (X (X also) (X (X provides) (X (X course-correction) (X (X advisories) (X .)))))))
(X (X continental) (X (X Airlines) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X Texas) (X (X Air) (X (X Corp.) (X (X ,) (X (X Houston) (X .))))))))))))
(X (X he) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))
(X (X investors) (X (X and) (X (X analysts) (X (X applauded) (X (X the) (X (X news) (X .)))))))
(X (X he) (X (X said) (X (X all) (X (X three) (X (X non-food) (X (X operations) (X (X are) (X (X profitable) (X .)))))))))
(X (X mr.) (X (X Roy) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .)))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X light) (X (X 1.7) (X (X million) (X (X ounces) (X .)))))))))
(X (X but) (X (X at) (X (X this) (X (X point) (X (X ,) (X (X that) (X (X may) (X (X just) (X (X be) (X (X wishful) (X (X thinking) (X .))))))))))))
(X (X their) (X (X opposition) (X (X helped) (X (X scare) (X (X off) (X (X some) (X (X Japanese) (X (X banks) (X .)))))))))
(X (X but) (X (X again) (X (X ,) (X (X they) (X (X may) (X (X need) (X (X the) (X (X help) (X (X of) (X (X the) (X (X machinists) (X .))))))))))))
(X (X ``) (X (X The) (X (X pilots) (X (X wo) (X (X n't) (X (X let) (X (X them) (X .))))))))
(X (X papers) (X :))
(X (X who) (X (X 'S) (X (X NEWS) (X :))))
(X (X david) (X (X B.) (X (X Hilder) (X (X in) (X (X New) (X (X York) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X going) (X (X to) (X (X get) (X (X bloody) (X (X .) (X '')))))))))
(X (X stocks) (X (X rose) (X (X in) (X (X London) (X (X ,) (X (X but) (X (X fell) (X (X again) (X (X in) (X (X Frankfurt) (X .)))))))))))
(X (X tokyo) (X (X 's) (X (X Nikkei) (X (X index) (X (X fell) (X (X 84.15) (X (X points) (X (X to) (X (X 35442.40) (X .))))))))))
(X (X trading) (X (X was) (X (X active) (X .))))
(X (X toyota) (X (X Motor) (X (X fell) (X (X 40) (X (X to) (X (X 2,680) (X .)))))))
(X (X daiwa) (X (X House) (X (X also) (X (X ended) (X (X easier) (X (X ,) (X (X but) (X (X Misawa) (X (X Home) (X (X was) (X (X firmer) (X .))))))))))))
(X (X the) (X (X 30-share) (X (X index) (X (X ended) (X (X 12.6) (X (X points) (X (X higher) (X (X at) (X (X 1751.9) (X .))))))))))
(X (X the) (X (X German) (X (X stock) (X (X index) (X (X tumbled) (X (X 26.29) (X (X to) (X (X end) (X at)))))))))
(X (X meanwhile) (X (X ,) (X (X Wall) (X (X Street) (X (X 's) (X (X volatility) (X (X unnerved) (X (X investors) (X (X in) (X (X other) (X (X markets) (X .))))))))))))
(X (X trading) (X (X in) (X (X Taipei) (X (X was) (X (X suspended) (X (X for) (X (X a) (X (X national) (X (X holiday) (X .))))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X state-controlled) (X (X Orkem) (X (X already) (X (X owns) (X (X 40.6) (X (X %) (X (X of) (X (X Coates) (X .)))))))))
(X (X by) (X (X comparison) (X (X ,) (X (X Republicans) (X (X have) (X (X held) (X (X closer) (X (X to) (X (X the) (X (X anti-abortion) (X (X movement) (X .))))))))))))
(X (X ``) (X (X Customized) (X (X '') (X (X baskets) (X (X of) (X (X fewer) (X (X stocks) (X (X will) (X (X also) (X (X be) (X (X available) (X .))))))))))))
(X (X it) (X (X has) (X (X not) (X (X ,) (X (X however) (X (X ,) (X (X made) (X (X a) (X (X formal) (X (X proposal) (X .)))))))))))
(X (X there) (X (X are) (X (X no) (X (X agreements) (X (X yet) (X (X .) (X '')))))))
(X (X jailed) (X (X AFRICAN-AMERICAN) (X (X activist) (X (X wins) (X (X a) (X (X battle) (X (X against) (X the))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X ``) (X (X And) (X (X short-term) (X (X ,) (X (X the) (X (X technicians) (X (X may) (X (X have) (X (X their) (X (X way) (X (X .) (X ''))))))))))))
(X (X estimates) (X (X suggest) (X (X October) (X (X 's) (X (X figure) (X (X may) (X (X be) (X (X even) (X (X higher) (X .))))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X grains) (X (X AND) (X (X SOYBEANS) (X :))))
(X (X cotton) (X :))
(X (X cocoa) (X :))
(X (X the) (X (X modest) (X (X sell-off) (X (X ,) (X (X which) (X (X started) (X (X on) (X (X Tuesday) (X (X ,) (X (X continued) (X .)))))))))))
(X (X ima) (X (X also) (X (X will) (X (X assume) (X (X $) (X (X 1.4) (X (X billion) (X (X in) (X (X debt) (X .))))))))))
(X (X moody) (X (X 's) (X (X changes) (X (X affected) (X (X the) (X (X following) (X (X issues) (X :))))))))
(X (X american) (X (X Medical) (X (X International) (X (X N.V.) (X (X :) (X (X Guaranteed) (X (X Euroissues) (X (X to) (X (X Ba3) (X (X from) (X (X Baa2) (X .))))))))))))
(X (X an) (X (X announcement) (X (X is) (X (X more) (X (X likely) (X (X next) (X (X week) (X (X ,) (X (X though) (X .))))))))))
(X (X but) (X (X General) (X (X Motors) (X (X dropped) (X (X 1) (X (X 7\/8) (X (X to) (X (X 44) (X (X 7\/8) (X .))))))))))
(X (X xerox) (X (X fell) (X (X 3) (X (X 1\/8) (X (X to) (X (X 59) (X (X 5\/8) (X .))))))))
(X (X coniston) (X (X said) (X (X it) (X (X would) (X (X pursue) (X (X ``) (X (X various) (X (X financing) (X (X alternatives) (X (X .) (X '')))))))))))
(X (X other) (X (X airline) (X (X stocks) (X (X were) (X (X mixed) (X .))))))
(X (X general) (X (X Mills) (X (X gained) (X (X 2) (X (X 1\/4) (X (X to) (X (X 72) (X (X 7\/8) (X .)))))))))
(X (X kellogg) (X (X dropped) (X (X 1) (X (X 3\/4) (X (X to) (X (X 73) (X (X 1\/4) (X .))))))))
(X (X manville) (X (X advanced) (X (X 3\/4) (X (X to) (X (X 10) (X .))))))
(X (X investor) (X (X Arthur) (X (X Goldberg) (X (X is) (X (X pursuing) (X (X a) (X (X $) (X (X 32-a-share) (X (X takeover) (X (X offer) (X .)))))))))))
(X (X esselte) (X (X Business) (X (X Systems) (X (X rose) (X (X 1) (X (X to) (X (X 43) (X (X 1\/2) (X .)))))))))
(X (X public) (X (X Service) (X (X of) (X (X New) (X (X Hampshire) (X (X went) (X (X up) (X (X 3\/8) (X (X to) (X (X 4) (X .)))))))))))
(X (X also) (X (X ,) (X (X the) (X (X company) (X (X posted) (X (X improved) (X (X third-quarter) (X (X earnings) (X .)))))))))
(X (X volume) (X (X totaled) (X (X 8,930,000) (X (X shares) (X .)))))
(X (X mission) (X (X Resource) (X (X Partners) (X (X lost) (X (X 5) (X (X 1\/4) (X (X to) (X (X 14) (X (X 1\/8) (X .))))))))))
(X (X but) (X (X some) (X (X economists) (X (X and) (X (X government) (X (X officials) (X (X here) (X (X are) (X (X n't) (X (X applauding) (X .)))))))))))
(X (X not) (X (X everyone) (X (X is) (X (X worried) (X (X ,) (X (X however) (X .)))))))
(X (X but) (X (X the) (X (X worriers) (X (X remain) (X (X unconvinced) (X .))))))
(X (X but) (X (X we) (X (X ca) (X (X n't) (X (X produce) (X (X enough) (X (X anymore) (X (X .) (X '')))))))))
(X (X what) (X (X if) (X (X its) (X (X sales) (X (X weaken) (X (X someday) (X ?)))))))
(X (X japanese) (X (X companies) (X (X have) (X (X a) (X (X caveat) (X (X competitor) (X (X attitude) (X .))))))))
(X (X amdahl) (X (X 's) (X (X results) (X (X were) (X (X somewhat) (X (X worse) (X (X than) (X (X expected) (X .)))))))))
(X (X the) (X (X company) (X (X has) (X (X about) (X (X 8.8) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))
(X (X mothers) (X (X of) (X (X young) (X (X AIDS) (X (X patients) (X (X expressed) (X (X somber) (X (X satisfaction) (X .)))))))))
(X (X ``) (X (X Thank) (X (X goodness) (X (X it) (X (X 's) (X (X happening) (X .)))))))
(X (X to) (X (X watch) (X (X your) (X (X child) (X (X die) (X (X is) (X (X an) (X (X inhuman) (X (X experience) (X (X .) (X '')))))))))))
(X (X her) (X (X son) (X (X ,) (X (X healthy) (X (X and) (X (X symptom-free) (X (X ,) (X (X currently) (X (X takes) (X (X no) (X (X medication) (X .))))))))))))
(X (X similar) (X (X sentiments) (X (X were) (X (X voiced) (X (X on) (X (X Capitol) (X (X Hill) (X .))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X closed) (X (X off) (X (X 5.94) (X (X points) (X (X ,) (X (X at) (X (X 2653.28) (X .))))))))))))
(X (X campeau) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X also) (X (X ,) (X (X Chairman) (X (X Pierre) (X (X Lortie) (X (X resigned) (X .)))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 155,650,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3427.39) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 141.52) (X (X yen) (X (X ,) (X (X up) (X (X 0.07) (X (X ;) (X (X 1.8353) (X (X marks) (X (X ,) (X (X off) (X (X 0.0002) (X .))))))))))))))
(X (X the) (X (X action) (X (X will) (X (X establish) (X (X a) (X (X two-tier) (X (X exchange) (X (X rate) (X .)))))))))
(X (X the) (X (X action) (X (X came) (X (X after) (X (X the) (X (X Senate) (X (X approved) (X (X the) (X (X House-passed) (X (X measure) (X .)))))))))))
(X (X we) (X (X do) (X (X n't) (X (X think) (X (X this) (X (X will) (X (X affect) (X (X that) (X (X .) (X ''))))))))))
(X (X jeffrey) (X (X ,) (X (X Peter) (X (X and) (X (X Joseph) (X (X Jr.) (X (X are) (X (X brothers) (X .)))))))))
(X (X william) (X (X Coors) (X (X is) (X (X their) (X (X uncle) (X .))))))
(X (X the) (X (X service) (X (X did) (X (X n't) (X (X identify) (X (X its) (X (X Tokyu) (X (X sources) (X .)))))))))
(X (X ``) (X (X We) (X (X wo) (X (X n't) (X (X comment) (X (X on) (X (X them) (X (X .) (X '')))))))))
(X (X but) (X (X it) (X (X 's) (X (X in) (X (X very) (X (X early) (X (X stages) (X (X still) (X (X .) (X ''))))))))))
(X (X mccaw) (X (X 's) (X (X offer) (X (X is) (X (X scheduled) (X (X to) (X (X expire) (X (X tomorrow) (X .)))))))))
(X (X he) (X (X added) (X (X that) (X (X ``) (X (X hopefully) (X (X LIN) (X (X will) (X (X conduct) (X (X a) (X (X fair) (X (X auction) (X (X .) (X '')))))))))))))
(X (X stateswest) (X (X asked) (X (X Mesa) (X (X to) (X (X repond) (X (X by) (X (X Oct.) (X (X 31) (X .)))))))))
(X (X ``) (X (X We) (X (X 've) (X (X seen) (X (X continued) (X (X improvement) (X (X in) (X (X 1989) (X (X ,) (X (X '') (X (X she) (X (X said) (X .)))))))))))))
(X (X spiegel) (X (X is) (X (X 84%-controlled) (X (X by) (X (X the) (X (X Otto) (X (X family) (X (X of) (X (X West) (X (X Germany) (X .)))))))))))
(X (X and) (X (X investors) (X (X ,) (X (X at) (X (X least) (X (X for) (X (X now) (X (X ,) (X (X took) (X (X a) (X (X pass) (X .))))))))))))
(X (X until) (X (X recently) (X (X ,) (X (X such) (X (X buy-now) (X (X ,) (X (X pray-for-growth-later) (X (X deals) (X (X were) (X (X routine) (X .)))))))))))
(X (X ``) (X (X Investors) (X (X ,) (X (X '') (X (X he) (X (X adds) (X (X ,) (X (X ``) (X (X are) (X (X getting) (X (X religion) (X (X .) (X '')))))))))))))
(X (X the) (X (X TW) (X (X buy-out) (X (X may) (X (X yet) (X (X be) (X (X financed) (X .))))))))
(X (X banks) (X (X may) (X (X contribute) (X (X more) (X (X senior) (X (X debt) (X .)))))))
(X (X but) (X (X trading) (X (X risk) (X (X stems) (X (X from) (X (X credit) (X (X risk) (X .))))))))
(X (X but) (X (X they) (X (X wo) (X (X n't) (X (X necessarily) (X (X eat) (X (X at) (X (X Denny) (X (X 's) (X .))))))))))
(X (X now) (X (X ,) (X (X apparently) (X (X ,) (X (X they) (X (X do) (X .)))))))
(X (X tw) (X Services))
(X (X -lrb-) (X (X NYSE) (X (X ;) (X (X Symbol) (X (X :) (X (X TW) (X -RRB-)))))))
(X (X business) (X (X :) (X Restaurants)))
(X (X year) (X (X ended) (X (X Dec.) (X (X 31) (X (X ,) (X (X 1988) (X \*)))))))
(X (X revenue) (X (X :) (X (X $) (X (X 3.57) (X billion)))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 179,032) (X shares)))))))
(X (X common) (X (X shares) (X (X outstanding) (X (X :) (X (X 49) (X million))))))
(X (X ``) (X (X A) (X (X disastrous) (X (X farce) (X (X in) (X (X Malaysia) (X (X ,) (X (X '') (X (X screamed) (X (X the) (X (X Manchester) (X (X Guardian) (X .)))))))))))))
(X (X egad) (X .))
(X (X the) (X (X London) (X (X Times) (X (X said) (X (X she) (X (X had) (X (X ``) (X (X contravened) (X (X protocol) (X (X .) (X '')))))))))))
(X (X as) (X (X usual) (X (X ,) (X (X her) (X (X sin) (X (X was) (X (X saying) (X (X what) (X (X she) (X (X thought) (X .)))))))))))
(X (X still) (X (X ,) (X (X Mrs.) (X (X Thatcher) (X (X had) (X (X once) (X (X again) (X (X gone) (X (X against) (X (X the) (X (X grain) (X .))))))))))))
(X (X follow) (X (X With) (X Care)))
(X (X --) (X (X Edward) (X (X F.) (X (X Dempsey) (X .)))))
(X (X double) (X Check))
(X (X ``) (X (X It) (X (X should) (X (X read) (X (X ,) (X (X ``) (X (X Have) (X (X You) (X (X Anything) (X (X Left) (X (X ?) (X ''))))))))))))
(X (X --) (X (X Sam) (X (X Ewing) (X .))))
(X (X big) (X (X financial) (X (X stocks) (X (X carried) (X (X the) (X (X day) (X .)))))))
(X (X the) (X (X Nasdaq) (X (X Financial) (X (X Index) (X (X rose) (X (X 2.09) (X (X ,) (X (X to) (X (X 454.86) (X .))))))))))
(X (X biotechnology) (X (X issues) (X (X were) (X (X strong) (X .)))))
(X (X other) (X (X stocks) (X (X were) (X (X affected) (X (X by) (X (X corporate) (X (X earnings) (X .))))))))
(X (X the) (X (X 1988) (X (X results) (X (X included) (X (X a) (X (X one-time) (X (X gain) (X .))))))))
(X (X it) (X (X was) (X (X Nasdaq) (X (X 's) (X (X biggest) (X (X percentage) (X (X gainer) (X .))))))))
(X (X collagen) (X (X dropped) (X (X 2) (X (X 5\/8) (X (X to) (X (X 15) (X (X 5\/8) (X (X on) (X (X 428,000) (X (X shares) (X .)))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X the) (X (X CBS) (X (X official) (X (X said) (X (X that) (X (X price) (X (X sounded) (X (X fine) (X .)))))))))
(X (X mr.) (X (X Pound) (X (X responded) (X (X ,) (X (X ``) (X (X It) (X (X 's) (X (X a) (X (X deal) (X (X .) (X '')))))))))))
(X (X how) (X (X could) (X (X CBS) (X (X get) (X (X pushed) (X (X into) (X (X outbidding) (X (X itself) (X ?)))))))))
(X (X while) (X (X rights) (X (X fees) (X (X head) (X (X skyward) (X (X ,) (X (X ad) (X (X rates) (X (X wo) (X (X n't) (X .)))))))))))
(X (X advertisers) (X (X already) (X (X are) (X (X balking) (X (X at) (X (X higher) (X (X prices) (X .))))))))
(X (X viewers) (X (X may) (X (X not) (X (X be) (X (X cheering) (X (X ,) (X (X either) (X .))))))))
(X (X ``) (X (X They) (X (X lost) (X (X the) (X (X entertainment) (X (X crown) (X (X ,) (X (X and) (X (X they) (X (X needed) (X (X one) (X .))))))))))))
(X (X and) (X (X they) (X (X 've) (X (X bought) (X (X one) (X (X .) (X '')))))))
(X (X and) (X (X the) (X (X winners) (X (X will) (X (X be) (X (X the) (X (X colleges) (X (X ,) (X (X not) (X (X either) (X (X network) (X .))))))))))))
(X (X nor) (X (X ,) (X (X by) (X (X the) (X (X way) (X (X ,) (X (X advertisers) (X (X .) (X '')))))))))
(X (X mr.) (X (X Pilson) (X (X is) (X (X an) (X (X unlikely) (X (X big) (X (X spender) (X .))))))))
(X (X the) (X (X market) (X (X changed) (X (X ,) (X (X he) (X (X adds) (X .)))))))
(X (X ``) (X (X Our) (X (X competitors) (X (X say) (X (X we) (X (X overbid) (X (X them) (X .))))))))
(X (X who) (X (X cares) (X ?)))
(X (X that) (X (X started) (X (X the) (X (X still-raging) (X (X bidding) (X (X wars) (X .)))))))
(X (X it) (X (X 's) (X (X also) (X (X a) (X (X fast) (X (X fix) (X (X for) (X (X an) (X (X ailing) (X (X image) (X .)))))))))))
(X (X that) (X (X is) (X (X n't) (X (X surprising) (X .)))))
(X (X they) (X (X gleefully) (X (X await) (X (X the) (X (X ``) (X (X dream) (X (X season) (X (X '') (X (X in) (X (X 1990) (X .)))))))))))
(X (X ``) (X (X If) (X (X the) (X (X show) (X (X ai) (X (X n't) (X (X a) (X (X killer) (X (X ,) (X (X they) (X (X 're) (X (X gone) (X (X .) (X ''))))))))))))))
(X (X it) (X (X belly-flopped) (X (X anyway) (X .))))
(X (X cbs) (X (X may) (X (X remain) (X (X a) (X (X distant) (X (X No.) (X (X 3) (X (X in) (X (X that) (X (X regard) (X .)))))))))))
(X (X even) (X (X the) (X (X boon) (X (X to) (X (X affiliate) (X (X relations) (X (X may) (X (X be) (X (X limited) (X .))))))))))
(X (X and) (X (X avoiding) (X (X such) (X (X losses) (X (X will) (X (X take) (X (X a) (X (X monumental) (X (X effort) (X .))))))))))
(X (X that) (X (X has) (X (X outraged) (X (X some) (X (X fans) (X .))))))
(X (X if) (X (X the) (X (X playoffs) (X (X end) (X (X in) (X (X four-game) (X (X sweeps) (X (X ,) (X (X losses) (X (X could) (X (X soar) (X .))))))))))))
(X (X price) (X (X :) (X (X $) (X (X 265) (X (X million) (X .))))))
(X (X the) (X (X Winter) (X (X Games) (X (X outlook) (X (X also) (X (X is) (X (X mixed) (X .))))))))
(X (X ``) (X (X It) (X (X does) (X (X n't) (X (X mean) (X (X anything) (X (X --) (X (X it) (X (X 's) (X (X public-relations) (X (X money) (X (X .) (X '')))))))))))))
(X (X i) (X (X would) (X (X tend) (X (X to) (X (X trust) (X (X their) (X (X judgment) (X (X .) (X '')))))))))
(X (X but) (X (X the) (X (X savings) (X (X will) (X (X be) (X (X minuscule) (X .)))))))
(X (X then) (X (X ,) (X (X he) (X (X answers) (X (X his) (X (X own) (X (X question) (X .))))))))
(X (X ``) (X (X Yes) (X (X ,) (X (X they) (X (X are) (X .))))))
(X (X bosses) (X (X have) (X (X big) (X (X ears) (X (X these) (X (X days) (X .)))))))
(X (X some) (X (X would) (X (X make) (X (X even) (X (X James) (X (X Bond) (X (X green) (X (X with) (X (X envy) (X .))))))))))
(X (X ``) (X (X Our) (X (X expectation) (X (X of) (X (X confidentiality) (X (X is) (X (X being) (X (X eroded) (X (X .) (X ''))))))))))
(X (X some) (X (X Wall) (X (X Street) (X (X firms) (X (X monitor) (X (X for) (X (X recordkeeping) (X (X purposes) (X .)))))))))
(X (X eavesdropping) (X (X by) (X (X individuals) (X (X is) (X (X harder) (X (X to) (X (X measure) (X .))))))))
(X (X the) (X (X electronics) (X (X industry) (X (X is) (X (X closely) (X (X following) (X (X the) (X (X Dellums) (X (X bill) (X .))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X a) (X (X whole) (X (X new) (X (X generation) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X upgrades) (X (X to) (X (X bigger) (X (X models) (X (X also) (X (X will) (X (X be) (X (X costlier) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X concord) (X (X is) (X (X a) (X (X camera) (X (X and) (X (X photographic) (X (X products) (X (X company) (X .)))))))))
(X (X the) (X (X president) (X (X was) (X (X said) (X (X to) (X (X have) (X (X been) (X (X noncommittal) (X .)))))))))
(X (X at&t) (X (X predicted) (X (X strong) (X (X growth) (X (X in) (X (X demand) (X (X for) (X (X such) (X (X products) (X .))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X settling) (X (X down) (X (X to) (X (X a) (X (X less) (X (X active) (X (X period) (X (X .) (X ''))))))))))))
(X (X murder) (X (X THREAT) (X (X charged) (X (X in) (X (X Haas) (X (X Securities) (X (X Corp) (X (X .) (X (X stock-manipulation) (X (X trial) (X .)))))))))))
(X (X mr.) (X (X Lorin) (X (X responded) (X (X ,) (X (X ``) (X (X No) (X (X .) (X ''))))))))
(X (X american) (X (X Home) (X (X Products) (X (X Corp.) (X (X proposes) (X (X to) (X (X acquire) (X (X the) (X (X company) (X .))))))))))
(X (X judge) (X (X Merhige) (X (X will) (X (X make) (X (X the) (X (X appointment) (X .)))))))
(X (X chicago) (X (X LAW) (X (X FIRM) (X (X recruits) (X (X American) (X (X Express) (X (X Co.) (X (X vice) (X (X president) (X :))))))))))
(X (X richard) (X (X L.) (X (X Sherman) (X (X ,) (X (X 42) (X (X ,) (X (X will) (X (X advise) (X (X midsized) (X (X businesses) (X .)))))))))))
(X (X mr.) (X (X Ehrlich) (X (X will) (X (X continue) (X (X as) (X (X a) (X (X director) (X (X and) (X (X a) (X (X consultant) (X .)))))))))))
(X (X none) (X (X of) (X (X the) (X (X officials) (X (X was) (X (X available) (X (X for) (X (X comment) (X .)))))))))
(X (X the) (X (X transaction) (X (X also) (X (X would) (X (X combine) (X (X Fresenius) (X (X USA) (X (X and) (X (X Delmed) (X .))))))))))
(X (X kennametal) (X (X is) (X (X a) (X (X carbide-products) (X (X and) (X (X cutting-tools) (X (X company) (X .))))))))
(X (X the) (X (X acquisition) (X (X is) (X (X subject) (X (X to) (X (X approval) (X (X by) (X (X Kennametal) (X (X 's) (X (X board) (X .)))))))))))
(X (X but) (X (X some) (X (X analysts) (X (X remain) (X (X sour) (X (X on) (X (X the) (X (X company) (X .)))))))))
(X (X ``) (X (X TPA) (X (X sales) (X (X are) (X (X down) (X (X quarter) (X (X to) (X (X quarter) (X .)))))))))
(X (X expenses) (X (X are) (X (X flat) (X (X and) (X (X that) (X (X 's) (X (X a) (X (X good) (X (X sign) (X .))))))))))
(X (X revenue) (X (X was) (X (X flat) (X (X at) (X (X $) (X (X 1.3) (X (X billion) (X .))))))))
(X (X bids) (X (X totaling) (X (X $) (X (X 475) (X (X million) (X (X were) (X (X submitted) (X .))))))))
(X (X accepted) (X (X bids) (X (X ranged) (X (X from) (X (X 8.328) (X (X %) (X (X to) (X (X 8.347) (X (X %) (X .))))))))))
(X (X bids) (X (X totaling) (X (X $) (X (X 425) (X (X million) (X (X were) (X (X submitted) (X .))))))))
(X (X accepted) (X (X bids) (X (X were) (X (X all) (X (X at) (X (X 7.962) (X (X %) (X .))))))))
(X (X ``) (X (X But) (X (X that) (X (X partner) (X (X is) (X (X n't) (X (X Fiat) (X (X .) (X '')))))))))
(X (X jacobs) (X (X is) (X (X an) (X (X international) (X (X engineering) (X (X and) (X (X construction) (X (X concern) (X .)))))))))
(X (X jacobs) (X (X Engineering) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))))
(X (X the) (X (X program) (X (X expires) (X (X April) (X (X 27) (X .))))))
(X (X bishop) (X (X is) (X (X based) (X (X in) (X (X Hutchinson) (X (X ,) (X (X Kansas) (X .))))))))
(X (X conspicuous) (X (X by) (X (X its) (X (X absence) (X (X is) (X (X California) (X .)))))))
(X (X the) (X (X board) (X (X increased) (X (X to) (X (X 11) (X (X seats) (X .)))))))
(X (X paul) (X (X A.) (X (X Herbig) (X (X Indiana) (X (X University) (X (X Bloomington) (X (X ,) (X (X Ind) (X .)))))))))
(X (X obviously) (X (X not) (X .)))
(X (X a.) (X (X Lawton) (X (X Langford) (X (X President) (X (X Municipal) (X (X Code) (X (X Corp) (X (X .) (X (X Tallahassee) (X (X ,) (X (X Fla) (X .))))))))))))
(X (X japanese) (X (X culture) (X (X vs.) (X (X American) (X (X culture) (X (X is) (X (X irrelevant) (X .))))))))
(X (X norman) (X (X L.) (X (X Owens) (X (X Tempe) (X (X ,) (X (X Ariz) (X .)))))))
(X (X and) (X (X the) (X (X vacillation) (X (X did) (X (X n't) (X (X end) (X (X there) (X .))))))))
(X (X so) (X (X what) (X (X does) (X (X George) (X (X Bush) (X (X really) (X (X believe) (X ?))))))))
(X (X the) (X (X result) (X (X is) (X (X mistrust) (X (X and) (X (X criticism) (X (X from) (X (X all) (X (X around) (X .))))))))))
(X (X anti-abortion) (X (X forces) (X (X regard) (X (X him) (X (X as) (X (X at) (X (X best) (X (X an) (X (X uncertain) (X (X ally) (X .)))))))))))
(X (X yet) (X (X abortion-rights) (X (X forces) (X (X remain) (X (X bitterly) (X (X critical) (X .)))))))
(X (X he) (X (X 's) (X (X totally) (X (X geared) (X (X to) (X (X a) (X (X punitive) (X (X position) (X (X .) (X ''))))))))))
(X (X mr.) (X (X Bush) (X (X is) (X (X plainly) (X (X uncomfortable) (X (X with) (X (X the) (X (X entire) (X (X abortion) (X (X question) (X .)))))))))))
(X (X ``) (X (X My) (X (X position) (X (X is) (X (X well-known) (X (X and) (X (X well-stated) (X (X ,) (X (X '') (X (X he) (X (X replied) (X .))))))))))))
(X (X he) (X (X again) (X (X urged) (X (X passage) (X (X of) (X (X a) (X (X constitutional) (X (X amendment) (X (X outlawing) (X (X abortion) (X .)))))))))))
(X (X the) (X (X session) (X (X failed) (X (X to) (X (X enact) (X (X any) (X (X new) (X (X curbs) (X .)))))))))
(X (X john) (X (X R.) (X (X Garrison) (X (X President) (X (X National) (X (X Easter) (X (X Seal) (X Society))))))))
(X (X analysts) (X (X had) (X (X mixed) (X (X responses) (X (X to) (X (X the) (X (X results) (X .))))))))
(X (X he) (X (X and) (X (X Mr.) (X (X Roderick) (X (X were) (X (X even) (X (X dining) (X (X out) (X (X together) (X .))))))))))
(X (X now) (X (X ,) (X (X it) (X (X 's) (X (X Mr.) (X (X Icahn) (X (X 's) (X (X move) (X .)))))))))
(X (X but) (X (X the) (X (X short-term) (X (X outlook) (X (X is) (X (X so-so) (X .)))))))
(X (X oil) (X (X has) (X (X long) (X (X been) (X (X Mr.) (X (X Corry) (X (X 's) (X (X pet) (X .)))))))))
(X (X thomas) (X (X F.) (X (X O'Boyle) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X westinghouse) (X (X Electric) (X (X Corp.) (X (X said) (X (X it) (X (X will) (X (X buy) (X (X Shaw-Walker) (X (X Co) (X .))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X ``) (X (X So) (X (X far) (X (X ,) (X (X this) (X (X list) (X (X does) (X (X n't) (X (X change) (X (X our) (X (X view) (X .))))))))))))
(X (X it) (X (X blames) (X (X most) (X (X of) (X (X these) (X (X on) (X (X Fatah) (X .))))))))
(X (X the) (X (X close) (X (X was) (X (X the) (X (X highest) (X (X since) (X (X Aug.) (X (X 15) (X .)))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X light) (X (X two) (X (X million) (X (X ounces) (X .)))))))))
(X (X shearson) (X (X does) (X (X n't) (X (X break) (X (X out) (X (X the) (X (X earnings) (X (X of) (X (X its) (X (X subsidiaries) (X .)))))))))))
(X (X chicago) (X -))
(X (X here) (X (X are) (X (X some) (X (X ideas) (X :)))))
(X (X john) (X (X F.) (X Merrill)))
(X (X houston))
(X (X paul) (X Padget))
(X (X she) (X (X added) (X (X ,) (X (X however) (X (X :) (X (X ``) (X (X It) (X (X is) (X (X not) (X (X robust) (X (X by) (X (X any) (X (X means) (X (X .) (X '')))))))))))))))
(X (X in) (X (X July) (X (X unfilled) (X (X orders) (X (X grew) (X (X 1) (X (X %) (X .))))))))
(X (X that) (X (X is) (X (X a) (X (X little) (X (X disturbing) (X (X ,) (X (X '') (X (X Ms.) (X (X Kleinman) (X (X said) (X .)))))))))))
(X (X the) (X (X Norfolk) (X (X ,) (X (X Va.) (X (X ,) (X (X company) (X (X has) (X (X 172.2) (X (X million) (X (X shares) (X (X outstanding) (X .))))))))))))
(X (X it) (X (X has) (X (X purchased) (X (X about) (X (X 19) (X (X million) (X (X of) (X (X them) (X .)))))))))
(X (X allen) (X (X B.) (X (X Richards) (X (X Peterborough) (X (X ,) (X (X N.H) (X .)))))))
(X (X the) (X (X board) (X (X expanded) (X (X to) (X (X 17) (X (X seats) (X .)))))))
(X (X tuesday) (X (X ,) (X (X October) (X (X 24) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.59) (X (X %) (X .)))))))))
(X (X simpson) (X (X is) (X (X an) (X (X auto) (X (X parts) (X (X maker) (X .)))))))
(X (X the) (X (X government) (X (X built) (X (X ports) (X (X ,) (X (X bridges) (X (X ,) (X (X highways) (X (X ,) (X (X schools) (X (X ,) (X (X hospitals) (X (X and) (X (X railways) (X .)))))))))))))))
(X (X when) (X (X industries) (X (X were) (X (X weak) (X (X ,) (X (X it) (X (X protected) (X (X them) (X .)))))))))
(X (X individual) (X (X prosperity) (X (X inevitably) (X (X would) (X (X result) (X .))))))
(X (X that) (X (X system) (X (X has) (X (X worked) (X .)))))
(X (X the) (X (X Japanese) (X (X government) (X (X does) (X (X n't) (X (X allow) (X (X this) (X .))))))))
(X (X they) (X (X serve) (X (X the) (X (X industries) (X (X and) (X (X the) (X (X special-interest) (X (X groups) (X .)))))))))
(X (X japan) (X (X is) (X (X not) (X (X a) (X (X political) (X (X country) (X .)))))))
(X (X it) (X (X is) (X (X a) (X (X bureaucratic) (X (X country) (X .))))))
(X (X most) (X (X bills) (X (X are) (X (X drafted) (X (X by) (X (X bureaucrats) (X (X ,) (X (X not) (X (X politicians) (X .))))))))))
(X (X if) (X (X you) (X (X are) (X (X a) (X (X salaried) (X (X man) (X (X ,) (X (X Amen) (X (X !) (X (X 100) (X (X %) (X (X captured) (X .)))))))))))))
(X (X they) (X (X were) (X (X 103) (X (X or) (X (X 206) (X .))))))
(X (X pockets) (X (X exploded) (X (X with) (X (X one-yen) (X (X coins) (X .))))))
(X (X nuclear) (X (X power) (X (X plants) (X (X are) (X (X acceptable) (X .))))))
(X (X the) (X (X U.S.-Japan) (X (X Security) (X (X Treaty) (X (X can) (X (X continue) (X (X ,) (X (X sort) (X (X of) (X .))))))))))
(X (X and) (X (X so) (X (X on) (X .))))
(X (X and) (X (X Oranjemund) (X (X boasts) (X (X attractions) (X (X besides) (X (X diamonds) (X .)))))))
(X (X ``) (X (X They) (X (X figure) (X (X it) (X (X 's) (X (X not) (X (X a) (X (X very) (X (X good) (X (X advert) (X (X .) (X ''))))))))))))
(X (X another) (X (X poked) (X (X a) (X (X hole) (X (X in) (X (X the) (X (X heel) (X (X of) (X (X his) (X (X shoe) (X .)))))))))))
(X (X not) (X (X yet) (X (X ,) (X (X anyway) (X .)))))
(X (X property-tax) (X (X relief) (X (X is) (X (X likely) (X .)))))
(X (X policy) (X (X statement) (X (X P-5-39) (X (X sets) (X (X out) (X (X terms) (X .)))))))
(X (X uh) (X (X HUH) (X :)))
(X (X so) (X (X he) (X (X asked) (X (X the) (X (X IRS) (X (X if) (X (X the) (X (X plan) (X (X would) (X (X work) (X .)))))))))))
(X (X briefs) (X :))
(X (X ``) (X (X How) (X (X do) (X (X readers) (X (X feel) (X (X about) (X (X the) (X (X magazine) (X ?)))))))))
(X (X how) (X (X deeply) (X (X do) (X (X they) (X (X read) (X (X it) (X ?)))))))
(X (X ``) (X (X Niche-itis) (X (X fragments) (X (X our) (X (X advertising) (X (X dollars) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Lauder) (X .))))))))))))
(X (X ``) (X (X We) (X (X are) (X (X being) (X (X over-magazined) (X .))))))
(X (X magazine) (X (X editors) (X (X did) (X (X not) (X (X take) (X (X the) (X (X criticisms) (X (X lying) (X (X down) (X .))))))))))
(X (X ``) (X (X But) (X (X advertisers) (X (X would) (X (X n't) (X (X think) (X (X of) (X (X it) (X (X ,) (X (X '') (X (X she) (X (X said) (X .)))))))))))))
(X (X but) (X (X some) (X (X analysts) (X (X say) (X (X Salomon) (X (X has) (X (X turned) (X (X the) (X (X corner) (X .))))))))))
(X (X ``) (X (X The) (X (X market) (X (X has) (X (X been) (X (X overly) (X (X harsh) (X (X to) (X (X them) (X (X .) (X '')))))))))))
(X (X ``) (X (X They) (X (X are) (X (X growing) (X (X more) (X (X pragmatic) (X (X about) (X (X their) (X (X role) (X (X .) (X '')))))))))))
(X (X the) (X (X hotel) (X (X is) (X (X scheduled) (X (X to) (X (X open) (X (X in) (X (X 1992) (X .)))))))))
(X (X he) (X (X had) (X (X been) (X (X group) (X (X vice) (X (X president) (X (X of) (X (X the) (X (X electronic-publishing) (X (X group) (X .)))))))))))
(X (X on) (X (X second) (X (X thought) (X (X ,) (X (X make) (X (X that) (X (X just) (X (X mom) (X .)))))))))
(X (X it) (X (X certainly) (X (X wo) (X (X n't) (X (X get) (X (X there) (X (X on) (X (X looks) (X .)))))))))
(X (X but) (X (X how) (X (X sweet) (X (X it) (X (X is) (X .))))))
(X (X the) (X (X Delicious) (X (X hegemony) (X (X wo) (X (X n't) (X (X end) (X (X anytime) (X (X soon) (X .)))))))))
(X (X a) (X (X good) (X (X Delicious) (X (X can) (X (X indeed) (X (X be) (X (X delicious) (X .))))))))
(X (X but) (X (X the) (X (X apple) (X (X industry) (X (X is) (X (X ripe) (X (X for) (X (X change) (X .)))))))))
(X (X one) (X (X may) (X (X be) (X (X William) (X (X Broderick) (X (X ,) (X (X a) (X (X Sterling) (X (X ,) (X (X Mass.) (X (X ,) (X (X grower) (X .)))))))))))))
(X (X ``) (X (X I) (X (X 've) (X (X got) (X (X 70) (X (X kinds) (X (X of) (X (X apples) (X .)))))))))
(X (X he) (X (X bites) (X (X it) (X (X ,) (X (X scowls) (X (X and) (X (X throws) (X (X it) (X (X down) (X (X .) (X ``)))))))))))
(X (X it) (X (X 's) (X (X a) (X (X real) (X (X dog) (X (X .) (X '')))))))
(X (X supermarkets) (X (X are) (X (X getting) (X (X into) (X (X the) (X (X variety) (X (X act) (X (X ,) (X (X too) (X .))))))))))
(X (X once) (X (X somebody) (X (X eats) (X (X one) (X (X ,) (X (X they) (X (X get) (X (X hooked) (X (X .) (X ''))))))))))
(X (X the) (X (X Fuji) (X (X ,) (X (X to) (X (X be) (X (X sure) (X (X ,) (X (X has) (X (X blemishes) (X (X too) (X .)))))))))))
(X (X ``) (X (X Taste) (X (X has) (X (X finally) (X (X come) (X (X to) (X (X the) (X (X fore) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))))
(X (X or) (X (X ,) (X (X for) (X (X that) (X (X matter) (X (X ,) (X (X the) (X (X core) (X .)))))))))
(X (X that) (X (X suit) (X (X is) (X (X pending) (X .)))))
(X (X 2) (X (X .) (X (X Provide) (X (X better) (X (X incentives) (X .))))))
(X (X borrowers) (X (X ') (X (X incentives) (X (X are) (X (X equally) (X (X skewed) (X .)))))))
(X (X 4) (X (X .) (X (X Impose) (X (X standard) (X (X accounting) (X (X and) (X (X administrative) (X (X practices) (X .)))))))))
(X (X creative) (X (X accounting) (X (X is) (X (X a) (X (X hallmark) (X (X of) (X (X federal) (X (X credit) (X .)))))))))
(X (X mr.) (X (X Gale) (X (X is) (X (X an) (X (X assistant) (X (X professor) (X (X of) (X (X economics) (X (X at) (X (X UCLA) (X .)))))))))))
(X (X it) (X (X is) (X (X a) (X (X quick) (X (X fix) (X (X for) (X (X a) (X (X complex) (X (X problem) (X .))))))))))
(X (X new) (X (X York) (X (X City) (X :))))
(X (X birmingham) (X (X ,) (X (X Ala.) (X :))))
(X (X richard) (X (X Arrington) (X (X ,) (X (X Birmingham) (X (X 's) (X (X black) (X (X mayor) (X (X ,) (X (X lamented) (X (X the) (X (X consequences) (X .))))))))))))
(X (X a) (X (X related) (X (X editorial) (X (X appears) (X (X today) (X .))))))
(X (X since) (X (X then) (X (X ,) (X (X deliveries) (X (X have) (X (X slumped) (X .)))))))
(X (X chrysler) (X (X Corp.) (X (X also) (X (X hit) (X (X the) (X (X rocks) (X (X in) (X (X mid-October) (X .)))))))))
(X (X c) (X (X -) (X (X Domestic) (X car))))
(X (X d) (X (X -) (X (X Percent) (X (X change) (X (X greater) (X (X than) (X (X 999) (X (X %) (X .)))))))))
(X (X meritor) (X (X has) (X (X headed) (X (X the) (X (X list) (X (X since) (X (X May) (X .))))))))
(X (X short) (X (X selling) (X (X is) (X (X n't) (X (X necessarily) (X (X bad) (X (X for) (X (X the) (X (X overall) (X (X market) (X .)))))))))))
(X (X shorted) (X (X shares) (X (X must) (X (X eventually) (X (X be) (X (X replaced) (X (X through) (X (X buying) (X .)))))))))
(X (X from) (X (X the) (X (X Sept.) (X (X 30-Oct) (X (X .) (X (X 4) (X (X issue) (X (X of) (X (X The) (X (X Economist) (X :)))))))))))
(X (X like) (X (X Lebanon) (X (X ,) (X (X Israel) (X (X is) (X (X being) (X (X remade) (X (X by) (X (X demography) (X .))))))))))
(X (X within) (X (X 25) (X (X years) (X (X Jews) (X (X will) (X (X probably) (X (X be) (X (X the) (X (X minority) (X .))))))))))
(X (X mci) (X (X traded) (X (X as) (X (X low) (X (X as) (X (X 41) (X (X 3\/8) (X (X during) (X (X the) (X (X session) (X .)))))))))))
(X (X the) (X (X volatility) (X (X inherent) (X (X in) (X (X program) (X (X trading) (X (X troubled) (X (X other) (X (X traders) (X (X ,) (X (X too) (X .))))))))))))
(X (X ohio) (X (X Casualty) (X (X dropped) (X (X 2) (X (X 1\/8) (X (X to) (X (X 49) (X (X 1\/2) (X .)))))))))
(X (X north) (X (X Atlantic) (X (X Industries) (X (X jumped) (X (X 1) (X (X to) (X (X 5) (X (X 3\/4) (X .)))))))))
(X (X mccaw) (X (X was) (X (X unchanged) (X (X at) (X (X 40) (X .))))))
(X (X omni) (X (X Capital) (X (X Group) (X (X surged) (X (X 1) (X (X 3\/4) (X (X to) (X (X 16) (X (X 1\/4) (X .))))))))))
(X (X --) (X (X The) (X (X Washington) (X (X Post) (X (X ,) (X (X Sept.) (X (X 9) (X (X ,) (X (X 1987) (X .))))))))))
(X (X --) (X (X Eduard) (X (X Shevardnadze) (X (X ,) (X (X Oct.) (X (X 23) (X (X ,) (X (X 1989) (X .)))))))))
(X (X perhaps) (X (X even) (X (X the) (X (X American) (X (X apologists) (X (X will) (X (X now) (X (X accede) (X .)))))))))
(X (X it) (X (X 's) (X (X not) (X (X enough) (X .)))))
(X (X we) (X (X do) (X (X n't) (X (X believe) (X (X it) (X .))))))
(X (X a) (X (X Manville) (X (X spokesman) (X (X would) (X (X n't) (X (X elaborate) (X (X on) (X (X the) (X (X proposed) (X (X changes) (X .)))))))))))
(X (X the) (X (X state) (X (X of) (X (X New) (X (X Hampshire) (X (X has) (X (X favored) (X (X that) (X (X plan) (X .))))))))))
(X (X the) (X (X Polish) (X (X rat) (X (X will) (X (X eat) (X (X well) (X (X this) (X (X winter) (X .)))))))))
(X (X the) (X (X Communists) (X (X froze) (X (X prices) (X (X instead) (X .))))))
(X (X without) (X (X buffer) (X (X stocks) (X (X ,) (X (X inflation) (X (X exploded) (X .)))))))
(X (X the) (X (X farmers) (X (X stayed) (X (X angry) (X .)))))
(X (X they) (X (X still) (X (X are) (X .))))
(X (X here) (X (X ,) (X (X they) (X (X are) (X (X searching) (X (X for) (X (X a) (X (X higher) (X (X price) (X .))))))))))
(X (X ``) (X (X Why) (X (X should) (X (X anybody) (X (X want) (X (X to) (X (X sell) (X (X to) (X (X them) (X (X ?) (X '')))))))))))
(X (X ``) (X (X There) (X (X 's) (X (X no) (X (X feed) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X ``) (X (X You) (X (X ca) (X (X n't) (X (X buy) (X (X anything) (X (X nowadays) (X .))))))))
(X (X i) (X (X do) (X (X n't) (X (X know) (X (X why) (X (X .) (X '')))))))
(X (X edward) (X (X Chojnowski) (X (X does) (X .))))
(X (X the) (X (X farmer) (X (X at) (X (X the) (X (X next) (X (X truck) (X (X shouts) (X (X ,) (X (X ``) (X (X Wheat) (X !)))))))))))
(X (X it) (X (X 's) (X (X nice) (X !))))
(X (X it) (X (X wo) (X (X n't) (X (X be) (X (X cheaper) (X !))))))
(X (X we) (X (X sell) (X (X direct) (X (X !) (X '')))))
(X (X ``) (X (X They) (X (X ca) (X (X n't) (X (X buy) (X (X feed) (X (X from) (X (X the) (X (X state) (X .))))))))))
(X (X there) (X (X is) (X (X n't) (X (X enough) (X .)))))
(X (X some) (X (X state) (X (X middlemen) (X (X come) (X (X to) (X (X buy) (X (X from) (X (X me) (X .)))))))))
(X (X i) (X (X sell) (X (X --) (X (X a) (X (X little) (X .))))))
(X (X i) (X (X am) (X (X waiting) (X .))))
(X (X i) (X (X have) (X (X plenty) (X (X more) (X (X at) (X (X home) (X (X .) (X ''))))))))
(X (X ``) (X (X There) (X (X are) (X (X a) (X (X lot) (X (X of) (X (X them) (X (X ,) (X (X and) (X (X they) (X (X have) (X (X property) (X (X .) (X ''))))))))))))))
(X (X now) (X (X ,) (X (X among) (X (X Communist) (X (X reformers) (X (X ,) (X (X they) (X (X are) (X (X objects) (X (X of) (X (X envy) (X .))))))))))))
(X (X ownership) (X (X ,) (X (X it) (X (X seems) (X (X ,) (X (X is) (X (X the) (X (X best) (X (X fertilizer) (X .))))))))))
(X (X the) (X (X Poles) (X (X have) (X (X had) (X (X it) (X (X all) (X (X along) (X .))))))))
(X (X and) (X (X they) (X (X did) (X (X try) (X .)))))
(X (X czeslaw) (X (X Pyszkiewicz) (X (X owns) (X (X 30) (X (X acres) (X (X in) (X (X 14) (X (X scattered) (X (X scraps) (X .))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X bad) (X (X soil) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X until) (X (X 1963) (X (X ,) (X (X it) (X (X was) (X (X good) (X (X soil) (X .))))))))
(X (X farmers) (X (X lay) (X (X down) (X (X before) (X (X the) (X (X bulldozers) (X .)))))))
(X (X their) (X (X protest) (X (X was) (X (X ignored) (X .)))))
(X (X the) (X (X dam) (X (X caused) (X (X the) (X (X water) (X (X level) (X (X to) (X (X drop) (X (X in) (X (X Zalubice) (X .)))))))))))
(X (X mr) (X (X Pyszkiewicz) (X (X smiles) (X (X and) (X (X his) (X (X brow) (X (X furrows) (X .))))))))
(X (X he) (X (X expected) (X (X as) (X (X much) (X .)))))
(X (X no) (X (X phones) (X .)))
(X (X no) (X (X gas) (X .)))
(X (X ``) (X (X They) (X (X started) (X (X ,) (X (X and) (X (X then) (X (X abandoned) (X (X it) (X (X .) (X ''))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X Russian) (X .)))))
(X (X good) (X (X for) (X (X nothing) (X .))))
(X (X parts) (X (X are) (X (X a) (X (X tragedy) (X .)))))
(X (X ``) (X (X We) (X (X have) (X (X one) (X (X near) (X (X here) (X .)))))))
(X (X there) (X (X is) (X (X a) (X (X lot) (X (X of) (X (X waste) (X .)))))))
(X (X a) (X (X private) (X (X farmer) (X (X never) (X (X wastes) (X (X anything) (X (X .) (X ''))))))))
(X (X but) (X (X it) (X (X never) (X (X did) (X (X let) (X (X up) (X (X on) (X (X the) (X (X pressure) (X .))))))))))
(X (X yet) (X (X the) (X (X state) (X (X alone) (X (X sells) (X (X seeds) (X (X and) (X (X machines) (X .)))))))))
(X (X he) (X (X has) (X (X plenty) (X (X of) (X (X freedom) (X (X --) (X (X but) (X (X no) (X (X choices) (X .))))))))))
(X (X ``) (X (X I) (X (X 'm) (X (X on) (X (X my) (X (X own) (X (X land) (X (X ,) (X (X '') (X (X Mr.) (X (X Pyszkiewicz) (X (X says) (X .)))))))))))))
(X (X ``) (X (X Sometimes) (X (X ,) (X (X '') (X (X says) (X (X his) (X (X wife) (X (X ,) (X (X ``) (X (X we) (X (X 're) (X (X happy) (X (X about) (X (X that) (X (X .) (X ''))))))))))))))))
(X (X by) (X (X starving) (X (X the) (X (X peasant) (X (X ,) (X (X the) (X (X Communists) (X (X have) (X (X starved) (X (X Poland) (X .)))))))))))
(X (X farm) (X (X income) (X (X is) (X (X 15) (X (X %) (X (X below) (X (X the) (X (X average) (X .)))))))))
(X (X without) (X (X machines) (X (X ,) (X (X good) (X (X farms) (X (X ca) (X (X n't) (X (X get) (X (X bigger) (X .))))))))))
(X (X grain) (X (X ,) (X (X milk) (X (X and) (X (X meat) (X (X come) (X (X next) (X .))))))))
(X (X poland) (X (X makes) (X (X no) (X (X machinery) (X (X for) (X (X a) (X (X plant) (X (X on) (X (X that) (X (X scale) (X .)))))))))))
(X (X solidarity) (X (X wants) (X (X it) (X (X from) (X (X the) (X (X West) (X .)))))))
(X (X felix) (X (X Siemienas) (X (X is) (X (X destroying) (X (X it) (X (X now) (X .)))))))
(X (X he) (X (X packs) (X (X pork) (X .))))
(X (X he) (X (X cashed) (X (X in) (X .))))
(X (X poland) (X (X is) (X (X short) (X (X on) (X (X enterprises) (X (X ,) (X (X not) (X (X enterprise) (X .)))))))))
(X (X he) (X (X is) (X (X in) (X (X Warsaw) (X (X to) (X (X open) (X (X a) (X (X shop) (X .)))))))))
(X (X i) (X (X do) (X (X n't) (X (X subsidize) (X (X anyone) (X .))))))
(X (X everyone) (X (X around) (X (X me) (X (X lives) (X (X well) (X .))))))
(X (X yes) (X (X ,) (X (X my) (X (X prices) (X (X are) (X (X high) (X .)))))))
(X (X if) (X (X nobody) (X (X buys) (X (X ,) (X (X I) (X (X bring) (X (X my) (X (X prices) (X (X down) (X .))))))))))
(X (X that) (X (X 's) (X (X the) (X (X rule) (X .)))))
(X (X that) (X (X 's) (X (X the) (X (X market) (X (X .) (X ''))))))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X want) (X (X expensive) (X (X machines) (X .))))))))
(X (X that) (X (X 's) (X (X politics) (X .))))
(X (X next) (X (X Spring) (X (X ,) (X (X the) (X (X two) (X (X will) (X (X battle) (X (X in) (X (X local) (X (X elections) (X .)))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X what) (X (X the) (X (X naczelnik) (X (X counts) (X (X on) (X .)))))))))
(X (X he) (X (X is) (X (X our) (X (X most) (X (X dangerous) (X (X enemy) (X .)))))))
(X (X the) (X (X farmer) (X (X barges) (X (X into) (X (X the) (X (X naczelnik) (X (X 's) (X (X office) (X .)))))))))
(X (X mr.) (X (X Niciporuk) (X (X sits) (X .))))
(X (X anatol) (X (X Pawlowski) (X (X 's) (X (X leg) (X (X begins) (X (X jiggling) (X (X beneath) (X (X his) (X (X desk) (X .))))))))))
(X (X the) (X (X naczelnik) (X (X averts) (X (X his) (X (X eyes) (X .))))))
(X (X ``) (X (X What) (X (X have) (X (X you) (X (X got) (X ?))))))
(X (X not) (X (X even) (X (X a) (X (X tractor) (X .)))))
(X (X and) (X (X you) (X (X want) (X (X to) (X (X make) (X (X wicker) (X (X baskets) (X (X ,) (X (X too) (X (X .) (X '')))))))))))
(X (X ``) (X (X Big) (X (X business) (X (X ,) (X (X '') (X (X Mr.) (X (X Pawlowski) (X (X snorts) (X (X in) (X (X English) (X .)))))))))))
(X (X the) (X (X farmer) (X (X stands) (X (X to) (X (X go) (X .))))))
(X (X the) (X (X naczelnik) (X (X stands) (X (X ,) (X (X too) (X .))))))
(X (X ``) (X (X I) (X (X care) (X (X very) (X (X much) (X (X for) (X (X this) (X (X post) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))))
(X (X ``) (X (X Eight) (X (X years) (X (X I) (X (X 've) (X (X had) (X (X it) (X .))))))))
(X (X a) (X (X cultural) (X (X center) (X (X has) (X (X been) (X (X built) (X (X ,) (X (X shops) (X .)))))))))
(X (X suddenly) (X (X ,) (X (X I) (X (X am) (X (X not) (X (X a) (X (X comfortable) (X (X man) (X (X for) (X (X Solidarity) (X .)))))))))))
(X (X i) (X (X have) (X (X accomplished) (X (X too) (X (X much) (X .))))))
(X (X they) (X (X want) (X (X to) (X (X do) (X (X more) (X .))))))
(X (X i) (X (X wish) (X (X them) (X (X all) (X (X the) (X (X best) (X (X !) (X ''))))))))
(X (X the) (X (X farmer) (X (X leaves) (X .))))
(X (X and) (X (X the) (X (X naczelnik) (X (X shuts) (X (X his) (X (X door) (X .)))))))
(X (X closer) (X (X to) (X (X home) (X (X ,) (X (X the) (X (X negotiators) (X (X were) (X (X more) (X (X generous) (X .))))))))))
(X (X employees) (X (X have) (X (X n't) (X (X yet) (X (X been) (X (X notified) (X .)))))))
(X (X so) (X (X two) (X (X cheers) (X (X for) (X (X the) (X (X new) (X (X rules) (X .))))))))
(X (X what) (X (X now) (X (X for) (X (X Princeton\/Newport) (X (X officials) (X (X ,) (X (X Drexel) (X (X and) (X (X Mr.) (X (X Milken) (X ?)))))))))))
(X (X but) (X (X five) (X (X weeks) (X (X after) (X (X the) (X (X premiere) (X (X ,) (X (X the) (X (X series) (X (X has) (X (X floundered) (X .))))))))))))
(X (X those) (X (X viewers) (X (X find) (X (X the) (X (X show) (X (X confusing) (X .)))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X (X :) (X (X Bond) (X (X prices) (X (X rose) (X .)))))))))
(X (X the) (X (X yield) (X (X on) (X (X the) (X (X issue) (X (X slipped) (X (X to) (X (X 7.89) (X (X %) (X .))))))))))
(X (X the) (X (X dollar) (X (X retreated) (X .))))
(X (X miss) (X (X Gabor) (X (X recanted) (X (X her) (X (X earlier-expressed) (X (X fear) (X (X of) (X (X jailhouse) (X (X lesbians) (X .))))))))))
(X (X she) (X (X was) (X (X as) (X (X cool) (X (X as) (X (X a) (X (X cucumber) (X .))))))))
(X (X i) (X (X wish) (X (X he) (X (X could) (X (X wear) (X (X lifts) (X (X in) (X (X his) (X (X voice) (X .))))))))))
(X (X the) (X (X entire) (X (X opera) (X (X is) (X (X her) (X (X dream) (X .)))))))
(X (X well) (X (X ,) (X (X they) (X (X can) (X (X now) (X (X go) (X (X and) (X (X audition) (X (X there) (X .))))))))))
(X (X good) (X (X luck) (X .)))
(X (X she) (X (X was) (X (X in) (X (X her) (X (X most) (X (X radiant) (X (X ,) (X (X expressive) (X (X voice) (X .))))))))))
(X (X there) (X (X are) (X (X drawbacks) (X .))))
(X (X he) (X (X added) (X (X :) (X (X ``) (X (X Banks) (X (X must) (X (X open) (X (X their) (X (X books) (X (X .) (X '')))))))))))
(X (X ``) (X (X It) (X (X will) (X (X be) (X (X very) (X (X expensive) (X (X ,) (X (X '') (X (X the) (X (X spokesman) (X (X warned) (X .))))))))))))
(X (X ``) (X (X The) (X (X price) (X (X can) (X (X not) (X (X be) (X (X less) (X (X than) (X (X $) (X (X 7,000) (X (X .) (X ''))))))))))))
(X (X cray) (X (X made) (X (X its) (X (X announcement) (X (X after) (X (X the) (X (X stock) (X (X market) (X (X closed) (X .))))))))))
(X (X four) (X (X of) (X (X those) (X (X insiders) (X (X sold) (X (X more) (X (X than) (X (X half) (X (X their) (X (X holdings) (X .)))))))))))
(X (X an) (X (X investigation) (X (X by) (X (X U.S.) (X (X Postal) (X (X inspectors) (X (X is) (X (X continuing) (X .)))))))))
(X (X he) (X (X retains) (X (X 9,232) (X (X shares) (X .)))))
(X (X the) (X (X stock) (X (X fell) (X (X 75) (X (X cents) (X .))))))
(X (X tasty) (X (X PROFITS) (X :)))
(X (X the) (X (X stock) (X (X split) (X (X four-for-one) (X (X on) (X (X Oct.) (X (X 10) (X .))))))))
(X (X shedding) (X (X GLITTER) (X :)))
(X (X he) (X (X received) (X (X $) (X (X 50,085) (X .)))))
(X (X both) (X (X insiders) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X his) (X (X credentials) (X (X are) (X (X excellent) (X (X for) (X (X the) (X (X task) (X .))))))))
(X (X '') (X (X So) (X (X much) (X (X for) (X (X survival) (X (X of) (X (X the) (X (X fittest) (X .)))))))))
(X (X but) (X (X observers) (X (X expect) (X (X broad) (X (X support) (X .))))))
(X (X an) (X (X S&P) (X (X rating) (X (X of) (X (X double-A-plus) (X (X has) (X (X already) (X (X been) (X (X confirmed) (X .))))))))))
(X (X guaranteed) (X (X by) (X (X Mitsubishi) (X (X Bank) (X (X Ltd) (X .))))))
(X (X guaranteed) (X (X by) (X (X Dai-Ichi) (X (X Kangyo) (X (X Bank) (X (X Ltd) (X .)))))))
(X (X guaranteed) (X (X by) (X (X Fuji) (X (X Bank) (X .)))))
(X (X fees) (X (X 2) (X (X 1\/8) (X .))))
(X (X people) (X (X start) (X (X their) (X (X own) (X (X businesses) (X (X for) (X (X many) (X (X reasons) (X .)))))))))
(X (X red) (X (X tape) (X (X is) (X (X the) (X (X bugaboo) (X (X of) (X (X small) (X (X business) (X .)))))))))
(X (X there) (X (X is) (X (X hope) (X (X of) (X (X change) (X .))))))
(X (X other) (X (X forms) (X (X of) (X (X red) (X (X tape) (X (X are) (X (X more) (X (X pervasive) (X .)))))))))
(X (X but) (X (X gripes) (X (X run) (X (X the) (X (X gamut) (X .))))))
(X (X environmental) (X (X REGULATIONS) (X :)))
(X (X withholding) (X (X RULES) (X :)))
(X (X employee) (X (X MANUALS) (X :)))
(X (X pension) (X (X AND) (X (X PROFIT-SHARING) (X (X RULES) (X :)))))
(X (X sales) (X (X TAX) (X (X RECORDS) (X :))))
(X (X along) (X (X the) (X (X way) (X (X there) (X (X also) (X (X are) (X (X lots) (X (X of) (X (X romantic) (X (X dalliances) (X .)))))))))))
(X (X ms.) (X (X de) (X (X Vries) (X (X writes) (X (X frequently) (X (X about) (X (X theater) (X .))))))))
(X (X ``) (X (X Hostile) (X (X '') (X (X thus) (X (X entered) (X (X the) (X (X merger-acquisition) (X (X lexicon) (X .)))))))))
(X (X gray) (X (X was) (X (X advised) (X (X by) (X (X Goldman) (X (X Sachs) (X (X and) (X (X Merrill) (X (X Lynch) (X .))))))))))
(X (X esb) (X (X directors) (X (X warmly) (X (X accepted) (X (X ,) (X (X but) (X (X a) (X (X whirlwind) (X (X bidding) (X (X match) (X (X ensued) (X .))))))))))))
(X (X united) (X (X met) (X (X the) (X (X $) (X (X 38) (X (X but) (X (X then) (X (X withdrew) (X .)))))))))
(X (X homefed) (X (X has) (X (X $) (X (X 17.9) (X (X billion) (X (X of) (X (X assets) (X .))))))))
(X (X both) (X (X issues) (X (X are) (X (X among) (X (X the) (X (X most) (X (X popular) (X (X with) (X (X individual) (X (X investors) (X .)))))))))))
(X (X long-term) (X (X CDs) (X (X declined) (X (X just) (X (X a) (X (X fraction) (X .)))))))
(X (X six-month) (X (X and) (X (X oneyear) (X (X yields) (X (X were) (X (X unchanged) (X (X ,) (X (X on) (X (X average) (X .))))))))))
(X (X some) (X (X ,) (X (X however) (X (X ,) (X (X lowered) (X (X yields) (X (X significantly) (X .))))))))
(X (X production) (X (X is) (X (X slated) (X (X to) (X (X begin) (X (X in) (X (X April) (X .))))))))
(X (X but) (X (X the) (X (X firm) (X (X has) (X (X never) (X (X had) (X (X a) (X (X day) (X (X like) (X (X yesterday) (X .)))))))))))
(X (X ``) (X (X It) (X (X was) (X (X chaotic) (X .)))))
(X (X who) (X (X was) (X (X doing) (X (X all) (X (X the) (X (X selling) (X ?)))))))
(X (X there) (X (X were) (X (X rumors) (X (X of) (X (X $) (X (X 148-a-share) (X (X trades) (X .))))))))
(X (X not) (X (X yesterday) (X .)))
(X (X mr.) (X (X Bates) (X (X usually) (X (X handles) (X (X day-to-day) (X (X UAL) (X (X trading) (X (X on) (X (X his) (X (X own) (X .)))))))))))
(X (X he) (X (X also) (X (X said) (X (X investment) (X (X by) (X (X businesses) (X (X is) (X (X falling) (X (X off) (X .))))))))))
(X (X the) (X (X notes) (X (X can) (X (X be) (X (X redeemed) (X (X starting) (X (X in) (X (X July) (X (X 1991) (X .))))))))))
(X (X breeders) (X (X are) (X (X betting) (X (X on) (X (X the) (X (X common) (X (X folk) (X .))))))))
(X (X and) (X (X many) (X (X have) (X (X done) (X (X just) (X (X that) (X .)))))))
(X (X one) (X (X big) (X (X problem) (X (X has) (X (X been) (X (X the) (X (X thoroughbred) (X (X racehorse) (X (X market) (X .))))))))))
(X (X one) (X (X handout) (X (X promises) (X (X :) (X (X ``) (X (X Pedigrees) (X (X ,) (X (X parties) (X (X ,) (X (X post) (X (X times) (X (X ,) (X (X parimutuels) (X (X and) (X (X pageantry) (X (X .) (X '')))))))))))))))))
(X (X maybe) (X (X it) (X (X 's) (X (X not) (X (X that) (X (X simple) (X .)))))))
(X (X and) (X (X for) (X (X every) (X (X champion) (X (X ,) (X (X there) (X (X are) (X (X plenty) (X (X of) (X (X nags) (X .)))))))))))
(X (X ``) (X (X There) (X (X are) (X (X n't) (X (X too) (X (X many) (X (X winners) (X (X .) (X '')))))))))
(X (X but) (X (X some) (X (X are) (X (X skeptical) (X (X of) (X (X the) (X (X code) (X (X 's) (X (X effectiveness) (X .))))))))))
(X (X both) (X (X firms) (X (X are) (X (X in) (X (X New) (X (X York) (X .)))))))
(X (X oppenheimer) (X (X Capital) (X (X has) (X (X about) (X (X 7.9) (X (X million) (X (X limited) (X (X partnership) (X (X units) (X (X outstanding) (X .)))))))))))
(X (X excluding) (X (X Mexico) (X (X ,) (X (X reserves) (X (X equal) (X (X 95) (X (X %) (X (X of) (X (X LDC) (X (X exposure) (X .)))))))))))
(X (X a) (X (X hearing) (X (X is) (X (X scheduled) (X (X on) (X (X the) (X (X issue) (X (X today) (X .)))))))))
(X (X mr.) (X (X Orr) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X (X yesterday) (X .))))))))))
(X (X the) (X (X 30-share) (X (X index) (X (X fell) (X (X 33.3) (X (X points) (X (X to) (X (X 1739.3) (X .)))))))))
(X (X jaguar) (X (X finished) (X (X 4) (X (X lower) (X (X at) (X (X 694) (X .)))))))
(X (X the) (X (X Nikkei) (X (X index) (X (X fell) (X (X 58.97) (X (X points) (X (X to) (X (X 35526.55) (X .)))))))))
(X (X the) (X (X index) (X (X gained) (X (X 99.14) (X (X points) (X (X Monday) (X .)))))))
(X (X sony) (X (X was) (X (X down) (X (X 130) (X (X to) (X (X 8,590) (X .)))))))
(X (X the) (X (X DAX) (X (X index) (X (X fell) (X (X 15.85) (X (X to) (X (X end) (X (X at) (X (X 1507.37) (X .))))))))))
(X (X it) (X (X jumped) (X (X 7.5) (X (X Monday) (X .)))))
(X (X uneasiness) (X (X about) (X (X Wall) (X (X Street) (X (X was) (X (X cited) (X (X in) (X (X several) (X (X markets) (X .))))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X the) (X (X merger) (X (X requires) (X (X the) (X (X approval) (X (X of) (X (X Norwegian) (X (X authorities) (X .)))))))))
(X (X time) (X (X officials) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X viacom) (X (X officials) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X others) (X (X have) (X (X tried) (X (X to) (X (X spruce) (X (X up) (X (X frequent-flier) (X (X programs) (X .)))))))))
(X (X yesterday) (X (X ,) (X (X it) (X (X provided) (X (X the) (X (X details) (X :)))))))
(X (X some) (X (X other) (X (X fare) (X (X promotions) (X (X have) (X (X backfired) (X .)))))))
(X (X rising) (X (X operating) (X (X expenses) (X (X are) (X (X another) (X (X problem) (X .)))))))
(X (X fuel) (X (X costs) (X (X were) (X (X up) (X (X 10) (X (X %) (X (X in) (X (X the) (X (X third) (X (X quarter) (X .)))))))))))
(X (X good) (X (X grief) (X !)))
(X (X charlie) (X (X Brown) (X (X is) (X (X selling) (X (X out) (X .))))))
(X (X those) (X (X Metropolitan) (X (X Life) (X (X ads) (X (X were) (X (X bad) (X (X enough) (X .))))))))
(X (X why) (X (X is) (X (X he) (X (X cashing) (X (X in) (X (X now) (X ?)))))))
(X (X the) (X (X comic) (X (X strip) (X (X ``) (X (X has) (X (X a) (X (X magical) (X (X ,) (X (X everlasting) (X (X quality) (X (X about) (X (X it) (X .)))))))))))))
(X (X berry) (X (X Rejoins) (X (X WPP) (X Group))))
(X (X rjr) (X (X Taps) (X FCB\/Leber)))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X earnings) (X :))
(X (X holiday) (X (X PROMOTION) (X :)))
(X (X some) (X (X of) (X (X the) (X (X oil) (X (X interests) (X (X already) (X (X have) (X (X been) (X (X sold) (X .))))))))))
(X (X mercedes) (X (X sold) (X (X 82,348) (X (X cars) (X (X in) (X (X 1988) (X .)))))))
(X (X minicar) (X (X output) (X (X more) (X (X than) (X (X tripled) (X .))))))
(X (X minitruck) (X (X production) (X (X fell) (X (X 13) (X (X %) (X (X to) (X (X 94,243) (X (X units) (X .)))))))))
(X (X the) (X (X industrial) (X (X average) (X (X closed) (X (X down) (X (X only) (X (X 3.69) (X (X points) (X (X at) (X (X 2659.22) (X .)))))))))))
(X (X it) (X (X would) (X (X make) (X (X sense) (X (X for) (X (X somebody) (X (X to) (X (X do) (X (X it) (X .))))))))))
(X (X but) (X (X those) (X (X would) (X (X require) (X (X pilots) (X (X ') (X (X cooperation) (X .))))))))
(X (X ``) (X (X This) (X (X deal) (X (X is) (X (X like) (X (X a) (X (X Roach) (X (X Motel) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X ``) (X (X They) (X (X check) (X (X in) (X (X ,) (X (X but) (X (X they) (X (X ca) (X (X n't) (X (X check) (X (X out) (X (X .) (X '')))))))))))))
(X (X the) (X (X company) (X (X rejected) (X (X those) (X (X past) (X (X proposals) (X .)))))))
(X (X ``) (X (X I) (X (X 'm) (X (X not) (X (X interested) (X (X ,) (X (X '') (X (X said) (X (X Dallas) (X (X investor) (X (X Harold) (X (X Simmons) (X .)))))))))))))
(X (X i) (X (X believe) (X (X that) (X (X number) (X (X reflects) (X (X a) (X (X slowing) (X (X economy) (X (X .) (X ''))))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X the) (X (X report) (X (X is) (X (X n't) (X (X generally) (X (X available) (X (X until) (X (X late) (X (X on) (X (X Tuesdays) (X .)))))))))))
(X (X precious) (X (X METALS) (X (X :) (X (X Futures) (X (X prices) (X (X inched) (X (X upward) (X (X in) (X (X mostly) (X (X lackluster) (X (X trading) (X .))))))))))))
(X (X the) (X (X deal) (X (X requires) (X (X regulatory) (X (X and) (X (X shareholder) (X (X approval) (X .))))))))
(X (X they) (X (X contend) (X (X that) (X (X SCI) (X (X TV) (X (X 's) (X (X equity) (X (X now) (X (X is) (X (X worthless) (X .)))))))))))
(X (X new) (X (X York) (X (X Stock) (X (X Exchange) (X (X volume) (X (X was) (X (X 237,960,000) (X (X shares) (X .)))))))))
(X (X declining) (X (X issues) (X (X swamped) (X (X advancers) (X (X ,) (X (X 1,222) (X (X to) (X (X 382) (X .)))))))))
(X (X and) (X (X there) (X (X is) (X (X more) (X (X volatility) (X (X to) (X (X come) (X .))))))))
(X (X ``) (X (X People) (X (X are) (X (X fearful) (X (X and) (X (X sensitive) (X .)))))))
(X (X everybody) (X (X 's) (X (X finger) (X (X is) (X (X one) (X (X inch) (X (X closer) (X (X to) (X (X the) (X (X button) (X .)))))))))))
(X (X volatility) (X (X is) (X (X here) (X (X to) (X (X stay) (X (X .) (X '')))))))
(X (X shearson) (X (X Lehman) (X (X Hutton) (X (X declined) (X (X to) (X (X comment) (X .)))))))
(X (X the) (X (X 20-stock) (X (X MMI) (X (X mimics) (X (X the) (X (X Dow) (X (X Jones) (X (X Industrial) (X (X Average) (X .))))))))))
(X (X by) (X (X 10:30) (X (X a.m.) (X (X the) (X (X Dow) (X (X was) (X (X down) (X (X 62.70) (X .)))))))))
(X (X ``) (X (X It) (X (X was) (X (X whooosh) (X (X !) (X (X '') (X (X said) (X (X one) (X (X futures) (X (X trader) (X .)))))))))))
(X (X in) (X (X five) (X (X minutes) (X (X ,) (X (X the) (X (X Dow) (X (X industrials) (X (X climbed) (X (X almost) (X (X 30) (X (X points) (X .))))))))))))
(X (X some) (X (X institutional) (X (X traders) (X (X loved) (X (X the) (X (X wild) (X (X ride) (X .))))))))
(X (X ``) (X (X Credibility) (X (X sounds) (X (X intangible) (X .)))))
(X (X painewebber) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X ual) (X (X finished) (X (X at) (X (X 170) (X (X ,) (X (X off) (X (X 8) (X (X 3\/8) (X .)))))))))
(X (X usair) (X (X fell) (X (X 2) (X (X 1\/2) (X (X to) (X (X 40) (X .)))))))
(X (X goodyear) (X (X Tire) (X (X &) (X (X Rubber) (X (X tumbled) (X (X 2) (X (X 7\/8) (X (X to) (X (X 43) (X (X 7\/8) (X .)))))))))))
(X (X stocks) (X (X of) (X (X California-based) (X (X thrifts) (X (X also) (X (X were) (X (X hard) (X (X hit) (X .)))))))))
(X (X kellogg) (X (X surged) (X (X 4) (X (X 1\/4) (X (X to) (X (X 75) (X .)))))))
(X (X norfolk) (X (X Southern) (X (X went) (X (X up) (X (X 1) (X (X 1\/8) (X (X to) (X (X 37) (X (X 7\/8) (X .))))))))))
(X (X airborne) (X (X Freight) (X (X climbed) (X (X 1) (X (X 1\/8) (X (X to) (X (X 38) (X (X 1\/2) (X .)))))))))
(X (X the) (X (X Amex) (X (X Market) (X (X Value) (X (X Index) (X (X fell) (X (X 3.10) (X (X to) (X (X 376.36) (X .))))))))))
(X (X volume) (X (X totaled) (X (X 14,560,000) (X (X shares) (X .)))))
(X (X gannett) (X (X has) (X (X 161) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))
(X (X child) (X (X 's) (X Game)))
(X (X --) (X (X George) (X (X O.) (X (X Ludcke) (X .)))))
(X (X politrick))
(X (X --) (X (X Mimi) (X (X Kay) (X .))))
(X (X foresight))
(X (X --) (X (X Ivern) (X (X Ball) (X .))))
(X (X but) (X (X junk) (X (X bonds) (X (X took) (X (X more) (X (X hits) (X .)))))))
(X (X the) (X (X industrial) (X (X average) (X (X ended) (X (X at) (X (X 2659.22) (X (X ,) (X (X down) (X (X 3.69) (X (X points) (X .)))))))))))
(X (X the) (X (X Treasury) (X (X 's) (X (X 30-year) (X (X bond) (X (X ended) (X (X over) (X (X 1\/4) (X (X point) (X (X higher) (X .)))))))))))
(X (X everybody) (X (X was) (X (X rubber-necking) (X (X .) (X '')))))
(X (X donaldson) (X (X Lufkin) (X (X would) (X (X n't) (X (X comment) (X .))))))
(X (X treasury) (X (X ,) (X (X Agency) (X Securities))))
(X (X short-term) (X (X rates) (X (X were) (X (X unchanged) (X (X to) (X (X slightly) (X (X lower) (X .))))))))
(X (X corporate) (X Issues))
(X (X municipals))
(X (X mortgage) (X (X -) (X (X ,) (X (X Asset-Backed) (X Securities)))))
(X (X foreign) (X Bonds))
(X (X the) (X (X bonds) (X (X ended) (X (X about) (X (X 1\/2) (X (X point) (X (X higher) (X (X yesterday) (X .)))))))))
(X (X in) (X (X Japan) (X (X ,) (X (X government) (X (X bond) (X (X prices) (X (X fell) (X .))))))))
(X (X bsb) (X (X has) (X (X 3.1) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))
(X (X a) (X (X federal) (X (X judge) (X (X turned) (X (X down) (X (X the) (X (X Chapter) (X (X 11) (X (X petition) (X .))))))))))
(X (X mr.) (X (X Waggoner) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .)))))))
(X (X east) (X (X GERMANY'S) (X (X KRENZ) (X (X WARNED) (X (X against) (X (X further) (X (X pro-democracy) (X (X protests) (X .)))))))))
(X (X he) (X (X also) (X (X reaffirmed) (X (X East) (X (X Germany) (X (X 's) (X (X allegiance) (X (X to) (X (X Communist) (X (X orthodoxy) (X .)))))))))))
(X (X the) (X (X death) (X (X toll) (X (X rose) (X (X to) (X (X 63) (X .)))))))
(X (X poland) (X (X 's) (X (X premier) (X (X is) (X (X to) (X (X visit) (X (X Moscow) (X (X next) (X (X month) (X .))))))))))
(X (X the) (X (X plan) (X (X lacked) (X (X a) (X (X withdrawal) (X (X timetable) (X .)))))))
(X (X the) (X (X dollar) (X (X finished) (X (X lower) (X .)))))
(X (X general) (X (X Motors) (X (X continued) (X (X to) (X (X be) (X (X hardest) (X (X hit) (X .))))))))
(X (X excluding) (X (X transportation) (X (X items) (X (X ,) (X (X orders) (X (X rose) (X (X 1.8) (X (X %) (X .)))))))))
(X (X sun) (X (X posted) (X (X a) (X (X gain) (X .)))))
(X (X mobil) (X (X ,) (X (X Shell) (X (X and) (X (X Chevron) (X (X had) (X (X declines) (X .))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 237,960,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3425.22) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 141.45) (X (X yen) (X (X ,) (X (X off) (X (X 0.45) (X (X ;) (X (X 1.8355) (X (X marks) (X (X ,) (X (X off) (X (X 0.0115) (X .))))))))))))))
(X (X genetic) (X (X Defect) (X (X Spotted) (X (X In) (X (X 3-Day-Old) (X Embryo))))))
(X (X yeast) (X (X Adapted) (X (X to) (X (X Make) (X (X Gene-Spliced) (X Drugs))))))
(X (X peeking) (X (X Inside) (X (X Arteries) (X (X From) (X (X Outside) (X (X the) (X Body)))))))
(X (X they) (X (X now) (X (X are) (X (X experimenting) (X (X with) (X (X measuring) (X (X blood) (X (X flow) (X .)))))))))
(X (X odds) (X (X and) (X Ends)))
(X (X the) (X (X acquisition) (X (X was) (X (X completed) (X (X in) (X (X September) (X .)))))))
(X (X it) (X (X shows) (X (X a) (X (X boy) (X (X hurling) (X (X rocks) (X (X at) (X (X a) (X (X street) (X (X lamp) (X .)))))))))))
(X (X the) (X (X park) (X (X is) (X (X slated) (X (X to) (X (X open) (X (X in) (X (X 1992) (X .)))))))))
(X (X most) (X (X of) (X (X the) (X (X buying) (X (X was) (X (X institutional) (X (X ,) (X (X he) (X (X added) (X .))))))))))
(X (X sun) (X (X Co.) (X (X also) (X (X reported) (X (X higher) (X (X earnings) (X .)))))))
(X (X texaco))
(X (X shell) (X Oil))
(X (X mobil))
(X (X chevron))
(X (X jeff) (X (X Rowe) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X the) (X (X 1988) (X (X results) (X (X were) (X (X restated) (X (X for) (X (X accounting-rules) (X (X changes) (X .)))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X he) (X (X had) (X (X been) (X (X vice) (X (X president) (X (X in) (X (X that) (X (X office) (X .)))))))))
(X (X he) (X (X remains) (X (X secretary) (X .))))
(X (X winston-salem) (X (X ,) (X (X N.C.) (X --))))
(X (X the) (X (X August) (X (X increase) (X (X followed) (X (X a) (X (X 0.3) (X (X %) (X (X decline) (X (X in) (X (X July) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X the) (X (X antibody) (X (X then) (X (X kills) (X (X the) (X (X cell) (X .)))))))
(X (X ``) (X (X The) (X (X stories) (X (X are) (X (X rubbish) (X (X ,) (X (X '') (X (X a) (X (X British) (X (X Air) (X (X spokesman) (X (X said) (X .)))))))))))))
(X (X and) (X (X he) (X (X questions) (X (X the) (X (X White) (X (X House) (X (X dedication) (X .))))))))
(X (X pay) (X (X FOR) (X (X PERFORMANCE) (X (X hangs) (X (X mostly) (X (X on) (X (X boss) (X (X 's) (X (X subjective) (X (X view) (X .)))))))))))
(X (X americans) (X (X stay) (X (X longer) (X (X with) (X (X Japanese) (X (X firms) (X (X than) (X (X American) (X (X companies) (X .))))))))))
(X (X but) (X (X they) (X (X think) (X (X promotions) (X (X are) (X (X limited) (X .)))))))
(X (X some) (X (X consultants) (X (X had) (X (X insisted) (X (X it) (X (X would) (X (X n't) (X (X work) (X .)))))))))
(X (X long-term) (X (X care) (X (X insurance) (X (X gains) (X (X favor) (X .))))))
(X (X fear) (X (X OF) (X (X AIDS) (X (X hinders) (X (X hiring) (X (X at) (X (X few) (X (X hospitals) (X .)))))))))
(X (X dedication) (X (X runs) (X (X high) (X .))))
(X (X ``) (X (X I) (X (X can) (X (X tell) (X (X you) (X (X that) (X (X nobody) (X (X quit) (X (X over) (X (X it) (X .)))))))))))
(X (X no) (X (X one) (X (X panicked) (X (X ,) (X (X '') (X (X a) (X (X spokeswoman) (X (X says) (X .)))))))))
(X (X the) (X (X CHECKOFF) (X (X :) (X (X At) (X (X least) (X (X somebody) (X (X gains) (X (X on) (X (X layoffs) (X .))))))))))
(X (X about) (X (X 1,100) (X (X Chinese) (X (X were) (X (X awaiting) (X (X repatriation) (X (X yesterday) (X .))))))))
(X (X the) (X (X red) (X (X granite) (X (X mausoleum) (X (X draws) (X (X thousands) (X (X of) (X (X visitors) (X (X daily) (X .))))))))))
(X (X well-seasoned) (X Reasoning))
(X (X --) (X (X WSJ) (X (X Business) (X (X Bulletin) (X -RRB-)))))
(X (X --) (X (X George) (X (X O.) (X (X Ludcke) (X .)))))
(X (X judge) (X Not))
(X (X --) (X (X G.) (X (X Sterling) (X (X Leiby) (X .)))))
(X (X daffynition))
(X (X money-making) (X (X course) (X (X :) (X (X wad-working) (X .)))))
(X (X --) (X (X Thomas) (X (X Henry) (X .))))
(X (X the) (X (X article) (X (X is) (X (X ,) (X (X unfortunately) (X (X ,) (X (X replete) (X (X with) (X (X outrageous) (X (X distortions) (X .)))))))))))
(X (X this) (X (X is) (X (X just) (X (X not) (X (X so) (X .))))))
(X (X the) (X (X reality) (X (X is) (X (X that) (X (X Bank) (X (X finances) (X (X are) (X (X rock) (X (X solid) (X .))))))))))
(X (X this) (X (X is) (X (X an) (X (X enviably) (X (X low) (X (X level) (X .)))))))
(X (X here) (X (X ,) (X (X too) (X (X ,) (X (X Mr.) (X (X Roberts) (X (X is) (X (X way) (X (X off) (X (X the) (X (X mark) (X .))))))))))))
(X (X by) (X (X and) (X (X large) (X (X ,) (X (X these) (X (X efforts) (X (X have) (X (X borne) (X (X fruit) (X .))))))))))
(X (X what) (X (X are) (X (X the) (X (X facts) (X (X on) (X (X this) (X (X type) (X (X of) (X (X lending) (X ?))))))))))
(X (X the) (X (X Bank) (X (X has) (X (X been) (X (X making) (X (X adjustment) (X (X loans) (X (X for) (X (X 10) (X (X years) (X .)))))))))))
(X (X francisco) (X (X Aguirre-Sacasa) (X (X Director) (X (X ,) (X (X External) (X (X Affairs) (X (X The) (X (X World) (X Bank)))))))))
(X (X private-sector) (X (X leaders) (X (X praised) (X (X the) (X (X Conasupo) (X (X restructuring) (X .)))))))
(X (X this) (X (X is) (X (X not) (X (X the) (X (X case) (X .))))))
(X (X the) (X (X dollar) (X (X sagged) (X (X against) (X (X other) (X (X major) (X (X currencies) (X (X in) (X (X lethargic) (X (X trading) (X .)))))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X (X :) (X (X Stock) (X (X prices) (X (X slumped) (X (X in) (X (X sluggish) (X (X trading) (X .))))))))))))
(X (X bond) (X (X prices) (X (X rallied) (X .))))
(X (X the) (X (X dollar) (X (X weakened) (X (X against) (X (X most) (X (X other) (X (X major) (X (X currencies) (X .)))))))))
(X (X -lrb-) (X (X Braniff) (X (X declined) (X (X -RRB-) (X .)))))
(X (X arnold) (X (X Celnicker) (X (X Assistant) (X (X Professor) (X (X Ohio) (X (X State) (X University)))))))
(X (X ``) (X (X But) (X (X the) (X (X marketplace) (X (X changed) (X .))))))
(X (X they) (X (X are) (X (X coming) (X (X to) (X (X publishers) (X (X looking) (X (X for) (X (X ideas) (X .)))))))))
(X (X and) (X (X most) (X (X of) (X (X these) (X (X are) (X (X absolutely) (X (X unnecessary) (X .))))))))
(X (X ``) (X (X I) (X (X guess) (X (X I) (X (X was) (X (X naive) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X his) (X (X humility) (X (X gives) (X (X him) (X (X a) (X (X much) (X (X better) (X (X chance) (X (X of) (X (X success) (X .)))))))))))
(X (X successful) (X (X American) (X (X business) (X (X owners) (X (X do) (X (X the) (X (X same) (X (X thing) (X .)))))))))
(X (X unfortunately) (X (X ,) (X (X they) (X (X are) (X (X in) (X (X the) (X (X minority) (X .))))))))
(X (X avoiding) (X (X failure) (X (X is) (X (X easy) (X .)))))
(X (X daniel) (X (X B.) (X (X Scully) (X (X Tucson) (X (X ,) (X (X Ariz) (X .)))))))
(X (X ``) (X (X I) (X (X think) (X (X it) (X (X 's) (X (X more) (X (X an) (X (X issue) (X (X of) (X (X style) (X .)))))))))))
(X (X i) (X (X would) (X (X view) (X (X it) (X (X as) (X (X a) (X (X net) (X (X positive) (X .)))))))))
(X (X the) (X (X company) (X (X can) (X (X go) (X (X about) (X (X its) (X (X business) (X .))))))))
(X (X but) (X (X they) (X (X are) (X (X also) (X (X talking) (X (X about) (X (X new) (X (X magazines) (X .)))))))))
(X (X ``) (X (X The) (X (X magazine) (X (X is) (X (X strong) (X .))))))
(X (X some) (X (X entrepreneurs) (X (X are) (X (X still) (X (X active) (X (X ,) (X (X though) (X .))))))))
(X (X he) (X (X would) (X (X not) (X (X reveal) (X (X which) (X (X magazines) (X (X he) (X (X is) (X (X considering) (X .))))))))))
(X (X they) (X (X will) (X (X be) (X (X the) (X (X next) (X (X hot) (X (X magazines) (X .))))))))
(X (X and) (X (X federal) (X (X insurance) (X (X protected) (X (X the) (X (X bank) (X (X 's) (X (X 631,163) (X (X depositors) (X .))))))))))
(X (X italian) (X (X magistrates) (X (X labeled) (X (X his) (X (X death) (X (X a) (X (X suicide) (X .))))))))
(X (X twenty-one) (X (X of) (X (X its) (X (X workers) (X (X are) (X (X Ph.) (X (X D.s) (X .))))))))
(X (X its) (X (X 1988) (X (X revenue) (X (X was) (X (X $) (X (X 25) (X (X million) (X .))))))))
(X (X despite) (X (X their) (X (X ubiquity) (X (X ,) (X (X the) (X (X consultants) (X (X are) (X (X n't) (X (X entirely) (X (X welcome) (X .)))))))))))
(X (X i) (X (X find) (X (X it) (X (X troubling) (X (X .) (X ''))))))
(X (X a) (X (X more) (X (X blue-collar) (X (X panel) (X (X became) (X (X a) (X (X second) (X (X aim) (X .)))))))))
(X (X litigation) (X (X consulting) (X (X had) (X (X arrived) (X .)))))
(X (X thus) (X (X ,) (X (X the) (X (X ``) (X (X shadow) (X (X '') (X (X jury) (X (X was) (X (X born) (X .))))))))))
(X (X -lrb-) (X (X IBM) (X (X won) (X (X the) (X (X case) (X (X .) (X -RRB-)))))))
(X (X forecasting) (X (X is) (X (X only) (X (X one) (X (X part) (X (X of) (X (X Litigation) (X (X Sciences) (X (X ') (X (X work) (X .)))))))))))
(X (X so) (X (X would) (X (X someone) (X (X recently) (X (X divorced) (X (X or) (X (X widowed) (X .))))))))
(X (X litigation) (X (X Sciences) (X (X does) (X (X n't) (X (X make) (X (X moral) (X (X distinctions) (X .))))))))
(X (X they) (X (X are) (X (X what) (X (X they) (X (X are) (X .))))))
(X (X logic) (X (X plays) (X (X a) (X (X minimal) (X (X role) (X (X here) (X .)))))))
(X (X the) (X (X ploy) (X (X worked) (X .))))
(X (X the) (X (X defense) (X (X won) (X .))))
(X (X computer-generated) (X (X videos) (X (X help) (X .))))
(X (X ``) (X (X The) (X (X average) (X (X American) (X (X watches) (X (X seven) (X (X hours) (X (X of) (X (X TV) (X (X a) (X (X day) (X .))))))))))))
(X (X ``) (X (X What) (X (X you) (X (X have) (X (X here) (X (X is) (X (X intuition) (X (X made) (X (X manifest) (X (X .) (X '')))))))))))
(X (X litigation) (X (X consulting) (X (X is) (X (X n't) (X (X a) (X (X guarantee) (X (X of) (X (X a) (X (X favorable) (X (X outcome) (X .)))))))))))
(X (X but) (X (X most) (X (X lawyers) (X (X accept) (X (X that) (X (X the) (X (X marketplace) (X (X has) (X (X spoken) (X .))))))))))
(X (X for) (X (X complex) (X (X cases) (X (X ,) (X (X judges) (X (X sometimes) (X (X allow) (X (X many) (X (X more) (X .))))))))))
(X (X silicon) (X (X Graphics) (X (X ') (X (X strategy) (X (X seems) (X (X to) (X (X be) (X (X paying) (X (X off) (X .))))))))))
(X (X remember) (X (X those) (X (X bulky) (X (X ,) (X (X thick-walled) (X (X refrigerators) (X (X of) (X (X 30) (X (X years) (X (X ago) (X ?)))))))))))
(X (X world-wide) (X (X production) (X (X would) (X (X be) (X (X cut) (X (X in) (X (X half) (X (X by) (X (X 1998) (X .))))))))))
(X (X that) (X (X 's) (X (X a) (X (X lot) (X (X of) (X (X banishment) (X (X ,) (X (X as) (X (X it) (X (X turns) (X (X out) (X .))))))))))))
(X (X we) (X (X ca) (X (X n't) (X (X afford) (X (X to) (X (X wait) (X (X .) (X ''))))))))
(X (X but) (X (X does) (X (X it) (X (X have) (X (X to) (X (X be) (X (X so) (X (X soon) (X ?)))))))))
(X (X there) (X (X is) (X (X ,) (X (X after) (X (X all) (X (X ,) (X (X big) (X (X money) (X (X in) (X (X environmentalism) (X .)))))))))))
(X (X there) (X (X is) (X (X an) (X (X element) (X (X of) (X (X make-work) (X (X involved) (X .))))))))
(X (X but) (X (X worries) (X (X about) (X (X 1990) (X .)))))
(X (X dialing) (X (X DOLLARS) (X :)))
(X (X california) (X (X ,) (X (X A) (X (X TREND-SETTER) (X (X in) (X (X franchising) (X (X rules) (X (X ,) (X (X stirs) (X (X a) (X (X controversy) (X .))))))))))))
(X (X but) (X (X critics) (X (X consider) (X (X the) (X (X changes) (X (X regressive) (X .)))))))
(X (X small) (X (X TALK) (X :)))
(X (X in) (X (X other) (X (X words) (X (X ,) (X (X it) (X (X was) (X (X a) (X (X better-than-average) (X (X Manhattan) (X (X commute) (X .)))))))))))
(X (X not) (X (X that) (X (X getting) (X (X into) (X (X town) (X (X was) (X (X easy) (X .))))))))
(X (X ``) (X (X It) (X (X 's) (X (X worse) (X (X than) (X (X I) (X (X thought) (X (X ,) (X (X '') (X (X she) (X (X said) (X .))))))))))))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X know) (X (X where) (X (X all) (X (X the) (X (X buses) (X (X are) (X (X .) (X ''))))))))))))
(X (X ``) (X (X It) (X (X looks) (X (X like) (X (X a) (X (X holiday) (X .)))))))
(X (X then) (X (X he) (X (X unleashed) (X (X his) (X (X own) (X (X ,) (X (X unstoppable) (X (X ,) (X (X attack) (X .))))))))))
(X (X well) (X (X ,) (X (X mankind) (X (X can) (X (X rest) (X (X easier) (X (X for) (X (X now) (X .)))))))))
(X (X mr.) (X (X Kasparov) (X (X was) (X (X underwhelmed) (X .)))))
(X (X a) (X (X piece) (X (X down) (X (X ,) (X (X the) (X (X computer) (X (X resigned) (X .))))))))
(X (X undeterred) (X (X ,) (X (X D.T.) (X (X 's) (X (X handlers) (X (X vowed) (X (X to) (X (X press) (X (X on) (X .))))))))))
(X (X the) (X (X CD) (X (X seemed) (X (X like) (X (X a) (X (X great) (X (X deal) (X .))))))))
(X (X dr.) (X (X Blumenfeld) (X (X is) (X (X n't) (X (X unique) (X .))))))
(X (X no) (X (X one) (X (X else) (X (X will) (X (X watch) (X (X out) (X (X for) (X (X you) (X .)))))))))
(X (X but) (X (X the) (X (X shift) (X (X has) (X (X also) (X (X been) (X (X fueled) (X (X by) (X (X necessity) (X .))))))))))
(X (X in) (X (X recent) (X (X years) (X (X ,) (X (X growth) (X (X has) (X (X come) (X (X in) (X (X the) (X (X foreign) (X (X markets) (X .))))))))))))
(X (X exports) (X (X of) (X (X rum) (X (X surged) (X (X 54) (X (X %) (X (X to) (X (X 814,000) (X (X proof) (X (X gallons) (X .)))))))))))
(X (X how) (X (X was) (X (X the) (X (X West) (X (X won) (X ?))))))
(X (X suntory) (X (X distributes) (X (X Brown-Forman) (X (X bourbons) (X (X in) (X (X Japan) (X .)))))))
(X (X ads) (X (X for) (X (X England) (X (X are) (X (X artsy) (X (X and) (X (X irreverent) (X .))))))))
(X (X the) (X (X parent) (X (X also) (X (X publishes) (X (X weeklies) (X (X ,) (X (X shopping) (X (X guides) (X (X and) (X (X specialty) (X (X magazines) (X .))))))))))))
(X (X terms) (X (X of) (X (X the) (X (X transaction) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X bush) (X (X administration) (X (X officials) (X (X say) (X (X inflation) (X (X is) (X (X under) (X (X control) (X .)))))))))
(X (X officials) (X (X at) (X (X Carnival) (X (X declined) (X (X to) (X (X comment) (X .)))))))
(X (X that) (X (X lawsuit) (X (X is) (X (X still) (X (X pending) (X .))))))
(X (X jerell) (X (X could) (X (X n't) (X (X immediately) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X ms.) (X (X Garratt) (X (X 's) (X (X assets) (X (X and) (X (X liabilities) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))))
(X (X he) (X (X declined) (X (X to) (X (X make) (X (X a) (X (X specific) (X (X earnings) (X (X estimate) (X .)))))))))
(X (X sales) (X (X of) (X (X parts) (X (X for) (X (X cars) (X (X and) (X (X construction) (X (X vehicles) (X (X rose) (X .))))))))))
(X (X a) (X (X revolution) (X (X takes) (X (X more) (X (X than) (X (X conference) (X (X manifestos) (X .))))))))
(X (X the) (X (X Russians) (X (X are) (X (X talking) (X (X peace) (X .))))))
(X (X the) (X (X Palestinians) (X (X are) (X (X talking) (X (X elections) (X .))))))
(X (X and) (X (X the) (X (X Poles) (X (X are) (X (X engaged) (X (X in) (X (X commerce) (X (X .) (X '')))))))))
(X (X those) (X (X implications) (X (X include) (X (X :) (X (X --) (X (X Privatization) (X .)))))))
(X (X --) (X (X Least-cost) (X (X solutions) (X .))))
(X (X --) (X (X Creative) (X (X financing) (X .))))
(X (X even) (X (X least-cost) (X (X environmental) (X (X solutions) (X (X will) (X (X require) (X (X billions) (X (X of) (X (X dollars) (X .))))))))))
(X (X --) (X (X Democratization) (X .)))
(X (X east) (X (X Bloc) (X (X pollution) (X (X data) (X (X typically) (X (X have) (X (X been) (X (X state) (X (X secrets) (X .))))))))))
(X (X --) (X (X Global) (X (X reciprocity) (X .))))
(X (X it) (X (X finished) (X (X at) (X (X 467.22) (X (X ,) (X (X down) (X (X 3.45) (X .))))))))
(X (X ``) (X (X It) (X (X 's) (X (X a) (X (X quiet) (X (X retreat) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Howley) (X .))))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X nothing) (X (X dramatic) (X (X ,) (X (X just) (X (X a) (X (X routine) (X (X sell-off) (X (X .) (X ''))))))))))))
(X (X rainbow) (X (X 's) (X (X stock) (X (X dropped) (X (X 2) (X (X to) (X (X 14) (X (X 1\/4) (X .)))))))))
(X (X conner) (X (X Peripherals) (X (X was) (X (X unchanged) (X (X at) (X (X 15) (X .)))))))
(X (X higher) (X (X earnings) (X (X helped) (X (X some) (X (X issues) (X .))))))
(X (X it) (X (X 's) (X (X that) (X (X we) (X (X do) (X (X n't) (X (X want) (X (X to) (X .)))))))))
(X (X here) (X (X is) (X (X an) (X (X example) (X .)))))
(X (X but) (X (X what) (X (X do) (X (X we) (X (X mean) (X (X ,) (X (X specifically) (X (X ,) (X (X by) (X (X ``) (X (X creativity) (X (X '') (X ?)))))))))))))
(X (X no) (X (X one) (X (X can) (X (X say) (X .)))))
(X (X their) (X (X commitment) (X (X to) (X (X ``) (X (X creativity) (X (X '') (X (X can) (X (X not) (X (X survive) (X (X adolescent) (X (X illiteracy) (X .))))))))))))
(X (X they) (X (X could) (X (X all) (X (X fairly) (X (X be) (X (X described) (X (X as) (X (X ``) (X (X pap) (X (X '') (X (X courses) (X .))))))))))))
(X (X if) (X (X he) (X (X is) (X (X competent) (X (X and) (X (X conscientious) (X (X ,) (X (X he) (X (X serves) (X (X us) (X (X well) (X .))))))))))))
(X (X --) (X (X ``) (X (X Community) (X (X involvement) (X (X '') (X (X is) (X (X an) (X (X even) (X (X worse) (X (X idea) (X .)))))))))))
(X (X here) (X (X ,) (X (X the) (X (X experience) (X (X of) (X (X New) (X (X York) (X (X City) (X (X is) (X (X decisive) (X .)))))))))))
(X (X that) (X (X is) (X (X the) (X (X way) (X (X the) (X (X system) (X (X works) (X .))))))))
(X (X the) (X (X notion) (X (X that) (X (X tracking) (X (X is) (X (X somehow) (X (X ``) (X (X undemocratic) (X (X '') (X (X is) (X (X absurd) (X .))))))))))))
(X (X with) (X (X that) (X (X authority) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X goes) (X (X an) (X (X unambiguous) (X (X accountability) (X .))))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 55.10) (X (X yen) (X (X from) (X (X 54.51) (X (X yen) (X .))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 62.04) (X (X yen) (X (X from) (X (X 51.50) (X (X yen) (X .))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 47.46) (X (X yen) (X (X from) (X (X 39.31) (X (X yen) (X .))))))))))
(X (X per-share) (X (X net) (X (X rose) (X (X to) (X (X 44.08) (X (X yen) (X (X from) (X (X 36.13) (X (X yen) (X .))))))))))
(X (X national) (X (X Environmental) (X (X ,) (X (X formerly) (X (X Yankee) (X (X Cos.) (X (X ,) (X (X is) (X (X a) (X (X sludge) (X (X treatment) (X (X company) (X .)))))))))))))
(X (X mr.) (X (X Lurie) (X (X is) (X (X currently) (X (X co-chief) (X (X executive) (X .)))))))
(X (X american) (X (X Medical) (X (X is) (X (X being) (X (X acquired) (X .))))))
(X (X this) (X (X bias) (X (X is) (X (X in) (X (X no) (X (X way) (X (X deliberate) (X .))))))))
(X (X polysilicon) (X (X is) (X (X used) (X (X in) (X (X making) (X (X integrated) (X (X circuits) (X .))))))))
(X (X i) (X (X can) (X (X see) (X (X both) (X (X sides) (X (X .) (X '')))))))
(X (X that) (X (X total) (X (X would) (X (X be) (X (X important) (X (X for) (X (X Drexel) (X .))))))))
(X (X the) (X (X state) (X (X can) (X (X also) (X (X bar) (X (X Drexel) (X (X as) (X (X an) (X (X investment) (X (X adviser) (X .)))))))))))
(X (X that) (X (X 's) (X (X a) (X (X big) (X (X number) (X .))))))
(X (X ``) (X (X Lethal) (X (X Weapon) (X (X II) (X (X '') (X (X was) (X (X also) (X (X a) (X (X big) (X (X hit) (X .)))))))))))
(X (X the) (X (X company) (X (X said) (X (X it) (X (X would) (X (X have) (X (X no) (X (X further) (X (X comment) (X .))))))))))
(X (X ``) (X (X The) (X (X RTC) (X (X needs) (X (X the) (X (X most) (X (X able) (X (X ,) (X (X competent) (X (X management) (X (X available) (X (X .) (X '')))))))))))))
(X (X ``) (X (X It) (X (X needs) (X (X more) (X (X discipline) (X .))))))
(X (X it) (X (X needs) (X (X to) (X (X sort) (X (X itself) (X (X out) (X (X .) (X ''))))))))
(X (X names) (X (X are) (X (X resigning) (X (X at) (X (X an) (X (X even) (X (X faster) (X (X pace) (X (X this) (X (X year) (X .)))))))))))
(X (X lackluster) (X (X returns) (X (X are) (X (X one) (X (X reason) (X .))))))
(X (X in) (X (X 1985) (X (X ,) (X (X it) (X (X was) (X (X 2.1) (X (X %) (X .))))))))
(X (X and) (X (X catastrophes) (X (X are) (X (X getting) (X (X ever) (X (X more) (X (X costly) (X .))))))))
(X (X unease) (X (X is) (X (X widespread) (X (X among) (X (X exchange) (X (X members) (X .)))))))
(X (X meanwhile) (X (X ,) (X (X competition) (X (X from) (X (X rivals) (X (X unencumbered) (X (X by) (X (X history) (X (X is) (X (X intensifying) (X .)))))))))))
(X (X lloyd) (X (X 's) (X (X has) (X (X endured) (X (X decades) (X (X of) (X (X genteel) (X (X decline) (X .)))))))))
(X (X that) (X (X wo) (X (X n't) (X (X be) (X (X an) (X (X easy) (X (X task) (X .))))))))
(X (X tradition) (X (X is) (X (X dictator) (X (X at) (X (X Lloyd) (X (X 's) (X .)))))))
(X (X a) (X (X two-hour) (X (X lunch) (X (X break) (X (X follows) (X .))))))
(X (X some) (X (X maintain) (X (X underwriters) (X (X also) (X (X have) (X (X been) (X (X inept) (X .))))))))
(X (X lloyd) (X (X 's) (X (X officials) (X (X decline) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X matter) (X .))))))))))
(X (X more) (X (X recently) (X (X ,) (X (X property) (X (X rates) (X (X have) (X (X increased) (X .))))))))
(X (X lloyd) (X (X 's) (X (X only) (X (X recently) (X (X reported) (X (X its) (X (X financial) (X (X results) (X (X for) (X (X 1986) (X .)))))))))))
(X (X meanwhile) (X (X ,) (X (X the) (X (X exchange) (X (X has) (X (X been) (X (X trying) (X (X to) (X (X lower) (X (X costs) (X .)))))))))))
(X (X lloyd) (X (X 's) (X (X is) (X (X moving) (X (X forward) (X (X on) (X (X some) (X (X fronts) (X (X ,) (X (X though) (X .)))))))))))
(X (X japan) (X (X 's) (X (X Daiwa) (X (X Securities) (X (X Co.) (X (X named) (X (X Masahiro) (X (X Dozen) (X (X president) (X .))))))))))
(X (X the) (X (X title) (X (X of) (X (X chief) (X (X executive) (X (X officer) (X (X is) (X (X n't) (X (X used) (X .))))))))))
(X (X daiwa) (X (X is) (X (X one) (X (X of) (X (X the) (X (X world) (X (X 's) (X (X largest) (X (X securities) (X (X firms) (X .)))))))))))
(X (X both) (X (X figures) (X (X were) (X (X record) (X (X highs) (X .))))))
(X (X mr.) (X (X Dozen) (X (X knows) (X (X these) (X (X problems) (X (X firsthand) (X .)))))))
(X (X ``) (X (X But) (X (X not) (X (X a) (X (X single) (X (X piece) (X (X of) (X (X paper) (X (X was) (X (X sold) (X (X .) (X ''))))))))))))
(X (X but) (X (X he) (X (X could) (X (X n't) (X (X sell) (X (X any) (X .)))))))
(X (X ``) (X (X Japanese) (X (X stock) (X (X salesmen) (X (X selling) (X (X American) (X (X bonds) (X ?))))))))
(X (X maybe) (X (X it) (X (X 's) (X (X crazy) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))
(X (X inco) (X (X shares) (X (X fell) (X (X after) (X (X the) (X (X announcements) (X .)))))))
(X (X the) (X (X buy-out) (X (X group) (X (X had) (X (X no) (X (X firm) (X (X financing) (X (X for) (X (X the) (X (X plan) (X .)))))))))))
(X (X labor) (X (X problems) (X (X top) (X (X the) (X (X list) (X .))))))
(X (X it) (X (X also) (X (X inevitably) (X (X leaves) (X (X a) (X (X residue) (X (X of) (X (X shareholder) (X (X lawsuits) (X .))))))))))
(X (X tandy) (X (X 's) (X (X decision) (X (X is) (X (X a) (X (X second) (X (X setback) (X (X for) (X (X U.S.) (X (X Memories) (X .)))))))))))
(X (X but) (X (X so) (X (X far) (X (X ,) (X (X most) (X (X potential) (X (X participants) (X (X have) (X (X n't) (X (X decided) (X .)))))))))))
(X (X the) (X (X executive) (X (X branch) (X (X bears) (X (X the) (X (X first) (X (X responsibility) (X (X for) (X (X timidity) (X .))))))))))
(X (X the) (X (X pay) (X (X 's) (X (X the) (X (X same) (X (X ,) (X (X and) (X (X the) (X (X duty) (X (X 's) (X (X lighter) (X .))))))))))))
(X (X witness) (X (X the) (X (X Walsh) (X (X prosecution) (X (X of) (X (X Ollie) (X (X North) (X .))))))))
(X (X the) (X (X plant) (X (X employs) (X (X between) (X (X 800) (X (X and) (X (X 900) (X (X on) (X (X three) (X (X shifts) (X .)))))))))))
(X (X amerada) (X (X Hess) (X (X Corp.) (X (X and) (X (X Occidental) (X (X Petroleum) (X (X Corp.) (X (X reported) (X (X higher) (X (X earnings) (X .)))))))))))
(X (X exxon))
(X (X ashland) (X Oil))
(X (X amerada) (X Hess))
(X (X profits) (X (X improved) (X (X across) (X (X Hess) (X (X 's) (X (X businesses) (X .)))))))
(X (X hess) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X phillips) (X Petroleum))
(X (X occidental) (X Petroleum))
(X (X chemical) (X (X earnings) (X (X fell) (X (X 10) (X (X %) (X (X ,) (X (X reflecting) (X (X softening) (X (X of) (X (X demand) (X .)))))))))))
(X (X atlantic) (X Richfield))
(X (X jeff) (X (X Rowe) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X other) (X (X details) (X (X were) (X (X n't) (X (X available) (X .))))))
(X (X the) (X (X offering) (X (X used) (X (X at-market) (X (X pricing) (X .))))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X fees) (X (X 1) (X (X 5\/8) (X .))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X fees) (X (X 1) (X .)))
(X (X the) (X (X final) (X (X maturity) (X (X is) (X (X in) (X (X five) (X (X years) (X .))))))))
(X (X the) (X (X Mouth) (X (X is) (X (X back) (X .)))))
(X (X cnbc) (X (X is) (X (X available) (X (X to) (X (X 13) (X (X million) (X (X cable) (X (X households) (X .)))))))))
(X (X ``) (X (X That) (X (X is) (X (X consumer) (X (X issues) (X (X .) (X '')))))))
(X (X recession) (X (X fears) (X (X are) (X (X springing) (X (X up) (X (X again) (X (X among) (X (X investors) (X .)))))))))
(X (X in) (X (X another) (X (X sign) (X (X of) (X (X slowdown) (X (X fears) (X (X ,) (X (X investors) (X (X dumped) (X (X technology) (X (X shares) (X .))))))))))))
(X (X third-quarter) (X (X earnings) (X (X at) (X (X both) (X (X companies) (X (X were) (X (X below) (X (X analysts) (X (X ') (X (X forecasts) (X .)))))))))))
(X (X mead) (X (X gained) (X (X 1) (X (X to) (X (X 37) (X (X 7\/8) (X .)))))))
(X (X volume) (X (X totaled) (X (X 10,450,000) (X (X shares) (X .)))))
(X (X chicago) (X (X 's) (X (X new) (X (X school) (X (X chief) (X (X is) (X (X the) (X (X hard-nosed) (X (X Ted) (X (X Kimbrough) (X .)))))))))))
(X (X at) (X (X his) (X (X first) (X (X Chicago) (X (X press) (X (X conference) (X (X ,) (X (X he) (X (X berated) (X (X the) (X (X reporters) (X .))))))))))))
(X (X once) (X (X they) (X (X are) (X (X in) (X (X the) (X (X building) (X (X ,) (X (X they) (X (X stay) (X .))))))))))
(X (X he) (X (X cut) (X (X the) (X (X dropout) (X (X rate) (X (X by) (X (X 5.5) (X (X %) (X .)))))))))
(X (X the) (X (X situation) (X (X will) (X (X be) (X (X especially) (X (X delicate) (X (X for) (X (X Mr.) (X (X Kimbrough) (X .))))))))))
(X (X this) (X (X of) (X (X course) (X (X led) (X (X to) (X (X disaster) (X (X in) (X (X New) (X (X York) (X (X City) (X .)))))))))))
(X (X he) (X (X had) (X (X been) (X (X president) (X (X of) (X (X the) (X (X international) (X (X operations) (X .)))))))))
(X (X mr.) (X (X Roman) (X (X appears) (X (X custom-made) (X (X for) (X (X the) (X (X American) (X (X Express) (X (X job) (X .))))))))))
(X (X ``) (X (X He) (X (X asked) (X (X me) (X (X not) (X (X to) (X (X resign) (X .))))))))
(X (X it) (X (X was) (X (X my) (X (X decision) (X (X ,) (X (X not) (X (X anyone) (X (X else) (X (X 's) (X (X .) (X '')))))))))))
(X (X the) (X (X two) (X (X executives) (X (X could) (X (X hardly) (X (X be) (X (X more) (X (X different) (X .)))))))))
(X (X ``) (X (X I) (X (X consider) (X (X this) (X (X a) (X (X second) (X (X career) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X probably) (X (X a) (X (X reasonable) (X (X transition) (X .))))))))
(X (X sale) (X (X of) (X (X Saatchi) (X (X Unit) (X Close)))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X billings) (X (X were) (X (X n't) (X (X disclosed) (X (X ...) (X .))))))
(X (X diet) (X (X COKE) (X :)))
(X (X those) (X (X include) (X (X Rhin) (X (X et) (X (X Moselle) (X (X Vie) (X (X and) (X (X Via) (X (X Assurances) (X .))))))))))
(X (X that) (X (X idea) (X (X may) (X (X have) (X (X backfired) (X .))))))
(X (X ``) (X (X Who) (X (X would) (X (X bid) (X (X against) (X (X Paribas) (X (X ?) (X ''))))))))
(X (X and) (X (X Navigation) (X (X Mixte) (X (X has) (X (X a) (X (X huge) (X (X hidden) (X (X attraction) (X .)))))))))
(X (X a) (X (X bid) (X (X against) (X (X Paribas) (X (X could) (X (X n't) (X (X be) (X (X ruled) (X (X out) (X .))))))))))
(X (X petroleum) (X (X products) (X (X prices) (X (X also) (X (X declined) (X .))))))
(X (X the) (X (X Phillips) (X (X plant) (X (X makes) (X (X polyethylene) (X (X ,) (X (X polypropylene) (X (X and) (X (X other) (X (X plastic) (X (X products) (X .))))))))))))
(X (X dozens) (X (X of) (X (X workers) (X (X were) (X (X injured) (X (X ,) (X (X authorities) (X (X said) (X .)))))))))
(X (X there) (X (X was) (X (X no) (X (X immediate) (X (X estimate) (X (X of) (X (X damage) (X (X from) (X (X the) (X (X company) (X .)))))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X copper) (X :))
(X (X the) (X (X selling) (X (X that) (X (X started) (X (X on) (X (X Friday) (X (X continued) (X (X yesterday) (X .)))))))))
(X (X fund) (X (X selling) (X (X also) (X (X picked) (X (X up) (X (X at) (X (X that) (X (X point) (X .)))))))))
(X (X precious) (X (X METALS) (X :)))
(X (X grains) (X (X AND) (X (X SOYBEANS) (X :))))
(X (X strong) (X (X farmer) (X (X selling) (X (X over) (X (X the) (X (X weekend) (X (X also) (X (X weighed) (X (X on) (X (X prices) (X .)))))))))))
(X (X sugar) (X :))
(X (X cocoa) (X :))
(X (X futures) (X (X rallied) (X (X modestly) (X .))))
(X (X that) (X (X would) (X (X follow) (X (X a) (X (X 3.9) (X (X %) (X (X advance) (X (X in) (X (X August) (X .))))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X Industrial) (X (X Average) (X (X fell) (X (X 26.23) (X (X points) (X (X to) (X (X 2662.91) (X .)))))))))))
(X (X prices) (X (X of) (X (X high-yield) (X (X ,) (X (X high-risk) (X (X corporate) (X (X securities) (X (X ended) (X (X unchanged) (X .))))))))))
(X (X analysts) (X (X have) (X (X mixed) (X (X views) (X (X about) (X (X the) (X (X two-year) (X (X note) (X (X auction) (X .))))))))))
(X (X treasury) (X Securities))
(X (X here) (X (X are) (X (X auction) (X (X details) (X :)))))
(X (X both) (X (X issues) (X (X are) (X (X dated) (X (X Oct.) (X (X 26) (X .)))))))
(X (X corporate) (X Issues))
(X (X investment-grade) (X (X corporates) (X (X closed) (X (X about) (X (X 1\/4) (X (X point) (X (X higher) (X (X in) (X (X quiet) (X (X trading) (X .)))))))))))
(X (X mortgage-backed) (X Securities))
(X (X municipals))
(X (X foreign) (X Bonds))
(X (X the) (X (X yield) (X (X rose) (X (X to) (X (X 5.38) (X (X %) (X .)))))))
(X (X ``) (X (X The) (X (X croaker) (X (X 's) (X (X done) (X (X gone) (X (X from) (X (X the) (X (X hook) (X --))))))))))
(X (X damn) (X !))
(X (X he) (X (X has) (X (X two) (X (X more) (X (X years) (X (X at) (X (X Texas) (X (X A&M) (X .)))))))))
(X (X negative) (X (X answers) (X (X crackle) (X (X back) (X .)))))
(X (X we) (X (X go) (X (X from) (X (X one) (X (X to) (X (X the) (X (X other) (X .))))))))
(X (X we) (X (X cruise) (X (X toward) (X (X another) (X (X set) (X (X of) (X (X pilings) (X .))))))))
(X (X then) (X (X he) (X (X casts) (X (X out) (X .)))))
(X (X ``) (X (X Just) (X (X wait) (X (X for) (X (X that) (X (X tap-tap) (X (X ,) (X (X that) (X (X thump-thump) (X .))))))))))
(X (X it) (X (X comes) (X (X real) (X (X gentle) (X (X before) (X (X it) (X (X pulls) (X .))))))))
(X (X do) (X (X n't) (X (X forget) (X (X ,) (X (X trout) (X (X have) (X (X very) (X (X soft) (X (X mouths) (X (X .) (X '')))))))))))
(X (X the) (X (X radio) (X (X queries) (X (X again) (X .)))))
(X (X ``) (X (X You) (X (X can) (X (X tell) (X (X they) (X (X 've) (X (X got) (X (X nothin) (X (X ') (X (X .) (X '')))))))))))
(X (X it) (X (X will) (X (X develop) (X (X ,) (X (X produce) (X (X and) (X (X market) (X (X high-performance) (X (X electronic) (X (X parts) (X .)))))))))))
(X (X siemens) (X (X is) (X (X West) (X (X Germany) (X (X 's) (X (X largest) (X (X electronics) (X (X group) (X .)))))))))
(X (X it) (X (X is) (X (X the) (X (X stuff) (X (X of) (X (X dreams) (X (X ,) (X (X but) (X (X also) (X (X of) (X (X traumas) (X .))))))))))))
(X (X only) (X (X the) (X (X bravest) (X (X spirits) (X (X survive) (X (X such) (X (X roller) (X (X coasters) (X .)))))))))
(X (X and) (X (X ,) (X (X for) (X (X Ms.) (X (X Baker) (X (X ,) (X (X the) (X (X ride) (X (X was) (X (X far) (X (X from) (X (X over) (X .)))))))))))))
(X (X men) (X (X were) (X (X a) (X (X constant) (X (X complication) (X .))))))
(X (X baker) (X (X had) (X (X lots) (X (X of) (X (X them) (X .))))))
(X (X her) (X (X appetite) (X (X for) (X (X children) (X (X also) (X (X was) (X (X large) (X .))))))))
(X (X she) (X (X made) (X (X money) (X (X ,) (X (X but) (X (X spent) (X (X more) (X .))))))))
(X (X friends) (X (X pitched) (X (X in) (X .))))
(X (X paris) (X (X loved) (X (X her) (X (X at) (X (X first) (X (X sight) (X .)))))))
(X (X or) (X (X ever) (X (X will) (X (X .) (X '')))))
(X (X mr.) (X (X Lescaze) (X (X is) (X (X foreign) (X (X editor) (X (X of) (X (X the) (X (X Journal) (X .)))))))))
(X (X heady) (X (X stuff) (X (X it) (X (X 's) (X (X not) (X .))))))
(X (X manville) (X (X itself) (X (X does) (X (X n't) (X (X rule) (X (X out) (X (X a) (X (X restructuring) (X .)))))))))
(X (X analysts) (X (X predict) (X (X little) (X (X or) (X (X no) (X (X near-term) (X (X growth) (X .))))))))
(X (X they) (X (X are) (X (X ,) (X (X nonetheless) (X (X ,) (X (X high) (X (X on) (X (X Manville) (X (X 's) (X (X management) (X .)))))))))))
(X (X manville) (X (X -LRB-) (X (X NYSE) (X (X ;) (X (X Symbol) (X (X :) (X (X MVL) (X -RRB-))))))))
(X (X business) (X (X :) (X (X Forest) (X (X products) (X (X and) (X roofing))))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 74,351) (X shares)))))))
(X (X common) (X (X shares) (X (X outstanding) (X (X :) (X (X 120) (X million))))))
(X (X \*) (X (X Includes) (X (X $) (X (X 1.29) (X (X billion) (X (X extraordinary) (X (X charge) (X .))))))))
(X (X \*\*) (X (X Year) (X (X ago) (X (X figure) (X (X is) (X (X restated) (X .)))))))
(X (X gaf) (X (X ,) (X (X Part) (X (X III) (X (X is) (X (X scheduled) (X (X to) (X (X begin) (X (X today) (X .))))))))))
(X (X but) (X (X GAF) (X (X 's) (X (X bellwether) (X (X role) (X (X was) (X (X short-lived) (X .))))))))
(X (X in) (X (X August) (X (X ,) (X (X Mr.) (X (X Lewis) (X (X pleaded) (X (X guilty) (X (X to) (X (X three) (X (X felony) (X (X counts) (X .))))))))))))
(X (X neither) (X (X testified) (X (X at) (X (X the) (X (X previous) (X (X trials) (X .)))))))
(X (X for) (X (X now) (X (X ,) (X (X defense) (X (X attorneys) (X (X are) (X (X tight-lipped) (X (X about) (X (X their) (X (X plans) (X .)))))))))))
(X (X dalkon) (X (X SHIELD) (X (X CLAIMANTS) (X (X hope) (X (X to) (X (X stop) (X (X reorganization-plan) (X (X appeal) (X .)))))))))
(X (X the) (X (X dispute) (X (X pits) (X (X two) (X (X groups) (X (X of) (X (X claimants) (X (X against) (X (X each) (X (X other) (X .)))))))))))
(X (X more) (X (X than) (X (X 100,000) (X (X claims) (X (X against) (X (X Robins) (X (X are) (X (X pending) (X .)))))))))
(X (X jury) (X (X 'S) (X (X CRIMINAL) (X (X CONVICTION) (X (X under) (X (X Superfund) (X (X law) (X (X is) (X (X a) (X (X first) (X .)))))))))))
(X (X his) (X (X lawyer) (X (X could) (X (X not) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X the) (X (X CASE) (X (X OF) (X (X THE) (X (X FAKE) (X (X DALIS) (X :)))))))
(X (X mr.) (X (X Decker) (X (X is) (X (X about) (X (X 45) (X (X years) (X (X old) (X .))))))))
(X (X mr.) (X (X Decker) (X (X 's) (X (X resignation) (X (X surprised) (X (X many) (X (X industry) (X (X officials) (X .)))))))))
(X (X integrated) (X (X made) (X (X its) (X (X announcement) (X (X after) (X (X the) (X (X market) (X (X closed) (X .)))))))))
(X (X the) (X (X anticipated) (X (X drop) (X (X follows) (X (X a) (X (X 3.9) (X (X %) (X (X rise) (X (X in) (X (X August) (X .)))))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X very) (X (X light) (X (X one) (X (X million) (X (X ounces) (X .))))))))))
(X (X in) (X (X Tokyo) (X (X ,) (X (X the) (X (X Nikkei) (X (X index) (X (X added) (X (X 99.14) (X (X to) (X (X 35585.52) (X .)))))))))))
(X (X turnover) (X (X remained) (X (X relatively) (X (X small) (X .)))))
(X (X mochida) (X (X advanced) (X (X 40) (X (X to) (X (X 4,440) (X .))))))
(X (X fujisawa) (X (X gained) (X (X 50) (X (X to) (X (X 2,060) (X .))))))
(X (X ``) (X (X It) (X (X 's) (X (X better) (X (X to) (X (X wait) (X (X .) (X ''))))))))
(X (X the) (X (X 30-share) (X (X index) (X (X closed) (X (X 11.6) (X (X points) (X (X higher) (X (X at) (X (X 1772.6) (X .))))))))))
(X (X commerzbank) (X (X gained) (X (X 1) (X (X to) (X (X 252.5) (X .))))))
(X (X wellington) (X (X was) (X (X closed) (X .))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X monday) (X (X ,) (X (X October) (X (X 23) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.56) (X (X %) (X .)))))))))
(X (X bristol-myers) (X (X SQUIBB) (X (X Co) (X (X .) (X (X -LRB-) (X (X New) (X (X York) (X (X -RRB-) (X --)))))))))
(X (X a) (X (X -) (X (X Discounted) (X (X rate) (X .)))))
(X (X c) (X (X -) (X (X Yields) (X (X ,) (X (X adjusted) (X (X for) (X (X constant) (X (X maturity) (X .)))))))))
(X (X the) (X (X state) (X (X will) (X (X vigorously) (X (X defend) (X (X against) (X (X any) (X (X counterclaim) (X (X .) (X ''))))))))))
(X (X it) (X (X recently) (X (X introduced) (X (X a) (X (X line) (X (X for) (X (X the) (X (X home) (X (X market) (X .))))))))))
(X (X ldi) (X (X leases) (X (X and) (X (X sells) (X (X data-processing) (X (X ,) (X (X telecommunications) (X (X and) (X (X other) (X (X high-tech) (X (X equipment) (X .))))))))))))
(X (X shevardnadze) (X (X ADMITTED) (X (X that) (X (X Moscow) (X (X violated) (X (X the) (X (X 1972) (X (X ABM) (X (X treaty) (X .))))))))))
(X (X bay) (X (X AREA) (X (X COMMUTERS) (X (X BATTLED) (X (X earthquake-related) (X (X transportation) (X (X snarls) (X .))))))))
(X (X fog) (X (X shrouded) (X (X the) (X (X base) (X (X before) (X (X touchdown) (X .)))))))
(X (X parts) (X (X of) (X (X the) (X (X Houston) (X (X Ship) (X (X Channel) (X (X were) (X (X closed) (X .)))))))))
(X (X this) (X (X time) (X (X ,) (X (X there) (X (X are) (X (X 30) (X (X %) (X (X more) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X the) (X (X share) (X (X repurchase) (X (X will) (X (X be) (X (X funded) (X (X mostly) (X (X from) (X (X borrowings) (X .))))))))))
(X (X currently) (X (X ,) (X (X the) (X (X company) (X (X has) (X (X about) (X (X 88.1) (X (X million) (X (X common) (X (X shares) (X (X outstanding) (X .))))))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X sank) (X (X 26.23) (X (X points) (X (X ,) (X (X to) (X (X 2662.91) (X .)))))))))))
(X (X the) (X (X dollar) (X (X also) (X (X declined) (X .)))))
(X (X even) (X (X Drexel) (X (X is) (X (X pulling) (X (X back) (X .))))))
(X (X phillips) (X (X and) (X (X Arco) (X (X posted) (X (X declines) (X .))))))
(X (X ashland) (X (X had) (X (X a) (X (X loss) (X .)))))
(X (X amerada) (X (X Hess) (X (X and) (X (X Occidental) (X (X Petroleum) (X (X had) (X (X gains) (X .))))))))
(X (X the) (X (X action) (X (X renews) (X (X concern) (X (X about) (X (X buyouts) (X (X in) (X (X high-tech) (X (X industries) (X .))))))))))
(X (X japan) (X (X 's) (X (X Daiwa) (X (X Securities) (X (X named) (X (X Masahiro) (X (X Dozen) (X (X president) (X .)))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 135,860,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3411.08) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 141.90) (X (X yen) (X (X ,) (X (X off) (X (X 0.53) (X (X ;) (X (X 1.8470) (X (X marks) (X (X ,) (X (X off) (X (X 0.0108) (X .))))))))))))))
(X (X and) (X (X he) (X (X has) (X (X attached) (X (X himself) (X (X to) (X (X the) (X (X Lincoln) (X (X story) (X (X tenaciously) (X .)))))))))))
(X (X but) (X (X Chairman) (X (X Gonzalez) (X (X is) (X (X a) (X (X genuine) (X (X maverick) (X .))))))))
(X (X this) (X (X is) (X (X raising) (X (X eyebrows) (X .)))))
(X (X so) (X (X the) (X (X senators) (X (X must) (X (X brace) (X (X themselves) (X .)))))))
(X (X not) (X (X surprisingly) (X (X ,) (X (X she) (X (X quickly) (X (X adapted) (X (X to) (X (X the) (X (X American) (X (X way) (X .)))))))))))
(X (X but) (X (X I) (X (X loved) (X (X turbans) (X (X .) (X (X '') (X -RRB-)))))))
(X (X since) (X (X then) (X (X she) (X (X has) (X (X become) (X (X wealthy) (X .)))))))
(X (X now) (X (X ,) (X (X for) (X (X example) (X (X ,) (X (X she) (X (X owns) (X (X 48) (X (X hats) (X .))))))))))
(X (X ``) (X (X You) (X (X have) (X (X to) (X (X be) (X (X born) (X (X with) (X (X it) (X .)))))))))
(X (X even) (X (X in) (X (X Russia) (X (X we) (X (X managed) (X (X to) (X (X give) (X (X parties) (X .)))))))))
(X (X in) (X (X Los) (X (X Angeles) (X (X ,) (X (X in) (X (X our) (X (X lean) (X (X years) (X (X ,) (X (X we) (X (X gave) (X (X parties) (X (X .) (X ''))))))))))))))
(X (X she) (X (X serves) (X (X high) (X (X Russian) (X (X tea) (X (X ,) (X (X at) (X (X 5) (X (X p.m) (X .))))))))))
(X (X they) (X (X eat) (X (X ``) (X (X sinful) (X (X and) (X (X sensual) (X (X things) (X (X '') (X (X --) (X (X and) (X (X explain) (X (X their) (X (X clips) (X .))))))))))))))
(X (X ``) (X (X Anne) (X (X does) (X (X n't) (X (X believe) (X (X in) (X (X blandness) (X (X ,) (X (X '') (X (X said) (X (X Ms.) (X (X Smith) (X .)))))))))))))
(X (X ``) (X (X She) (X (X wants) (X (X things) (X (X to) (X (X be) (X (X exciting) (X .))))))))
(X (X and) (X (X she) (X (X has) (X (X this) (X (X inexhaustible) (X (X energy) (X .)))))))
(X (X ``) (X (X Look) (X (X at) (X (X Dostoevski) (X (X and) (X (X Kafka) (X .)))))))
(X (X tolstoy) (X (X 's) (X (X characters) (X (X eat) (X (X ,) (X (X Pushkin) (X (X 's) (X (X ,) (X (X Gogol) (X (X 's) (X (X .) (X ''))))))))))))
(X (X in) (X (X a) (X (X great) (X (X restaurant) (X (X ,) (X (X do) (X (X n't) (X (X deprive) (X (X yourself) (X .))))))))))
(X (X the) (X (X other) (X (X meals) (X (X do) (X (X n't) (X (X matter) (X (X .) (X ''))))))))
(X (X she) (X (X was) (X (X the) (X (X child) (X (X of) (X (X relative) (X (X privilege) (X .))))))))
(X (X ``) (X (X But) (X (X we) (X (X should) (X (X n't) (X (X leave) (X (X out) (X (X political) (X (X reasons) (X (X ,) (X (X number) (X (X one) (X .)))))))))))))
(X (X you) (X (X try) (X (X to) (X (X maintain) (X (X your) (X (X dignity) (X (X under) (X (X difficult) (X (X circumstances) (X .))))))))))
(X (X the) (X (X wait) (X (X was) (X (X miserable) (X .)))))
(X (X they) (X (X did) (X (X n't) (X .))))
(X (X ``) (X (X That) (X (X 's) (X (X always) (X (X looking) (X (X back) (X (X ,) (X (X '') (X (X she) (X (X said) (X .)))))))))))
(X (X ``) (X (X I) (X (X wanted) (X (X to) (X (X be) (X (X in) (X (X business) (X (X .) (X '')))))))))
(X (X soon) (X (X she) (X (X was) (X (X running) (X (X the) (X (X office) (X .)))))))
(X (X ``) (X (X Things) (X (X work) (X (X out) (X (X unexpectedly) (X (X in) (X (X life) (X (X ,) (X (X '') (X (X said) (X (X Ms.) (X (X Volokh) (X .)))))))))))))
(X (X we) (X (X were) (X (X lucky) (X .))))
(X (X ``) (X (X We) (X (X are) (X (X not) (X (X trying) (X (X to) (X (X encourage) (X (X everyone) (X (X .) (X ''))))))))))
(X (X the) (X (X goal) (X (X of) (X (X most) (X (X U.S.) (X (X firms) (X (X --) (X (X joint) (X (X ventures) (X (X --) (X (X remains) (X (X elusive) (X .)))))))))))))
(X (X some) (X (X U.S.) (X (X entrepreneurs) (X (X operate) (X (X on) (X (X a) (X (X smaller) (X (X scale) (X .)))))))))
(X (X ``) (X (X We) (X (X found) (X (X a) (X (X market) (X (X niche) (X (X ,) (X (X '') (X (X Mr.) (X (X Mills) (X (X boasts) (X .))))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X truly) (X (X entrepreneurial) (X .))))))
(X (X no) (X (X reason) (X (X for) (X (X the) (X (X request) (X (X was) (X (X given) (X .))))))))
(X (X he) (X (X gave) (X (X no) (X (X further) (X (X details) (X .))))))
(X (X chip) (X (X 's) (X (X Memory) (X (X Is) (X (X Here) (X (X Today) (X (X ,) (X (X Here) (X Tomorrow)))))))))
(X (X showing) (X (X Up) (X (X in) (X (X Court) (X (X Without) (X (X Being) (X There)))))))
(X (X that) (X (X means) (X (X huge) (X (X travel) (X (X bills) (X .))))))
(X (X japanese) (X (X Reverse) (X (X Tack) (X (X On) (X (X Patent) (X Protection))))))
(X (X odds) (X (X and) (X Ends)))
(X (X this) (X (X market) (X (X teaches) (X (X us) (X (X to) (X (X be) (X (X humble) (X (X .) (X '')))))))))
(X (X but) (X (X Mrs.) (X (X Boehm) (X (X did) (X (X n't) (X (X mention) (X (X any) (X (X of) (X (X them) (X .))))))))))
(X (X so) (X (X I) (X (X said) (X (X ,) (X (X `) (X (X Hello) (X (X .) (X '))))))))
(X (X and) (X (X she) (X (X said) (X (X ,) (X (X `) (X (X Hello) (X (X .) (X '))))))))
(X (X can) (X (X you) (X (X imagine) (X ?))))
(X (X liza) (X (X said) (X (X hello) (X (X to) (X (X me) (X (X .) (X '')))))))
(X (X ``) (X (X It) (X (X 's) (X (X the) (X (X one-upsmanship) (X (X of) (X (X name-dropping) (X (X that) (X (X counts) (X (X .) (X '')))))))))))
(X (X but) (X (X name-dropping) (X (X has) (X (X other) (X (X benefits) (X (X ,) (X (X often) (X (X civic) (X .)))))))))
(X (X take) (X (X Cleveland) (X .)))
(X (X ``) (X (X Most) (X (X people) (X (X ca) (X (X n't) (X (X even) (X (X remember) (X (X his) (X (X name) (X (X .) (X '')))))))))))
(X (X -lrb-) (X (X It) (X (X is) (X (X John) (X (X Hart) (X (X .) (X -RRB-)))))))
(X (X press) (X (X agents) (X (X and) (X (X public-relations) (X (X practitioners) (X (X are) (X (X notorious) (X (X name-droppers) (X .)))))))))
(X (X and) (X (X some) (X (X even) (X (X do) (X (X it) (X (X with) (X (X malice) (X (X aforethought) (X .)))))))))
(X (X there) (X (X are) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X obvious) (X (X dangers) (X (X to) (X (X blatant) (X (X ,) (X (X unsubstantiated) (X (X name-dropping) (X .))))))))))))))
(X (X she) (X (X prefers) (X (X `) (X (X Elizabeth) (X (X .) (X (X ') (X '')))))))
(X (X and) (X (X her) (X (X husband) (X (X sometimes) (X (X calls) (X (X her) (X (X ``) (X (X Ducky) (X (X .) (X ''))))))))))
(X (X but) (X (X no) (X (X one) (X (X else) (X (X does) (X .))))))
(X (X part) (X (X of) (X (X a) (X (X Series) (X -RCB-)))))
(X (X smyrna) (X (X ,) (X (X Ga.) (X --))))
(X (X now) (X (X there) (X (X are) (X (X 23) (X .)))))
(X (X and) (X (X especially) (X (X ,) (X (X as) (X (X the) (X (X Cobb) (X (X Parkway) (X (X strip) (X (X attests) (X (X ,) (X (X in) (X (X cars) (X .)))))))))))))
(X (X now) (X (X there) (X (X are) (X (X many) (X (X cars) (X (X for) (X (X every) (X (X purse) (X (X and) (X (X purpose) (X .)))))))))))
(X (X which) (X (X cars) (X (X do) (X (X Americans) (X (X favor) (X (X most) (X (X these) (X (X days) (X ?)))))))))
(X (X but) (X (X out) (X (X on) (X (X Cobb) (X (X Parkway) (X (X ,) (X (X Ted) (X (X Negas) (X (X sees) (X (X it) (X (X differently) (X .))))))))))))
(X (X manufacturers) (X (X ,) (X (X too) (X (X ,) (X (X are) (X (X stretching) (X (X further) (X (X to) (X (X lure) (X (X buyers) (X .)))))))))))
(X (X cadillac) (X (X may) (X (X be) (X (X on) (X (X to) (X (X something) (X .)))))))
(X (X both) (X (X features) (X (X appealed) (X (X most) (X (X to) (X (X buyers) (X (X under) (X (X 45) (X .)))))))))
(X (X ``) (X (X The) (X (X second) (X (X time) (X (X ,) (X (X '') (X (X he) (X (X says) (X (X ,) (X (X ``) (X (X they) (X (X left) (X (X the) (X (X shovel) (X (X .) (X ''))))))))))))))))
(X (X ``) (X (X And) (X (X you) (X (X ca) (X (X n't) (X (X cut) (X (X this) (X (X chain) (X (X with) (X (X bolt) (X (X cutters) (X .))))))))))))
(X (X overall) (X (X ,) (X (X Salomon) (X (X reported) (X (X program) (X (X trading) (X (X volume) (X (X of) (X (X 75.2) (X (X million) (X (X shares) (X .))))))))))))
(X (X the) (X (X suit) (X (X seeks) (X (X unspecified) (X (X damages) (X .))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X it) (X (X did) (X (X n't) (X (X release) (X (X terms) (X (X of) (X (X the) (X (X transaction) (X .)))))))))
(X (X they) (X (X ca) (X (X n't) (X (X afford) (X (X to) (X (X stay) (X (X out) (X (X of) (X (X HDTV) (X (X .) (X '')))))))))))
(X (X indeed) (X (X ,) (X (X the) (X (X stakes) (X (X are) (X (X high) (X .)))))))
(X (X yet) (X (X another) (X (X political) (X (X scandal) (X (X is) (X (X racking) (X (X Japan) (X .))))))))
(X (X but) (X (X the) (X (X implications) (X (X could) (X (X be) (X (X great) (X .)))))))
(X (X to) (X (X many) (X (X Japanese) (X (X ,) (X (X pachinko) (X (X is) (X (X benign) (X (X or) (X (X enticingly) (X (X unsavory) (X .)))))))))))
(X (X the) (X (X Chosen) (X (X Soren) (X (X and) (X (X the) (X (X JSP) (X (X immediately) (X (X denied) (X (X the) (X (X report) (X .)))))))))))
(X (X afterwards) (X (X ,) (X (X I) (X (X went) (X (X home) (X (X and) (X (X practiced) (X (X for) (X (X three) (X (X hours) (X (X .) (X ''))))))))))))
(X (X ``) (X (X But) (X (X she) (X (X was) (X (X always) (X (X encouraging) (X .)))))))
(X (X she) (X (X only) (X (X put) (X (X her) (X (X foot) (X (X down) (X (X twice) (X (X ,) (X (X '') (X (X he) (X (X continues) (X .))))))))))))
(X (X she) (X (X thought) (X (X I) (X (X was) (X (X n't) (X (X getting) (X (X my) (X (X practicing) (X (X done) (X (X .) (X '')))))))))))
(X (X and) (X (X he) (X (X yelled) (X (X out) (X (X `) (X (X dolce) (X (X !) (X (X dolce) (X (X !) (X (X ') (X (X -LCB-) (X (X `) (X (X sweet) (X (X !) (X (X sweet) (X (X !) (X (X ') (X (X -RCB-) (X (X .) (X ''))))))))))))))))))))
(X (X ``) (X (X So) (X (X we) (X (X did) (X (X it) (X (X over) (X (X ,) (X (X '') (X (X he) (X (X adds) (X .)))))))))))
(X (X ``) (X (X I) (X (X played) (X (X very) (X (X transparently) (X (X ,) (X (X with) (X (X the) (X (X tip) (X (X of) (X (X the) (X (X bow) (X .)))))))))))))
(X (X on) (X (X Isaac) (X (X Stern) (X (X 's) (X (X recording) (X (X it) (X (X 's) (X (X very) (X (X biting) (X (X .) (X '')))))))))))
(X (X ms.) (X (X Jepson) (X (X is) (X (X a) (X (X free-lance) (X (X music) (X (X writer) (X (X in) (X (X New) (X (X York) (X .)))))))))))
(X (X are) (X (X consumers) (X (X too) (X (X deep) (X (X in) (X (X hock) (X ?)))))))
(X (X the) (X (X worriers) (X (X cite) (X (X some) (X (X worrisome) (X (X trends) (X .)))))))
(X (X but) (X (X what) (X (X about) (X (X the) (X (X debt) (X (X burden) (X ?)))))))
(X (X and) (X (X much) (X (X home-equity) (X (X credit) (X (X is) (X (X used) (X (X conservatively) (X .))))))))
(X (X ``) (X (X We) (X (X are) (X (X a) (X (X vanishing) (X (X breed) (X (X ,) (X (X '') (X (X he) (X (X muses) (X .)))))))))))
(X (X the) (X (X company) (X (X sells) (X (X image) (X .)))))
(X (X you) (X (X never) (X (X know) (X (X where) (X (X she) (X (X 'll) (X (X turn) (X (X up) (X (X .) (X ''))))))))))
(X (X warnaco) (X (X also) (X (X owns) (X (X Warners) (X (X ,) (X (X another) (X (X major) (X (X intimate) (X (X apparel) (X (X maker) (X .)))))))))))
(X (X mr.) (X (X Lesk) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X to) (X (X comment) (X .)))))))))
(X (X ``) (X (X My) (X (X style) (X (X is) (X (X less) (X (X informal) (X (X ,) (X (X '') (X (X Mr.) (X (X Brawer) (X (X says) (X .))))))))))))
(X (X ``) (X (X You) (X (X can) (X (X think) (X (X long) (X (X range) (X (X .) (X ''))))))))
(X (X the) (X (X company) (X (X could) (X (X command) (X (X a) (X (X good) (X (X price) (X (X in) (X (X the) (X (X market) (X .)))))))))))
(X (X each) (X (X has) (X (X an) (X (X equal) (X (X vote) (X (X at) (X (X the) (X (X monthly) (X (X meetings) (X .))))))))))
(X (X ``) (X (X We) (X (X are) (X (X all) (X (X very) (X (X amiable) (X (X ,) (X (X '') (X (X Mr.) (X (X Brawer) (X (X says) (X .))))))))))))
(X (X the) (X (X company) (X (X reported) (X (X good) (X (X gains) (X (X in) (X (X all) (X (X of) (X (X its) (X (X divisions) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X at) (X (X 13,000) (X (X feet) (X (X ,) (X (X the) (X (X engines) (X (X restarted) (X .))))))))
(X (X that) (X (X may) (X (X soon) (X (X change) (X .)))))
(X (X flights) (X (X are) (X (X ``) (X (X missions) (X (X .) (X ''))))))
(X (X competitors) (X (X are) (X (X known) (X (X as) (X (X the) (X (X ``) (X (X enemy) (X (X .) (X '')))))))))
(X (X to) (X (X reinforce) (X (X employees) (X (X ') (X (X dedication) (X (X ,) (X (X Mr.) (X (X Smith) (X (X pays) (X (X well) (X .)))))))))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X just) (X (X hand) (X (X the) (X (X customer) (X (X the) (X (X package) (X .)))))))))))
(X (X that) (X (X 's) (X (X just) (X (X the) (X (X beginning) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X ``) (X (X In) (X (X essence) (X (X ,) (X (X we) (X (X run) (X (X the) (X (X show) (X (X .) (X ''))))))))))
(X (X ``) (X (X This) (X (X is) (X (X America) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))
(X (X when) (X (X the) (X (X pilots) (X (X refused) (X (X ,) (X (X the) (X (X company) (X (X retracted) (X (X it) (X .))))))))))
(X (X mr.) (X (X Smith) (X (X angered) (X (X Federal) (X (X 's) (X (X pilots) (X (X ,) (X (X too) (X .)))))))))
(X (X mr.) (X (X Smith) (X (X is) (X (X trying) (X (X hard) (X (X to) (X (X allay) (X (X the) (X (X anger) (X .))))))))))
(X (X already) (X (X ,) (X (X the) (X (X fight) (X (X has) (X (X been) (X (X costly) (X .))))))))
(X (X such) (X (X animosity) (X (X could) (X (X prove) (X (X pivotal) (X (X in) (X (X the) (X (X union) (X (X vote) (X .))))))))))
(X (X anti-union) (X (X pilots) (X (X have) (X (X held) (X (X ballot-burning) (X (X parties) (X .)))))))
(X (X delivery) (X (X is) (X (X to) (X (X begin) (X (X in) (X (X early) (X (X 1991) (X .))))))))
(X (X harsco) (X (X produces) (X (X products) (X (X for) (X (X defense) (X (X ,) (X (X industrial) (X (X ,) (X (X commercial) (X (X and) (X (X construction) (X (X markets) (X .)))))))))))))
(X (X the) (X (X Senate) (X (X did) (X (X n't) (X (X vote) (X (X on) (X (X six) (X (X lesser) (X (X charges) (X .))))))))))
(X (X a) (X (X spinoff) (X (X series) (X (X ,) (X (X of) (X (X course) (X .)))))))
(X (X a) (X (X nun) (X (X raising) (X (X some) (X (X lovable) (X (X orphans) (X .)))))))
(X (X a) (X (X den) (X (X mother) (X (X raising) (X (X some) (X (X lovable) (X (X teen) (X (X models) (X .)))))))))
(X (X ``) (X (X Back) (X (X in) (X (X 1964) (X (X ,) (X (X the) (X (X FBI) (X (X had) (X (X five) (X (X black) (X (X agents) (X .))))))))))))
(X (X he) (X (X describes) (X (X a) (X (X reporter) (X (X as) (X (X ``) (X (X Miss) (X (X First) (X (X Amendment) (X (X .) (X '')))))))))))
(X (X he) (X (X describes) (X (X a) (X (X drowned) (X (X corpse) (X (X as) (X (X ``) (X (X Esther) (X (X Williams) (X (X .) (X '')))))))))))
(X (X it) (X (X 's) (X (X wildly) (X (X overwritten) (X .)))))
(X (X ``) (X (X You) (X (X twist) (X (X people) (X (X 's) (X (X trust) (X .)))))))
(X (X you) (X (X built) (X (X your) (X (X career) (X (X on) (X (X prejudice) (X (X and) (X (X hate) (X .)))))))))
(X (X the) (X (X scars) (X (X will) (X (X be) (X (X here) (X (X years) (X (X after) (X (X the) (X (X polls) (X (X close) (X (X .) (X ''))))))))))))
(X (X in) (X (X each) (X (X show) (X (X ,) (X (X Mancuso) (X (X gets) (X (X to) (X (X unleash) (X (X similar) (X (X harangues) (X :)))))))))))
(X (X that) (X (X 's) (X (X not) (X (X plot) (X .)))))
(X (X that) (X (X 's) (X (X not) (X (X character) (X .)))))
(X (X that) (X (X 's) (X (X hyperventilating) (X .))))
(X (X --) (X (X George) (X (X O.) (X (X Ludcke) (X .)))))
(X (X net) (X Gain))
(X (X --) (X (X Bern) (X (X Sharfman) (X .))))
(X (X daffynition))
(X (X tv) (X (X evangelist) (X (X :) (X (X salesparson) (X .)))))
(X (X --) (X (X Marguerite) (X (X Whitley) (X (X May) (X .)))))
(X (X texaco) (X (X has) (X (X also) (X (X been) (X (X attempting) (X (X to) (X (X sell) (X (X oil) (X (X properties) (X .))))))))))
(X (X not) (X (X all) (X (X of) (X (X those) (X (X parcels) (X (X have) (X (X yet) (X (X been) (X (X sold) (X .))))))))))
(X (X michael) (X (X E.) (X Hill)))
(X (X the) (X (X report) (X (X follows) (X (X five-consecutive) (X (X declines) (X (X in) (X (X full) (X (X monthly) (X (X figures) (X .))))))))))
(X (X ag) (X (X is) (X (X hardly) (X (X alone) (X (X in) (X (X its) (X (X anxiety) (X .))))))))
(X (X asahi) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X ``) (X (X It) (X (X 's) (X (X a) (X (X very) (X (X small) (X (X shop) (X (X .) (X '')))))))))
(X (X that) (X (X task) (X (X is) (X (X one) (X (X of) (X (X Washington) (X (X 's) (X (X perennial) (X (X problems) (X .))))))))))
(X (X both) (X (X have) (X (X become) (X (X confidants) (X (X of) (X (X President) (X (X Bush) (X .))))))))
(X (X bureaucrats) (X (X may) (X (X deserve) (X (X their) (X (X bad) (X (X reputation) (X (X ,) (X (X after) (X (X all) (X .))))))))))
(X (X so) (X (X far) (X (X ,) (X (X though) (X (X ,) (X (X Mr.) (X (X Lesko) (X (X has) (X (X received) (X (X only) (X (X one) (X (X entry) (X .)))))))))))))
(X (X newspapers) (X (X ,) (X (X including) (X (X this) (X (X one) (X (X ,) (X (X have) (X (X generally) (X (X ignored) (X (X his) (X (X news) (X (X releases) (X .)))))))))))))
(X (X talk) (X (X show) (X (X hosts) (X (X quickly) (X (X change) (X (X the) (X (X topic) (X .))))))))
(X (X ``) (X (X People) (X (X hate) (X (X to) (X (X write) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X now) (X (X there) (X (X 's) (X (X an) (X (X idea) (X .))))))
(X (X ford) (X (X faces) (X (X an) (X (X uphill) (X (X fight) (X (X for) (X (X Jaguar) (X (X ,) (X (X however) (X .))))))))))
(X (X joann) (X (X S.) (X (X Lublin) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X mr.) (X (X Jones) (X (X takes) (X (X heart) (X .)))))
(X (X ``) (X (X He) (X (X 's) (X (X a) (X (X genuine) (X (X Wheaties-box) (X (X athlete) (X (X ,) (X (X '') (X (X gushes) (X (X Mr.) (X (X Jones) (X .)))))))))))))
(X (X ah) (X (X ,) (X (X the) (X (X glamour) (X (X of) (X (X professional) (X (X sports) (X .))))))))
(X (X it) (X (X has) (X (X some) (X (X of) (X (X the) (X (X highest) (X (X costs) (X (X in) (X (X the) (X (X league) (X .)))))))))))
(X (X its) (X (X attendance) (X (X is) (X (X off) (X (X 23) (X (X %) (X (X from) (X (X six) (X (X years) (X (X ago) (X .)))))))))))
(X (X ``) (X (X One) (X (X team) (X (X pays) (X (X so) (X (X much) (X (X and) (X (X the) (X (X other) (X (X pays) (X (X more) (X .))))))))))))
(X (X we) (X (X just) (X (X do) (X (X n't) (X (X have) (X (X that) (X (X kind) (X (X of) (X (X income) (X (X stream) (X (X .) (X ''))))))))))))
(X (X all) (X (X this) (X (X is) (X (X causing) (X (X convulsions) (X (X in) (X (X professional) (X (X football) (X .)))))))))
(X (X for) (X (X Mr.) (X (X Jones) (X (X ,) (X (X it) (X (X was) (X (X just) (X (X the) (X (X beginning) (X .))))))))))
(X (X mr.) (X (X Jones) (X (X calls) (X (X the) (X (X ranch) (X (X ``) (X (X the) (X (X Pentagon) (X (X of) (X (X Sportdom) (X (X .) (X ''))))))))))))
(X (X ``) (X (X I) (X (X said) (X (X ,) (X (X `) (X (X Somebody) (X (X come) (X (X get) (X (X me) (X .))))))))))
(X (X i) (X (X 'm) (X (X at) (X (X extension) (X (X 29) (X (X .) (X (X ') (X ''))))))))
(X (X ``) (X (X It) (X (X 's) (X (X just) (X (X not) (X (X cost) (X (X efficient) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X mr.) (X (X Jones) (X (X is) (X (X attacking) (X (X the) (X (X problem) (X (X on) (X (X several) (X (X fronts) (X .))))))))))
(X (X today) (X (X ,) (X (X 30) (X (X have) (X .)))))
(X (X in) (X (X Chicago) (X (X ,) (X (X for) (X (X example) (X (X ,) (X (X size) (X (X is) (X (X the) (X (X issue) (X .)))))))))))
(X (X the) (X (X current) (X (X contract) (X (X pays) (X (X the) (X (X NFL) (X (X $) (X (X 1.4) (X (X billion) (X .))))))))))
(X (X the) (X (X changes) (X (X have) (X (X n't) (X (X come) (X (X easy) (X .)))))))
(X (X the) (X (X owners) (X (X meet) (X (X again) (X (X tomorrow) (X .))))))
(X (X was) (X (X not) (X (X the) (X (X title) (X (X very) (X (X clear) (X ?)))))))
(X (X really) (X (X now) (X (X ,) (X (X did) (X (X she) (X (X have) (X (X to) (X (X ask) (X ?)))))))))
(X (X every) (X (X issue) (X (X is) (X (X multisided) (X .)))))
(X (X salaam) (X .))
(X (X shalom) (X .))
(X (X charlotte) (X (X Carpenter) (X (X Bainbridge) (X (X Island) (X (X ,) (X (X Wash) (X .)))))))
(X (X urban) (X (X is) (X (X the) (X (X company) (X (X 's) (X (X first) (X (X telephone) (X (X subsidiary) (X (X in) (X (X Wisconsin) (X .)))))))))))
(X (X there) (X (X is) (X (X a) (X (X simple) (X (X reason) (X (X for) (X (X this) (X (X :) (X (X the) (X (X Cuban) (X (X people) (X .))))))))))))
(X (X there) (X (X is) (X (X no) (X (X rational) (X (X justification) (X (X for) (X (X such) (X (X behavior) (X .)))))))))
(X (X rachel) (X (X Weiss) (X (X Brookline) (X (X ,) (X (X Mass) (X .))))))
(X (X ``) (X (X Every) (X (X broker) (X (X has) (X (X blocks) (X (X of) (X (X every) (X (X size) (X (X and) (X (X maturity) (X (X .) (X ''))))))))))))
(X (X the) (X (X recent) (X (X sharp) (X (X stock) (X (X market) (X (X decline) (X (X exacerbated) (X (X those) (X (X concerns) (X .))))))))))
(X (X until) (X (X last) (X (X week) (X (X ,) (X (X Mr.) (X (X Dinkins) (X (X was) (X (X considered) (X (X a) (X (X shoo-in) (X .)))))))))))
(X (X now) (X (X ,) (X (X there) (X (X have) (X (X been) (X (X a) (X (X number) (X (X of) (X (X questions) (X (X raised) (X (X .) (X ''))))))))))))
(X (X neither) (X (X could) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))
(X (X ``) (X (X We) (X (X were) (X (X reassured) (X (X they) (X (X would) (X (X stand) (X (X behind) (X (X the) (X (X company) (X (X .) (X ''))))))))))))
(X (X however) (X (X ,) (X (X ``) (X (X we) (X (X are) (X (X n't) (X (X currently) (X (X doing) (X (X anything) (X .))))))))))
(X (X ``) (X (X They) (X (X are) (X (X becoming) (X (X more) (X (X independent) (X .)))))))
(X (X it) (X (X 's) (X (X a) (X (X sound) (X (X phenomenon) (X (X .) (X '')))))))
(X (X ``) (X (X We) (X (X made) (X (X our) (X (X own) (X (X decision) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X and) (X (X Seita) (X (X is) (X (X considering) (X (X further) (X (X diversification) (X .)))))))
(X (X it) (X (X currently) (X (X is) (X (X considering) (X (X bidding) (X (X for) (X (X Swedish) (X (X Match) (X (X Co) (X .))))))))))
(X (X mr.) (X (X Barre) (X (X 's) (X (X rule) (X (X is) (X (X crumbling) (X (X fast) (X .))))))))
(X (X inflation) (X (X is) (X (X at) (X (X record) (X (X levels) (X .))))))
(X (X back) (X (X to) (X (X Somalia) (X :))))
(X (X but) (X (X this) (X (X is) (X (X not) (X (X enough) (X .))))))
(X (X mccormick) (X (X is) (X (X a) (X (X developer) (X (X and) (X (X manager) (X (X of) (X (X futures-investment) (X (X limited) (X (X partnerships) (X .)))))))))))
(X (X that) (X (X 's) (X (X higher) (X (X than) (X (X some) (X (X other) (X (X estimates) (X .))))))))
(X (X still) (X (X ,) (X (X there) (X (X was) (X (X a) (X (X breakthrough) (X (X at) (X (X Geneva) (X .)))))))))
(X (X in) (X (X the) (X (X end) (X (X politics) (X (X got) (X (X in) (X (X the) (X (X way) (X .)))))))))
(X (X though) (X (X tiny) (X (X ,) (X (X that) (X (X 's) (X (X a) (X (X reduction) (X (X in) (X (X its) (X (X share) (X .)))))))))))
(X (X officially) (X (X ,) (X (X the) (X (X statement) (X (X is) (X (X n't) (X (X an) (X (X attack) (X (X on) (X (X the) (X (X Rafale) (X .))))))))))))
(X (X so) (X (X far) (X (X ,) (X (X Mr.) (X (X Dassault) (X (X has) (X (X resisted) (X (X pressure) (X (X to) (X (X change) (X .)))))))))))
(X (X the) (X (X citation) (X (X was) (X (X misstated) (X (X in) (X (X Friday) (X (X 's) (X (X edition) (X .)))))))))
(X (X for) (X (X Cathay) (X (X Pacific) (X (X Airways) (X (X ,) (X (X the) (X (X smooth) (X (X ride) (X (X may) (X (X be) (X (X ending) (X .))))))))))))
(X (X cathay) (X (X is) (X (X taking) (X (X several) (X (X steps) (X (X to) (X (X bolster) (X (X business) (X .)))))))))
(X (X one) (X (X step) (X (X is) (X (X to) (X (X beef) (X (X up) (X (X its) (X (X fleet) (X .)))))))))
(X (X cathay) (X (X officials) (X (X decline) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X speculation) (X .)))))))))
(X (X friday) (X (X ,) (X (X October) (X (X 20) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.52) (X (X %) (X .)))))))))
(X (X she) (X (X bursts) (X (X into) (X (X tears) (X (X and) (X (X walks) (X (X away) (X .))))))))
(X (X people) (X (X have) (X (X been) (X (X very) (X (X respectful) (X (X of) (X (X each) (X (X other) (X .)))))))))
(X (X she) (X (X went) (X (X first) (X (X for) (X (X personal) (X (X mementos) (X .)))))))
(X (X in) (X (X post-earthquake) (X (X parlance) (X (X ,) (X (X her) (X (X building) (X (X is) (X (X a) (X (X ``) (X (X red) (X (X .) (X ''))))))))))))
(X (X it) (X (X belonged) (X (X to) (X (X her) (X (X grandfather) (X .))))))
(X (X enforcement) (X (X of) (X (X restricted-entry) (X (X rules) (X (X was) (X (X sporadic) (X (X ,) (X (X residents) (X (X said) (X .))))))))))
(X (X a) (X (X warm) (X (X foster) (X (X home) (X (X has) (X (X been) (X (X found) (X .))))))))
(X (X only) (X (X it) (X (X is) (X (X safer) (X (X ,) (X (X and) (X (X busier) (X .))))))))
(X (X an) (X (X additional) (X (X benefit) (X (X is) (X (X the) (X (X creation) (X (X of) (X (X jobs) (X .)))))))))
(X (X so) (X (X what) (X (X 's) (X (X the) (X (X catch) (X ?))))))
(X (X security) (X (X costs) (X (X are) (X (X also) (X (X quite) (X (X high) (X .)))))))
(X (X shrubs) (X (X and) (X (X flowers) (X (X give) (X (X it) (X (X a) (X (X pleasing) (X (X and) (X (X non-fortress-like) (X (X appearance) (X .)))))))))))
(X (X if) (X (X the) (X (X risks) (X (X and) (X (X rewards) (X (X are) (X (X reasonable) (X (X ,) (X (X developers) (X (X will) (X (X respond) (X .))))))))))))
(X (X the) (X (X answer) (X (X will) (X (X be) (X (X obvious) (X .))))))
(X (X manufacturers) (X (X Hanover) (X (X Trust) (X (X Co.) (X (X is) (X (X redemption) (X (X agent) (X .))))))))
(X (X it) (X (X invests) (X (X primarily) (X (X in) (X (X tax-exempt) (X (X municipal) (X (X securities) (X .))))))))
(X (X three) (X (X companies) (X (X began) (X (X trading) (X (X over) (X (X the) (X (X counter) (X .))))))))
(X (X sierra) (X (X Tucson) (X (X Cos.) (X (X ,) (X (X Tucson) (X (X ,) (X (X Ariz.) (X (X ,) (X (X started) (X (X trading) (X (X under) (X (X STSN) (X .)))))))))))))
(X (X it) (X (X operates) (X (X various) (X (X types) (X (X of) (X (X addiction-treatment) (X (X facilities) (X .))))))))
(X (X aldus) (X (X ,) (X (X Seattle) (X (X ,) (X (X makes) (X (X computer) (X (X software) (X (X products) (X .)))))))))
(X (X pse) (X (X has) (X (X about) (X (X 9.2) (X (X million) (X (X shares) (X (X outstanding) (X .))))))))
(X (X understandably) (X (X ,) (X (X smaller) (X (X growth) (X (X stocks) (X (X have) (X (X n't) (X (X been) (X (X in) (X (X favor) (X (X recently) (X .))))))))))))
(X (X st.) (X (X Jude) (X (X finished) (X (X up) (X (X 1\/4) (X (X to) (X (X 44) (X (X 1\/2) (X (X on) (X (X Friday) (X .)))))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X the) (X (X Nasdaq) (X (X Composite) (X (X Index) (X (X eased) (X (X 0.13) (X (X to) (X (X 470.67) (X .)))))))))
(X (X it) (X (X was) (X (X a) (X (X busy) (X (X week) (X (X for) (X (X OTC) (X (X stocks) (X .)))))))))
(X (X the) (X (X company) (X (X reported) (X (X a) (X (X big) (X (X third-quarter) (X (X loss) (X (X on) (X (X Thursday) (X .))))))))))
(X (X one) (X (X bank) (X (X stock) (X (X was) (X (X a) (X (X winner) (X .)))))))
(X (X banco) (X (X Popular) (X (X ,) (X (X meanwhile) (X (X ,) (X (X dropped) (X (X 1) (X (X 1\/4) (X (X to) (X (X 21) (X (X 1\/2) (X .))))))))))))
(X (X sierra) (X (X Tucson) (X (X operates) (X (X an) (X (X addiction) (X (X treatment) (X (X center) (X .))))))))
(X (X medstone) (X (X International) (X (X plummeted) (X (X 3) (X (X 1\/4) (X (X to) (X (X 7) (X (X 1\/4) (X .)))))))))
(X (X as) (X (X a) (X (X result) (X (X ,) (X (X the) (X (X company) (X (X has) (X (X suspended) (X (X its) (X (X quarterly) (X (X dividend) (X .))))))))))))
(X (X mccaw) (X (X Cellular) (X (X Communications) (X (X and) (X (X its) (X (X target) (X (X ,) (X (X LIN) (X (X Broadcasting) (X (X ,) (X (X were) (X (X active) (X .)))))))))))))
(X (X first) (X (X Interstate) (X (X made) (X (X the) (X (X move) (X (X under) (X (X pressure) (X (X from) (X (X regulators) (X .))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X frightening) (X (X ,) (X (X '') (X (X Mr.) (X (X Shattuck) (X (X said) (X .))))))))))
(X (X some) (X (X in) (X (X Arizona) (X (X think) (X (X that) (X (X may) (X (X be) (X (X optimistic) (X .)))))))))
(X (X but) (X (X Conner) (X (X is) (X (X n't) (X (X standing) (X (X still) (X .)))))))
(X (X conner) (X (X already) (X (X is) (X (X shipping) (X (X its) (X (X new) (X (X drives) (X .))))))))
(X (X ``) (X (X We) (X (X have) (X (X no) (X (X in-office) (X (X business) (X (X .) (X ''))))))))
(X (X jury) (X (X CONVICTS) (X (X congressman) (X (X in) (X (X connection) (X (X with) (X (X Wedtech) (X (X Corp.) (X (X scandal) (X .))))))))))
(X (X disciplinary) (X (X PROCEEDINGS) (X (X against) (X (X lawyers) (X (X open) (X (X to) (X (X public) (X (X in) (X (X Illinois) (X .))))))))))
(X (X the) (X (X actual) (X (X disciplinary) (X (X hearings) (X (X will) (X (X be) (X (X public) (X .))))))))
(X (X ``) (X (X You) (X (X do) (X (X n't) (X (X have) (X (X a) (X (X right) (X (X to) (X (X practice) (X .))))))))))
(X (X you) (X (X only) (X (X have) (X (X a) (X (X privilege) (X (X to) (X (X practice) (X (X .) (X '')))))))))
(X (X both) (X (X Philip) (X (X Morris) (X (X and) (X (X Backer) (X (X Spielvogel) (X (X declined) (X (X to) (X (X comment) (X .))))))))))
(X (X the) (X (X bridge) (X (X normally) (X (X carries) (X (X 250,000) (X (X commuters) (X (X a) (X (X day) (X .)))))))))
(X (X about) (X (X 130,000) (X (X vehicles) (X (X cross) (X (X during) (X (X a) (X (X 24-hour) (X (X period) (X .)))))))))
(X (X it) (X (X also) (X (X raised) (X (X hackles) (X (X of) (X (X the) (X (X city) (X (X 's) (X (X tourism) (X (X boosters) (X .)))))))))))
(X (X city) (X (X building) (X (X codes) (X (X require) (X (X construction) (X (X that) (X (X can) (X (X resist) (X (X temblors) (X .))))))))))
(X (X g.) (X (X Christian) (X (X Hill) (X (X and) (X (X Ken) (X (X Wells) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))))
(X (X we) (X (X 've) (X (X taken) (X (X it) (X (X on) (X (X the) (X (X chin) (X .))))))))
(X (X the) (X (X Bakersfield) (X (X Supermarket) (X (X went) (X (X out) (X (X of) (X (X business) (X (X last) (X (X May) (X .))))))))))
(X (X the) (X (X reason) (X (X was) (X (X not) (X (X high) (X (X interest) (X (X rates) (X (X or) (X (X labor) (X (X costs) (X .)))))))))))
(X (X for) (X (X creating) (X (X a) (X (X focus) (X (X for) (X (X neighborhood) (X (X life) (X .))))))))
(X (X it) (X (X gave) (X (X 1,124) (X (X businesses) (X (X a) (X (X questionnaire) (X (X and) (X (X analyzed) (X (X 353) (X (X responses) (X .)))))))))))
(X (X seventeen) (X (X percent) (X (X reported) (X (X their) (X (X customers) (X (X being) (X (X robbed) (X .))))))))
(X (X this) (X (X creates) (X (X several) (X (X problems) (X .)))))
(X (X but) (X (X this) (X (X raises) (X (X added) (X (X cost) (X (X barriers) (X (X to) (X (X urban) (X (X entrepreneurship) (X .))))))))))
(X (X at) (X (X last) (X (X report) (X (X ,) (X (X Enfield) (X (X had) (X (X about) (X (X 44.5) (X (X million) (X (X shares) (X (X outstanding) (X .))))))))))))
(X (X diversification) (X (X pays) (X .)))
(X (X ``) (X (X That) (X (X means) (X (X stocks) (X (X ,) (X (X bonds) (X (X ,) (X (X money) (X (X market) (X (X instruments) (X (X and) (X (X real) (X (X estate) (X (X .) (X '')))))))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X like) (X (X kicking) (X (X the) (X (X tires) (X (X of) (X (X a) (X (X car) (X (X ...) (X .))))))))))))
(X (X ``) (X (X You) (X (X do) (X (X n't) (X (X make) (X (X any) (X (X real) (X (X money) (X (X .) (X ''))))))))))
(X (X ``) (X (X In) (X (X a) (X (X downward) (X (X market) (X (X ,) (X (X bonds) (X (X act) (X (X better) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))))
(X (X but) (X (X investors) (X (X do) (X (X n't) (X (X seem) (X (X to) (X (X think) (X (X so) (X .)))))))))
(X (X source) (X (X :) (X (X Lipper) (X (X Analytical) (X (X Services) (X (X Inc) (X .)))))))
(X (X \*) (X (X Not) (X (X counting) (X dividends))))
(X (X \*\*) (X (X With) (X (X dividends) (X reinvested))))
(X (X sources) (X (X :) (X (X Lipper) (X (X Analytical) (X (X Services) (X (X Inc.) (X (X ;) (X (X Standard) (X (X &) (X (X Poor) (X (X 's) (X (X Corp) (X .)))))))))))))
(X (X he) (X (X is) (X (X ogling) (X (X the) (X (X curtains) (X (X rippling) (X (X above) (X (X the) (X (X ventilation) (X (X ducts) (X .)))))))))))
(X (X ``) (X (X The) (X (X ventilation) (X (X here) (X (X is) (X (X great) (X (X !) (X ''))))))))
(X (X what) (X (X really) (X (X stirs) (X (X his) (X (X muse) (X (X ,) (X (X though) (X (X ,) (X (X is) (X (X aerobic) (X (X architecture) (X .))))))))))))
(X (X now) (X (X the) (X (X question) (X (X is) (X (X :) (X (X Is) (X (X Poland) (X (X ready) (X (X for) (X (X it) (X ?)))))))))))
(X (X the) (X (X project) (X (X has) (X (X already) (X (X acquired) (X (X a) (X (X certain) (X (X New) (X (X York) (X (X cachet) (X .)))))))))))
(X (X solar-powered) (X (X batteries) (X (X will) (X (X make) (X (X the) (X (X spire) (X (X glow) (X .))))))))
(X (X the) (X (X windows) (X (X will) (X (X open) (X .)))))
(X (X he) (X (X earned) (X (X a) (X (X master) (X (X 's) (X (X degree) (X (X in) (X (X architecture) (X (X from) (X (X Yale) (X .)))))))))))
(X (X his) (X (X interest) (X (X in) (X (X the) (X (X natural) (X (X environment) (X (X dates) (X (X from) (X (X his) (X (X youth) (X .)))))))))))
(X (X the) (X (X budget) (X (X was) (X (X only) (X (X $) (X (X 400,000) (X .)))))))
(X (X ``) (X (X Athens) (X (X with) (X (X Spartan) (X (X means) (X (X ,) (X (X '') (X (X Mr.) (X (X McDonough) (X (X says) (X .)))))))))))
(X (X in) (X (X offices) (X (X ,) (X (X triphosphorous) (X (X bulbs) (X (X simulate) (X (X daylight) (X .))))))))
(X (X maybe) (X (X they) (X (X were) (X (X hidden) (X (X by) (X (X all) (X (X the) (X (X people) (X (X .) (X ''))))))))))
(X (X the) (X (X restaurant) (X (X was) (X (X conceived) (X (X as) (X (X a) (X (X sparkling) (X (X ,) (X (X crystalline) (X (X ``) (X (X geode) (X (X .) (X '')))))))))))))
(X (X the) (X (X ambitious) (X (X Warsaw) (X (X project) (X (X still) (X (X awaits) (X (X approval) (X (X by) (X (X city) (X (X officials) (X .)))))))))))
(X (X its) (X (X developer) (X (X is) (X (X a) (X (X Polish) (X (X American) (X (X ,) (X (X Sasha) (X (X Muniak) (X .))))))))))
(X (X the) (X (X future) (X (X of) (X (X the) (X (X forest) (X (X remains) (X (X uncertain) (X .))))))))
(X (X they) (X (X 're) (X (X more) (X (X worried) (X (X about) (X (X bread) (X (X on) (X (X the) (X (X table) (X .))))))))))
(X (X but) (X (X it) (X (X has) (X (X n't) (X (X worked) (X (X out) (X (X that) (X (X way) (X .)))))))))
(X (X ``) (X (X The) (X (X alternative) (X (X --) (X (X Giuliani) (X (X --) (X (X is) (X (X ghastly) (X (X .) (X ''))))))))))
(X (X ``) (X (X There) (X (X 's) (X (X nothing) (X (X on) (X (X the) (X (X other) (X (X side) (X (X .) (X ''))))))))))
(X (X but) (X (X the) (X (X steam) (X (X may) (X (X never) (X (X reach) (X (X the) (X (X engine) (X (X room) (X .))))))))))
(X (X historically) (X (X ,) (X (X New) (X (X York) (X (X is) (X (X almost) (X (X always) (X (X in) (X (X trouble) (X .))))))))))
(X (X for) (X (X the) (X (X Giuliani) (X (X forces) (X (X ,) (X (X it) (X (X 's) (X (X a) (X (X conundrum) (X .))))))))))
(X (X shvartzer) (X (X is) (X (X a) (X (X derogatory) (X (X Yiddish) (X (X word) (X (X for) (X (X a) (X (X black) (X (X person) (X .)))))))))))
(X (X mr.) (X (X Carson) (X (X has) (X (X been) (X (X charged) (X (X with) (X (X being) (X (X anti-Semitic) (X .)))))))))
(X (X asked) (X (X about) (X (X that) (X (X the) (X (X other) (X (X day) (X (X ,) (X (X he) (X (X replied) (X (X ,) (X (X ``) (X (X Anti-Semitic) (X ?)))))))))))))
(X (X i) (X (X 'm) (X (X anti-white) (X (X .) (X '')))))
(X (X ``) (X (X It) (X (X follows) (X (X the) (X (X same) (X (X pattern) (X (X as) (X (X his) (X (X tax) (X (X returns) (X .)))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X serious) (X (X stuff) (X .))))))
(X (X he) (X (X evades) (X (X and) (X (X ducks) (X .)))))
(X (X both) (X (X men) (X (X were) (X (X unavailable) (X (X to) (X (X comment) (X .)))))))
(X (X bullish) (X (X bond) (X (X market) (X (X sentiment) (X (X is) (X (X on) (X (X the) (X (X rise) (X (X again) (X .))))))))))
(X (X and) (X (X that) (X (X ,) (X (X they) (X (X say) (X (X ,) (X (X will) (X (X be) (X (X good) (X (X for) (X (X bonds) (X .))))))))))))
(X (X long-term) (X (X bonds) (X (X have) (X (X performed) (X (X erratically) (X (X this) (X (X year) (X .))))))))
(X (X total) (X (X return) (X (X is) (X (X price) (X (X changes) (X (X plus) (X (X interest) (X (X income) (X .)))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X junk) (X (X bond) (X (X prices) (X (X moved) (X (X higher) (X (X ,) (X (X however) (X .))))))))
(X (X morgan) (X (X ,) (X (X Toronto-Dominion) (X (X and) (X (X Provident) (X (X are) (X (X leading) (X (X that) (X (X syndicate) (X .))))))))))
(X (X the) (X (X Japanese) (X (X use) (X (X 40) (X (X %) (X (X of) (X (X the) (X (X world) (X (X 's) (X (X ivory) (X .)))))))))))
(X (X the) (X (X comic) (X (X book) (X (X will) (X (X cost) (X (X about) (X (X $) (X (X 2) (X .)))))))))
(X (X the) (X (X strike) (X (X ended) (X (X Oct) (X .)))))
(X (X the) (X (X company) (X (X 's) (X (X sales) (X (X flattened) (X (X during) (X (X 1989) (X (X 's) (X (X first) (X (X half) (X .)))))))))))
(X (X the) (X (X June) (X (X killings) (X (X magnified) (X (X the) (X (X problems) (X .)))))))
(X (X but) (X (X in) (X (X general) (X (X ,) (X (X all) (X (X foreign-trading) (X (X companies) (X (X are) (X (X feeling) (X (X the) (X (X pinch) (X .))))))))))))
(X (X three) (X (X years) (X (X ago) (X (X ,) (X (X the) (X (X ratio) (X (X was) (X (X reversed) (X .)))))))))
(X (X but) (X (X the) (X (X strategy) (X (X is) (X (X n't) (X (X helping) (X (X much) (X (X this) (X (X time) (X .))))))))))
(X (X foreign) (X (X traders) (X (X say) (X (X the) (X (X company) (X (X is) (X (X strapped) (X (X for) (X (X cash) (X .))))))))))
(X (X ``) (X (X How) (X (X can) (X (X it) (X (X make) (X (X available) (X (X funds) (X (X for) (X (X purchases) (X (X ?) (X '')))))))))))
(X (X but) (X (X the) (X (X shortages) (X (X also) (X (X spawned) (X (X rampant) (X (X speculation) (X (X and) (X (X spiraling) (X (X prices) (X .)))))))))))
(X (X the) (X (X resulting) (X (X stockpiling) (X (X has) (X (X depressed) (X (X the) (X (X market) (X .))))))))
(X (X oil) (X (X Spill) (X (X Case) (X (X Shows) (X (X Liability) (X (X Fund) (X Flaws)))))))
(X (X trinidad) (X (X Corp.) (X (X is) (X (X contesting) (X (X liability) (X .))))))
(X (X many) (X (X Law) (X (X School) (X (X Grads) (X (X Find) (X (X Classes) (X (X Never) (X End))))))))
(X (X many) (X (X law) (X (X firms) (X (X sponsor) (X (X their) (X (X own) (X (X programs) (X .))))))))
(X (X los) (X (X Angeles) (X (X Creates) (X (X A) (X (X Courthouse) (X (X for) (X Kids)))))))
(X (X there) (X (X will) (X (X be) (X (X recreation) (X (X and) (X (X movie) (X (X rooms) (X .))))))))
(X (X study) (X (X halls) (X (X ,) (X (X complete) (X (X with) (X (X reference) (X (X materials) (X (X ,) (X (X will) (X (X be) (X (X available) (X .))))))))))))
(X (X law) (X (X Firm) (X (X Management) (X (X Can) (X (X Be) (X (X Quite) (X Rewarding)))))))
(X (X merabank) (X (X 's) (X (X rating) (X (X for) (X (X short-term) (X (X deposits) (X (X remains) (X (X Not) (X (X Prime) (X .))))))))))
(X (X first) (X (X ,) (X (X the) (X (X somewhat) (X (X affected) (X (X idealism) (X (X of) (X (X the) (X (X 1960s) (X .))))))))))
(X (X then) (X (X ,) (X (X the) (X (X all-too-sincere) (X (X opportunism) (X (X of) (X (X the) (X (X 1970s) (X (X and) (X (X 1980s) (X .)))))))))))
(X (X what) (X (X now) (X ?)))
(X (X but) (X (X Nora) (X (X and) (X (X Malcolm) (X (X feel) (X (X trapped) (X .)))))))
(X (X uncertainty) (X (X dogs) (X (X every) (X (X aspect) (X (X of) (X (X their) (X (X lives) (X .))))))))
(X (X but) (X (X readers) (X (X may) (X (X well) (X (X feel) (X (X the) (X (X pangs) (X (X of) (X (X recognition) (X .))))))))))
(X (X mr.) (X (X Brody) (X (X left) (X (X the) (X (X company) (X (X to) (X (X find) (X (X other) (X (X backers) (X .))))))))))
(X (X and) (X (X they) (X (X want) (X (X the) (X (X U.S.) (X (X to) (X (X help) (X (X them) (X (X sell) (X (X overseas) (X .)))))))))))
(X (X generally) (X (X ,) (X (X regulators) (X (X have) (X (X n't) (X (X announced) (X (X enforcement) (X (X actions) (X (X in) (X (X the) (X (X past) (X .))))))))))))
(X (X that) (X (X individual) (X (X was) (X (X n't) (X (X identified) (X .))))))
(X (X ms.) (X (X Garman) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X growth) (X (X is) (X (X good) (X .))))
(X (X they) (X (X are) (X (X starting) (X (X to) (X (X buy) (X (X growth) (X (X stocks) (X .))))))))
(X (X remember) (X (X them) (X ?)))
(X (X that) (X (X 's) (X (X the) (X (X path) (X (X of) (X (X reasoning) (X (X leading) (X (X to) (X (X growth) (X (X stocks) (X .)))))))))))
(X (X ibm) (X (X says) (X (X it) (X (X considers) (X (X its) (X (X shares) (X (X a) (X (X good) (X (X investment) (X .))))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X stock) (X (X prices) (X (X finished) (X (X about) (X (X unchanged) (X (X Friday) (X (X in) (X (X quiet) (X (X expiration) (X (X trading) (X .)))))))))))
(X (X but) (X (X there) (X (X were) (X (X fewer) (X (X price) (X (X swings) (X (X than) (X (X expected) (X .)))))))))
(X (X new) (X (X York) (X (X Stock) (X (X Exchange) (X (X volume) (X (X was) (X (X 164,830,000) (X .))))))))
(X (X advancers) (X (X on) (X (X the) (X (X Big) (X (X Board) (X (X lagged) (X (X decliners) (X (X 662) (X (X to) (X (X 829) (X .)))))))))))
(X (X broader) (X (X market) (X (X averages) (X (X were) (X (X little) (X (X changed) (X (X in) (X (X the) (X (X latest) (X (X session) (X .)))))))))))
(X (X on) (X (X the) (X (X week) (X (X ,) (X (X UAL) (X (X was) (X (X down) (X (X nearly) (X (X 40) (X (X %) (X .)))))))))))
(X (X british) (X (X Airways) (X (X fell) (X (X 1) (X (X to) (X (X 31) (X (X 7\/8) (X .))))))))
(X (X winnebago) (X (X Industries) (X (X slid) (X (X 5\/8) (X (X to) (X (X 5) (X (X 1\/4) (X .))))))))
(X (X the) (X (X offering) (X (X is) (X (X scheduled) (X (X to) (X (X expire) (X (X on) (X (X Nov.) (X (X 30) (X .))))))))))
(X (X $) (X (X 10) (X (X billion) (X (X of) (X (X two-year) (X (X notes) (X .)))))))
(X (X chemex) (X (X Pharmaceuticals) (X (X Inc.) (X (X --) (X (X 1,200,000) (X (X units) (X (X ,) (X (X via) (X (X PaineWebber) (X .))))))))))
(X (X immune) (X (X Response) (X (X Corp.) (X (X --) (X (X Three) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Merrill) (X (X Lynch) (X .)))))))))))))
(X (X tidewater) (X (X Inc.) (X (X --) (X (X 4,631,400) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Salomon) (X (X Brothers) (X (X Inc) (X .))))))))))))
(X (X closed) (X (X End) (X (X Bond) (X Funds))))
(X (X flexible) (X (X Portfolio) (X Funds)))
(X (X specialized) (X (X Equity) (X (X and) (X (X Convertible) (X Funds)))))
(X (X a) (X (X -) (X (X Ex-dividend) (X .))))
(X (X b) (X (X -) (X (X As) (X (X of) (X (X Thursday) (X (X 's) (X (X close) (X .))))))))
(X (X c) (X (X -) (X (X Translated) (X (X at) (X (X Commercial) (X (X Rand) (X (X exchange) (X (X rate) (X .)))))))))
(X (X e) (X (X -) (X (X In) (X (X Canadian) (X (X dollars) (X .))))))
(X (X f) (X (X -) (X (X As) (X (X of) (X (X Wednesday) (X (X 's) (X (X close) (X .))))))))
(X (X it) (X (X seeks) (X (X unspecified) (X (X money) (X (X damages) (X .))))))
(X (X the) (X (X New) (X (X York) (X (X company) (X (X called) (X (X the) (X (X lawsuit) (X (X without) (X (X merit) (X .))))))))))
(X (X shareholders) (X (X are) (X (X scheduled) (X (X to) (X (X vote) (X (X on) (X (X the) (X (X transaction) (X (X Nov) (X .))))))))))
(X (X the) (X (X fund) (X (X invests) (X (X mainly) (X (X in) (X (X gold) (X (X and) (X (X silver) (X (X bullion) (X .))))))))))
(X (X the) (X (X fund) (X (X last) (X (X had) (X (X a) (X (X profit) (X (X in) (X (X 1985) (X .)))))))))
(X (X in) (X (X the) (X (X meantime) (X (X ,) (X (X the) (X (X arbs) (X (X are) (X (X bleeding) (X .)))))))))
(X (X ual) (X (X Corp) (X (X .) (X (X -LRB-) (X (X NYSE) (X (X ;) (X (X Symbol) (X (X :) (X (X UAL) (X -RRB-))))))))))
(X (X business) (X (X :) (X Airline)))
(X (X year) (X (X ended) (X (X Dec.) (X (X 31) (X (X ,) (X (X 1988) (X :)))))))
(X (X sales) (X (X :) (X (X $) (X (X 8.98) (X billion)))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 881,969) (X shares)))))))
(X (X common) (X (X shares) (X (X outstanding) (X (X :) (X (X 21.6) (X million))))))
(X (X ``) (X (X But) (X (X the) (X (X customer) (X (X does) (X (X n't) (X (X want) (X (X that) (X (X .) (X ''))))))))))
(X (X a) (X (X Saatchi) (X (X spokesman) (X (X declined) (X (X to) (X (X comment) (X (X about) (X (X Interpublic) (X .)))))))))
(X (X interpublic) (X (X declined) (X (X comment) (X .))))
(X (X prudential) (X (X 's) (X (X Final) (X Four))))
(X (X all) (X (X agencies) (X (X are) (X (X New) (X (X York-based) (X .))))))
(X (X jamaica) (X (X Fires) (X Back)))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X ACCOUNT))
(X (X american) (X (X Suzuki) (X (X 's) (X (X previous) (X (X agency) (X (X ,) (X (X Keye\/Donna\/Pearlstein) (X (X ,) (X (X did) (X (X n't) (X (X participate) (X .))))))))))))
(X (X ayer) (X (X TALKS) (X :)))
(X (X who) (X (X 'S) (X (X NEWS) (X :))))
(X (X the) (X (X company) (X (X also) (X (X reassigned) (X (X several) (X (X executive) (X (X responsibilities) (X .))))))))
(X (X wisconsin) (X (X Toy) (X (X currently) (X (X has) (X (X about) (X (X 4.7) (X (X million) (X (X shares) (X (X outstanding) (X .))))))))))
(X (X wisconsin) (X (X Toy) (X (X has) (X (X 71) (X (X retail) (X (X stores) (X (X ,) (X (X primarily) (X (X in) (X (X discount) (X (X settings) (X .))))))))))))
(X (X everything) (X (X 's) (X (X a) (X (X Dollar) (X (X operates) (X (X 60) (X (X specialty-retail) (X (X stores) (X .)))))))))
(X (X patrick) (X Basham))
(X (X the) (X (X board) (X (X expands) (X (X to) (X (X seven) (X (X members) (X .)))))))
(X (X ducks) (X .))
(X (X george) (X (X Bush) (X (X is) (X (X quite) (X (X clear) (X (X :) (X (X No) (X (X new) (X (X ducks) (X .))))))))))
(X (X but) (X (X what) (X (X about) (X (X all) (X (X those) (X (X non-duck) (X (X ducks) (X (X flapping) (X (X over) (X (X Washington) (X ?)))))))))))
(X (X federal) (X (X child) (X (X care) (X (X -LRB-) (X (X quack) (X (X -RRB-) (X .)))))))
(X (X the) (X (X Clean) (X (X Air) (X (X bill) (X (X -LRB-) (X (X quack) (X (X -RRB-) (X .))))))))
(X (X the) (X (X disabled-workers) (X (X bill) (X (X -LRB-) (X (X quack) (X (X ,) (X (X quack) (X (X -RRB-) (X .)))))))))
(X (X quack) (X .))
(X (X other) (X (X analysts) (X (X say) (X (X that) (X (X estimate) (X (X is) (X (X low) (X .))))))))
(X (X quack) (X .))
(X (X lawyers) (X (X will) (X (X benefit) (X .))))
(X (X it) (X (X is) (X (X merely) (X (X the) (X (X most) (X (X obvious) (X .)))))))
(X (X meanwhile) (X (X ,) (X (X overall) (X (X evidence) (X (X on) (X (X the) (X (X economy) (X (X remains) (X (X fairly) (X (X clouded) (X .)))))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X light) (X (X 2.4) (X (X million) (X (X ounces) (X .)))))))))
(X (X a.p.) (X (X Green) (X (X currently) (X (X has) (X (X 2,664,098) (X (X shares) (X (X outstanding) (X .))))))))
(X (X the) (X (X company) (X (X is) (X (X a) (X (X Mexico) (X (X ,) (X (X Mo.) (X (X ,) (X (X maker) (X (X of) (X (X refractory) (X (X products) (X .)))))))))))))
(X (X the) (X (X carriers) (X (X were) (X (X competing) (X (X fiercely) (X (X for) (X (X market) (X (X share) (X .)))))))))
(X (X no) (X (X lawyers) (X (X or) (X (X tape) (X (X recorders) (X (X were) (X (X present) (X .))))))))
(X (X over) (X (X a) (X (X cup) (X (X of) (X (X coffee) (X (X ,) (X (X Mr.) (X (X Stone) (X (X told) (X (X his) (X (X story) (X .))))))))))))
(X (X he) (X (X talked) (X (X about) (X (X 20) (X (X minutes) (X .))))))
(X (X the) (X (X chairman) (X (X promised) (X (X Mr.) (X (X Stone) (X (X a) (X (X decision) (X (X within) (X (X two) (X (X weeks) (X .)))))))))))
(X (X it) (X (X happened) (X (X at) (X (X Northrop) (X (X Corp.) (X (X in) (X (X Los) (X (X Angeles) (X .)))))))))
(X (X it) (X (X helps) (X (X to) (X (X keep) (X (X out) (X (X unions) (X .)))))))
(X (X here) (X (X are) (X (X four) (X (X key) (X (X steps) (X :))))))
(X (X 4) (X (X .) (X (X Make) (X (X your) (X (X due-process) (X (X system) (X (X visible) (X .))))))))
(X (X london) (X (X shares) (X (X closed) (X (X moderately) (X (X lower) (X (X in) (X (X thin) (X (X trading) (X .)))))))))
(X (X the) (X (X index) (X (X advanced) (X (X 266.66) (X (X points) (X (X Thursday) (X .)))))))
(X (X some) (X (X high-priced) (X (X issues) (X (X made) (X (X a) (X (X comeback) (X (X Friday) (X .))))))))
(X (X kyocera) (X (X advanced) (X (X 80) (X (X yen) (X (X to) (X (X 5,440) (X .)))))))
(X (X fanuc) (X (X gained) (X (X 100) (X (X to) (X (X 7,580) (X .))))))
(X (X daiwa) (X (X House) (X (X gained) (X (X 50) (X (X to) (X (X 2,660) (X .)))))))
(X (X misawa) (X (X Homes) (X (X was) (X (X up) (X (X 20) (X (X at) (X (X 2,960) (X .))))))))
(X (X the) (X (X FT) (X (X 30-share) (X (X index) (X (X closed) (X (X 11.0) (X (X points) (X (X lower) (X (X at) (X (X 1761.0) (X .)))))))))))
(X (X prices) (X (X were) (X (X lower) (X (X in) (X (X Frankfurt) (X (X ,) (X (X Zurich) (X (X ,) (X (X Paris) (X (X and) (X (X Amsterdam) (X .))))))))))))
(X (X south) (X (X African) (X (X gold) (X (X stocks) (X (X closed) (X (X moderately) (X (X lower) (X .))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X gerald) (X (X F.) (X (X Seib) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X by) (X (X 1980) (X (X ,) (X (X there) (X (X were) (X (X more) (X (X than) (X (X 100) (X (X such) (X (X funds) (X .)))))))))))
(X (X rounding-off) (X (X keeps) (X (X them) (X (X at) (X (X $) (X (X 1) (X .)))))))
(X (X the) (X (X transaction) (X (X would) (X (X mark) (X (X the) (X (X entry) (X (X of) (X (X P&G) (X (X into) (X (X cosmetics) (X .)))))))))))
(X (X oppenheimer) (X (X &) (X (X Co.) (X (X was) (X (X the) (X (X lead) (X (X underwriter) (X .))))))))
(X (X most) (X (X are) (X (X expected) (X (X to) (X (X fall) (X (X below) (X (X previous-month) (X (X levels) (X .)))))))))
(X (X tuesday) (X (X ,) (X (X the) (X (X shares) (X (X regained) (X (X SKr20) (X (X ,) (X (X closing) (X (X at) (X (X SKr225) (X .)))))))))))
(X (X the) (X (X spinoff) (X (X should) (X (X solve) (X (X a) (X (X problem) (X (X for) (X (X the) (X (X parent) (X .))))))))))
(X (X but) (X (X Trelleborg) (X (X still) (X (X must) (X (X clear) (X (X some) (X (X tough) (X (X hurdles) (X .)))))))))
(X (X mining) (X (X is) (X (X likely) (X (X to) (X (X remain) (X (X Trelleborg) (X (X 's) (X (X main) (X (X business) (X .))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X beginning) (X (X to) (X (X change) (X .)))))))
(X (X the) (X (X operating) (X (X chief) (X (X 's) (X (X post) (X (X is) (X (X new) (X .))))))))
(X (X he) (X (X remains) (X (X chief) (X (X executive) (X (X officer) (X .))))))
(X (X the) (X (X second) (X (X portion) (X (X will) (X (X be) (X (X completed) (X (X the) (X (X following) (X (X year) (X .))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X imasco) (X (X is) (X (X a) (X (X tobacco) (X (X ,) (X (X retailing) (X (X ,) (X (X restaurant) (X (X and) (X (X financial) (X (X services) (X (X concern) (X .)))))))))))))
(X (X the) (X (X computers) (X (X will) (X (X display) (X (X stock) (X (X prices) (X (X selected) (X (X by) (X (X users) (X .))))))))))
(X (X ``) (X (X Please) (X (X submit) (X (X your) (X (X offers) (X (X ,) (X (X '') (X (X says) (X (X Felipe) (X (X Bince) (X (X Jr) (X .))))))))))))
(X (X not) (X (X a) (X (X peso) (X (X is) (X (X offered) (X .))))))
(X (X two) (X (X years) (X (X later) (X (X ,) (X (X Mrs.) (X (X Aquino) (X (X 's) (X (X promise) (X (X remains) (X (X largely) (X (X unfulfilled) (X .))))))))))))
(X (X october) (X (X is) (X (X a) (X (X critical) (X (X month) (X (X for) (X (X the) (X (X privatization) (X (X program) (X .))))))))))
(X (X to) (X (X be) (X (X sure) (X (X ,) (X (X the) (X (X program) (X (X has) (X (X n't) (X (X completely) (X (X stalled) (X .)))))))))))
(X (X tangible) (X (X capital) (X (X will) (X (X be) (X (X about) (X (X $) (X (X 115) (X (X million) (X .)))))))))
(X (X webster) (X (X has) (X (X 3.5) (X (X million) (X (X shares) (X (X outstanding) (X (X and) (X (X Eagle) (X (X 2.6) (X (X million) (X .)))))))))))
(X (X i) (X (X refer) (X (X essentially) (X (X to) (X (X petroleum) (X (X ,) (X (X electric) (X (X power) (X (X ,) (X (X banking) (X (X and) (X (X newsprint) (X .)))))))))))))
(X (X the) (X (X bottom) (X (X line) (X (X ,) (X (X however) (X (X ,) (X (X is) (X (X not) (X (X economic) (X (X but) (X (X political) (X (X reform) (X .)))))))))))))
(X (X daniel) (X (X James) (X (X President) (X (X Mexico-United) (X (X States) (X Institute))))))
(X (X ual) (X (X currently) (X (X has) (X (X 22.6) (X (X million) (X (X shares) (X (X ,) (X (X fully) (X (X diluted) (X .))))))))))
(X (X as) (X (X a) (X (X result) (X (X of) (X (X the) (X (X sales) (X (X he) (X (X holds) (X (X 6,727,042) (X (X shares) (X .)))))))))))
(X (X stock) (X (X prices) (X (X edged) (X (X up) (X (X in) (X (X quiet) (X (X trading) (X (X Friday) (X .)))))))))
(X (X freight) (X (X rates) (X (X are) (X (X bottoming) (X (X out) (X (X and) (X (X starting) (X (X to) (X (X rebound) (X .))))))))))
(X (X markets) (X --))
(X (X stocks) (X :))
(X (X volume) (X (X 164,830,000) (X (X shares) (X .))))
(X (X bonds) (X :))
(X (X shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3392.49) (X (X ,) (X off))))))))
(X (X commodities) (X :))
(X (X dollar) (X :))
(X (X 142.43) (X (X yen) (X (X ,) (X (X up) (X (X 0.73) (X (X ;) (X (X 1.8578) (X (X marks) (X (X ,) (X (X up) (X (X 0.0108) (X .))))))))))))
(X (X the) (X (X company) (X (X paid) (X (X five) (X (X cents) (X (X a) (X (X share) (X (X in) (X (X April) (X .))))))))))
(X (X papers) (X :))
(X (X lebanese) (X (X LAWMAKERS) (X (X APPROVED) (X (X a) (X (X peace) (X (X plan) (X (X but) (X (X Aoun) (X (X rejected) (X (X it) (X .)))))))))))
(X (X northern) (X (X CALIFORNIA) (X (X BRACED) (X (X for) (X (X earthquake-related) (X (X traffic) (X (X jams) (X .))))))))
(X (X britain) (X (X 's) (X (X Prime) (X (X Minister) (X (X Thatcher) (X (X alone) (X (X dissented) (X .))))))))
(X (X the) (X (X incident) (X (X occurred) (X (X Saturday) (X (X night) (X .))))))
(X (X and) (X (X that) (X (X 's) (X (X a) (X (X problem) (X .))))))
(X (X ``) (X (X The) (X (X most) (X (X important) (X (X thing) (X (X is) (X (X that) (X (X he) (X (X have) (X (X a) (X (X chance) (X (X .) (X '')))))))))))))
(X (X he) (X (X was) (X (X later) (X (X shown) (X (X on) (X (X television) (X (X ,) (X (X fielding) (X (X questions) (X .))))))))))
(X (X but) (X (X there) (X (X 's) (X (X another) (X (X side) (X (X to) (X (X Mr.) (X (X Krenz) (X .)))))))))
(X (X for) (X (X average) (X (X East) (X (X Germans) (X (X ,) (X (X Mr.) (X (X Krenz) (X (X remains) (X (X a) (X (X puzzle) (X .)))))))))))
(X (X ``) (X (X The) (X (X results) (X (X were) (X (X fascinating) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))
(X (X the) (X (X Journal) (X (X also) (X (X will) (X (X offer) (X (X expanded) (X (X volume) (X (X and) (X (X frequency) (X (X discounts) (X .)))))))))))
(X (X rates) (X (X for) (X (X the) (X (X Wall) (X (X Street) (X (X Journal) (X (X Reports) (X (X will) (X (X remain) (X (X unchanged) (X .)))))))))))
(X (X the) (X (X transaction) (X (X represents) (X (X Lynch) (X (X 's) (X (X entry) (X (X into) (X (X the) (X (X telephone) (X (X business) (X .)))))))))))
(X (X looking) (X (X ahead) (X (X to) (X (X other) (X (X commodity) (X (X markets) (X (X this) (X (X week) (X :)))))))))
(X (X livestock) (X (X and) (X Meats)))
(X (X energy))
(X (X copper))
(X (X copper) (X (X prices) (X (X fell) (X (X sharply) (X (X Friday) (X (X afternoon) (X .)))))))
(X (X that) (X (X brought) (X (X a) (X (X chain) (X (X reaction) (X (X in) (X (X the) (X (X industry) (X .)))))))))
(X (X ``) (X (X The) (X (X industry) (X (X is) (X (X overbuilt) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X but) (X (X these) (X (X players) (X (X were) (X (X dead) (X .))))))
(X (X he) (X (X probably) (X (X has) (X (X n't) (X (X done) (X (X it) (X (X for) (X (X the) (X (X cash) (X .))))))))))
(X (X ``) (X (X He) (X (X has) (X (X good) (X (X investments) (X (X .) (X '')))))))
(X (X and) (X (X Mr.) (X (X Jackson) (X (X probably) (X (X has) (X (X opened) (X (X new) (X (X checking) (X (X accounts) (X (X ,) (X (X too) (X .))))))))))))
(X (X or) (X (X at) (X (X least) (X (X he) (X (X should) (X .))))))
(X (X that) (X (X trend) (X (X could) (X (X increase) (X (X demand) (X (X for) (X (X hot-dipped) (X (X galvanized) (X (X sheet) (X .))))))))))
(X (X dream) (X (X on) (X .)))
(X (X not-held) (X (X Order) (X (X :) (X (X This) (X (X is) (X (X another) (X (X timing) (X (X order) (X .)))))))))
(X (X but) (X (X investors) (X (X better) (X (X not) (X (X ignore) (X (X its) (X (X limitations) (X (X ,) (X (X either) (X .))))))))))
(X (X remember) (X (X ,) (X (X though) (X (X ,) (X (X that) (X (X beta) (X (X also) (X (X has) (X (X important) (X (X limitations) (X .)))))))))))
(X (X first) (X (X ,) (X (X a) (X (X pop) (X (X quiz) (X .))))))
(X (X pencils) (X (X down) (X .)))
(X (X risk) (X (X is) (X (X also) (X (X a) (X (X function) (X (X of) (X (X time) (X .))))))))
(X (X that) (X (X largely) (X (X reflects) (X (X the) (X (X heavy) (X (X stockholdings) (X .)))))))
(X (X looking) (X (X to) (X (X the) (X (X past) (X (X can) (X (X provide) (X (X some) (X (X clues) (X .)))))))))
(X (X portfolio) (X (X A) (X (X :) (X (X Retired) (X (X couple) (X (X ,) (X (X age) (X (X 65) (X (X ;) (X (X $) (X (X 400,000) (X (X portfolio) (X .)))))))))))))
(X (X portfolio) (X (X B) (X (X :) (X (X Two-income) (X (X couple) (X (X ,) (X (X age) (X (X 45) (X (X ;) (X (X $) (X (X 150,000) (X (X portfolio) (X .)))))))))))))
(X (X our) (X (X October) (X (X 12) (X (X editorial) (X (X should) (X (X have) (X (X been) (X (X more) (X (X precise) (X .))))))))))
(X (X we) (X (X were) (X (X wrong) (X .))))
(X (X capital) (X (X has) (X (X been) (X (X democratized) (X (X ,) (X (X and) (X (X people) (X (X want) (X (X in) (X .))))))))))
(X (X you) (X (X know) (X (X who) (X (X you) (X (X are) (X .))))))
(X (X bank) (X (X it) (X ?)))
(X (X not) (X (X really) (X !)))
(X (X sock) (X (X it) (X (X away) (X (X in) (X (X long-term) (X (X instruments) (X ?)))))))
(X (X nonsense) (X !))
(X (X daily) (X (X living) (X (X is) (X (X the) (X (X best) (X (X possible) (X (X investment) (X !))))))))
(X (X at) (X (X least) (X (X ,) (X (X according) (X (X to) (X (X my) (X (X calculations) (X .))))))))
(X (X so) (X (X go) (X (X out) (X (X there) (X (X and) (X (X eat) (X (X that) (X (X debt) (X .)))))))))
(X (X henry) (X (X Kravis) (X (X ,) (X (X watch) (X (X out) (X !))))))
(X (X but) (X (X reform) (X (X has) (X (X n't) (X (X taken) (X (X hold) (X (X yet) (X .))))))))
(X (X a) (X (X lot) (X (X of) (X (X bad) (X (X things) (X (X can) (X (X happen) (X (X in) (X (X 12) (X (X years) (X .)))))))))))
(X (X the) (X (X states) (X (X have) (X (X their) (X (X own) (X (X ideas) (X (X about) (X (X regulation) (X (X and) (X (X certification) (X .)))))))))))
(X (X the) (X (X most) (X (X common) (X (X conflict) (X (X involves) (X (X compensation) (X .)))))))
(X (X they) (X (X want) (X (X it) (X (X back) (X .)))))
(X (X he) (X (X declines) (X (X to) (X (X go) (X (X into) (X (X specifics) (X .)))))))
(X (X he) (X (X now) (X (X calls) (X (X himself) (X (X an) (X (X ``) (X (X investment) (X (X banker) (X (X .) (X ''))))))))))
(X (X never) (X (X mind) (X .)))
(X (X you) (X (X already) (X (X know) (X (X the) (X (X answer) (X .))))))
(X (X they) (X (X stroll) (X (X through) (X (X the) (X (X marble-encased) (X (X corridors) (X (X of) (X (X the) (X (X Atrium) (X (X Court) (X .)))))))))))
(X (X ``) (X (X We) (X (X call) (X (X them) (X (X fraud) (X (X farms) (X (X .) (X ''))))))))
(X (X clearly) (X (X ,) (X (X the) (X (X existence) (X (X of) (X (X the) (X (X former) (X (X lures) (X (X the) (X (X latter) (X .)))))))))))
(X (X con) (X (X men) (X (X hate) (X (X snow) (X .)))))
(X (X newport) (X (X Beach) (X (X fits) (X (X the) (X (X scam) (X (X artists) (X (X ') (X (X specifications) (X (X perfectly) (X .))))))))))
(X (X nothing) (X (X seems) (X (X hard) (X (X here) (X .)))))
(X (X nightlife) (X (X is) (X (X plentiful) (X .))))
(X (X moreover) (X (X ,) (X (X ostentation) (X (X is) (X (X appreciated) (X .))))))
(X (X ``) (X (X Blondes) (X (X ,) (X (X cocaine) (X (X and) (X (X Corvettes) (X (X ,) (X (X '') (X (X mutters) (X (X Mr.) (X (X McClelland) (X .))))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X what) (X (X they) (X (X 're) (X (X after) (X (X .) (X '')))))))))
(X (X the) (X (X investors) (X (X range) (X (X from) (X (X elderly) (X (X widows) (X (X to) (X (X affluent) (X (X professionals) (X .))))))))))
(X (X the) (X (X reason) (X (X is) (X (X cost) (X .)))))
(X (X a) (X (X year) (X (X at) (X (X Harvard) (X (X now) (X (X goes) (X (X for) (X (X $) (X (X 19,395) (X .))))))))))
(X (X stanford) (X (X ,) (X (X MIT) (X (X and) (X (X other) (X (X utmosts) (X (X will) (X (X cost) (X (X no) (X (X less) (X .)))))))))))
(X (X so) (X (X what) (X (X 's) (X (X a) (X (X parent) (X (X to) (X (X do) (X ?))))))))
(X (X others) (X (X prefer) (X (X deep-discount) (X (X zero-coupon) (X (X bonds) (X .))))))
(X (X in) (X (X other) (X (X words) (X (X ,) (X (X a) (X (X little) (X (X volatility) (X (X never) (X (X hurt) (X .))))))))))
(X (X that) (X (X 's) (X (X the) (X (X dilemma) (X (X for) (X (X today) (X (X 's) (X (X parent) (X .)))))))))
(X (X help) (X (X may) (X (X be) (X (X on) (X (X the) (X (X way) (X .)))))))
(X (X and) (X (X then) (X (X there) (X (X 's) (X (X always) (X (X State) (X (X U) (X .))))))))
(X (X forget) (X (X about) (X (X Treasury) (X (X bills) (X (X or) (X (X a) (X (X money-market) (X (X fund) (X .)))))))))
(X (X the) (X (X latest) (X (X wave) (X (X of) (X (X marketing) (X (X is) (X (X instructive) (X .))))))))
(X (X the) (X (X figures) (X (X are) (X (X shocking) (X .)))))
(X (X not) (X (X everyone) (X (X is) (X (X so) (X (X pessimistic) (X .))))))
(X (X ``) (X (X That) (X (X 's) (X (X crazy) (X (X .) (X ''))))))
(X (X his) (X (X advice) (X (X :) (X (X Do) (X (X n't) (X (X panic) (X .)))))))
(X (X their) (X (X compounding) (X (X effect) (X (X is) (X (X also) (X (X alluring) (X .)))))))
(X (X the) (X (X issue) (X (X here) (X (X may) (X (X be) (X (X the) (X (X soundness) (X (X of) (X (X the) (X (X guarantee) (X .)))))))))))
(X (X prepayments) (X (X ,) (X (X much) (X (X like) (X (X mutual-fund) (X (X purchases) (X (X ,) (X (X are) (X (X pooled) (X (X for) (X (X investment) (X .))))))))))))
(X (X not) (X (X so) (X (X Michigan) (X .))))
(X (X its) (X (X plan) (X (X is) (X (X set) (X (X up) (X (X as) (X (X an) (X (X independent) (X (X agency) (X .))))))))))
(X (X \*) (X (X For) (X (X in-state) (X students))))
(X (X source) (X (X :) (X (X PaineWebber) (X (X Inc) (X .)))))
(X (X and) (X (X he) (X (X nearly) (X (X always) (X (X bought) (X (X and) (X (X sold) (X (X for) (X (X cash) (X .))))))))))
(X (X mail-order) (X (X ministers) (X (X have) (X (X been) (X (X squelched) (X .))))))
(X (X now) (X (X ,) (X (X television) (X (X and) (X (X radio) (X (X evangelists) (X (X are) (X (X under) (X (X scrutiny) (X .))))))))))
(X (X who) (X (X will) (X (X take) (X (X over) (X (X these) (X (X places) (X ?)))))))
(X (X perhaps) (X (X it) (X (X does) (X .))))
(X (X this) (X (X is) (X (X a) (X (X story) (X (X about) (X (X suckers) (X .)))))))
(X (X most) (X (X of) (X (X us) (X (X know) (X (X a) (X (X sucker) (X .)))))))
(X (X many) (X (X of) (X (X us) (X (X are) (X (X suckers) (X .))))))
(X (X john) (X (X Blodgett) (X (X agrees) (X (X --) (X (X and) (X (X he) (X (X ought) (X (X to) (X (X know) (X .))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X all) (X (X a) (X (X little) (X (X greedy) (X .))))))))
(X (X ``) (X (X These) (X (X guys) (X (X prey) (X (X on) (X (X human) (X (X frailties) (X (X .) (X '')))))))))
(X (X people) (X (X are) (X (X shooting) (X (X for) (X (X a) (X (X dream) (X (X .) (X ''))))))))
(X (X it) (X (X also) (X (X adds) (X (X to) (X (X the) (X (X mystery) (X (X of) (X (X the) (X (X venture) (X .))))))))))
(X (X they) (X (X are) (X (X awaiting) (X (X an) (X (X arbitration) (X (X proceeding) (X .)))))))
(X (X anything) (X (X to) (X (X make) (X (X a) (X (X sale) (X (X .) (X '')))))))
(X (X ``) (X (X These) (X (X people) (X (X are) (X (X n't) (X (X necessarily) (X (X stupid) (X (X or) (X (X naive) (X .))))))))))
(X (X the) (X (X investment) (X (X is) (X (X worth) (X (X about) (X (X $) (X (X 130) (X (X today) (X .)))))))))
(X (X prices) (X (X peaked) (X (X at) (X (X $) (X (X 1,150,000) (X (X in) (X (X September) (X (X 1987) (X .)))))))))
(X (X at) (X (X least) (X (X it) (X (X has) (X (X a) (X (X little) (X (X dash) (X .))))))))
(X (X call) (X (X it) (X (X the) (X (X uninformed) (X (X trudging) (X (X after) (X (X the) (X (X incomprehensible) (X .)))))))))
(X (X and) (X (X my) (X (X time) (X (X has) (X (X come) (X .))))))
(X (X what) (X (X to) (X (X do) (X ?))))
(X (X first) (X (X ,) (X (X generalize) (X .))))
(X (X sounds) (X (X great) (X (X --) (X (X or) (X (X does) (X (X it) (X ?)))))))
(X (X and) (X (X the) (X (X Second) (X (X Law) (X (X ,) (X (X unique) (X (X to) (X (X insurance) (X ?)))))))))
(X (X always) (X .))
(X (X that) (X (X is) (X (X gilding) (X (X the) (X (X lily) (X .))))))
(X (X again) (X (X ,) (X (X no) (X (X free) (X (X lunch) (X .))))))
(X (X not) (X (X likely) (X (X ,) (X (X I) (X (X think) (X .))))))
(X (X these) (X (X are) (X (X not) (X (X certain) (X (X ,) (X (X either) (X .)))))))
(X (X i) (X (X call) (X (X her) (X (X agent) (X (X ,) (X (X David) (X (X Dominici) (X .))))))))
(X (X i) (X (X do) (X (X n't) (X (X like) (X (X the) (X (X sound) (X (X of) (X (X that) (X .)))))))))
(X (X so-called) (X (X living-benefits) (X (X provisions) (X (X also) (X (X merit) (X (X a) (X (X close) (X (X inspection) (X .)))))))))
(X (X the) (X (X difference) (X (X is) (X (X magnified) (X (X by) (X (X time) (X (X ,) (X (X too) (X .)))))))))
(X (X did) (X (X I) (X (X buy) (X (X it) (X ?)))))
(X (X well) (X (X ,) (X (X not) (X (X yet) (X .)))))
(X (X asilone) (X (X ,) (X (X an) (X (X antacid) (X (X ,) (X (X was) (X (X sold) (X (X to) (X (X Boots) (X (X PLC) (X (X ,) (X (X London) (X .)))))))))))))
(X (X blue) (X (X chips) (X (X led) (X (X the) (X (X march) (X (X up) (X (X in) (X (X heavy) (X (X trading) (X .))))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X Industrial) (X (X Average) (X (X rose) (X (X 39.55) (X (X points) (X (X to) (X (X 2683.20) (X .)))))))))))
(X (X new) (X (X York) (X (X Stock) (X (X Exchange) (X (X volume) (X (X swelled) (X (X to) (X (X 198,120,000) (X (X shares) (X .))))))))))
(X (X traders) (X (X said) (X (X a) (X (X variety) (X (X of) (X (X factors) (X (X triggered) (X (X the) (X (X rally) (X .))))))))))
(X (X institutional) (X (X buyers) (X (X were) (X (X the) (X (X main) (X (X force) (X (X pushing) (X (X blue) (X (X chips) (X (X higher) (X .)))))))))))
(X (X hilton) (X (X rose) (X (X 2) (X (X 7\/8) (X (X to) (X (X 100) (X (X ,) (X (X for) (X (X example) (X .))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X traders) (X (X squaring) (X (X positions) (X .)))))))
(X (X consumer) (X (X stocks) (X (X once) (X (X again) (X (X set) (X (X the) (X (X pace) (X (X for) (X (X blue-chip) (X (X issues) (X .)))))))))))
(X (X american) (X (X Medical) (X (X jumped) (X (X 1) (X (X 7\/8) (X (X to) (X (X 23) (X (X 5\/8) (X .)))))))))
(X (X --) (X (X Xtra) (X (X gained) (X (X 1) (X (X 1\/8) (X (X to) (X (X 27) (X (X 1\/8) (X .)))))))))
(X (X --) (X (X Golden) (X (X Nugget) (X (X rose) (X (X 2) (X (X to) (X (X 28) (X (X 1\/4) (X .)))))))))
(X (X capital) (X (X Cities-ABC) (X (X surged) (X (X 42) (X (X 5\/8) (X (X to) (X (X 560) (X .))))))))
(X (X volume) (X (X totaled) (X (X 14,580,000) (X (X shares) (X .)))))
(X (X you) (X (X 're) (X (X probably) (X (X right) (X (X ,) (X (X and) (X (X you) (X (X are) (X (X n't) (X (X alone) (X .)))))))))))
(X (X for) (X (X Cheap) (X (X Air) (X (X Fares) (X (X ,) (X (X Spend) (X (X Christmas) (X Aloft))))))))
(X (X consider) (X (X Adopting) (X (X Your) (X (X Spouse) (X (X 's) (X Name))))))
(X (X ``) (X (X This) (X (X sets) (X (X things) (X (X way) (X (X back) (X (X .) (X ''))))))))
(X (X but) (X (X gay) (X (X rights) (X (X advocates) (X (X are) (X (X angry) (X (X ,) (X (X too) (X .)))))))))
(X (X take) (X (X Your) (X (X Vacation) (X (X In) (X (X a) (X (X Hurricane) (X Area)))))))
(X (X it) (X (X also) (X (X lowered) (X (X some) (X (X air) (X (X fares) (X .)))))))
(X (X some) (X (X hotels) (X (X in) (X (X the) (X (X hurricane-stricken) (X (X Caribbean) (X (X promise) (X (X money-back) (X (X guarantees) (X .))))))))))
(X (X just) (X (X Wait) (X (X Until) (X (X You) (X (X 're) (X (X a) (X (X Bit) (X Older))))))))
(X (X senior) (X (X CITIZENS) (X (X have) (X (X long) (X (X received) (X (X cheap) (X (X air) (X (X fares) (X .)))))))))
(X (X and) (X (X centenarians) (X (X fly) (X (X free) (X (X in) (X (X first) (X (X class) (X .))))))))
(X (X if) (X (X All) (X (X Else) (X (X Fails) (X (X ...) (X .))))))
(X (X rep.) (X (X J.) (X (X Dennis) (X (X Hastert) (X (X -LRB-) (X (X R.) (X (X ,) (X (X Ill) (X (X .) (X -RRB-))))))))))
(X (X he) (X (X also) (X (X says) (X (X he) (X (X is) (X (X losing) (X (X money) (X (X now) (X .)))))))))
(X (X he) (X (X blames) (X (X imports) (X .))))
(X (X he) (X (X credits) (X (X imports) (X .))))
(X (X in) (X (X 1982) (X (X ,) (X (X he) (X (X started) (X (X a) (X (X factory) (X (X in) (X (X Greece) (X .))))))))))
(X (X two) (X (X years) (X (X later) (X (X ,) (X (X he) (X (X opened) (X (X one) (X (X in) (X (X West) (X (X Germany) (X .)))))))))))
(X (X other) (X (X furriers) (X (X have) (X (X also) (X (X benefited) (X (X from) (X (X leathers) (X .))))))))
(X (X mr.) (X (X Rosen) (X (X is) (X (X also) (X (X pushing) (X (X retail) (X (X sales) (X .))))))))
(X (X other) (X (X furriers) (X (X have) (X (X also) (X (X placed) (X (X more) (X (X weight) (X (X on) (X (X retailing) (X .))))))))))
(X (X the) (X (X animal-rights) (X (X movement) (X (X has) (X (X n't) (X (X helped) (X (X sales) (X .))))))))
(X (X the) (X (X name) (X (X of) (X (X the) (X (X game) (X (X is) (X (X to) (X (X move) (X (X goods) (X .))))))))))
(X (X more) (X (X than) (X (X 700) (X (X people) (X (X work) (X (X in) (X (X the) (X (X GTE) (X (X building) (X .))))))))))
(X (X the) (X (X cafeteria) (X (X remains) (X (X closed) (X .)))))
(X (X mary) (X (X Poulin) (X (X Palo) (X (X Alto) (X (X ,) (X Calif.))))))
(X (X reward) (X (X El) (X (X Espectador) (X (X 's) (X (X courage) (X (X with) (X (X real) (X (X support) (X .)))))))))
(X (X douglas) (X (X B.) (X Evans)))
(X (X coca-cola) (X (X Co) (X (X .) (X (X -LRB-) (X (X Atlanta) (X (X -RRB-) (X --)))))))
(X (X ing) (X .))
(X (X health-care) (X (X companies) (X (X should) (X (X get) (X (X healthier) (X (X in) (X (X the) (X (X third) (X (X quarter) (X .))))))))))
(X (X in) (X (X some) (X (X cases) (X (X ,) (X (X competition) (X (X has) (X (X squeezed) (X (X margins) (X .)))))))))
(X (X but) (X (X not) (X (X every) (X (X company) (X (X expects) (X (X to) (X (X report) (X (X increased) (X (X earnings) (X .))))))))))
(X (X in) (X (X 1988) (X (X ,) (X (X the) (X (X company) (X (X earned) (X (X $) (X (X 1.38) (X (X a) (X (X share) (X .)))))))))))
(X (X hospitals) (X (X companies) (X (X ,) (X (X meanwhile) (X (X ,) (X (X are) (X (X reporting) (X (X improved) (X (X earnings) (X .))))))))))
(X (X these) (X (X figures) (X (X are) (X (X n't) (X (X seasonally) (X (X adjusted) (X .)))))))
(X (X john) (X (X R.) (X (X Wilke) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X sales) (X (X rose) (X (X 7) (X (X %) (X (X to) (X (X $) (X (X 3.8) (X (X billion) (X .)))))))))
(X (X terms) (X (X of) (X (X the) (X (X agreement) (X (X were) (X (X n't) (X (X given) (X .))))))))
(X (X but) (X (X wait) (X (X a) (X (X second) (X .)))))
(X (X a) (X (X further) (X (X problem) (X (X is) (X (X razor-thin) (X (X profits) (X .)))))))
(X (X ``) (X (X The) (X (X more) (X (X turnover) (X (X ,) (X (X the) (X (X better) (X (X for) (X (X our) (X (X clients) (X (X .) (X ''))))))))))))
(X (X they) (X (X include) (X :)))
(X (X limited) (X (X RISK) (X (X FUNDS) (X :))))
(X (X manager) (X (X REPLICATION) (X (X FUNDS) (X :))))
(X (X tilt) (X (X FUNDS) (X :)))
(X (X this) (X (X is) (X (X an) (X (X index) (X (X fund) (X (X with) (X (X a) (X (X bet) (X .)))))))))
(X (X specialized) (X (X FUNDS) (X :)))
(X (X the) (X (X figures) (X (X occasionally) (X (X include) (X (X incomplete) (X (X transactions) (X (X in) (X (X restricted) (X (X stock) (X .))))))))))
(X (X bolar) (X (X has) (X (X denied) (X (X any) (X (X wrongdoing) (X .))))))
(X (X unfortunately) (X (X ,) (X (X this) (X (X problem) (X (X continued) (X (X even) (X (X after) (X (X Gen.) (X (X Noriega) (X (X 's) (X (X indictment) (X .))))))))))))
(X (X sen.) (X (X John) (X (X Kerry) (X (X -LRB-) (X (X D.) (X (X ,) (X (X Mass) (X (X .) (X -RRB-)))))))))
(X (X for) (X (X Vietnamese) (X (X ,) (X (X these) (X (X are) (X (X tricky) (X (X ,) (X (X often) (X (X treacherous) (X (X ,) (X (X times) (X .))))))))))))
(X (X here) (X (X is) (X (X how) (X (X three) (X (X Vietnamese) (X (X are) (X (X coping) (X (X with) (X (X change) (X :))))))))))
(X (X the) (X (X Tire) (X King)))
(X (X later) (X (X ,) (X (X he) (X (X marketed) (X (X glue) (X .))))))
(X (X both) (X (X products) (X (X were) (X (X immensely) (X (X popular) (X .))))))
(X (X by) (X (X 1982) (X (X ,) (X (X he) (X (X was) (X (X selling) (X (X thousands) (X (X of) (X (X tires) (X .))))))))))
(X (X he) (X (X produced) (X (X it) (X .))))
(X (X most) (X (X sleep) (X (X on) (X (X the) (X (X floor) (X .))))))
(X (X first) (X (X ,) (X (X however) (X (X ,) (X (X he) (X (X has) (X (X unfinished) (X (X business) (X .)))))))))
(X (X ``) (X (X I) (X (X want) (X (X my) (X (X dignity) (X (X back) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))
(X (X the) (X Editor))
(X (X van) (X (X Nghe) (X (X quickly) (X (X made) (X (X influential) (X (X enemies) (X .)))))))
(X (X ``) (X (X The) (X (X paper) (X (X reflected) (X (X the) (X (X truth) (X .)))))))
(X (X the) (X (X `) (X (X Billionaire) (X '))))
(X (X nguyen) (X (X Thi) (X (X Thi) (X (X is) (X (X Vietnam) (X (X 's) (X (X entrepreneur) (X (X of) (X (X the) (X (X 1980s) (X .)))))))))))
(X (X her) (X (X story) (X (X is) (X (X becoming) (X (X part) (X (X of) (X (X local) (X (X folklore) (X .)))))))))
(X (X her) (X (X instincts) (X (X were) (X (X capitalistic) (X (X ,) (X (X despite) (X (X her) (X (X background) (X .)))))))))
(X (X she) (X (X manages) (X (X it) (X (X with) (X (X the) (X (X title) (X (X of) (X (X general-director) (X .)))))))))
(X (X she) (X (X expects) (X (X both) (X (X revenue) (X (X and) (X (X profit) (X (X to) (X (X gain) (X (X this) (X (X year) (X .)))))))))))
(X (X among) (X (X them) (X (X ,) (X (X ``) (X (X banana) (X (X farmers) (X (X .) (X ''))))))))
(X (X thomas) (X (X V.) (X (X Reese) (X (X Sr) (X (X .) (X (X Maui) (X (X Banana) (X (X Co) (X .)))))))))
(X (X western) (X (X Digital) (X (X does) (X (X n't) (X (X make) (X (X the) (X (X monitors) (X .))))))))
(X (X income) (X (X from) (X (X continuing) (X (X operations) (X (X was) (X (X up) (X (X 26) (X (X %) (X .)))))))))
(X (X american) (X (X Express) (X (X card) (X (X charge) (X (X volume) (X (X rose) (X (X 12) (X (X %) (X .)))))))))
(X (X net) (X (X was) (X (X aided) (X (X by) (X (X a) (X (X lower) (X (X income) (X (X tax) (X (X rate) (X .))))))))))
(X (X ``) (X (X Developments) (X (X like) (X (X this) (X (X are) (X (X hard) (X (X to) (X (X predict) (X .)))))))))
(X (X both) (X (X episodes) (X (X wiped) (X (X out) (X (X Bank) (X (X Bumiputra) (X (X 's) (X (X shareholders) (X (X ') (X (X funds) (X .)))))))))))
(X (X the) (X (X loan) (X (X to) (X (X UMNO) (X (X was) (X (X made) (X (X in) (X (X September) (X (X 1983) (X .))))))))))
(X (X ``) (X (X I) (X (X felt) (X (X kind) (X (X of) (X (X safe) (X (X ,) (X (X '') (X (X she) (X (X says) (X .)))))))))))
(X (X no) (X (X longer) (X .)))
(X (X now) (X (X it) (X (X has) (X (X --) (X (X especially) (X (X for) (X (X people) (X (X my) (X (X age) (X (X .) (X '')))))))))))
(X (X the) (X (X infusion) (X (X of) (X (X activists) (X (X can) (X (X bring) (X (X a) (X (X clash) (X (X of) (X (X cultures) (X .)))))))))))
(X (X ``) (X (X The) (X (X times) (X (X are) (X (X my) (X (X times) (X (X ,) (X (X '') (X (X says) (X (X Mr.) (X (X Florio) (X .))))))))))))
(X (X ``) (X (X I) (X (X think) (X (X we) (X (X did) (X (X .) (X '')))))))
(X (X details) (X (X and) (X (X Camden) (X (X are) (X (X essential) (X (X Florio) (X .)))))))
(X (X auto) (X (X insurance) (X (X rates) (X (X are) (X (X soaring) (X .))))))
(X (X ``) (X (X I) (X (X ca) (X (X n't) (X (X support) (X (X him) (X (X because) (X (X of) (X (X abortion) (X (X .) (X '')))))))))))
(X (X ``) (X (X If) (X (X you) (X (X want) (X (X more) (X (X opinions) (X (X ask) (X (X my) (X (X wife) (X .))))))))))
(X (X she) (X (X has) (X (X lots) (X (X of) (X (X opinions) (X .))))))
(X (X but) (X (X many) (X (X economists) (X (X were) (X (X not) (X (X nearly) (X (X as) (X (X jubilant) (X .)))))))))
(X (X but) (X (X retail) (X (X energy) (X (X prices) (X (X declined) (X (X 0.9) (X (X %) (X (X in) (X (X September) (X .))))))))))
(X (X in) (X (X both) (X (X 1987) (X (X and) (X (X 1988) (X (X ,) (X (X consumer) (X (X prices) (X (X rose) (X (X 4.4) (X (X %) (X .))))))))))))
(X (X all) (X (X the) (X (X numbers) (X (X are) (X (X adjusted) (X (X for) (X (X seasonal) (X (X fluctuations) (X .)))))))))
(X (X ski) (X (X promotions) (X (X have) (X (X traditionally) (X (X avoided) (X (X the) (X (X touchy) (X (X issue) (X (X of) (X (X safety) (X .)))))))))))
(X (X but) (X (X some) (X (X think) (X (X that) (X (X 's) (X (X being) (X (X overly) (X (X optimistic) (X .)))))))))
(X (X but) (X (X you) (X (X knew) (X (X that) (X (X ,) (X (X did) (X (X n't) (X (X you) (X ?)))))))))
(X (X aftershocks) (X (X could) (X (X intervene) (X .))))
(X (X a) (X (X man) (X (X said) (X (X he) (X (X saw) (X (X the) (X (X upper) (X (X rim) (X (X undulate) (X .))))))))))
(X (X i) (X (X saw) (X (X neither) (X .))))
(X (X people) (X (X had) (X (X died) (X .))))
(X (X no) (X (X longer) (X (X innocent) (X (X ,) (X (X they) (X (X qualified) (X (X as) (X (X fools) (X .)))))))))
(X (X outside) (X (X ,) (X (X I) (X (X spotted) (X (X two) (X (X young) (X (X men) (X (X lugging) (X (X blocks) (X (X of) (X (X concrete) (X .))))))))))))
(X (X ``) (X (X Pieces) (X (X of) (X (X Candlestick) (X (X ,) (X (X '') (X (X they) (X (X said) (X .)))))))))
(X (X the) (X (X crowd) (X (X remained) (X (X good) (X (X natured) (X (X ,) (X (X even) (X (X bemused) (X .)))))))))
(X (X the) (X (X traffic) (X (X jam) (X (X out) (X (X of) (X (X the) (X (X park) (X (X was) (X (X monumental) (X .))))))))))
(X (X should) (X (X the) (X (X rest) (X (X of) (X (X the) (X (X Series) (X (X be) (X (X played) (X (X at) (X (X all) (X ?)))))))))))
(X (X sure) (X .))
(X (X two) (X (X ironies) (X (X intrude) (X .))))
(X (X still) (X (X ,) (X (X its) (X (X edge) (X (X is) (X (X lost) (X .)))))))
(X (X and) (X (X I) (X (X will) (X (X never) (X (X again) (X (X complain) (X (X about) (X (X a) (X (X rainout) (X .))))))))))
(X (X time) (X (X eluded) (X (X Paramount) (X (X by) (X (X acquiring) (X (X Warner) (X (X Communications) (X (X Inc) (X .)))))))))
(X (X when) (X (X they) (X (X halt) (X (X trading) (X (X ,) (X (X all) (X (X market) (X (X liquidity) (X (X is) (X (X gone) (X .)))))))))))
(X (X lack) (X (X of) (X (X important) (X (X ,) (X (X needed) (X (X information) (X (X can) (X (X cause) (X (X fear) (X .))))))))))
(X (X fear) (X (X is) (X (X the) (X (X father) (X (X of) (X (X panic) (X .)))))))
(X (X panic) (X (X frequently) (X (X results) (X (X in) (X (X irrational) (X (X behavior) (X .)))))))
(X (X liquidity) (X (X is) (X (X not) (X (X a) (X (X service) (X .))))))
(X (X were) (X (X we) (X (X smart) (X (X or) (X (X just) (X (X lucky) (X ?)))))))
(X (X i) (X (X 'm) (X (X not) (X (X certain) (X .)))))
(X (X now) (X (X YOU) (X (X SEE) (X (X IT) (X (X ,) (X (X now) (X (X you) (X (X do) (X (X n't) (X .))))))))))
(X (X the) (X (X recession) (X (X ,) (X (X that) (X (X is) (X .))))))
(X (X but) (X (X not) (X (X just) (X (X any) (X (X bonds) (X (X will) (X (X do) (X .))))))))
(X (X this) (X (X hurts) (X (X the) (X (X price) (X (X of) (X (X corporate) (X (X bonds) (X .))))))))
(X (X also) (X (X ,) (X (X he) (X (X notes) (X (X ,) (X (X ``) (X (X most) (X (X corporate) (X (X bonds) (X (X are) (X (X callable) (X (X .) (X '')))))))))))))
(X (X and) (X (X ,) (X (X like) (X (X corporates) (X (X ,) (X (X many) (X (X municipal) (X (X bonds) (X (X are) (X (X callable) (X .)))))))))))
(X (X frequent) (X (X trading) (X (X runs) (X (X up) (X (X high) (X (X commission) (X (X costs) (X .))))))))
(X (X after) (X (X all) (X (X ,) (X (X in) (X (X all) (X (X five) (X (X recessions) (X (X since) (X (X 1960) (X (X ,) (X (X stocks) (X (X declined) (X .)))))))))))))
(X (X the) (X (X average) (X (X recession) (X (X lasts) (X (X about) (X (X a) (X (X year) (X .))))))))
(X (X food) (X (X ,) (X (X tobacco) (X (X ,) (X (X drugs) (X (X and) (X (X utilities) (X (X are) (X (X the) (X (X classic) (X (X examples) (X .))))))))))))
(X (X ``) (X (X Keep) (X (X some) (X (X money) (X (X available) (X (X for) (X (X opportunities) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X some) (X (X industry) (X (X groups) (X (X consistently) (X (X weather) (X (X the) (X (X storm) (X (X better) (X (X than) (X (X others) (X .)))))))))))
(X (X mr.) (X (X Baldwin) (X (X likes) (X (X the) (X (X offering) (X .))))))
(X (X donaldson) (X (X Lufkin) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X restructuring) (X .)))))))))
(X (X treasury) (X Securities))
(X (X short-term) (X (X rates) (X (X rose) (X (X yesterday) (X .)))))
(X (X here) (X (X are) (X (X details) (X (X of) (X (X the) (X (X auction) (X :)))))))
(X (X corporate) (X Issues))
(X (X investment-grade) (X (X bonds) (X (X were) (X (X unchanged) (X .)))))
(X (X municipals))
(X (X away) (X (X from) (X (X the) (X (X general) (X (X obligation) (X (X sector) (X (X ,) (X (X activity) (X (X was) (X (X modest) (X .)))))))))))
(X (X long) (X (X dollar) (X (X bonds) (X (X were) (X (X flat) (X (X to) (X (X up) (X (X 3\/8) (X (X point) (X .))))))))))
(X (X meanwhile) (X (X ,) (X (X new) (X (X issuance) (X (X was) (X (X slow) (X .)))))))
(X (X mortgage-backed) (X Securities))
(X (X foreign) (X Bonds))
(X (X the) (X (X PANHANDLER) (X (X approaches) (X (X ,) (X (X makes) (X (X his) (X (X pitch) (X .))))))))
(X (X no) (X ?))
(X (X but) (X (X will) (X (X it) (X ?))))
(X (X in) (X (X a) (X (X distressing) (X (X number) (X (X of) (X (X cases) (X (X ,) (X (X no) (X .)))))))))
(X (X but) (X (X the) (X (X problem) (X (X clearly) (X (X is) (X (X widespread) (X (X and) (X (X persistent) (X .)))))))))
(X (X ``) (X (X A) (X (X lot) (X (X of) (X (X donors) (X (X just) (X (X get) (X (X taken) (X (X .) (X ''))))))))))
(X (X both) (X (X deny) (X (X wrongdoing) (X .))))
(X (X the) (X (X suit) (X (X is) (X (X still) (X (X pending) (X (X in) (X (X Illinois) (X (X state) (X (X court) (X .))))))))))
(X (X one) (X (X maneuver) (X (X :) (X (X the) (X (X ``) (X (X public) (X (X education) (X (X '') (X (X gambit) (X .))))))))))
(X (X ual) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X British) (X (X Air) (X (X 's) (X (X statement) (X .))))))))))
(X (X but) (X (X there) (X (X was) (X (X one) (X (X bright) (X (X spot) (X (X yesterday) (X .))))))))
(X (X ual) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X British) (X (X Air) (X (X 's) (X (X statement) (X .))))))))))
(X (X we) (X (X 're) (X (X not) (X (X rushing) (X (X into) (X (X anything) (X .)))))))
(X (X sen.) (X (X Mitchell) (X (X urged) (X (X them) (X (X to) (X (X desist) (X .)))))))
(X (X having) (X (X only) (X (X a) (X (X Republican) (X (X measure) (X (X makes) (X (X the) (X (X task) (X (X harder) (X .))))))))))
(X (X marginal) (X (X operations) (X (X and) (X (X assets) (X (X have) (X (X been) (X (X sold) (X .))))))))
(X (X even) (X (X perks) (X (X have) (X (X been) (X (X reduced) (X .))))))
(X (X it) (X (X 's) (X (X a) (X (X process) (X (X that) (X (X never) (X (X really) (X (X ends) (X (X .) (X ''))))))))))
(X (X wall) (X (X STREET) (X (X ,) (X (X SHAKE) (X (X hands) (X (X with) (X (X George) (X (X Orwell) (X .)))))))))
(X (X wrong) (X .))
(X (X either) (X (X way) (X (X ,) (X (X the) (X (X word) (X (X ``) (X (X broker) (X (X '') (X (X is) (X (X clearly) (X (X out) (X (X of) (X (X favor) (X .))))))))))))))
(X (X at) (X (X PaineWebber) (X (X Inc.) (X (X ,) (X (X they) (X (X are) (X (X ``) (X (X investment) (X (X executives) (X (X .) (X '')))))))))))
(X (X a) (X (X case) (X (X in) (X (X point) (X (X :) (X (X ``) (X (X government-plus) (X (X '') (X (X bond) (X (X funds) (X .)))))))))))
(X (X should) (X (X n't) (X (X they) (X (X properly) (X (X be) (X (X called) (X (X exit-load) (X (X funds) (X ?)))))))))
(X (X george) (X (X A.) (X Wiegers)))
(X (X he) (X (X figured) (X (X wrong) (X .))))
(X (X and) (X (X they) (X (X are) (X (X a) (X (X very) (X (X odd) (X (X team) (X (X in) (X (X any) (X (X case) (X .)))))))))))
(X (X he) (X (X is) (X (X a) (X (X lawyer) (X (X with) (X (X a) (X (X string) (X (X of) (X (X academic) (X (X degrees) (X .)))))))))))
(X (X ``) (X (X I) (X (X wish) (X (X they) (X (X were) (X (X around) (X (X 24) (X (X hours) (X (X a) (X (X day) (X (X .) (X ''))))))))))))
(X (X ``) (X (X We) (X (X 've) (X (X had) (X (X a) (X (X few) (X (X bombs) (X (X ,) (X (X '') (X (X admits) (X (X Mr.) (X (X Peters) (X .)))))))))))))
(X (X ``) (X (X But) (X (X by) (X (X and) (X (X large) (X (X this) (X (X company) (X (X has) (X (X only) (X (X been) (X (X profitable) (X (X .) (X '')))))))))))))
(X (X we) (X (X practically) (X (X ran) (X (X our) (X (X own) (X (X studio) (X (X .) (X ''))))))))
(X (X barbra) (X (X Streisand) (X (X made) (X (X him) (X (X famous) (X .))))))
(X (X he) (X (X cut) (X (X her) (X (X hair) (X .)))))
(X (X he) (X (X lived) (X (X with) (X (X her) (X .)))))
(X (X says) (X (X Mr.) (X (X Simpson) (X (X :) (X (X ``) (X (X The) (X (X script) (X (X was) (X (X unreadable) (X .))))))))))
(X (X we) (X (X reinvented) (X (X it) (X .))))
(X (X we) (X (X are) (X (X the) (X (X producers) (X (X of) (X (X that) (X (X movie) (X .))))))))
(X (X money) (X (X helped) (X (X ,) (X (X too) (X .)))))
(X (X but) (X (X the) (X (X MGM) (X (X plan) (X (X collapsed) (X (X just) (X (X two) (X (X weeks) (X (X later) (X .))))))))))
(X (X their) (X (X relationship) (X (X with) (X (X Mr.) (X (X Sugarman) (X (X soured) (X (X shortly) (X (X thereafter) (X .)))))))))
(X (X and) (X (X earnings) (X (X have) (X (X been) (X (X erratic) (X .))))))
(X (X the) (X (X two) (X (X sides) (X (X now) (X (X are) (X (X accusing) (X (X each) (X (X other) (X (X of) (X (X lying) (X .)))))))))))
(X (X the) (X (X SALES) (X (X PITCH) (X (X could) (X (X n't) (X (X sound) (X (X better) (X .))))))))
(X (X first) (X (X ,) (X (X there) (X (X 's) (X (X the) (X (X name) (X (X :) (X (X ``) (X (X asset-backed) (X (X securities) (X (X .) (X ''))))))))))))
(X (X and) (X (X there) (X (X 's) (X (X more) (X .)))))
(X (X most) (X (X earn) (X (X high) (X (X ratings) (X (X from) (X (X credit) (X (X agencies) (X .))))))))
(X (X their) (X (X yields) (X (X are) (X (X higher) (X (X than) (X (X those) (X (X of) (X (X U.S.) (X (X Treasury) (X (X issues) (X .)))))))))))
(X (X ready) (X (X to) (X (X jump) (X ?))))
(X (X well) (X (X ,) (X (X think) (X (X twice) (X .)))))
(X (X but) (X (X the) (X (X simplicity) (X (X may) (X (X be) (X (X misleading) (X .)))))))
(X (X there) (X (X are) (X (X n't) (X (X any) (X (X such) (X (X listings) (X (X for) (X (X asset-backed) (X (X securities) (X .))))))))))
(X (X evaluating) (X (X asset-backed) (X (X securities) (X (X poses) (X (X another) (X (X problem) (X .)))))))
(X (X it) (X (X is) (X (X n't) (X .))))
(X (X that) (X (X also) (X (X is) (X (X n't) (X (X easy) (X .))))))
(X (X nor) (X (X does) (X (X it) (X (X cover) (X (X the) (X (X entire) (X (X portfolio) (X .))))))))
(X (X details) (X (X of) (X (X credit) (X (X enhancements) (X (X vary) (X (X widely) (X (X from) (X (X issue) (X (X to) (X (X issue) (X .)))))))))))
(X (X but) (X (X it) (X (X could) (X (X be) (X (X much) (X (X worse) (X .)))))))
(X (X some) (X (X analysts) (X (X are) (X (X especially) (X (X wary) (X (X of) (X (X credit-card) (X (X issues) (X .)))))))))
(X (X for) (X (X one) (X (X thing) (X (X ,) (X (X credit-card) (X (X loans) (X (X are) (X (X unsecured) (X .)))))))))
(X (X what) (X (X about) (X (X triple-A-rated) (X (X asset-backed) (X (X issues) (X ?))))))
(X (X ratings) (X (X ,) (X (X he) (X (X notes) (X (X ,) (X (X ``) (X (X are) (X (X subject) (X (X to) (X (X change) (X (X .) (X ''))))))))))))
(X (X volume) (X (X of) (X (X asset-backed) (X (X securities) (X (X issued) (X annually))))))
(X (X \*) (X (X Principal) (X amount)))
(X (X \*\*) (X (X As) (X (X of) (X (X August) (X 30)))))
(X (X \*) (X (X Principal) (X amount)))
(X (X source) (X (X :) (X (X Securities) (X (X Data) (X (X Co) (X .))))))
(X (X those) (X (X portfolios) (X (X are) (X (X remarkably) (X (X diversified) (X .))))))
(X (X it) (X (X found) (X (X them) (X (X in) (X (X a) (X (X cautious) (X (X ,) (X (X but) (X (X not) (X (X downbeat) (X (X ,) (X (X mood) (X .)))))))))))))
(X (X of) (X (X 1,500) (X (X people) (X (X sent) (X (X a) (X (X questionnaire) (X (X ,) (X (X 951) (X (X replied) (X .))))))))))
(X (X last) (X (X year) (X (X ,) (X (X only) (X (X 8) (X (X %) (X (X were) (X (X expecting) (X (X a) (X (X recession) (X .)))))))))))
(X (X their) (X (X verdict) (X (X on) (X (X real) (X (X estate) (X (X is) (X (X almost) (X (X the) (X (X same) (X .))))))))))
(X (X for) (X (X the) (X (X most) (X (X part) (X (X ,) (X (X the) (X (X changes) (X (X were) (X (X ``) (X (X slight) (X (X .) (X ''))))))))))))
(X (X those) (X (X percentages) (X (X hardly) (X (X changed) (X (X from) (X (X the) (X (X previous) (X (X year) (X (X 's) (X (X poll) (X .)))))))))))
(X (X a) (X (X metric) (X (X ton) (X (X is) (X (X equal) (X (X to) (X (X 2,204.62) (X (X pounds) (X .)))))))))
(X (X valley) (X (X National) (X (X Corp.) (X --))))
(X (X still) (X (X ,) (X (X encrypting) (X (X corporate) (X (X communications) (X (X is) (X (X only) (X (X a) (X (X partial) (X (X remedy) (X .)))))))))))
(X (X the) (X (X index) (X (X of) (X (X smaller) (X (X banks) (X (X improved) (X (X 1.97) (X .))))))))
(X (X the) (X (X stock) (X (X was) (X (X trading) (X (X at) (X (X 69) (X (X just) (X (X two) (X (X weeks) (X (X ago) (X .)))))))))))
(X (X microsoft) (X (X earned) (X (X $) (X (X 3.03) (X (X a) (X (X share) (X (X in) (X (X fiscal) (X (X 1989) (X .))))))))))
(X (X the) (X (X company) (X (X also) (X (X makes) (X (X optical) (X (X character) (X (X recognition) (X (X equipment) (X .)))))))))
(X (X caere) (X (X was) (X (X underwritten) (X (X by) (X (X Alex) (X (X .) (X (X Brown) (X (X &) (X (X Sons) (X .))))))))))
(X (X its) (X (X 1.7) (X (X million-share) (X (X offering) (X (X was) (X (X priced) (X (X at) (X (X 15) (X .)))))))))
(X (X dell) (X (X Computer) (X (X dropped) (X (X 7\/8) (X (X to) (X (X 6) (X .)))))))
(X (X nutmeg) (X (X Industries) (X (X lost) (X (X 1) (X (X 3\/4) (X (X to) (X (X 14) (X .))))))))
(X (X a.p.) (X (X Green) (X (X Industries) (X (X advanced) (X (X 1) (X (X 5\/8) (X (X to) (X (X 36) (X (X 1\/8) (X .))))))))))
(X (X maybe) (X (X it) (X (X was) (X (X their) (X (X peculiar) (X (X sense) (X (X of) (X (X history) (X .)))))))))
(X (X pitcher) (X (X =) (X (X lanzador) (X .))))
(X (X homerun) (X (X =) (X (X jonron) (X .))))
(X (X but) (X (X then) (X (X the) (X (X noise) (X (X turned) (X (X into) (X (X a) (X (X roar) (X .)))))))))
(X (X and) (X (X no) (X (X one) (X (X was) (X (X shouting) (X .))))))
(X (X no) (X (X one) (X (X around) (X (X me) (X (X was) (X (X saying) (X (X anything) (X .))))))))
(X (X because) (X (X we) (X (X all) (X (X were) (X (X busy) (X (X riding) (X (X a) (X (X wave) (X .)))))))))
(X (X what) (X (X should) (X (X I) (X (X do) (X ?)))))
(X (X what) (X (X was) (X (X my) (X (X angle) (X ?)))))
(X (X how) (X (X would) (X (X I) (X (X file) (X ?)))))
(X (X the) (X (X rest) (X (X is) (X (X ,) (X (X of) (X (X course) (X (X ,) (X (X history) (X .)))))))))
(X (X the) (X (X Stick) (X (X did) (X (X n't) (X (X fall) (X .))))))
(X (X the) (X (X real) (X (X tragedies) (X (X occurred) (X (X elsewhere) (X (X ,) (X (X as) (X (X we) (X (X soon) (X (X found) (X (X out) (X .))))))))))))
(X (X but) (X (X for) (X (X a) (X (X few) (X (X minutes) (X (X there) (X (X ,) (X (X relief) (X (X abounded) (X .))))))))))
(X (X darkness) (X (X fell) (X .)))
(X (X the) (X (X tape) (X (X was) (X (X on) (X (X tv) (X (X before) (X (X the) (X (X night) (X (X was) (X (X out) (X .)))))))))))
(X (X marshall) (X (X McLuhan) (X (X ,) (X (X you) (X (X should) (X (X have) (X (X been) (X (X there) (X (X at) (X (X that) (X (X hour) (X .))))))))))))
(X (X many) (X (X other) (X (X brokerage) (X (X firms) (X (X had) (X (X similarly) (X (X bullish) (X (X views) (X .)))))))))
(X (X retail) (X (X sales) (X (X are) (X (X plummeting) (X (X ,) (X (X while) (X (X consumer) (X (X prices) (X (X still) (X (X are) (X (X rising) (X .))))))))))))
(X (X real-estate) (X (X executives) (X (X are) (X (X lobbying) (X (X to) (X (X ease) (X (X anti-tax-shelter) (X (X rules) (X .)))))))))
(X (X ``) (X (X You) (X (X 'll) (X (X see) (X (X the) (X (X annual) (X (X unraveling) (X (X of) (X (X it) (X (X .) (X '')))))))))))
(X (X many) (X (X groups) (X (X are) (X (X n't) (X (X waiting) (X (X that) (X (X long) (X .))))))))
(X (X many) (X (X other) (X (X tax) (X (X benefits) (X (X also) (X (X were) (X (X swept) (X (X away) (X .)))))))))
(X (X other) (X (X tax) (X (X benefits) (X (X probably) (X (X will) (X (X be) (X (X restored) (X (X and) (X (X created) (X .))))))))))
(X (X ``) (X (X The) (X (X '86) (X (X act) (X (X was) (X (X a) (X (X fluke) (X .))))))))
(X (X so) (X (X ,) (X (X is) (X (X the) (X (X tax) (X (X code) (X (X now) (X (X open) (X (X game) (X (X again) (X ?)))))))))))
(X (X mr.) (X (X Juliano) (X (X thinks) (X (X so) (X .)))))
(X (X ``) (X (X These) (X (X days) (X (X ,) (X (X anything) (X (X can) (X (X happen) (X .))))))))
(X (X he) (X (X throws) (X (X something) (X .))))
(X (X he) (X (X does) (X (X n't) (X (X just) (X (X walk) (X (X off) (X (X the) (X (X mound) (X (X and) (X (X weep) (X (X .) (X ''))))))))))))
(X (X ``) (X (X Champ) (X (X '') (X (X Chandler) (X (X 's) (X (X last) (X (X pitch) (X (X ,) (X (X apparently) (X (X ,) (X (X was) (X (X a) (X (X screwball) (X .))))))))))))))
(X (X but) (X (X the) (X (X lovebirds) (X (X have) (X (X a) (X (X conflict) (X .)))))))
(X (X that) (X (X 's) (X (X Chandler) (X (X 's) (X (X setup) (X .))))))
(X (X but) (X (X there) (X (X are) (X (X grounds) (X (X for) (X (X complaint) (X .)))))))
(X (X more) (X (X bothersome) (X (X ,) (X (X there) (X (X are) (X (X several) (X (X apparent) (X (X anachronisms) (X .)))))))))
(X (X mr.) (X (X Nolan) (X (X is) (X (X a) (X (X contributing) (X (X editor) (X (X at) (X (X Los) (X (X Angeles) (X (X Magazine) (X .)))))))))))
(X (X mr.) (X (X Shioya) (X (X has) (X (X turned) (X (X the) (X (X tables) (X .)))))))
(X (X ``) (X (X The) (X (X Japanese) (X (X take) (X (X the) (X (X long) (X (X view) (X (X .) (X (X '') (X (X said) (X (X Mr.) (X (X Veronis) (X .)))))))))))))
(X (X new) (X (X telephone) (X (X lines) (X (X posted) (X (X healthy) (X (X growth) (X .)))))))
(X (X business) (X (X lines) (X (X increased) (X (X 3.7) (X (X %) (X (X to) (X (X 3.3) (X (X million) (X .)))))))))
(X (X revenue) (X (X was) (X (X about) (X (X flat) (X (X at) (X (X $) (X (X 2.4) (X (X billion) (X .)))))))))
(X (X analysts) (X (X expect) (X (X others) (X (X to) (X (X show) (X (X a) (X (X similar) (X (X pattern) (X .)))))))))
(X (X industry) (X (X observers) (X (X expect) (X (X a) (X (X wide) (X (X divergence) (X (X in) (X (X performance) (X .)))))))))
(X (X other) (X (X retailers) (X (X are) (X (X also) (X (X preparing) (X (X for) (X (X a) (X (X ho-hum) (X (X holiday) (X .))))))))))
(X (X the) (X (X estimate) (X (X includes) (X (X the) (X (X results) (X (X of) (X (X new) (X (X stores) (X .)))))))))
(X (X retailers) (X (X could) (X (X get) (X (X a) (X (X boost) (X (X this) (X (X year) (X (X from) (X (X the) (X (X calendar) (X .)))))))))))
(X (X here) (X (X is) (X (X an) (X (X excerpt) (X :)))))
(X (X both) (X (X are) (X (X young) (X (X ,) (X (X one) (X (X twenty) (X (X odd) (X (X ,) (X (X the) (X (X other) (X (X thirty) (X (X odd) (X .)))))))))))))
(X (X ``) (X (X Oh) (X (X ,) (X (X yes) (X .)))))
(X (X ``) (X (X With) (X (X pleasure) (X .))))
(X (X ``) (X (X How) (X (X interesting) (X (X .) (X '')))))
(X (X ``) (X (X I) (X (X think) (X (X so) (X .)))))
(X (X ``) (X (X Rest) (X (X assured) (X (X ,) (X (X we) (X (X proceed) (X (X with) (X (X exemplary) (X (X fairness) (X (X .) (X '')))))))))))
(X (X ``) (X (X I) (X (X do) (X (X n't) (X (X doubt) (X (X it) (X (X for) (X (X a) (X (X moment) (X .))))))))))
(X (X what) (X (X 's) (X (X so) (X (X discouraging) (X (X is) (X (X ...) (X '')))))))
(X (X both) (X (X revenue) (X (X figures) (X (X exclude) (X (X excise) (X (X taxes) (X .)))))))
(X (X ashland) (X (X expects) (X (X that) (X (X sale) (X (X to) (X (X be) (X (X complete) (X (X next) (X (X year) (X .))))))))))
(X (X however) (X (X ,) (X (X Mr.) (X (X Ortega) (X (X was) (X (X included) (X .)))))))
(X (X it) (X (X is) (X (X also) (X (X planning) (X (X another) (X (X night) (X (X of) (X (X original) (X (X series) (X .))))))))))
(X (X it) (X (X is) (X (X n't) (X (X ...) (X .)))))
(X (X the) (X (X holding) (X (X company) (X (X will) (X (X be) (X (X called) (X (X BanPonce) (X (X Corp) (X .)))))))))
(X (X the) (X (X two) (X (X banks) (X (X appear) (X (X to) (X (X be) (X (X a) (X (X good) (X (X fit) (X .))))))))))
(X (X it) (X (X makes) (X (X sense) (X (X from) (X (X a) (X (X strategic) (X (X standpoint) (X (X .) (X '')))))))))
(X (X it) (X (X did) (X (X n't) (X (X say) (X (X by) (X (X how) (X (X much) (X .))))))))
(X (X cable) (X (X &) (X (X Wireless) (X (X PLC) (X (X of) (X (X Britain) (X (X won) (X (X the) (X (X other) (X (X license) (X .)))))))))))
(X (X b.a.t) (X (X yesterday) (X (X started) (X (X its) (X (X share) (X (X buy-back) (X .)))))))
(X (X ``) (X (X This) (X (X is) (X (X n't) (X (X a) (X (X distress) (X (X sale) (X .))))))))
(X (X we) (X (X are) (X (X determined) (X (X to) (X (X get) (X (X good) (X (X prices) (X (X .) (X '')))))))))
(X (X he) (X (X said) (X (X he) (X (X would) (X (X convene) (X (X hearings) (X (X within) (X (X two) (X (X weeks) (X .))))))))))
(X (X currently) (X (X ,) (X (X the) (X (X company) (X (X has) (X (X about) (X (X six) (X (X million) (X (X common) (X (X shares) (X (X outstanding) (X .))))))))))))
(X (X now) (X (X it) (X (X matters) (X .))))
(X (X the) (X (X GOP) (X (X doubters) (X (X were) (X (X in) (X (X Congress) (X .)))))))
(X (X in) (X (X last) (X (X week) (X (X 's) (X (X House) (X (X vote) (X (X ,) (X (X 41) (X (X Republicans) (X (X defected) (X .)))))))))))
(X (X now) (X (X many) (X (X Republicans) (X (X are) (X (X listening) (X .))))))
(X (X it) (X (X makes) (X (X only) (X (X a) (X (X handful) (X (X of) (X (X abortion-related) (X (X decisions) (X .)))))))))
(X (X on) (X (X abortion) (X (X ,) (X (X their) (X (X own) (X (X day) (X (X will) (X (X come) (X .)))))))))
(X (X does) (X (X the) (X (X candidate) (X (X favor) (X (X parental) (X (X consent) (X (X for) (X (X teen-age) (X (X abortions) (X ?))))))))))
(X (X -lrb-) (X (X The) (X (X pro-choice) (X (X lobby) (X (X does) (X (X n't) (X .)))))))
(X (X -lrb-) (X (X The) (X (X lobby) (X (X says) (X (X no) (X (X again) (X (X .) (X -RRB-))))))))
(X (X roe) (X (X v.) (X (X Wade) (X (X pre-empted) (X (X political) (X (X debate) (X (X ,) (X (X so) (X (X the) (X (X extremes) (X (X blossomed) (X .))))))))))))
(X (X union) (X (X Pacific) (X (X Corp) (X (X .) (X (X third-quarter) (X (X net) (X (X income) (X (X fell) (X (X 17) (X (X %) (X .)))))))))))
(X (X in) (X (X addition) (X (X ,) (X (X the) (X (X company) (X (X cited) (X (X cost-reduction) (X (X moves) (X (X and) (X (X interest) (X (X income) (X .))))))))))))
(X (X ``) (X (X I) (X (X expect) (X (X all) (X (X the) (X (X companies) (X (X to) (X (X appeal) (X (X ,) (X (X '') (X (X he) (X (X added) (X .)))))))))))))
(X (X it) (X (X includes) (X (X apartments) (X (X ,) (X (X shopping) (X (X centers) (X (X ,) (X (X office) (X (X buildings) (X (X and) (X (X undeveloped) (X (X land) (X .)))))))))))))
(X (X term) (X (X bonds) (X (X due) (X (X 2005) (X (X are) (X (X n't) (X (X being) (X (X formally) (X (X reoffered) (X .))))))))))
(X (X they) (X (X carry) (X (X a) (X (X 7) (X (X %) (X (X coupon) (X .)))))))
(X (X fees) (X (X 1) (X (X 3\/4) (X .))))
(X (X guaranteed) (X (X by) (X (X Societe) (X (X Generale) (X .)))))
(X (X fees) (X (X 1) (X (X 1\/4) (X .))))
(X (X the) (X (X debentures) (X (X mature) (X (X Oct.) (X (X 27) (X (X ,) (X (X 1999) (X .))))))))
(X (X interest) (X (X will) (X (X be) (X (X paid) (X (X semi-annually) (X .))))))
(X (X and) (X (X it) (X (X works) (X (X best) (X (X in) (X (X high-powered) (X (X personal) (X (X computers) (X .)))))))))
(X (X ``) (X (X With) (X (X Notes) (X (X ,) (X (X they) (X (X 're) (X (X visually) (X (X distinct) (X .)))))))))
(X (X goldman) (X (X ,) (X (X Sachs) (X (X &) (X (X Co.) (X (X was) (X (X the) (X (X underwriter) (X .)))))))))
(X (X washington) (X (X LIES) (X (X LOW) (X (X after) (X (X the) (X (X stock) (X (X market) (X (X 's) (X (X roller-coaster) (X (X ride) (X .)))))))))))
(X (X but) (X (X Darman) (X (X suggests) (X (X such) (X (X tensions) (X (X will) (X (X dissipate) (X (X quickly) (X .)))))))))
(X (X both) (X (X SIDES) (X (X NOW) (X :))))
(X (X hot) (X (X TOPIC) (X :)))
(X (X conservatives) (X (X now) (X (X hold) (X (X only) (X (X a) (X (X 5-4) (X (X edge) (X .))))))))
(X (X minor) (X (X MEMOS) (X :)))
(X (X the) (X (X harvest) (X (X delays) (X (X ,) (X (X however) (X (X ,) (X (X are) (X (X expected) (X (X to) (X (X be) (X (X temporary) (X .))))))))))))
(X (X wheat) (X (X futures) (X (X prices) (X (X rose) (X (X slightly) (X .))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X precious) (X (X METALS) (X :)))
(X (X futures) (X (X prices) (X (X declined) (X .))))
(X (X a) (X (X number) (X (X of) (X (X developments) (X (X were) (X (X negatively) (X (X interpreted) (X (X by) (X (X traders) (X .))))))))))
(X (X copper) (X :))
(X (X futures) (X (X prices) (X (X recovered) (X (X in) (X (X quiet) (X (X trading) (X .)))))))
(X (X energy) (X :))
(X (X crude) (X (X oil) (X (X prices) (X (X ended) (X (X mixed) (X .))))))
(X (X but) (X (X so-called) (X (X outer) (X (X month) (X (X contracts) (X (X finished) (X (X higher) (X .))))))))
(X (X most) (X (X energy) (X (X futures) (X (X opened) (X (X lower) (X (X ,) (X (X following) (X (X Wednesday) (X (X 's) (X (X market) (X (X downturn) (X .))))))))))))
(X (X but) (X (X a) (X (X flurry) (X (X of) (X (X late) (X (X trading) (X (X yesterday) (X (X beefed) (X (X up) (X (X prices) (X .)))))))))))
(X (X heating) (X (X oil) (X (X and) (X (X gasoline) (X (X futures) (X (X ended) (X (X higher) (X (X as) (X (X well) (X .))))))))))
(X (X even) (X (X claims) (X (X against) (X (X individuals) (X (X and) (X (X companies) (X (X face) (X (X significant) (X (X roadblocks) (X .))))))))))
(X (X what) (X (X 's) (X (X in) (X (X a) (X (X name) (X ?))))))
(X (X coopers) (X (X uses) (X (X the) (X (X Coopers) (X (X &) (X (X Lybrand) (X (X name) (X (X world-wide) (X .)))))))))
(X (X the) (X (X prisons) (X (X are) (X (X too) (X (X crowded) (X .))))))
(X (X what) (X (X if) (X (X it) (X (X happened) (X (X to) (X (X us) (X ?)))))))
(X (X preparedness) (X (X involves) (X (X more) (X (X than) (X (X flashlights) (X (X and) (X (X fire) (X (X alarms) (X (X these) (X (X days) (X .)))))))))))
(X (X ``) (X (X Then) (X (X we) (X (X had) (X (X a) (X (X real) (X (X one) (X (X in) (X (X the) (X (X afternoon) (X (X .) (X ''))))))))))))
(X (X some) (X (X companies) (X (X are) (X (X confident) (X (X that) (X (X they) (X (X 're) (X (X prepared) (X .)))))))))
(X (X hurricane) (X (X Hugo) (X (X ,) (X (X an) (X (X Atlantic) (X (X storm) (X (X ,) (X (X did) (X (X n't) (X (X affect) (X (X Vista) (X .))))))))))))
(X (X still) (X (X ,) (X (X Vista) (X (X officials) (X (X realize) (X (X they) (X (X 're) (X (X relatively) (X (X fortunate) (X .))))))))))
(X (X ``) (X (X With) (X (X a) (X (X hurricane) (X (X you) (X (X know) (X (X it) (X (X 's) (X (X coming) (X .))))))))))
(X (X and) (X (X pregnant) (X (X women) (X (X are) (X (X fat) (X (X .) (X (X ') (X ''))))))))
(X (X among) (X (X other) (X (X things) (X (X ,) (X (X the) (X (X brief) (X (X cited) (X (X insufficient) (X (X evidence) (X .))))))))))
(X (X richmond) (X (X RESIGNATIONS) (X :)))
(X (X law) (X (X FIRM) (X (X NOTES) (X :))))
(X (X ``) (X (X But) (X (X many) (X (X newspapers) (X (X are) (X (X facing) (X (X similar) (X (X comparisons) (X (X .) (X ''))))))))))
(X (X the) (X (X company) (X (X also) (X (X has) (X (X a) (X (X stock-repurchase) (X (X plan) (X .))))))))
(X (X but) (X (X the) (X (X dollar) (X (X was) (X (X mixed) (X .))))))
(X (X this) (X (X news) (X (X raised) (X (X hopes) (X (X for) (X (X further) (X (X interest-rate) (X (X cuts) (X .)))))))))
(X (X economists) (X (X expected) (X (X twice) (X (X as) (X (X large) (X (X an) (X (X increase) (X .))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X (X :) (X (X Stock) (X (X prices) (X (X surged) (X (X in) (X (X heavy) (X (X trading) (X .))))))))))))
(X (X gaining) (X (X Big) (X (X Board) (X (X issues) (X (X outnumbered) (X (X decliners) (X (X by) (X (X 1,235) (X (X to) (X (X 355) (X .)))))))))))
(X (X the) (X (X dollar) (X (X was) (X (X mixed) (X .)))))
(X (X but) (X (X it) (X (X fell) (X (X to) (X (X 1.8470) (X (X marks) (X (X from) (X (X 1.8485) (X .)))))))))
(X (X prior) (X (X to) (X (X 1932) (X (X ,) (X (X the) (X (X pattern) (X (X was) (X (X nearly) (X (X the) (X (X opposite) (X .)))))))))))
(X (X what) (X (X accounts) (X (X for) (X (X the) (X (X results) (X (X of) (X (X recent) (X (X decades) (X ?)))))))))
(X (X the) (X (X theory) (X (X relies) (X (X on) (X (X three) (X (X assumptions) (X :)))))))
(X (X is) (X (X there) (X (X any) (X (X empirical) (X (X support) (X (X for) (X (X this) (X (X theory) (X ?)))))))))
(X (X he) (X (X was) (X (X turning) (X (X himself) (X (X in) (X .))))))
(X (X the) (X (X city) (X (X 's) (X (X recovery) (X (X from) (X (X the) (X (X earthquake) (X (X was) (X (X uneven) (X .))))))))))
(X (X some) (X (X things) (X (X ca) (X (X n't) (X (X be) (X (X repaired) (X .)))))))
(X (X offices) (X (X of) (X (X the) (X (X city) (X (X 's) (X (X Rent) (X (X Board) (X (X were) (X (X destroyed) (X .))))))))))
(X (X after) (X (X that) (X (X ,) (X (X the) (X (X federal) (X (X share) (X (X diminishes) (X .))))))))
(X (X apparently) (X (X so) (X .)))
(X (X that) (X (X would) (X (X leave) (X (X Hun) (X (X Sen) (X (X and) (X (X the) (X (X Khmer) (X (X Rouge) (X .))))))))))
(X (X why) (X (X the) (X (X timidity) (X ?))))
(X (X mr.) (X (X Marinaro) (X (X could) (X (X n't) (X (X immediately) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .))))))))))
(X (X revenue) (X (X is) (X (X estimated) (X (X at) (X (X $) (X (X 18.6) (X (X million) (X .))))))))
(X (X the) (X (X Lone) (X (X Star) (X (X is) (X (X on) (X (X the) (X (X rise) (X (X again) (X (X .) (X ''))))))))))
(X (X ``) (X (X This) (X (X plays) (X (X right) (X (X into) (X (X the) (X (X hands) (X (X of) (X (X the) (X (X advertising) (X (X agencies) (X (X .) (X '')))))))))))))
(X (X this) (X (X is) (X (X football) (X (X country) (X .)))))
(X (X and) (X (X another) (X (X thing) (X (X --) (X (X real) (X (X Texans) (X (X drink) (X (X Lipton) (X (X iced) (X (X tea) (X (X .) (X ''))))))))))))
(X (X her) (X (X findings) (X ?)))
(X (X and) (X (X ad) (X (X agencies) (X (X insist) (X (X that) (X (X they) (X (X do) (X .))))))))
(X (X ``) (X (X It) (X (X 's) (X (X part) (X (X of) (X (X our) (X (X style) (X (X ,) (X (X too) (X (X .) (X '')))))))))))
(X (X supporting) (X (X banks) (X (X will) (X (X sign) (X (X a) (X (X ``) (X (X Texas) (X (X Declaration) (X (X of) (X (X Independents) (X (X .) (X ''))))))))))))
(X (X young) (X (X &) (X (X Rubicam) (X (X 's) (X Pact)))))
(X (X young) (X (X &) (X (X Rubicam) (X (X has) (X (X pleaded) (X (X innocent) (X (X to) (X (X the) (X (X charges) (X .))))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X media) (X (X POLICY) (X :)))
(X (X coke) (X (X ADS) (X :)))
(X (X per-share) (X (X earnings) (X (X advanced) (X (X 14) (X (X %) (X (X because) (X (X of) (X (X the) (X (X buy-back) (X .))))))))))
(X (X revenue) (X (X was) (X (X 21.98) (X (X billion) (X (X francs) (X .))))))
(X (X ``) (X (X California) (X (X prices) (X (X were) (X (X already) (X (X coming) (X (X down) (X .))))))))
(X (X brokers) (X (X agreed) (X (X with) (X (X the) (X (X two-tier) (X (X price) (X (X theory) (X .))))))))
(X (X thermal) (X (X paper) (X (X is) (X (X used) (X (X in) (X (X facsimile) (X (X machines) (X .))))))))
(X (X terms) (X (X of) (X (X the) (X (X agreement) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X doman) (X (X is) (X (X based) (X (X in) (X (X Duncan) (X (X ,) (X (X British) (X (X Columbia) (X .)))))))))
(X (X it) (X (X also) (X (X licenses) (X (X optically) (X (X based) (X (X data) (X (X storage) (X (X and) (X (X retrieval) (X (X devices) (X .)))))))))))
(X (X winners) (X (X outnumbered) (X (X losers) (X (X 645-293) (X (X ,) (X (X with) (X (X 186) (X (X issues) (X (X unchanged) (X .))))))))))
(X (X pharmaceuticals) (X (X made) (X (X across-the-board) (X (X advances) (X .)))))
(X (X steel) (X (X shares) (X (X fell) (X (X back) (X (X after) (X (X advancing) (X (X for) (X (X three) (X (X days) (X .))))))))))
(X (X turnover) (X (X was) (X (X 382.9) (X (X million) (X (X shares) (X (X ,) (X (X compared) (X (X with) (X (X 449.3) (X (X million) (X (X Wednesday) (X .))))))))))))
(X (X storehouse) (X (X gained) (X (X 2) (X to))))
(X (X b.a.t) (X (X said) (X (X it) (X (X purchased) (X (X 2.5) (X (X million) (X (X shares) (X (X at) (X (X 785) (X .))))))))))
(X (X south) (X (X African) (X (X gold) (X (X stocks) (X (X closed) (X (X firmer) (X .)))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X the) (X (X disciplinary) (X (X proceedings) (X (X stem) (X (X from) (X (X trading) (X (X in) (X (X April) (X (X 1987) (X .))))))))))
(X (X prudential) (X (X Insurance) (X (X is) (X (X based) (X (X in) (X (X Newark) (X (X ,) (X (X N.J) (X .)))))))))
(X (X fannie) (X (X Mae) (X (X makes) (X (X a) (X (X secondary) (X (X market) (X (X in) (X (X home) (X (X loans) (X .))))))))))
(X (X the) (X (X dollar) (X (X finished) (X (X mixed) (X (X ,) (X (X while) (X (X gold) (X (X declined) (X .)))))))))
(X (X also) (X (X ,) (X (X profit) (X (X rose) (X (X 19) (X (X %) (X (X in) (X (X the) (X (X third) (X (X quarter) (X .)))))))))))
(X (X bankamerica) (X (X 's) (X (X profit) (X (X jumped) (X (X 34) (X (X %) (X (X in) (X (X the) (X (X third) (X (X quarter) (X .)))))))))))
(X (X borrowed) (X (X shares) (X (X on) (X (X the) (X (X Amex) (X (X rose) (X (X to) (X (X another) (X (X record) (X .))))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 198,120,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3398.65) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 141.70) (X (X yen) (X (X ,) (X (X up) (X (X 0.25) (X (X ;) (X (X 1.8470) (X (X marks) (X (X ,) (X (X off) (X (X 0.0015) (X .))))))))))))))
(X (X aftershocks) (X (X RATTLED) (X (X Northern) (X (X California) (X (X amid) (X (X an) (X (X earthquake) (X (X cleanup) (X .)))))))))
(X (X serious) (X (X injuries) (X (X or) (X (X damages) (X (X were) (X (X n't) (X (X reported) (X .))))))))
(X (X thousands) (X (X remained) (X (X homeless) (X .))))
(X (X the) (X (X vote) (X (X of) (X (X 345-47) (X (X sent) (X (X the) (X (X measure) (X (X to) (X (X the) (X (X Senate) (X .)))))))))))
(X (X a) (X (X leading) (X (X U.S.) (X (X human-rights) (X (X monitor) (X (X also) (X (X was) (X (X briefly) (X (X held) (X .))))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X three) (X (X million) (X (X ounces) (X .)))))))
(X (X oddly) (X (X enough) (X (X ,) (X (X this) (X (X presents) (X (X a) (X (X problem) (X (X for) (X (X the) (X (X stock) (X .)))))))))))
(X (X ``) (X (X They) (X (X 're) (X (X thrashing) (X (X around) (X (X for) (X (X diversification) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X it) (X (X closed) (X (X yesterday) (X (X at) (X (X 34) (X (X 3\/4) (X .)))))))
(X (X taxes) (X (X are) (X (X not) (X (X going) (X (X out) (X (X of) (X (X business) (X (X .) (X '')))))))))
(X (X many) (X (X of) (X (X his) (X (X peers) (X (X feel) (X (X the) (X (X same) (X (X way) (X .)))))))))
(X (X brokerage) (X (X houses) (X (X are) (X (X sweet) (X (X on) (X (X H&R) (X (X Block) (X (X ,) (X (X too) (X .))))))))))
(X (X none) (X (X dare) (X (X say) (X (X to) (X (X sell) (X (X it) (X .)))))))
(X (X but) (X (X some) (X (X money) (X (X managers) (X (X are) (X (X doing) (X (X just) (X (X that) (X .)))))))))
(X (X compuserve) (X (X provides) (X (X about) (X (X 20) (X (X %) (X (X of) (X (X both) (X (X sales) (X (X and) (X (X earnings) (X .)))))))))))
(X (X mr.) (X (X Bloch) (X (X concedes) (X (X that) (X (X a) (X (X recent) (X (X diversification) (X (X attempt) (X (X fell) (X (X through) (X .)))))))))))
(X (X h&r) (X (X Block) (X (X -LRB-) (X (X NYSE) (X (X ;) (X (X Symbol:HRB) (X -RRB-)))))))
(X (X business) (X (X :) (X (X Tax) (X Preparation))))
(X (X year) (X (X ended) (X (X April) (X (X 30) (X (X ,) (X (X 1989) (X :)))))))
(X (X revenue) (X (X :) (X (X $) (X (X 899.6) (X million)))))
(X (X first) (X (X quarter) (X (X ,) (X (X July) (X (X 31) (X (X ,) (X (X 1989) (X :))))))))
(X (X average) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X 145,954) (X shares)))))))
(X (X company) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X reached) (X .)))))))
(X (X the) (X (X beginnings) (X (X were) (X (X modest) (X .)))))
(X (X -lrb-) (X (X The) (X (X 1989) (X (X price) (X (X :) (X (X $) (X (X 250,000) (X (X .) (X -RRB-)))))))))
(X (X a) (X (X year) (X (X later) (X (X ,) (X (X it) (X (X was) (X (X 5.7) (X (X million) (X .)))))))))
(X (X the) (X (X new) (X (X exchange) (X (X drew) (X (X instant) (X (X recognition) (X (X from) (X (X an) (X (X unwelcome) (X (X quarter) (X .)))))))))))
(X (X thursday) (X (X ,) (X (X October) (X (X 19) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.50) (X (X %) (X .)))))))))
(X (X ``) (X (X Now) (X (X ,) (X (X we) (X (X 're) (X (X going) (X (X to) (X (X sell) (X (X to) (X (X men) (X (X .) (X ''))))))))))))
(X (X a) (X (X 60-day) (X (X to) (X (X 65-day) (X (X supply) (X (X is) (X (X considered) (X (X normal) (X .)))))))))
(X (X f) (X (X -) (X (X Includes) (X (X Chevrolet) (X (X Prizm) (X (X and) (X (X Toyota) (X (X Corolla) (X .)))))))))
(X (X r) (X (X -) (X (X Revised) (X .))))
(X (X x) (X (X -) (X (X Year-to-date) (X (X 1988) (X (X figure) (X (X includes) (X (X Volkswagen) (X (X domestic-production) (X (X through) (X (X July) (X .)))))))))))
(X (X yesterday) (X (X 's) (X (X edition) (X (X misstated) (X (X the) (X (X percentage) (X (X increase) (X .))))))))
(X (X thursday) (X (X 's) (X (X edition) (X (X misstated) (X (X the) (X (X narrowing) (X .)))))))
(X (X coastal) (X (X would) (X (X n't) (X (X disclose) (X (X the) (X (X terms) (X .)))))))
(X (X the) (X (X order) (X (X is) (X (X the) (X (X biggest) (X (X in) (X (X the) (X (X company) (X (X 's) (X (X history) (X .)))))))))))
(X (X yesterday) (X (X 's) (X (X Centennial) (X (X Journal) (X (X misstated) (X (X the) (X (X company) (X (X 's) (X (X name) (X .))))))))))
(X (X the) (X (X stock) (X (X market) (X (X reacted) (X (X strongly) (X (X to) (X (X the) (X (X news) (X .)))))))))
(X (X u.s.) (X (X buyers) (X (X have) (X (X already) (X (X been) (X (X lined) (X (X up) (X .))))))))
(X (X the) (X (X transactions) (X (X are) (X (X unrelated) (X .)))))
(X (X where) (X (X do) (X (X Americans) (X (X put) (X (X their) (X (X money) (X ?)))))))
(X (X it) (X (X depends) (X (X on) (X (X when) (X (X you) (X (X look) (X .)))))))
(X (X some) (X (X results) (X (X are) (X (X self-explanatory) (X .)))))
(X (X but) (X (X other) (X (X figures) (X (X are) (X (X surprising) (X .))))))
(X (X ``) (X (X But) (X (X it) (X (X has) (X (X n't) (X (X increased) (X (X much) (X (X relative) (X (X to) (X (X other) (X (X assets) (X .))))))))))))
(X (X consumer) (X (X Durables) (X (X :) (X (X Automobiles) (X (X ,) (X (X appliances) (X (X ,) (X (X furniture) (X .)))))))))
(X (X bonds) (X (X :) (X (X Excludes) (X (X bond) (X (X funds) (X .))))))
(X (X stocks\/mutual) (X (X Funds) (X (X :) (X (X Stocks) (X (X and) (X (X mutual) (X (X funds) (X (X other) (X (X than) (X (X money-market) (X (X funds) (X .))))))))))))
(X (X unincorporated) (X (X Business) (X (X :) (X (X Partnerships) (X (X and) (X (X sole) (X (X proprietorships) (X (X ,) (X (X professional) (X (X corporations) (X .)))))))))))
(X (X pension) (X (X Reserves) (X (X :) (X (X Holdings) (X (X by) (X (X pension) (X (X funds) (X .))))))))
(X (X the) (X (X successors) (X (X would) (X (X be) (X (X nominated) (X (X by) (X (X the) (X (X independent) (X (X directors) (X .))))))))))
(X (X past) (X (X Due) (X Impasse)))
(X (X --) (X (X Arnold) (X (X J.) (X (X Zarett) (X .)))))
(X (X rex) (X Tremendae))
(X (X --) (X (X Laurence) (X (X W.) (X (X Thomas) (X .)))))
(X (X white) (X (X children) (X (X empty) (X (X the) (X (X wastepaper) (X (X baskets) (X (X and) (X (X squeegee) (X (X the) (X (X windows) (X .)))))))))))
(X (X there) (X (X is) (X (X n't) (X (X a) (X (X black) (X (X worker) (X (X in) (X (X sight) (X .)))))))))
(X (X they) (X (X do) (X (X indeed) (X (X want) (X (X their) (X (X own) (X (X nation) (X .))))))))
(X (X the) (X (X Orange) (X (X Workers) (X (X are) (X (X just) (X (X putting) (X (X this) (X (X preaching) (X (X into) (X (X practice) (X .)))))))))))
(X (X but) (X (X not) (X (X here) (X .))))
(X (X the) (X (X Afrikaner) (X (X must) (X (X end) (X (X his) (X (X reliance) (X (X on) (X (X others) (X (X .) (X ''))))))))))
(X (X the) (X (X Orange) (X (X Workers) (X (X speak) (X (X sincerely) (X .))))))
(X (X ``) (X (X We) (X (X must) (X (X either) (X (X integrate) (X (X honestly) (X (X or) (X (X segregate) (X (X honestly) (X (X .) (X '')))))))))))
(X (X morgenzon) (X (X has) (X (X long) (X (X been) (X (X a) (X (X special) (X (X domain) (X (X of) (X (X Afrikanerdom) (X .))))))))))
(X (X there) (X (X are) (X (X few) (X (X factories) (X (X and) (X (X no) (X (X mines) (X .))))))))
(X (X still) (X (X ,) (X (X complete) (X (X and) (X (X total) (X (X segregation) (X (X remains) (X (X elusive) (X .)))))))))
(X (X ``) (X (X Oh) (X (X no) (X .))))
(X (X we) (X (X need) (X (X them) (X (X and) (X (X I) (X (X thank) (X (X God) (X (X for) (X (X them) (X (X .) (X '')))))))))))
(X (X ``) (X (X I) (X (X could) (X (X n't) (X (X afford) (X (X to) (X (X hire) (X (X 16) (X (X whites) (X .))))))))))
(X (X ``) (X (X Likewise) (X (X ,) (X (X no) (X (X government) (X (X will) (X (X stop) (X (X this) (X (X idea) (X (X of) (X (X the) (X (X Afrikaners) (X (X .) (X ''))))))))))))))
(X (X he) (X (X apologizes) (X (X for) (X (X sounding) (X (X pushy) (X .))))))
(X (X we) (X (X 'll) (X (X leave) (X (X them) (X (X alone) (X .))))))
(X (X and) (X (X they) (X (X will) (X (X even) (X (X serve) (X (X it) (X (X themselves) (X .))))))))
(X (X okay) (X (X ,) (X (X now) (X (X you) (X (X can) (X (X pick) (X (X up) (X (X that) (X (X phone) (X .))))))))))
(X (X but) (X (X do) (X (X n't) (X (X do) (X (X anything) (X (X rash) (X .)))))))
(X (X ``) (X (X Investors) (X (X should) (X (X stay) (X (X with) (X (X their) (X (X stocks) (X .))))))))
(X (X the) (X (X downside) (X (X is) (X (X limited) (X (X .) (X ''))))))
(X (X they) (X (X offer) (X (X these) (X (X suggestions) (X :)))))
(X (X get) (X (X RID) (X (X OF) (X (X THE) (X (X DOGS) (X .))))))
(X (X technology) (X (X stocks) (X (X ,) (X (X says) (X (X Mr.) (X (X Goldman) (X .)))))))
(X (X watch) (X (X FOR) (X (X EARNINGS) (X (X DISAPPOINTMENTS) (X .)))))
(X (X beware) (X (X OF) (X (X HEAVY) (X (X DEBT) (X .)))))
(X (X sell) (X (X `) (X (X WHISPER) (X (X ') (X (X STOCKS) (X .))))))
(X (X ``) (X (X There) (X (X 'll) (X (X be) (X (X fewer) (X (X and) (X (X fewer) (X (X deals) (X (X .) (X ''))))))))))
(X (X in) (X (X general) (X (X ,) (X (X they) (X (X say) (X (X ,) (X (X avoid) (X (X takeover) (X (X stocks) (X .))))))))))
(X (X compare) (X (X P\/E) (X (X RATIOS) (X (X WITH) (X (X PROSPECTS) (X .))))))
(X (X examine) (X (X WHAT) (X (X HAS) (X (X CHANGED) (X .)))))
(X (X the) (X (X appointments) (X (X take) (X (X effect) (X (X Nov.) (X (X 1) (X .)))))))
(X (X both) (X (X men) (X (X are) (X (X 44) (X (X years) (X (X old) (X .)))))))
(X (X both) (X (X returns) (X (X do) (X (X n't) (X (X include) (X (X any) (X (X tax) (X (X credits) (X .)))))))))
(X (X he) (X (X added) (X (X ,) (X (X though) (X (X ,) (X (X that) (X (X ``) (X (X a) (X (X lot) (X (X of) (X (X this) (X (X is) (X (X intentions) (X (X ...) (X .)))))))))))))))
(X (X but) (X (X the) (X (X brand) (X (X had) (X (X trouble) (X (X from) (X (X the) (X (X start) (X .)))))))))
(X (X it) (X (X was) (X (X downhill) (X (X from) (X (X there) (X (X ,) (X (X however) (X .))))))))
(X (X apparently) (X (X ,) (X (X however) (X (X ,) (X (X the) (X (X improvement) (X (X came) (X (X too) (X (X late) (X .))))))))))
(X (X ford) (X (X said) (X (X then) (X (X it) (X (X would) (X (X keep) (X (X the) (X (X Scorpio) (X .)))))))))
(X (X it) (X (X also) (X (X sells) (X (X single-premium) (X (X annuities) (X (X to) (X (X individuals) (X .))))))))
(X (X @))
(X (X money) (X (X Market) (X (X Deposits) (X (X -) (X (X a) (X (X 6.23) (X %)))))))
(X (X b) (X (X -) (X (X Current) (X (X annual) (X (X yield) (X .))))))
(X (X guaranteed) (X (X minimum) (X (X 6) (X (X %) (X .)))))
(X (X artists) (X (X and) (X (X draftsmen) (X (X need) (X (X harder) (X (X ``) (X (X leads) (X (X .) (X '')))))))))
(X (X pretax) (X (X earnings) (X (X declined) (X (X 1.3) (X (X %) (X .))))))
(X (X analysts) (X (X predict) (X (X the) (X (X sales) (X (X impact) (X (X will) (X (X linger) (X .))))))))
(X (X sir) (X (X Richard) (X (X succeeds) (X (X John) (X (X Plastow) (X (X ,) (X (X who) (X (X resigned) (X (X in) (X (X July) (X .)))))))))))
(X (X some) (X (X found) (X (X it) (X (X on) (X (X the) (X (X screen) (X (X of) (X (X a) (X (X personal) (X (X computer) (X .)))))))))))
(X (X following) (X (X are) (X (X excerpts) (X (X from) (X (X the) (X (X electronic) (X (X traffic) (X (X that) (X (X night) (X .))))))))))
(X (X 11:54) (X (X p.m) (X .)))
(X (X jckc) (X :))
(X (X wow) (X !))
(X (X 11:59) (X (X p.m) (X .)))
(X (X jkd) (X :))
(X (X 12:06) (X (X a.m) (X .)))
(X (X hrh) (X :))
(X (X only) (X (X a) (X (X few) (X (X books) (X (X fell) (X (X in) (X (X the) (X (X reading) (X (X room) (X .))))))))))
(X (X 12:07) (X (X a.m) (X .)))
(X (X onezie) (X :))
(X (X my) (X (X younger) (X (X daughter) (X (X and) (X (X I) (X (X are) (X (X fine) (X .))))))))
(X (X a) (X (X lot) (X (X of) (X (X car) (X (X alarms) (X (X went) (X (X off) (X .))))))))
(X (X the) (X (X cats) (X (X are) (X (X fine) (X (X ,) (X (X although) (X (X nervous) (X .))))))))
(X (X 12:15) (X (X a.m) (X .)))
(X (X dhawk) (X :))
(X (X areas) (X (X that) (X (X are) (X (X made) (X (X of) (X (X `) (X (X fill) (X (X ') (X (X liquefy) (X .))))))))))
(X (X the) (X (X house) (X (X just) (X (X settled) (X (X right) (X (X down) (X (X into) (X (X the) (X (X ground) (X .))))))))))
(X (X 12:38) (X (X a.m) (X .)))
(X (X dayac) (X :))
(X (X 12:48) (X (X a.m) (X .)))
(X (X lmeyer) (X :))
(X (X it) (X (X flopped) (X (X all) (X (X around) (X (X ,) (X (X real) (X (X dramatic) (X !))))))))
(X (X many) (X (X hairline) (X (X cracks) (X (X in) (X (X the) (X (X concrete) (X (X slabs) (X (X afterwards) (X .)))))))))
(X (X ruined) (X (X the) (X (X damn) (X (X fishing) (X !)))))
(X (X 1:00) (X (X a.m) (X .)))
(X (X heynow) (X :))
(X (X i) (X (X heard) (X (X parts) (X (X of) (X (X the) (X (X building) (X (X above) (X (X my) (X (X head) (X (X cracking) (X .)))))))))))
(X (X i) (X (X actually) (X (X thought) (X (X that) (X (X I) (X (X might) (X (X die) (X .))))))))
(X (X i) (X (X decided) (X (X to) (X (X brave) (X (X the) (X (X storm) (X .)))))))
(X (X i) (X (X have) (X (X felt) (X (X many) (X (X aftershocks) (X .))))))
(X (X 1:11) (X a.m.))
(X (X gr8flred) (X :))
(X (X 1:11) (X (X a.m) (X .)))
(X (X rd) (X :))
(X (X books) (X (X and) (X (X software) (X (X everywhere) (X .)))))
(X (X this) (X (X being) (X (X typed) (X (X in) (X (X a) (X (X standing) (X (X position) (X .))))))))
(X (X 1:20) (X (X a.m) (X .)))
(X (X dgault) (X :))
(X (X bolinas) (X (X --) (X (X astride) (X (X the) (X (X San) (X (X Andreas) (X (X Fault) (X .))))))))
(X (X duck) (X (X swarms) (X .)))
(X (X 3:25) (X (X a.m) (X .)))
(X (X samurai) (X :))
(X (X i) (X (X just) (X (X felt) (X (X another) (X (X aftershock) (X (X a) (X (X few) (X (X seconds) (X (X ago) (X .))))))))))
(X (X i) (X (X 'm) (X (X just) (X (X numb) (X .)))))
(X (X 3:25) (X (X a.m) (X .)))
(X (X macpost) (X :))
(X (X at) (X (X first) (X (X ,) (X (X we) (X (X were) (X (X unfazed) (X .)))))))
(X (X 4:02) (X (X a.m) (X .)))
(X (X shibumi) (X :))
(X (X 4:30) (X (X a.m) (X .)))
(X (X kim) (X :))
(X (X never) (X (X in) (X (X my) (X (X life) (X (X have) (X (X I) (X (X been) (X (X so) (X (X frightened) (X .))))))))))
(X (X 5:09) (X (X a.m) (X .)))
(X (X jroe) (X :))
(X (X 6:50) (X (X a.m) (X .)))
(X (X carolg) (X :))
(X (X 7:13) (X (X a.m) (X .)))
(X (X calliope) (X :))
(X (X albany) (X (X escaped) (X (X embarrassingly) (X (X unscathed) (X .)))))
(X (X 8:01) (X (X a.m) (X .)))
(X (X hlr) (X :))
(X (X we) (X (X are) (X (X all) (X (X fine) (X (X here) (X (X ,) (X (X although) (X (X Mame) (X (X was) (X (X extremely) (X (X freaked) (X .))))))))))))
(X (X kitchen) (X (X full) (X (X of) (X (X broken) (X (X crystal) (X .))))))
(X (X books) (X (X and) (X (X tapes) (X (X all) (X (X over) (X (X my) (X (X room) (X .))))))))
(X (X 9:31) (X a.m.))
(X (X gr8flred) (X :))
(X (X 9:38) (X (X a.m) (X .)))
(X (X fig) (X :))
(X (X 9:53) (X (X a.m) (X .)))
(X (X panda) (X :))
(X (X flesh) (X (X goes) (X (X to) (X (X total) (X (X alert) (X (X for) (X (X flight) (X (X or) (X (X fight) (X .))))))))))
(X (X nausea) (X (X seems) (X (X a) (X (X commonplace) (X (X symptom) (X .))))))
(X (X berkeley) (X (X very) (X (X quiet) (X (X right) (X (X now) (X .))))))
(X (X i) (X (X agreed) (X .)))
(X (X it) (X (X is) (X .)))
(X (X great) (X .))
(X (X the) (X (X Senate) (X (X Commerce) (X (X Committee) (X (X already) (X (X has) (X (X approved) (X (X similar) (X (X legislation) (X .))))))))))
(X (X the) (X (X index) (X (X gained) (X (X 527.39) (X (X Tuesday) (X .))))))
(X (X declining) (X (X issues) (X (X outnumbered) (X (X advancers) (X (X 505-455) (X (X ,) (X (X with) (X (X 172) (X (X unchanged) (X .))))))))))
(X (X some) (X (X laggard) (X (X food) (X (X issues) (X (X attracted) (X (X bargain-hunters) (X (X ,) (X (X traders) (X (X said) (X .))))))))))
(X (X south) (X (X African) (X (X gold) (X (X stocks) (X (X ended) (X (X marginally) (X (X firmer) (X .))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X that) (X (X followed) (X (X a) (X (X 3.3) (X (X %) (X (X decline) (X (X in) (X (X August) (X .)))))))))
(X (X commission) (X (X revenue) (X (X was) (X (X $) (X (X 522) (X (X million) (X (X ,) (X (X up) (X (X 49) (X (X %) (X .)))))))))))
(X (X american) (X (X Home) (X Products)))
(X (X pfizer))
(X (X schering-plough))
(X (X david) (X (X M.) (X Carroll)))
(X (X columbia) (X (X ,) (X (X S.C) (X .))))
(X (X your) (X (X story) (X (X was) (X (X tasteless) (X (X and) (X (X insensitive) (X .)))))))
(X (X william) (X (X C.) (X (X Barksdale) (X (X Jr) (X .)))))
(X (X columbia) (X (X ,) (X (X S.C) (X .))))
(X (X william) (X (X C.) (X (X Stuart) (X III))))
(X (X silver) (X (X Spring) (X (X ,) (X (X Md) (X .)))))
(X (X brawls) (X (X between) (X (X union) (X (X factions) (X (X still) (X (X erupt) (X (X at) (X (X Pemex) (X (X installations) (X .))))))))))
(X (X the) (X (X 61-year-old) (X (X Mr.) (X (X Guzman) (X (X Cabrera) (X (X takes) (X (X such) (X (X criticisms) (X (X in) (X (X stride) (X .)))))))))))
(X (X later) (X (X ,) (X (X the) (X (X government) (X (X reclassified) (X (X several) (X (X basic) (X (X petrochemicals) (X (X as) (X (X secondary) (X (X products) (X .))))))))))))
(X (X couple) (X (X Counseling) (X (X Grows) (X (X to) (X (X Defuse) (X Stress))))))
(X (X power) (X (X of) (X (X Suggestion) (X (X Stronger) (X (X in) (X Japan))))))
(X (X in) (X (X Japan) (X (X ,) (X (X small) (X (X suggestions) (X (X are) (X (X encouraged) (X .))))))))
(X (X merger) (X (X Fallout) (X (X :) (X (X Beware) (X (X Employee) (X Dishonesty))))))
(X (X new) (X (X management) (X (X can) (X (X take) (X (X several) (X (X steps) (X (X to) (X (X reduce) (X (X dishonesty) (X .))))))))))
(X (X firms) (X (X Walk) (X (X Fine) (X (X Line) (X (X In) (X (X Distributing) (X Profits)))))))
(X (X are) (X (X CORPORATE) (X (X profits) (X (X distributed) (X (X fairly) (X ?))))))
(X (X ``) (X (X We) (X (X see) (X (X it) (X (X becoming) (X (X a) (X (X bargain-basement) (X (X kind) (X (X of) (X (X business) (X (X .) (X ''))))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X something) (X (X they) (X (X can) (X (X do) (X (X very) (X (X well) (X .))))))))))
(X (X we) (X (X 're) (X (X not) (X (X rushing) (X (X into) (X (X anything) (X .)))))))
(X (X judith) (X (X Valente) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X the) (X (X report) (X (X suggested) (X (X that) (X (X current) (X (X review) (X (X programs) (X (X are) (X (X too) (X (X narrow) (X .)))))))))))
(X (X first) (X (X ,) (X (X its) (X (X position) (X (X in) (X (X the) (X (X government) (X (X is) (X (X anomalous) (X .))))))))))
(X (X some) (X (X of) (X (X these) (X (X ideas) (X (X are) (X (X again) (X (X under) (X (X consideration) (X (X in) (X (X Congress) (X .)))))))))))
(X (X the) (X (X secretary) (X (X is) (X (X the) (X (X world) (X (X 's) (X (X biggest) (X (X borrower) (X (X of) (X (X money) (X .)))))))))))
(X (X he) (X (X has) (X (X a) (X (X built-in) (X (X ,) (X (X constant) (X (X longing) (X (X for) (X (X lower) (X (X interest) (X (X rates) (X .))))))))))))
(X (X the) (X (X answer) (X (X seems) (X (X perfectly) (X (X clear) (X .))))))
(X (X the) (X (X per-share) (X (X loss) (X (X was) (X (X $) (X (X 5.32) (X .)))))))
(X (X indeed) (X (X ,) (X (X abortion-rights) (X (X activists) (X (X still) (X (X face) (X (X their) (X (X greatest) (X (X tests) (X .))))))))))
(X (X wall) (X Street))
(X (X --) (X (X Pat) (X (X D'Amico) (X .))))
(X (X daffynition))
(X (X trained) (X (X dolphins) (X (X :) (X (X pur-poises) (X .)))))
(X (X --) (X (X Marrill) (X (X J.) (X (X Pederson) (X .)))))
(X (X investors) (X (X in) (X (X B.A.T) (X (X have) (X (X been) (X (X on) (X (X a) (X (X roller) (X (X coaster) (X .))))))))))
(X (X ``) (X (X We) (X (X are) (X (X n't) (X (X forced) (X (X sellers) (X .)))))))
(X (X b.a.t) (X (X has) (X (X declined) (X (X to) (X (X identify) (X (X the) (X (X potential) (X (X bidders) (X .)))))))))
(X (X ``) (X (X Some) (X (X foodstuff) (X (X shipments) (X (X will) (X (X probably) (X (X resume) (X (X Thursday) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X in) (X (X the) (X (X dark) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X a) (X (X Guinness) (X (X spokesman) (X (X declined) (X (X to) (X (X comment) (X .)))))))
(X (X a) (X (X Seagram) (X (X spokesman) (X (X in) (X (X New) (X (X York) (X (X would) (X (X n't) (X (X comment) (X .))))))))))
(X (X brown-forman) (X (X ,) (X (X a) (X (X Louisville) (X (X ,) (X (X Ky.) (X (X distiller) (X (X ,) (X (X also) (X (X declined) (X (X to) (X (X comment) (X .)))))))))))))
(X (X he) (X (X will) (X (X retain) (X (X the) (X (X honorary) (X (X title) (X (X of) (X (X non-executive) (X (X chairman) (X .))))))))))
(X (X mellon) (X (X has) (X (X 36.6) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))
(X (X ``) (X (X Maybe) (X (X we) (X (X should) (X (X take) (X (X it) (X (X as) (X (X a) (X (X compliment) (X (X .) (X '')))))))))))
(X (X digital) (X (X is) (X (X promising) (X (X a) (X (X new) (X (X approach) (X .)))))))
(X (X the) (X (X challengers) (X (X will) (X (X have) (X (X a) (X (X big) (X (X price) (X (X advantage) (X .)))))))))
(X (X tandem) (X (X 's) (X (X pricing) (X (X is) (X (X just) (X (X as) (X (X aggressive) (X .))))))))
(X (X the) (X (X heightened) (X (X competition) (X (X will) (X (X hit) (X (X IBM) (X (X at) (X (X a) (X (X difficult) (X (X time) (X .)))))))))))
(X (X one) (X (X such) (X (X company) (X (X is) (X (X Bankers) (X (X Trust) (X (X Co) (X .))))))))
(X (X the) (X (X software) (X (X conversion) (X (X costs) (X (X would) (X (X dwarf) (X (X any) (X (X savings) (X (X .) (X ''))))))))))
(X (X but) (X (X Mr.) (X (X Rose) (X (X is) (X (X still) (X (X looking) (X (X seriously) (X (X at) (X (X the) (X (X 9000) (X .)))))))))))
(X (X as) (X (X that) (X (X system) (X (X grows) (X (X ,) (X (X larger) (X (X computers) (X (X may) (X (X be) (X (X needed) (X .)))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X going) (X (X to) (X (X cost) (X (X IBM) (X (X revenue) (X (X .) (X ''))))))))))
(X (X ibm) (X (X will) (X (X face) (X (X still) (X (X more) (X (X competition) (X (X in) (X (X coming) (X (X months) (X .))))))))))
(X (X note) (X :))
(X (X source) (X (X :) (X (X International) (X (X Data) (X (X Corp) (X .))))))
(X (X copyright) (X (X 1989) (X (X by) (X (X Reed) (X (X Publishing) (X (X USA) (X .)))))))
(X (X ``) (X (X Things) (X (X are) (X (X beginning) (X (X to) (X (X settle) (X (X down) (X .))))))))
(X (X the) (X (X markets) (X (X are) (X (X returning) (X (X to) (X (X normalcy) (X (X .) (X ''))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X :)))))
(X (X stock) (X (X prices) (X (X rose) (X .))))
(X (X bond) (X (X prices) (X (X were) (X (X little) (X (X changed) (X (X in) (X (X sluggish) (X (X activity) (X .)))))))))
(X (X the) (X (X dollar) (X (X dropped) (X .))))
(X (X marshall) (X (X Y.) (X Taylor)))
(X (X communications) (X Director))
(X (X national) (X (X Taxpayers) (X Union)))
(X (X poverty) (X (X remains) (X (X far) (X (X more) (X (X widespread) (X (X among) (X (X blacks) (X (X than) (X (X other) (X (X Americans) (X .)))))))))))
(X (X but) (X (X two-thirds) (X (X of) (X (X all) (X (X poor) (X (X Americans) (X (X were) (X (X white) (X .)))))))))
(X (X the) (X (X Census) (X (X Bureau) (X (X also) (X (X said) (X :))))))
(X (X earnings) (X (X of) (X (X female) (X (X workers) (X (X were) (X (X unchanged) (X .)))))))
(X (X median) (X (X family) (X (X income) (X (X was) (X (X $) (X (X 32,191) (X (X ,) (X (X down) (X (X 0.2) (X (X %) (X .)))))))))))
(X (X kansas) (X (X Power) (X (X said) (X (X Mr.) (X (X Black) (X (X ,) (X (X 61) (X (X ,) (X (X chose) (X (X early) (X (X retirement) (X .))))))))))))
(X (X ``) (X (X Fly) (X (X safely) (X (X .) (X '')))))
(X (X ``) (X (X I) (X (X 'm) (X (X happy) (X (X and) (X (X sad) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X anti-nuclear) (X (X activists) (X (X took) (X (X a) (X (X less) (X (X positive) (X (X view) (X .))))))))
(X (X senate) (X (X HEARS) (X (X final) (X (X arguments) (X (X in) (X (X impeachment) (X (X trial) (X (X of) (X (X federal) (X (X judge) (X .)))))))))))
(X (X the) (X (X appeals) (X (X court) (X (X disagreed) (X (X on) (X (X both) (X (X counts) (X .))))))))
(X (X prosecutor) (X (X TO) (X (X JOIN) (X (X Gibson) (X (X Dunn) (X :))))))
(X (X in) (X (X 1987) (X (X he) (X (X became) (X (X deputy) (X (X chief) (X (X of) (X (X the) (X (X civil) (X (X division) (X .)))))))))))
(X (X neither) (X (X side) (X (X would) (X (X comment) (X .)))))
(X (X the) (X (X amount) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X the) (X (X House) (X (X version) (X (X would) (X (X raise) (X (X slightly) (X (X more) (X .))))))))
(X (X still) (X (X ,) (X (X some) (X (X aid) (X (X is) (X (X moving) (X (X westward) (X (X from) (X (X Washington) (X (X almost) (X (X immediately) (X .))))))))))))
(X (X the) (X (X account) (X (X currently) (X (X has) (X (X $) (X (X 220) (X (X million) (X .))))))))
(X (X laurie) (X (X McGinley) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X farmers) (X (X REAP) (X (X abundant) (X (X crops) (X .)))))
(X (X but) (X (X how) (X (X much) (X (X will) (X (X shoppers) (X (X benefit) (X ?)))))))
(X (X soybean) (X (X production) (X (X swells) (X (X 24) (X (X %) (X .))))))
(X (X next) (X (X year) (X (X may) (X (X see) (X (X a) (X (X drop) (X (X of) (X (X one) (X (X percentage) (X (X point) (X .)))))))))))
(X (X two) (X (X cans) (X (X cost) (X (X 89) (X (X cents) (X (X during) (X (X the) (X (X drought) (X .)))))))))
(X (X some) (X (X couples) (X (X continue) (X (X to) (X (X try) (X .))))))
(X (X market) (X (X MOVES) (X (X ,) (X (X these) (X (X managers) (X (X do) (X (X n't) (X .))))))))
(X (X but) (X (X the) (X (X utility) (X (X may) (X (X not) (X (X continue) (X (X next) (X (X year) (X .)))))))))
(X (X two) (X (X election) (X (X commission) (X (X members) (X (X opposed) (X (X the) (X (X matching) (X (X plans) (X .)))))))))
(X (X new) (X (X Jersey) (X (X Bell) (X (X awaits) (X (X state) (X (X clearance) (X .)))))))
(X (X christmas) (X (X SHOPPERS) (X (X find) (X (X a) (X (X helping) (X (X hand) (X (X from) (X (X some) (X (X catalog) (X (X companies) (X .)))))))))))
(X (X briefs) (X :))
(X (X once) (X (X you) (X (X 're) (X (X Miss) (X (X America) (X (X ,) (X (X you) (X (X 're) (X (X always) (X (X Miss) (X (X America) (X (X .) (X '')))))))))))))
(X (X many) (X (X Atlantans) (X (X thought) (X (X Pittsburgh) (X (X was) (X (X an) (X (X unworthy) (X (X heir) (X .)))))))))
(X (X two) (X (X guys) (X (X from) (X (X Gary) (X (X ,) (X (X Ind.) (X (X ?) (X ''))))))))
(X (X not) (X (X so) (X .)))
(X (X you) (X (X do) (X (X n't) (X (X know) (X (X which) (X (X way) (X (X to) (X (X punch) (X .)))))))))
(X (X general) (X (X Dynamics) (X (X closed) (X (X at) (X (X $) (X (X 54.875) (X (X ,) (X (X up) (X (X 50) (X (X cents) (X .)))))))))))
(X (X silicon) (X (X Valley) (X (X heaved) (X (X a) (X (X sigh) (X (X of) (X (X relief) (X (X yesterday) (X .)))))))))
(X (X they) (X (X then) (X (X run) (X (X remotely) (X (X controlled) (X (X self-diagnostic) (X (X programs) (X .))))))))
(X (X john) (X (X R.) (X (X Wilke) (X (X contribued) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X as) (X (X thanks) (X (X ,) (X (X the) (X (X egg) (X (X industry) (X (X tried) (X (X to) (X (X break) (X (X him) (X .)))))))))))
(X (X and) (X (X the) (X (X egg) (X (X producers) (X (X have) (X (X done) (X (X a) (X (X pretty) (X (X good) (X (X job) (X .)))))))))))
(X (X such) (X (X centrifugal) (X (X egg) (X (X breakers) (X (X have) (X (X been) (X (X around) (X (X since) (X (X the) (X (X 1890s) (X .)))))))))))
(X (X the) (X (X main) (X (X reason) (X (X :) (X (X salmonella) (X .))))))
(X (X mr.) (X (X Maynard) (X (X claims) (X (X this) (X (X is) (X (X a) (X (X manageable) (X (X problem) (X .)))))))))
(X (X opponents) (X (X do) (X (X n't) (X (X buy) (X (X such) (X (X arguments) (X .)))))))
(X (X an) (X (X early) (X (X battleground) (X (X was) (X (X the) (X (X U.S.) (X (X Department) (X (X of) (X (X Agriculture) (X .))))))))))
(X (X the) (X (X egg) (X (X producers) (X (X also) (X (X lobbied) (X (X the) (X (X Food) (X (X and) (X (X Drug) (X (X Administration) (X .)))))))))))
(X (X yet) (X (X her) (X (X intensity) (X (X stops) (X (X and) (X (X starts) (X (X with) (X (X the) (X (X music) (X .))))))))))
(X (X on) (X (X his) (X (X off-hours) (X (X he) (X (X wears) (X (X cardigan) (X (X sweaters) (X .))))))))
(X (X he) (X (X can) (X (X live) (X (X with) (X (X little) (X (X pleasures) (X .)))))))
(X (X mr.) (X (X Kloves) (X (X has) (X (X put) (X (X together) (X (X some) (X (X priceless) (X (X moments) (X .)))))))))
(X (X -lrb-) (X (X It) (X (X matches) (X (X her) (X (X voice) (X (X .) (X -RRB-)))))))
(X (X video) (X (X TIP) (X :)))
(X (X you) (X (X 'll) (X (X find) (X (X her) (X (X there) (X .))))))
(X (X hanson) (X (X is) (X (X a) (X (X London) (X (X producer) (X (X of) (X (X consumer) (X (X and) (X (X other) (X (X goods) (X .)))))))))))
(X (X himont) (X (X is) (X (X 81%-owned) (X (X by) (X (X Montedison) (X (X S.p) (X (X .) (X (X A.) (X (X of) (X (X Milan) (X (X ,) (X (X Italy) (X .)))))))))))))
(X (X that) (X (X division) (X (X 's) (X (X manager) (X (X has) (X (X been) (X (X fired) (X .))))))))
(X (X the) (X (X case) (X (X is) (X (X pending) (X .)))))
(X (X ``) (X (X It) (X (X 's) (X (X the) (X (X proverbial) (X (X flight) (X (X to) (X (X safety) (X (X .) (X ''))))))))))
(X (X some) (X (X funds) (X (X are) (X (X posting) (X (X yields) (X (X far) (X (X higher) (X (X than) (X (X the) (X (X average) (X .)))))))))))
(X (X it) (X (X implies) (X (X very) (X (X dramatic) (X (X growth) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))
(X (X earthquake) (X (X 's) (X Damage)))
(X (X ``) (X (X All) (X (X operations) (X (X have) (X (X stopped) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X who) (X (X 'S) (X (X NEWS) (X :))))
(X (X bozell) (X :))
(X (X ac&r) (X (X ADVERTISING) (X :)))
(X (X ac&r) (X (X Advertising) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X Saatchi) (X (X &) (X (X Saatchi) (X (X Co) (X .)))))))))))
(X (X new) (X (X BEER) (X :)))
(X (X budget) (X (X is) (X (X set) (X (X at) (X (X $) (X (X 1.5) (X (X million) (X .))))))))
(X (X turkey) (X (X in) (X (X any) (X (X event) (X (X is) (X (X long) (X (X past) (X (X it) (X .)))))))))
(X (X congress) (X (X is) (X (X unlikely) (X (X to) (X (X go) (X (X even) (X (X that) (X (X far) (X .)))))))))
(X (X rival) (X (X gangs) (X (X have) (X (X turned) (X (X cities) (X (X into) (X (X combat) (X (X zones) (X .)))))))))
(X (X innocent) (X (X bystanders) (X (X often) (X (X are) (X (X the) (X (X victims) (X .)))))))
(X (X randy) (X (X Delchamps) (X (X retains) (X (X his) (X (X position) (X (X as) (X (X president) (X .))))))))
(X (X his) (X (X observations) (X (X were) (X (X taken) (X (X seriously) (X .))))))
(X (X this) (X (X is) (X (X indeed) (X (X what) (X (X the) (X (X market) (X (X decided) (X .))))))))
(X (X hence) (X (X the) (X (X LBO) (X (X craze) (X .)))))
(X (X corporations) (X (X need) (X (X liquidity) (X (X ,) (X (X in) (X (X the) (X (X form) (X (X of) (X (X borrowed) (X (X funds) (X .)))))))))))
(X (X these) (X (X are) (X (X long-term) (X (X Richter) (X (X readings) (X (X on) (X (X American) (X (X capitalism) (X .)))))))))
(X (X the) (X (X whole) (X (X structure) (X (X is) (X (X extremely) (X (X shaky) (X .)))))))
(X (X but) (X (X sophistication) (X (X has) (X (X its) (X (X limits) (X .))))))
(X (X these) (X (X are) (X (X real) (X (X costs) (X .)))))
(X (X in) (X (X Paris) (X (X ,) (X (X Air) (X (X France) (X (X declined) (X (X to) (X (X comment) (X .)))))))))
(X (X they) (X (X currently) (X (X have) (X (X large) (X (X orders) (X (X for) (X (X cargo) (X (X planes) (X .)))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X federal) (X (X Paper) (X (X Board) (X (X sells) (X (X paper) (X (X and) (X (X wood) (X (X products) (X .)))))))))
(X (X the) (X (X most) (X (X pressing) (X (X problem) (X (X was) (X (X the) (X (X suspension) (X (X of) (X (X options) (X (X trading) (X .)))))))))))
(X (X ``) (X (X If) (X (X one) (X (X city) (X (X is) (X (X down) (X (X ,) (X (X the) (X (X other) (X (X can) (X (X take) (X (X over) (X (X .) (X ''))))))))))))))
(X (X that) (X (X should) (X (X happen) (X (X by) (X (X today) (X (X ,) (X (X he) (X (X said) (X .)))))))))
(X (X also) (X (X ,) (X (X most) (X (X of) (X (X the) (X (X telecommunications) (X (X equipment) (X (X was) (X (X out) (X .))))))))))
(X (X ``) (X (X We) (X (X are) (X (X having) (X (X a) (X (X regular) (X (X day) (X .))))))))
(X (X ``) (X (X We) (X (X are) (X (X seeing) (X (X such) (X (X exercises) (X (X today) (X (X ,) (X (X in) (X (X fact) (X .)))))))))))
(X (X the) (X (X announcement) (X (X came) (X (X after) (X (X the) (X (X market) (X (X 's) (X (X close) (X .)))))))))
(X (X the) (X (X move) (X (X by) (X (X IBM) (X (X was) (X (X n't) (X (X exactly) (X (X a) (X (X surprise) (X .))))))))))
(X (X but) (X (X home-building) (X (X stocks) (X (X were) (X (X a) (X (X mixed) (X (X bag) (X .))))))))
(X (X timber) (X (X stocks) (X (X got) (X (X a) (X (X big) (X (X boost) (X .)))))))
(X (X pacific) (X (X Telesis) (X (X Group) (X (X lost) (X (X 62.5) (X (X cents) (X (X to) (X (X $) (X (X 44.625) (X .))))))))))
(X (X a) (X (X CBOE) (X (X spokeswoman) (X (X declined) (X (X comment) (X (X on) (X (X Petco) (X .))))))))
(X (X part) (X (X of) (X (X a) (X (X Series) (X -RCB-)))))
(X (X never) (X (X mind) (X (X that) (X (X her) (X (X husband) (X (X prefers) (X (X Crest) (X .))))))))
(X (X clearly) (X (X ,) (X (X people) (X (X like) (X (X Mrs.) (X (X Lombardi) (X (X are) (X (X giving) (X (X marketers) (X (X fits) (X .)))))))))))
(X (X it) (X (X 's) (X (X sort) (X (X of) (X (X loyalty) (X (X by) (X (X default) (X .))))))))
(X (X ``) (X (X They) (X (X 're) (X (X buying) (X (X whatever) (X (X 's) (X (X cheaper) (X (X .) (X '')))))))))
(X (X mr.) (X (X Kim) (X (X of) (X (X J.) (X (X Walter) (X (X Thompson) (X (X does) (X (X n't) (X (X think) (X (X so) (X .)))))))))))
(X (X and) (X (X perhaps) (X (X with) (X (X good) (X (X reason) (X .))))))
(X (X ``) (X (X The) (X (X best) (X (X odds) (X (X are) (X (X with) (X (X your) (X (X core) (X (X franchise) (X .))))))))))
(X (X reflecting) (X (X that) (X (X logic) (X (X ,) (X (X insurance-company) (X (X stocks) (X (X posted) (X (X strong) (X (X gains) (X .))))))))))
(X (X the) (X (X buyer) (X (X was) (X (X n't) (X (X identified) (X .))))))
(X (X he) (X (X did) (X (X n't) (X (X rule) (X (X out) (X (X negotiations) (X (X with) (X (X Ford) (X (X ,) (X (X however) (X .)))))))))))
(X (X bellsouth))
(X (X ameritech))
(X (X a) (X (X -) (X (X reflects) (X (X 2-for-1) (X (X stock) (X (X split) (X (X effective) (X (X Dec.) (X (X 30) (X (X ,) (X (X 1988) (X .))))))))))))
(X (X but) (X (X stunning) (X (X volatility) (X (X was) (X (X produced) (X (X in) (X (X the) (X (X process) (X .)))))))))
(X (X two) (X (X years) (X (X of) (X (X coddling) (X (X ,) (X (X down) (X (X the) (X (X drain) (X .)))))))))
(X (X all) (X (X of) (X (X a) (X (X sudden) (X (X ,) (X (X it) (X (X was) (X (X back) (X (X to) (X (X square) (X (X one) (X .))))))))))))
(X (X but) (X (X ``) (X (X these) (X (X wide) (X (X swings) (X (X scare) (X (X them) (X (X to) (X (X death) (X (X .) (X '')))))))))))
(X (X and) (X (X before) (X (X last) (X (X Friday) (X (X ,) (X (X they) (X (X were) (X (X actually) (X (X making) (X (X modest) (X (X progress) (X .))))))))))))
(X (X ``) (X (X Then) (X (X there) (X (X 'll) (X (X be) (X (X another) (X (X swing) (X .))))))))
(X (X washington) (X (X ,) (X (X D.C.) (X --))))
(X (X standard) (X (X &) (X (X Poor) (X (X 's) (X (X Corp.) (X (X has) (X (X them) (X (X under) (X (X review) (X .))))))))))
(X (X federal) (X (X National) (X (X Mortgage) (X (X Association) (X --)))))
(X (X the) (X (X offering) (X (X used) (X (X at-market) (X (X pricing) (X .))))))
(X (X pricing) (X (X details) (X (X were) (X (X n't) (X (X available) (X .))))))
(X (X societa) (X (X per) (X (X Azioni) (X (X Finanziaria) (X (X Industria) (X (X Manaifatturiera) (X (X -LRB-) (X (X Italy) (X (X -RRB-) (X --))))))))))
(X (X fees) (X (X 1) (X (X 7\/8) (X .))))
(X (X mitsubishi) (X (X Corp) (X (X .) (X (X Finance) (X (X -LRB-) (X (X Japanese) (X (X parent) (X (X -RRB-) (X --)))))))))
(X (X fees) (X (X 1) (X (X 5\/8) (X .))))
(X (X indian) (X (X Oil) (X (X Corp) (X (X .) (X (X -LRB-) (X (X India) (X (X -RRB-) (X --))))))))
(X (X guaranteed) (X (X by) (X (X India) (X .))))
(X (X fees) (X (X 0.36) (X .)))
(X (X notes) (X (X offered) (X (X at) (X (X a) (X (X fixed) (X (X level) (X (X of) (X (X 99.75) (X .)))))))))
(X (X national) (X (X Westminster) (X (X Bank) (X (X PLC) (X (X -LRB-) (X (X U.K.) (X (X -RRB-) (X --))))))))
(X (X subsequent) (X (X margins) (X (X set) (X (X by) (X (X agreement) (X (X between) (X (X NatWest) (X (X and) (X (X Merrill) (X .))))))))))
(X (X keihin) (X (X Electric) (X (X Express) (X (X Railway) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --))))))))))
(X (X seiren) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --)))))))
(X (X n.) (X (X Nomura) (X (X &) (X (X Co) (X (X .) (X (X -LRB-) (X (X Japan) (X (X -RRB-) (X --)))))))))
(X (X aegon) (X (X N.V) (X (X .) (X (X -LRB-) (X (X Netherlands) (X (X -RRB-) (X --)))))))
(X (X fees) (X (X 2) (X .)))
(X (X continental) (X (X Airlines) (X --)))
(X (X continental) (X (X Airlines) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X Texas) (X (X Air) (X (X Corp) (X .))))))))))
(X (X senators) (X (X are) (X (X focusing) (X (X on) (X (X making) (X (X a) (X (X capital-gains) (X (X differential) (X (X permanent) (X .))))))))))
(X (X the) (X (X current) (X (X debt) (X (X limit) (X (X expires) (X (X Oct.) (X (X 31) (X .))))))))
(X (X few) (X (X telephone) (X (X lines) (X (X snapped) (X .)))))
(X (X officials) (X (X expect) (X (X difficulty) (X (X routing) (X (X traffic) (X (X through) (X (X downtown) (X (X San) (X (X Francisco) (X .))))))))))
(X (X but) (X (X many) (X (X predicted) (X (X that) (X (X the) (X (X commercial) (X (X disruption) (X (X would) (X (X be) (X (X short-lived) (X .)))))))))))
(X (X the) (X (X plant) (X (X was) (X (X evacuated) (X (X and) (X (X workers) (X (X sent) (X (X home) (X .)))))))))
(X (X the) (X (X construction) (X (X industry) (X (X is) (X (X sure) (X (X to) (X (X feel) (X (X increased) (X (X demand) (X .))))))))))
(X (X corporate) (X (X profits) (X (X may) (X (X also) (X (X dip) (X (X initially) (X .)))))))
(X (X her) (X (X parents) (X (X lost) (X (X everything) (X (X in) (X (X the) (X (X 1906) (X (X earthquake) (X .)))))))))
(X (X interest) (X (X payments) (X (X on) (X (X the) (X (X bonds) (X (X will) (X (X be) (X (X payable) (X (X semiannually) (X .))))))))))
(X (X interest) (X (X rates) (X (X barely) (X (X budged) (X (X from) (X (X Tuesday) (X (X 's) (X (X levels) (X .)))))))))
(X (X the) (X (X move) (X (X had) (X (X been) (X (X widely) (X (X expected) (X .)))))))
(X (X ``) (X (X This) (X (X was) (X (X not) (X (X a) (X (X do-or-die) (X (X deal) (X (X ,) (X (X '') (X (X she) (X (X said) (X .))))))))))))
(X (X its) (X (X securities) (X (X have) (X (X been) (X (X dubbed) (X (X ``) (X (X bailout) (X (X bonds) (X (X '') (X (X by) (X (X traders) (X .))))))))))))
(X (X treasury) (X Securities))
(X (X treasury) (X (X bonds) (X (X ended) (X (X narrowly) (X (X mixed) (X (X in) (X (X quiet) (X (X trading) (X .)))))))))
(X (X short-term) (X (X rates) (X (X were) (X (X little) (X (X changed) (X .))))))
(X (X corporate) (X Issues))
(X (X investment-grade) (X (X corporate) (X (X bonds) (X (X ended) (X (X 1\/4) (X (X point) (X (X lower) (X .))))))))
(X (X municipals))
(X (X chemical) (X (X Securities) (X (X Inc.) (X (X is) (X (X acting) (X (X as) (X (X agent) (X (X for) (X (X the) (X (X seller) (X .)))))))))))
(X (X the) (X (X yield) (X (X was) (X (X 7.35) (X (X %) (X (X ,) (X (X up) (X (X 0.01) (X (X percentage) (X (X point) (X .)))))))))))
(X (X mortgage-backed) (X Securities))
(X (X mortgage) (X (X securities) (X (X ended) (X (X little) (X (X changed) (X (X after) (X (X light) (X (X dealings) (X .)))))))))
(X (X there) (X (X was) (X (X no) (X (X appreciable) (X (X market) (X (X impact) (X (X from) (X (X the) (X (X California) (X (X earthquake) (X .)))))))))))
(X (X foreign) (X Bonds))
(X (X the) (X (X Berlin) (X (X Wall) (X (X still) (X (X stands) (X .))))))
(X (X but) (X (X the) (X (X man) (X (X who) (X (X built) (X (X it) (X (X has) (X (X fallen) (X .)))))))))
(X (X both) (X (X men) (X (X were) (X (X also) (X (X relieved) (X (X of) (X (X their) (X (X duties) (X (X yesterday) (X .))))))))))
(X (X clearly) (X (X ,) (X (X the) (X (X central) (X (X figure) (X (X in) (X (X this) (X (X process) (X (X is) (X (X Egon) (X (X Krenz) (X .))))))))))))
(X (X moreover) (X (X ,) (X (X both) (X (X men) (X (X have) (X (X hewn) (X (X to) (X (X a) (X (X similar) (X (X hard-line) (X (X philosophy) (X .))))))))))))
(X (X but) (X (X will) (X (X it) (X (X be) (X (X enough) (X ?))))))
(X (X west) (X (X German) (X (X government) (X (X officials) (X (X and) (X (X Western) (X (X analysts) (X (X are) (X (X doubtful) (X .))))))))))
(X (X the) (X (X selection) (X (X of) (X (X Mr.) (X (X Krenz) (X (X may) (X (X also) (X (X disappoint) (X (X Moscow) (X .))))))))))
(X (X which) (X (X is) (X (X what) (X (X the) (X (X Old) (X (X Guard) (X (X fears) (X .))))))))
(X (X neither) (X (X man) (X (X achieved) (X (X perfection) (X .)))))
(X (X by) (X (X late) (X (X 1988) (X (X ,) (X (X they) (X (X were) (X (X banning) (X (X Soviet) (X (X publications) (X .))))))))))
(X (X the) (X (X first) (X (X signs) (X (X were) (X (X economic) (X .))))))
(X (X gingerly) (X (X ,) (X (X some) (X (X economists) (X (X began) (X (X to) (X (X blame) (X (X central) (X (X planning) (X .))))))))))
(X (X but) (X (X they) (X (X are) (X (X stalwart) (X (X socialists) (X .))))))
(X (X ``) (X (X It) (X (X was) (X (X only) (X (X a) (X (X matter) (X (X of) (X (X time) (X (X .) (X ''))))))))))
(X (X wednesday) (X (X ,) (X (X October) (X (X 18) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X federal) (X (X HOME) (X (X LOAN) (X (X MORTGAGE) (X (X CORP) (X (X .) (X (X -LRB-) (X (X Freddie) (X (X Mac) (X (X -RRB-) (X :)))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X federal) (X (X NATIONAL) (X (X MORTGAGE) (X (X ASSOCIATION) (X (X -LRB-) (X (X Fannie) (X (X Mae) (X (X -RRB-) (X :)))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.50) (X (X %) (X .)))))))))
(X (X mr.) (X (X Sung) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X we) (X (X were) (X (X out) (X (X of) (X (X the) (X (X box) (X .)))))))
(X (X it) (X (X was) (X (X horrible) (X .))))
(X (X he) (X (X declined) (X (X to) (X (X elaborate) (X .)))))
(X (X mr.) (X (X Steinhardt) (X (X also) (X (X could) (X (X take) (X (X that) (X (X route) (X .))))))))
(X (X he) (X (X confers) (X (X big) (X (X trading) (X (X commissions) (X (X on) (X (X Wall) (X (X Street) (X (X firms) (X .))))))))))
(X (X analysts) (X (X say) (X (X USAir) (X (X has) (X (X great) (X (X promise) (X .)))))))
(X (X does) (X (X Mr.) (X (X Steinhardt) (X (X regret) (X (X his) (X (X incursion) (X (X into) (X (X the) (X (X takeover-threat) (X (X game) (X ?)))))))))))
(X (X in) (X (X the) (X (X meantime) (X (X ,) (X (X the) (X (X strategies) (X (X will) (X (X increase) (X (X expenses) (X .))))))))))
(X (X broader) (X (X averages) (X (X also) (X (X posted) (X (X modest) (X (X gains) (X .)))))))
(X (X ``) (X (X I) (X (X did) (X (X n't) (X (X expect) (X (X it) (X (X to) (X (X be) (X (X this) (X (X quiet) (X .)))))))))))
(X (X issues) (X (X of) (X (X insurance) (X (X brokers) (X (X were) (X (X especially) (X (X strong) (X .))))))))
(X (X chevron) (X (X added) (X (X 1) (X (X to) (X (X 65) (X .))))))
(X (X gte) (X (X added) (X (X 1) (X (X 1\/4) (X (X to) (X (X 65) (X (X 3\/8) (X .))))))))
(X (X springs) (X (X Industries) (X (X dropped) (X (X 1) (X (X 3\/8) (X (X to) (X (X 36) (X .))))))))
(X (X volume) (X (X totaled) (X (X 12,500,000) (X (X shares) (X .)))))
(X (X for) (X (X one) (X (X thing) (X (X ,) (X (X Digital) (X (X ,) (X (X Maynard) (X (X ,) (X (X Mass.) (X (X ,) (X (X has) (X (X sold) (X (X fewer) (X (X machines) (X .)))))))))))))))
(X (X wang) (X (X had) (X (X previously) (X (X forecast) (X (X a) (X (X loss) (X .)))))))
(X (X the) (X (X offer) (X (X expired) (X (X at) (X (X 12:01) (X (X a.m.) (X (X yesterday) (X .))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X ``) (X (X The) (X (X press) (X (X has) (X (X been) (X (X doing) (X (X an) (X (X excellent) (X (X job) (X .))))))))))
(X (X revenue) (X (X was) (X (X flat) (X (X at) (X (X $) (X (X 2.59) (X (X billion) (X .))))))))
(X (X the) (X (X decision) (X (X was) (X (X announced) (X (X after) (X (X trading) (X (X ended) (X .))))))))
(X (X ``) (X (X Any) (X (X fool) (X (X can) (X (X publish) (X (X a) (X (X money-losing) (X (X magazine) (X .)))))))))
(X (X ``) (X (X But) (X (X Sassy) (X (X has) (X (X a) (X (X different) (X (X spirit) (X .))))))))
(X (X the) (X (X magazine) (X (X Success) (X (X ,) (X (X however) (X (X ,) (X (X was) (X (X for) (X (X years) (X (X lackluster) (X (X and) (X (X unfocused) (X .)))))))))))))
(X (X mr.) (X (X Lang) (X (X feels) (X (X that) (X (X Time) (X (X 's) (X (X priorities) (X (X changed) (X .)))))))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X have) (X (X passive) (X (X readers) (X (X .) (X '')))))))))
(X (X ``) (X (X Besides) (X (X ,) (X (X we) (X (X have) (X (X enough) (X (X on) (X (X our) (X (X plate) (X .))))))))))
(X (X both) (X (X companies) (X (X are) (X (X regional) (X (X carriers) (X (X in) (X (X the) (X (X Southwest) (X .)))))))))
(X (X stateswest) (X (X owns) (X (X 7.25) (X (X %) (X (X of) (X (X Mesa) (X .)))))))
(X (X these) (X (X claims) (X (X would) (X (X be) (X (X repayable) (X (X over) (X (X a) (X (X 10-year) (X (X period) (X .))))))))))
(X (X rep.) (X (X Smith) (X (X died) (X (X in) (X (X a) (X (X plane) (X (X crash) (X (X on) (X (X Aug.) (X (X 13) (X .)))))))))))
(X (X business) (X (X was) (X (X slow) (X (X because) (X (X many) (X (X companies) (X (X were) (X (X closed) (X (X yesterday) (X .))))))))))
(X (X offices) (X (X were) (X (X closed) (X (X yesterday) (X .)))))
(X (X company) (X (X ,) (X (X with) (X (X 1,750) (X (X workers) (X (X in) (X (X area) (X (X ,) (X (X is) (X (X fully) (X (X functional) (X .))))))))))))
(X (X it) (X (X expects) (X (X to) (X (X be) (X (X fully) (X (X operational) (X (X by) (X (X next) (X (X week) (X .))))))))))
(X (X the) (X (X company) (X (X does) (X (X n't) (X (X expect) (X (X any) (X (X shipping) (X (X delays) (X .)))))))))
(X (X that) (X (X facility) (X (X should) (X (X reopen) (X (X today) (X .))))))
(X (X company) (X (X expects) (X (X to) (X (X be) (X (X fully) (X (X operational) (X (X by) (X (X next) (X (X week) (X .))))))))))
(X (X expects) (X (X to) (X (X be) (X (X fully) (X (X operational) (X (X early) (X (X next) (X (X week) (X .)))))))))
(X (X the) (X (X company) (X (X plans) (X (X to) (X (X be) (X (X fully) (X (X operational) (X (X today) (X .)))))))))
(X (X business) (X (X was) (X (X n't) (X (X disrupted) (X .)))))
(X (X one) (X (X building) (X (X in) (X (X Palo) (X (X Alto) (X (X may) (X (X be) (X (X damaged) (X (X beyond) (X (X repair) (X .)))))))))))
(X (X it) (X (X expects) (X (X any) (X (X impact) (X (X on) (X (X its) (X (X business) (X (X to) (X (X be) (X (X slight) (X .)))))))))))
(X (X the) (X (X company) (X (X expects) (X (X all) (X (X branches) (X (X to) (X (X reopen) (X (X today) (X .)))))))))
(X (X all) (X (X are) (X (X expected) (X (X to) (X (X reopen) (X (X soon) (X .)))))))
(X (X the) (X (X company) (X (X expects) (X (X to) (X (X resume) (X (X full) (X (X operations) (X (X by) (X (X today) (X .))))))))))
(X (X production) (X (X resumed) (X (X yesterday) (X .))))
(X (X piping) (X (X in) (X (X a) (X (X waste-treatment) (X (X plant) (X (X needed) (X (X immediate) (X (X repairs) (X .)))))))))
(X (X office) (X (X closed) (X (X yesterday) (X (X at) (X (X 4:30) (X (X p.m.) (X (X EDT) (X .))))))))
(X (X closed) (X (X yesterday) (X (X due) (X (X to) (X (X power) (X (X difficulties) (X .)))))))
(X (X could) (X (X the) (X (X collapse) (X (X of) (X (X I-880) (X (X have) (X (X been) (X (X prevented) (X ?)))))))))
(X (X so) (X (X why) (X (X even) (X (X consider) (X (X stacking) (X (X freeways) (X (X now) (X ?))))))))
(X (X ``) (X (X The) (X (X work) (X (X was) (X (X done) (X (X properly) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))
(X (X ``) (X (X It) (X (X liquefies) (X (X in) (X (X a) (X (X patchwork) (X (X quilt) (X (X pattern) (X .)))))))))
(X (X you) (X (X can) (X (X drive) (X (X piles) (X (X on) (X (X it) (X (X and) (X (X build) (X (X on) (X (X it) (X (X .) (X ''))))))))))))
(X (X it) (X (X 's) (X (X a) (X (X danger) (X .)))))
(X (X we) (X (X know) (X (X it) (X (X 's) (X (X there) (X .))))))
(X (X in) (X (X California) (X (X ,) (X (X this) (X (X is) (X (X the) (X (X reality) (X .))))))))
(X (X other) (X (X ,) (X (X as) (X (X yet) (X (X unnamed) (X (X ,) (X (X cities) (X (X will) (X (X follow) (X .))))))))))
(X (X california) (X (X STRUGGLED) (X (X with) (X (X the) (X (X aftermath) (X (X of) (X (X a) (X (X Bay) (X (X area) (X (X earthquake) (X .)))))))))))
(X (X hungary) (X (X ADOPTED) (X (X constitutional) (X (X changes) (X (X to) (X (X form) (X (X a) (X (X democratic) (X (X system) (X .))))))))))
(X (X the) (X (X country) (X (X was) (X (X renamed) (X (X the) (X (X Republic) (X (X of) (X (X Hungary) (X .)))))))))
(X (X the) (X (X shuttle) (X (X is) (X (X slated) (X (X to) (X (X return) (X (X Monday) (X (X to) (X (X California) (X .))))))))))
(X (X the) (X (X election) (X (X was) (X (X by) (X (X secret) (X (X ballot) (X (X in) (X (X the) (X (X General) (X (X Assembly) (X .)))))))))))
(X (X the) (X (X country) (X (X 's) (X (X narcotics) (X (X traffickers) (X (X claimed) (X (X responsibility) (X (X for) (X (X the) (X (X slaying) (X .)))))))))))
(X (X he) (X (X succeeds) (X (X William) (X (X Kohut) (X (X ,) (X (X who) (X (X resigned) (X (X earlier) (X (X this) (X (X year) (X .)))))))))))
(X (X figgie) (X (X is) (X (X a) (X (X fire) (X (X protection) (X (X ,) (X (X electronics) (X (X and) (X (X industrial) (X (X products) (X (X concern) (X .))))))))))))
(X (X i) (X (X doubt) (X (X that) (X .))))
(X (X i) (X (X add) (X (X two) (X (X others) (X .)))))
(X (X the) (X (X upshot) (X ?)))
(X (X we) (X (X have) (X (X some) (X (X level) (X (X of) (X (X financial) (X (X interest) (X (X '') (X (X in) (X (X the) (X (X collection) (X .))))))))))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X disclose) (X (X specifics) (X (X .) (X ''))))))))
(X (X sotheby) (X (X 's) (X (X has) (X (X been) (X (X aggressively) (X (X promoting) (X (X the) (X (X Dorrance) (X (X sale) (X .))))))))))
(X (X there) (X (X may) (X (X be) (X (X forces) (X (X that) (X (X would) (X (X delay) (X (X this) (X (X scenario) (X .))))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X gained) (X (X 4.92) (X (X ,) (X (X to) (X (X 2643.65) (X .))))))))))
(X (X the) (X (X British) (X (X conglomerate) (X (X cited) (X (X the) (X (X recent) (X (X turmoil) (X (X in) (X (X financial) (X (X markets) (X .)))))))))))
(X (X the) (X (X business) (X (X includes) (X (X Beefeater) (X (X gin) (X .))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 166,900,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3371.36) (X (X ,) (X off))))))))))
(X (X dollar) (X (X :) (X (X 141.45) (X (X yen) (X (X ,) (X (X off) (X (X 1.30) (X (X ;) (X (X 1.8485) (X (X marks) (X (X ,) (X (X off) (X (X 0.0182) (X .))))))))))))))
(X (X estimated) (X (X volume) (X (X was) (X (X three) (X (X million) (X (X ounces) (X .)))))))
(X (X gasoline) (X (X terminals) (X (X were) (X (X also) (X (X largely) (X (X unhurt) (X (X ,) (X (X they) (X (X said) (X .))))))))))
(X (X heating) (X (X oil) (X (X finished) (X (X at) (X (X 60.6) (X (X cents) (X (X ,) (X (X down) (X (X 0.45) (X (X cent) (X .)))))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X copper) (X :))
(X (X sugar) (X :))
(X (X futures) (X (X prices) (X (X extended) (X (X Tuesday) (X (X 's) (X (X gains) (X .)))))))
(X (X livestock) (X (X AND) (X (X MEATS) (X :))))
(X (X only) (X (X two) (X (X of) (X (X 111) (X (X transplants) (X (X have) (X (X been) (X (X rejected) (X .)))))))))
(X (X signed) (X (X by) (X (X 25) (X students))))
(X (X of) (X (X Douglas) (X (X Woodward) (X (X 's) (X (X Honors) (X (X Economics) (X (X Class) (X ,))))))))
(X (X university) (X (X of) (X (X South) (X Carolina))))
(X (X columbia) (X (X ,) (X (X S.C) (X .))))
(X (X suzanne) (X Foster))
(X (X galax) (X (X ,) (X (X Va) (X .))))
(X (X n.) (X (X Joseph) (X Potts)))
(X (X miami) (X (X Lakes) (X (X ,) (X (X Fla) (X .)))))
(X (X should) (X (X they) (X (X ,) (X (X too) (X (X ,) (X (X stop) (X (X ``) (X (X messing) (X (X with) (X (X '') (X (X his) (X (X free) (X (X market) (X ?))))))))))))))
(X (X and) (X (X what) (X (X about) (X (X insurance) (X (X firms) (X ?))))))
(X (X mr.) (X (X Laband) (X (X should) (X (X beware) (X (X ,) (X (X since) (X (X he) (X (X lives) (X (X in) (X (X South) (X (X Carolina) (X .))))))))))))
(X (X john) (X (X W.) (X Rush)))
(X (X marietta) (X (X ,) (X (X Ga) (X .))))
(X (X tom) (X Mongan))
(X (X victoria) (X (X ,) (X Texas)))
(X (X too) (X (X bad) (X (X theory) (X (X fails) (X (X in) (X (X practice) (X .)))))))
(X (X we) (X (X consumers) (X (X tend) (X (X to) (X (X have) (X (X long) (X (X memories) (X .))))))))
(X (X chris) (X Edgar))
(X (X myrtle) (X (X Beach) (X (X ,) (X (X S.C) (X .)))))
(X (X the) (X (X play) (X (X is) (X (X filled) (X (X with) (X (X intrigue) (X (X ,) (X (X dishonesty) (X (X and) (X (X injustice) (X .)))))))))))
(X (X otherwise) (X (X ,) (X (X the) (X (X scene) (X (X remained) (X (X Celimene) (X (X 's) (X (X house) (X (X in) (X (X 1666) (X .)))))))))))
(X (X it) (X (X works) (X .)))
(X (X silences) (X (X were) (X (X lengthy) (X (X --) (X (X nobody) (X (X moved) (X (X or) (X (X gestured) (X .)))))))))
(X (X this) (X (X kind) (X (X of) (X (X theater) (X (X was) (X (X new) (X (X to) (X (X us) (X .)))))))))
(X (X ``) (X (X That) (X (X 's) (X (X OK) (X (X ,) (X (X '') (X (X Mr.) (X (X Sagan) (X (X replies) (X .))))))))))
(X (X i) (X (X 'm) (X (X encouraged) (X (X by) (X (X the) (X (X action) (X (X .) (X ''))))))))
(X (X advancing) (X (X issues) (X (X beat) (X (X declining) (X (X ones) (X (X ,) (X (X 1,271) (X (X to) (X (X 811) (X .))))))))))
(X (X overall) (X (X OTC) (X (X insurance) (X (X issues) (X (X were) (X (X mixed) (X .)))))))
(X (X safeco) (X (X fell) (X (X 1\/8) (X (X to) (X (X 32) (X (X 5\/8) (X (X on) (X (X 462,900) (X (X shares) (X .))))))))))
(X (X ohio) (X (X Casualty) (X (X rose) (X (X 1\/4) (X (X to) (X (X 51) (X (X 3\/4) (X (X on) (X (X 137,200) (X (X shares) (X .)))))))))))
(X (X but) (X (X most) (X (X of) (X (X those) (X (X stocks) (X (X fared) (X (X well) (X .))))))))
(X (X intel) (X (X also) (X (X added) (X (X 3\/8) (X (X to) (X (X 33) (X (X 7\/8) (X .))))))))
(X (X but) (X (X Sun) (X (X Microsystems) (X (X slipped) (X (X 1\/4) (X (X to) (X (X 17) (X (X 1\/4) (X .)))))))))
(X (X shares) (X (X of) (X (X biotechnology) (X (X companies) (X (X in) (X (X the) (X (X area) (X (X were) (X (X also) (X (X higher) (X .)))))))))))
(X (X amgen) (X (X rose) (X (X 1) (X (X 1\/2) (X (X to) (X (X 50) (X (X 3\/4) (X (X in) (X (X heavy) (X (X trading) (X .)))))))))))
(X (X chiron) (X (X ,) (X (X another) (X (X pharmaceutical) (X (X concern) (X (X ,) (X (X is) (X (X based) (X (X in) (X (X Emeryville) (X (X ,) (X (X Calif) (X .)))))))))))))
(X (X connaught) (X (X is) (X (X a) (X (X biotechnology) (X (X research) (X (X and) (X (X vaccine) (X (X manufacturing) (X (X concern) (X .))))))))))
(X (X we) (X (X 're) (X (X talking) (X (X real) (X (X money) (X .))))))
(X (X why) (X (X is) (X (X this) (X (X happening) (X ?)))))
(X (X no) (X (X tax) (X (X increases) (X (X would) (X (X be) (X (X necessary) (X .)))))))
(X (X in) (X (X Washington) (X (X and) (X (X on) (X (X Wall) (X (X Street) (X .)))))))
(X (X mr.) (X (X Wanniski) (X (X is) (X (X president) (X (X of) (X (X Polyconomics) (X (X Inc.) (X (X ,) (X (X of) (X (X Morristown) (X (X ,) (X (X N.J) (X .)))))))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X but) (X (X the) (X (X offering) (X (X almost) (X (X did) (X (X n't) (X (X happen) (X .))))))))
(X (X river) (X (X RUN) (X :)))
(X (X he) (X (X still) (X (X has) (X (X 1,143) (X (X shares) (X (X ,) (X (X according) (X (X to) (X (X SEC) (X (X files) (X .)))))))))))
(X (X mr.) (X (X Toney) (X (X also) (X (X declined) (X (X to) (X (X comment) (X .)))))))
(X (X interest-rate) (X (X PLAYER) (X :)))
(X (X the) (X (X two) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X peter) (X (X Pae) (X (X in) (X (X Pittsburgh) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))
(X (X the) (X (X Beebes) (X (X have) (X (X not) (X (X yet) (X (X decided) (X (X whether) (X (X to) (X (X appeal) (X .))))))))))
(X (X times) (X (X SQUARE) (X (X development) (X (X opponents) (X (X are) (X (X dealt) (X (X setback) (X .))))))))
(X (X federal) (X (X JUDGE) (X (X EXPANDS) (X (X role) (X (X of) (X (X U.S.) (X (X courts) (X (X in) (X (X extradition) (X (X decisions) (X .)))))))))))
(X (X mr.) (X (X Ahmad) (X (X 's) (X (X lawyer) (X (X said) (X (X he) (X (X would) (X (X appeal) (X .)))))))))
(X (X quotable) (X :))
(X (X but) (X (X one) (X (X far-afield) (X (X effect) (X (X is) (X (X still) (X (X with) (X (X us) (X .)))))))))
(X (X the) (X (X timing) (X (X was) (X (X perfect) (X .)))))
(X (X the) (X (X Arabs) (X (X had) (X (X tried) (X (X embargos) (X (X before) (X .)))))))
(X (X texas) (X (X simply) (X (X pumped) (X (X harder) (X .)))))
(X (X but) (X (X Middle) (X (X East) (X (X supplies) (X (X were) (X (X growing) (X (X in) (X (X importance) (X .)))))))))
(X (X politics) (X (X and) (X (X economics) (X (X conspired) (X .)))))
(X (X ``) (X (X Shortage) (X (X '') (X (X and) (X (X ``) (X (X crisis) (X (X '') (X (X became) (X (X buzz) (X (X words) (X (X ,) (X (X although) (X (X neither) (X (X really) (X (X applied) (X .))))))))))))))))
(X (X what) (X (X the) (X (X Arabs) (X (X started) (X (X ,) (X (X inflation) (X (X finished) (X .))))))))
(X (X the) (X (X issue) (X (X used) (X (X at-market) (X (X pricing) (X .))))))
(X (X guaranteed) (X (X by) (X (X Redland) (X (X PLC) (X .)))))
(X (X fees) (X (X 2) (X .)))
(X (X par) (X (X said) (X (X it) (X (X is) (X (X cooperating) (X (X in) (X (X the) (X (X investigation) (X .)))))))))
(X (X we) (X (X suspect) (X (X voters) (X (X are) (X (X fed) (X (X up) (X (X with) (X (X the) (X (X finagling) (X .))))))))))
(X (X social) (X (X Security) (X (X and) (X (X spending) (X (X for) (X (X poor) (X (X people) (X (X are) (X (X exempted) (X .))))))))))
(X (X it) (X (X will) (X (X reduce) (X (X spending) (X (X in) (X (X a) (X (X very) (X (X effective) (X (X fashion) (X (X .) (X '')))))))))))
(X (X ask) (X (X Tommy) (X (X Lasorda) (X (X ;) (X (X thin) (X (X is) (X (X in) (X .))))))))
(X (X house) (X (X Speaker) (X (X Foley) (X (X ought) (X (X to) (X (X deliver) (X (X that) (X (X promise) (X .)))))))))
(X (X those) (X (X days) (X (X are) (X (X gone) (X .)))))
(X (X save) (X (X the) (X (X sequester) (X (X ,) (X (X and) (X (X let) (X (X Washington) (X (X scream) (X .)))))))))
(X (X advancing) (X (X issues) (X (X outnumbered) (X (X decliners) (X (X 821-201) (X (X ,) (X (X with) (X (X 103) (X (X unchanged) (X .))))))))))
(X (X ``) (X (X Nothing) (X (X has) (X (X changed) (X (X fundamentally) (X (X in) (X (X the) (X (X Tokyo) (X (X market) (X (X .) (X '')))))))))))
(X (X ``) (X (X People) (X (X are) (X (X placing) (X (X small) (X (X bets) (X .)))))))
(X (X ``) (X (X Really) (X (X brave) (X (X views) (X (X right) (X (X now) (X (X would) (X (X be) (X (X foolhardy) (X (X .) (X '')))))))))))
(X (X the) (X (X narrower) (X (X Financial) (X (X Times) (X (X 30-share) (X (X index) (X (X fell) (X (X 29.6) (X (X to) (X (X 1730.7) (X .)))))))))))
(X (X it) (X (X was) (X (X all) (X (X over) (X (X the) (X (X place) (X .)))))))
(X (X merchant) (X (X banks) (X (X were) (X (X stronger) (X (X across) (X (X the) (X (X board) (X .))))))))
(X (X cable) (X (X &) (X (X Wireless) (X (X fell) (X (X 20) (X (X to) (X (X 478) (X .))))))))
(X (X south) (X (X African) (X (X gold) (X (X stocks) (X (X closed) (X (X higher) (X .)))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X in) (X (X either) (X (X case) (X (X ,) (X (X the) (X (X investor) (X (X faces) (X (X three) (X (X possible) (X (X outcomes) (X :)))))))))))
(X (X but) (X (X while) (X (X index) (X (X options) (X (X are) (X (X convenient) (X (X ,) (X (X they) (X (X have) (X (X several) (X (X disadvantages) (X .))))))))))))
(X (X that) (X (X cost) (X (X rises) (X (X in) (X (X times) (X (X of) (X (X high) (X (X market) (X (X volatility) (X .))))))))))
(X (X all) (X (X prices) (X (X are) (X (X as) (X (X of) (X (X Monday) (X (X 's) (X (X close) (X .)))))))))
(X (X the) (X (X final) (X (X proration) (X (X factor) (X (X will) (X (X be) (X (X announced) (X (X Monday) (X .)))))))))
(X (X cincinnati) (X (X Microwave) (X (X Inc.) (X (X said) (X (X it) (X (X introduced) (X (X two) (X (X radar) (X (X detectors) (X .))))))))))
(X (X since) (X (X March) (X (X ,) (X (X exports) (X (X have) (X (X been) (X (X virtually) (X (X flat) (X .)))))))))
(X (X ``) (X (X That) (X (X must) (X (X start) (X (X with) (X (X cutting) (X (X the) (X (X federal) (X (X budget) (X (X deficit) (X (X .) (X ''))))))))))))
(X (X the) (X (X numbers) (X (X were) (X (X adjusted) (X (X for) (X (X usual) (X (X seasonal) (X (X fluctuations) (X .)))))))))
(X (X alan) (X (X Murray) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X -lrb-) (X (X In) (X (X billions) (X (X of) (X (X U.S.) (X (X dollars) (X (X ,) (X (X not) (X (X seasonally) (X (X adjusted) (X -RRB-)))))))))))
(X (X \*) (X (X Newly) (X (X industrialized) (X (X countries) (X (X :) (X (X Singapore) (X (X ,) (X (X Hong) (X (X Kong) (X (X ,) (X (X Taiwan) (X (X ,) (X (X South) (X Korea))))))))))))))
(X (X the) (X (X machine) (X (X began) (X (X shipping) (X (X at) (X (X the) (X (X end) (X (X of) (X (X last) (X (X year) (X .)))))))))))
(X (X the) (X (X closely) (X (X held) (X (X company) (X (X has) (X (X n't) (X (X disclosed) (X (X sales) (X .)))))))))
(X (X ``) (X (X But) (X (X it) (X (X will) (X (X definitely) (X (X boost) (X (X Next) (X (X 's) (X (X sales) (X (X .) (X '')))))))))))
(X (X every) (X (X major) (X (X maker) (X (X offers) (X (X computers) (X (X with) (X (X color) (X (X displays) (X .)))))))))
(X (X the) (X (X position) (X (X of) (X (X chief) (X (X operating) (X (X officer) (X (X is) (X (X new) (X .)))))))))
(X (X it) (X (X does) (X (X prolong) (X (X the) (X (X pain) (X (X somewhat) (X (X .) (X ''))))))))
(X (X tuesday) (X (X ,) (X (X October) (X (X 17) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.50) (X (X %) (X .)))))))))
(X (X profit) (X (X from) (X (X continuing) (X (X operations) (X (X rose) (X (X 19) (X (X %) (X .))))))))
(X (X revenue) (X (X rose) (X (X 4) (X (X %) (X (X to) (X (X $) (X (X 1.79) (X (X billion) (X .)))))))))
(X (X mr.) (X (X Sheinberg) (X (X remains) (X (X as) (X (X executive) (X (X vice) (X (X president) (X .))))))))
(X (X the) (X (X latest) (X (X rebate) (X (X is) (X (X good) (X (X for) (X (X all) (X (X Beretta) (X (X models) (X .))))))))))
(X (X it) (X (X also) (X (X asked) (X (X Mesa) (X (X to) (X (X keep) (X (X the) (X (X proposal) (X (X confidential) (X .))))))))))
(X (X the) (X (X carrier) (X (X has) (X (X n't) (X (X yet) (X (X turned) (X (X a) (X (X profit) (X .)))))))))
(X (X a) (X (X sentencing) (X (X date) (X (X has) (X (X n't) (X (X been) (X (X set) (X .))))))))
(X (X the) (X (X metaphor) (X (X of) (X (X theater) (X (X is) (X (X not) (X (X entirely) (X (X coincidental) (X .)))))))))
(X (X mr.) (X (X Gelbart) (X (X also) (X (X has) (X (X fun) (X (X with) (X (X language) (X .))))))))
(X (X this) (X (X interest) (X (X in) (X (X words) (X (X goes) (X (X beyond) (X (X puns) (X (X and) (X (X playfulness) (X (X ,) (X (X however) (X .))))))))))))
(X (X its) (X (X many) (X (X lively) (X (X stories) (X (X include) (X (X the) (X (X Gutfreund-Postel) (X (X holiday) (X (X cheer) (X (X imbroglio) (X .)))))))))))
(X (X eventually) (X (X ,) (X (X Mr.) (X (X Postel) (X (X broke) (X (X his) (X (X toe) (X (X in) (X (X the) (X (X dark) (X .)))))))))))
(X (X the) (X (X Postels) (X (X did) (X (X not) (X (X give) (X (X permission) (X .)))))))
(X (X where) (X (X had) (X (X all) (X (X the) (X (X money) (X (X come) (X (X from) (X ?))))))))
(X (X ``) (X (X I) (X (X felt) (X (X betrayed) (X (X ,) (X (X '') (X (X he) (X (X later) (X (X said) (X .))))))))))
(X (X worse) (X (X ,) (X (X Salomon) (X (X 's) (X (X timing) (X (X had) (X (X been) (X (X off) (X .)))))))))
(X (X hostile) (X (X takeovers) (X (X are) (X (X quite) (X (X a) (X (X new) (X (X phenomenon) (X .))))))))
(X (X sometimes) (X (X they) (X (X are) (X (X constructive) (X (X ,) (X (X but) (X (X often) (X (X not) (X .)))))))))
(X (X however) (X (X ,) (X (X on) (X (X balance) (X (X ,) (X (X the) (X (X charity) (X (X game) (X (X helps) (X (X America) (X .)))))))))))
(X (X however) (X (X ,) (X (X the) (X (X phenomenon) (X (X is) (X (X not) (X (X specifically) (X (X Jewish) (X .)))))))))
(X (X so) (X (X who) (X (X knows) (X ?))))
(X (X the) (X (X U.S.) (X (X has) (X (X six) (X (X trade) (X (X promotion) (X (X offices) (X (X in) (X (X Canada) (X .))))))))))
(X (X the) (X (X system) (X (X provides) (X (X radar-threat) (X (X warning) (X (X and) (X (X electronic) (X (X jamming) (X (X capabilities) (X .))))))))))
(X (X both) (X (X are) (X (X mining) (X (X concerns) (X .)))))
(X (X the) (X (X expiration) (X (X date) (X (X had) (X (X been) (X (X Nov.) (X (X 3) (X .))))))))
(X (X it) (X (X can) (X (X happen) (X (X in) (X (X any) (X (X industry) (X .)))))))
(X (X ``) (X (X That) (X (X 's) (X (X antithetical) (X (X to) (X (X the) (X (X art) (X (X of) (X (X selling) (X (X .) (X '')))))))))))
(X (X ignore) (X (X the) (X (X present) (X (X condition) (X .)))))
(X (X show) (X (X it) (X (X 's) (X (X business) (X (X as) (X (X usual) (X (X .) (X ''))))))))
(X (X that) (X (X is) (X (X n't) (X (X easy) (X .)))))
(X (X the) (X (X more) (X (X recent) (X (X losses) (X (X were) (X (X really) (X (X devastating) (X (X .) (X '')))))))))
(X (X mr.) (X (X Tait) (X (X say) (X (X he) (X (X does) (X (X n't) (X (X blame) (X (X Lilly) (X .)))))))))
(X (X the) (X (X reason) (X (X does) (X (X n't) (X (X relate) (X (X to) (X (X your) (X (X selling) (X (X skills) (X (X .) (X '')))))))))))
(X (X discouragement) (X (X feeds) (X (X on) (X (X itself) (X .)))))
(X (X the) (X (X good) (X (X news) (X (X is) (X (X ,) (X (X it) (X (X 's) (X (X not) (X (X your) (X (X fault) (X (X .) (X ''))))))))))))
(X (X so) (X (X ,) (X (X he) (X (X advises) (X (X ,) (X (X make) (X (X goals) (X (X achievable) (X .)))))))))
(X (X southwestern) (X (X Bell) (X (X Corp.) (X (X and) (X (X Cincinnati) (X (X Bell) (X (X posted) (X (X slight) (X (X declines) (X .))))))))))
(X (X gte) (X (X Corp) (X .)))
(X (X operating) (X (X profit) (X (X of) (X (X $) (X (X 37.2) (X (X million) (X (X was) (X (X unchanged) (X .)))))))))
(X (X mci) (X (X Communications) (X (X Corp) (X .))))
(X (X the) (X (X current) (X (X quarter) (X (X ,) (X (X he) (X (X said) (X (X ,) (X (X ``) (X (X looks) (X (X fine) (X .)))))))))))
(X (X southwestern) (X (X Bell) (X (X Corp) (X .))))
(X (X the) (X (X earnings) (X (X drop) (X (X had) (X (X been) (X (X expected) (X .)))))))
(X (X cincinnati) (X (X Bell) (X (X Inc) (X .))))
(X (X cincinnati) (X (X Bell) (X (X Inc.) (X (X said) (X (X net) (X (X declined) (X (X 1.8) (X (X %) (X .)))))))))
(X (X shearson) (X (X LEHMAN) (X (X HUTTON) (X (X Inc) (X .)))))
(X (X mr.) (X (X Meador) (X (X had) (X (X been) (X (X executive) (X (X vice) (X (X president) (X (X of) (X (X Balcor) (X .))))))))))
(X (X shearson) (X (X is) (X (X about) (X (X 60%-held) (X (X by) (X (X American) (X (X Express) (X (X Co) (X .)))))))))
(X (X of) (X (X course) (X (X ,) (X (X Mr.) (X (X Wolf) (X (X ,) (X (X 48) (X (X years) (X (X old) (X (X ,) (X (X has) (X (X some) (X (X savings) (X .))))))))))))))
(X (X manville) (X (X is) (X (X a) (X (X building) (X (X and) (X (X forest) (X (X products) (X (X concern) (X .)))))))))
(X (X mr.) (X (X Percival) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X the) (X (X results) (X (X were) (X (X in) (X (X line) (X (X with) (X (X analysts) (X (X ') (X (X expectations) (X .))))))))))
(X (X merck) (X (X &) (X (X Co) (X .))))
(X (X the) (X (X drug) (X (X was) (X (X introduced) (X (X in) (X (X West) (X (X Germany) (X (X this) (X (X year) (X .))))))))))
(X (X warner-lambert) (X (X Co) (X .)))
(X (X confectionery) (X (X products) (X (X sales) (X (X also) (X (X had) (X (X strong) (X (X growth) (X (X in) (X (X the) (X (X quarter) (X .)))))))))))
(X (X eli) (X (X Lilly) (X (X &) (X (X Co) (X .)))))
(X (X sales) (X (X of) (X (X Prozac) (X (X ,) (X (X an) (X (X anti-depressant) (X (X ,) (X (X led) (X (X drug-sales) (X (X increases) (X .)))))))))))
(X (X ``) (X (X But) (X (X it) (X (X 's) (X (X not) (X (X mediocre) (X (X ,) (X (X it) (X (X 's) (X (X a) (X (X real) (X (X problem) (X (X .) (X ''))))))))))))))
(X (X trouble) (X (X was) (X (X ,) (X (X nobody) (X (X thought) (X (X they) (X (X looked) (X (X right) (X .)))))))))
(X (X is) (X (X such) (X (X a) (X (X view) (X (X justified) (X ?))))))
(X (X clearly) (X (X not) (X .)))
(X (X about) (X (X 20,000) (X (X years) (X (X ago) (X (X the) (X (X last) (X (X ice) (X (X age) (X (X ended) (X .))))))))))
(X (X jocelyn) (X (X Tomkin) (X (X Astronomy) (X (X Department) (X (X University) (X of))))))
(X (X the) (X (X IRS) (X (X hopes) (X (X to) (X (X fill) (X (X the) (X (X new) (X (X positions) (X (X soon) (X .))))))))))
(X (X more) (X (X enemies) (X (X to) (X (X be) (X (X dealt) (X (X with) (X .)))))))
(X (X the) (X (X woman) (X (X had) (X (X nearly) (X (X died) (X .))))))
(X (X yet) (X (X he) (X (X has) (X (X proved) (X (X more) (X (X resilient) (X (X than) (X (X any) (X (X of) (X (X them) (X .)))))))))))
(X (X ``) (X (X He) (X (X has) (X (X mastered) (X (X the) (X (X art) (X (X of) (X (X survival) (X (X .) (X ''))))))))))
(X (X ``) (X (X The) (X (X Americans) (X (X have) (X (X left) (X (X him) (X (X without) (X (X a) (X (X way) (X (X out) (X .)))))))))))
(X (X a) (X (X spy) (X (X was) (X (X born) (X .)))))
(X (X ``) (X (X Noriega) (X (X managed) (X (X the) (X (X whole) (X (X thing) (X .)))))))
(X (X he) (X (X was) (X (X superb) (X .))))
(X (X noriega) (X (X was) (X (X an) (X (X expert) (X (X at) (X (X bribing) (X (X and) (X (X blackmailing) (X (X people) (X (X .) (X '')))))))))))
(X (X even) (X (X at) (X (X this) (X (X early) (X (X stage) (X (X ,) (X (X drugs) (X (X caused) (X (X additional) (X (X concerns) (X .)))))))))))
(X (X ``) (X (X Everybody) (X (X was) (X (X afraid) (X (X of) (X (X him) (X (X ,) (X (X '') (X (X Mr.) (X (X Ingersoll) (X (X says) (X .))))))))))))
(X (X the) (X (X U.S.) (X (X soon) (X (X found) (X (X new) (X (X cause) (X (X for) (X (X concern) (X (X :) (X (X gun-running) (X .)))))))))))
(X (X it) (X (X was) (X (X a) (X (X Friday) (X (X in) (X (X June) (X .)))))))
(X (X the) (X (X Pentagon) (X (X foiled) (X (X the) (X (X plan) (X .))))))
(X (X prosecutors) (X (X in) (X (X Miami) (X (X received) (X (X yet) (X (X another) (X (X setback) (X .))))))))
(X (X ``) (X (X Briggs) (X (X screamed) (X (X ,) (X (X '') (X (X Mr.) (X (X Windsor) (X (X recalls) (X .)))))))))
(X (X yet) (X (X ,) (X (X his) (X (X political) (X (X setbacks) (X (X mounted) (X .)))))))
(X (X mr.) (X (X Noriega) (X (X was) (X (X growing) (X (X desperate) (X .))))))
(X (X mr.) (X (X Noriega) (X (X 's) (X (X proposal) (X (X was) (X (X turned) (X (X down) (X .))))))))
(X (X the) (X (X end) (X (X of) (X (X the) (X (X marriage) (X (X was) (X (X at) (X (X hand) (X .)))))))))
(X (X president) (X (X Bush) (X (X has) (X (X sworn) (X (X to) (X (X bring) (X (X him) (X (X to) (X (X justice) (X .))))))))))
(X (X it) (X (X is) (X (X a) (X (X knock-out) (X (X battle) (X (X --) (X (X perhaps) (X (X to) (X (X the) (X (X death) (X .)))))))))))
(X (X not) (X (X quite) (X (X ,) (X (X Sen.) (X (X Leahy) (X (X contends) (X .)))))))
(X (X measures) (X (X of) (X (X manufacturing) (X (X activity) (X (X fell) (X (X more) (X (X than) (X (X the) (X (X overall) (X (X measures) (X .)))))))))))
(X (X output) (X (X of) (X (X business) (X (X equipment) (X (X was) (X (X unchanged) (X (X in) (X (X September) (X .)))))))))
(X (X some) (X (X economists) (X (X expect) (X (X further) (X (X declines) (X (X in) (X (X investment) (X (X spending) (X .)))))))))
(X (X ``) (X (X You) (X (X have) (X (X n't) (X (X seen) (X (X the) (X (X full) (X (X effect) (X (X of) (X (X that) (X (X yet) (X (X .) (X '')))))))))))))
(X (X the) (X (X figures) (X (X are) (X (X seasonally) (X (X adjusted) (X .))))))
(X (X 142.3) (X (X %) (X (X of) (X (X the) (X (X 1977) (X (X average) (X .)))))))
(X (X nesb) (X (X is) (X (X also) (X (X the) (X (X parent) (X (X of) (X (X Omnibank) (X .))))))))
(X (X white) (X Males))
(X (X white) (X Females))
(X (X black) (X Males))
(X (X black) (X Females))
(X (X the) (X (X volatility) (X (X was) (X (X dizzying) (X (X for) (X (X traders) (X .)))))))
(X (X this) (X (X is) (X (X a) (X (X tough) (X (X market) (X (X .) (X '')))))))
(X (X they) (X (X 're) (X (X just) (X (X as) (X (X confused) (X (X .) (X '')))))))
(X (X trading) (X (X activity) (X (X cooled) (X (X off) (X (X from) (X (X Monday) (X (X 's) (X (X sizzling) (X (X pace) (X .))))))))))
(X (X share) (X (X turnover) (X (X subsided) (X (X to) (X (X 161.5) (X (X million) (X .)))))))
(X (X advancing) (X (X and) (X (X declining) (X (X issues) (X (X finished) (X (X about) (X (X even) (X .))))))))
(X (X one) (X (X big) (X (X technology) (X (X issue) (X (X ,) (X (X Novell) (X (X ,) (X (X rode) (X (X the) (X (X roller) (X (X coaster) (X .))))))))))))
(X (X it) (X (X was) (X (X a) (X (X jarring) (X (X day) (X (X for) (X (X investors) (X (X in) (X (X Genetics) (X (X Institute) (X .)))))))))))
(X (X its) (X (X shares) (X (X added) (X (X 3\/4) (X (X to) (X (X 30) (X (X 3\/4) (X .))))))))
(X (X a&w) (X (X Brands) (X (X lost) (X (X 1\/4) (X (X to) (X (X 27) (X .)))))))
(X (X capital) (X (X Associates) (X (X dropped) (X (X 1) (X (X to) (X (X 5) (X (X 3\/8) (X .))))))))
(X (X the) (X (X post) (X (X had) (X (X been) (X (X vacant) (X (X for) (X (X more) (X (X than) (X (X a) (X (X year) (X .)))))))))))
(X (X mr.) (X (X Jelenic) (X (X had) (X (X been) (X (X executive) (X (X vice) (X (X president) (X (X for) (X (X operations) (X .))))))))))
(X (X john) (X (X Wilpers) (X (X resigned) (X (X as) (X (X editor) (X (X in) (X (X chief) (X .))))))))
(X (X ms.) (X (X Clifton) (X (X had) (X (X been) (X (X executive) (X (X financial) (X (X assistant) (X (X to) (X (X the) (X (X chairman) (X .)))))))))))
(X (X old) (X (X Environmentalism) (X (X involved) (X (X microbe) (X (X hunters) (X (X and) (X (X sanitationists) (X .))))))))
(X (X most) (X (X public-health) (X (X measures) (X (X were) (X (X handled) (X (X at) (X (X the) (X (X local) (X (X level) (X .))))))))))
(X (X mr.) (X (X Ehrlich) (X (X predicted) (X (X unprecedented) (X (X famine) (X (X by) (X (X 1980) (X .))))))))
(X (X there) (X (X were) (X (X many) (X (X more) (X .)))))
(X (X harry) (X (X Lee) (X (X Smith) (X (X Alpharetta) (X (X ,) (X (X Ga) (X .)))))))
(X (X this) (X (X leads) (X (X to) (X (X a) (X (X very) (X (X special) (X (X sense) (X (X of) (X (X urgency) (X .))))))))))
(X (X no) (X (X ,) (X (X we) (X (X are) (X (X not) (X (X overreacting) (X .)))))))
(X (X thomas) (X (X E.) (X (X Lovejoy) (X (X Assistant) (X (X Secretary) (X (X for) (X (X External) (X (X Affairs) (X (X Smithsonian) (X Institution))))))))))
(X (X third-quarter) (X (X revenue) (X (X was) (X (X flat) (X (X at) (X (X $) (X (X 1.02) (X (X billion) (X .)))))))))
(X (X revenue) (X (X was) (X (X flat) (X (X at) (X (X about) (X (X $) (X (X 2.97) (X (X billion) (X .)))))))))
(X (X a) (X (X spokesman) (X (X for) (X (X GE) (X (X Capital) (X (X declined) (X (X to) (X (X comment) (X .)))))))))
(X (X ge) (X (X Capital) (X (X has) (X (X a) (X (X working) (X (X relationship) (X (X with) (X (X L.J.) (X (X Hooker) (X .))))))))))
(X (X today) (X (X ,) (X (X there) (X (X are) (X (X 77) (X (X units) (X (X ,) (X (X all) (X (X located) (X (X in) (X (X shopping) (X (X malls) (X .)))))))))))))
(X (X he) (X (X declined) (X (X to) (X (X elaborate) (X .)))))
(X (X ``) (X (X We) (X (X do) (X (X n't) (X (X need) (X (X cartoons) (X (X anymore) (X .))))))))
(X (X he) (X (X succeeds) (X (X Everett) (X (X Meyers) (X (X ,) (X (X who) (X (X resigned) (X (X in) (X (X May) (X .))))))))))
(X (X this) (X (X is) (X (X not) (X (X nearly) (X (X good) (X (X enough) (X .)))))))
(X (X charles) (X (X G.) (X (X Moertel) (X (X M.D) (X (X .) (X (X Mayo) (X (X Clinic) (X (X Rochester) (X (X ,) (X (X Minn) (X .)))))))))))
(X (X there) (X (X was) (X (X no) (X (X cost) (X (X estimate) (X (X for) (X (X the) (X (X second) (X (X phase) (X .))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X meeting) (X (X and) (X (X surpassing) (X (X our) (X (X goals) (X (X ,) (X (X '') (X (X he) (X (X added) (X .)))))))))))))
(X (X both) (X (X said) (X (X the) (X (X new) (X (X plan) (X (X would) (X (X n't) (X (X work) (X .)))))))))
(X (X it) (X (X must) (X (X be) (X (X accepted) (X (X by) (X (X the) (X (X court) (X (X .) (X '')))))))))
(X (X the) (X (X IRS) (X (X DELAYS) (X (X several) (X (X deadlines) (X (X for) (X (X Hugo) (X (X 's) (X (X victims) (X .))))))))))
(X (X the) (X (X notice) (X (X also) (X (X grants) (X (X relief) (X (X for) (X (X certain) (X (X estate-tax) (X (X returns) (X .))))))))))
(X (X irs) (X (X Revenue) (X (X Procedure) (X (X 89-52) (X (X describes) (X (X the) (X (X reporting) (X (X requirements) (X .)))))))))
(X (X brown) (X (X 's) (X (X story) (X :))))
(X (X briefs) (X :))
(X (X most) (X (X other) (X (X states) (X (X have) (X (X enacted) (X (X similar) (X (X bans) (X .))))))))
(X (X the) (X (X bikes) (X (X are) (X (X unwelcome) (X (X on) (X (X trails) (X (X in) (X (X national) (X (X parks) (X .))))))))))
(X (X ``) (X (X I) (X (X think) (X (X we) (X (X 're) (X (X making) (X (X progress) (X (X .) (X '')))))))))
(X (X crested) (X (X Butte) (X (X ,) (X (X population) (X (X 1,200) (X (X ,) (X (X is) (X (X a) (X (X bastion) (X (X of) (X (X the) (X (X sport) (X .)))))))))))))
(X (X in) (X (X major) (X (X market) (X (X activity) (X (X :) (X (X Treasury) (X (X bond) (X (X prices) (X (X fell) (X .))))))))))
(X (X the) (X (X dollar) (X (X was) (X (X mixed) (X .)))))
(X (X skoal) (X Daze))
(X (X --) (X (X George) (X (X O.) (X (X Ludcke) (X .)))))
(X (X spaced) (X Out))
(X (X --) (X (X Bruce) (X (X Kafaroff) (X .))))
(X (X daffynition))
(X (X repression) (X (X :) (X (X emote) (X (X control) (X .)))))
(X (X --) (X (X Daisy) (X (X Brown) (X .))))
(X (X he) (X (X expects) (X (X Citicorp) (X (X to) (X (X take) (X (X a) (X (X similar) (X (X step) (X (X this) (X (X year) (X .)))))))))))
(X (X three) (X (X other) (X (X major) (X (X U.S.) (X (X banks) (X (X posted) (X (X earnings) (X (X increases) (X .)))))))))
(X (X citicorp))
(X (X analysts) (X (X were) (X (X only) (X (X slightly) (X (X disappointed) (X (X by) (X (X Citicorp) (X (X 's) (X (X numbers) (X .))))))))))
(X (X wells) (X Fargo))
(X (X manufacturers) (X Hanover))
(X (X pnc) (X Financial))
(X (X this) (X (X could) (X (X be) (X (X a) (X (X big) (X (X protest) (X (X against) (X (X an) (X (X administrative) (X (X failure) (X (X .) (X ''))))))))))))
(X (X many) (X (X Indians) (X (X fear) (X (X a) (X (X repeat) (X (X of) (X (X that) (X (X experience) (X .)))))))))
(X (X march) (X (X 24) (X (X ,) (X (X 1986) (X :)))))
(X (X april) (X (X 16) (X (X ,) (X (X 1987) (X :)))))
(X (X june) (X (X 1) (X (X ,) (X (X 1987) (X :)))))
(X (X aug.) (X (X 6) (X (X ,) (X (X 1987) (X :)))))
(X (X that) (X (X is) (X (X the) (X (X truth) (X (X .) (X ''))))))
(X (X aug.) (X (X 26) (X (X ,) (X (X 1987) (X :)))))
(X (X bofors) (X (X admits) (X (X payments) (X (X of) (X (X $) (X (X 41) (X (X million) (X (X to) (X (X middlemen) (X .))))))))))
(X (X april) (X (X 22) (X (X ,) (X (X 1988) (X :)))))
(X (X april) (X (X 26) (X (X ,) (X (X 1988) (X :)))))
(X (X july) (X (X 18) (X (X ,) (X (X 1989) (X :)))))
(X (X sept.) (X (X 15) (X (X ,) (X (X 1989) (X :)))))
(X (X his) (X (X recommendation) (X (X was) (X (X rejected) (X (X by) (X (X the) (X (X government) (X .))))))))
(X (X oct.) (X (X 9.) (X (X 1989) (X :))))
(X (X ``) (X (X When) (X (X stocks) (X (X stabilized) (X (X ,) (X (X that) (X (X was) (X (X a) (X (X disappointment) (X (X .) (X '')))))))))))
(X (X investment-grade) (X (X corporate) (X (X ,) (X (X municipal) (X (X and) (X (X mortgage-backed) (X (X securities) (X (X also) (X (X fell) (X .))))))))))
(X (X another) (X (X agency) (X (X issue) (X (X came) (X (X to) (X (X market) (X (X yesterday) (X .))))))))
(X (X treasury) (X Securities))
(X (X treasury) (X (X securities) (X (X were) (X (X essentially) (X (X flat) (X (X to) (X (X about) (X (X 1\/2) (X (X point) (X (X lower) (X .)))))))))))
(X (X short-term) (X (X rates) (X (X increased) (X .))))
(X (X corporate) (X (X ,) (X (X Other) (X Issues))))
(X (X mortgage-backed) (X Securities))
(X (X municipals))
(X (X the) (X (X lists) (X (X total) (X (X $) (X (X 654.5) (X (X million) (X .)))))))
(X (X meanwhile) (X (X ,) (X (X several) (X (X new) (X (X issues) (X (X were) (X (X priced) (X .))))))))
(X (X the) (X (X 6) (X (X 3\/4) (X (X %) (X (X notes) (X (X yield) (X (X 6.25) (X (X %) (X .)))))))))
(X (X foreign) (X Bonds))
(X (X but) (X (X Japanese) (X (X bonds) (X (X ended) (X (X weaker) (X .))))))
(X (X markets) (X (X usually) (X (X get) (X (X noticed) (X (X because) (X (X they) (X (X soar) (X (X or) (X (X plunge) (X .))))))))))
(X (X yesterday) (X (X ,) (X (X gold) (X (X traded) (X (X within) (X (X a) (X (X narrow) (X (X range) (X .)))))))))
(X (X this) (X (X is) (X (X keeping) (X (X the) (X (X gold) (X (X traders) (X (X handcuffed) (X (X .) (X '')))))))))
(X (X in) (X (X other) (X (X commodity) (X (X markets) (X (X yesterday) (X :))))))
(X (X energy) (X :))
(X (X heating) (X (X oil) (X (X prices) (X (X also) (X (X rose) (X .))))))
(X (X november) (X (X gasoline) (X (X slipped) (X (X slightly) (X .)))))
(X (X sugar) (X :))
(X (X livestock) (X (X AND) (X (X MEATS) (X :))))
(X (X grains) (X (X AND) (X (X SOYBEANS) (X :))))
(X (X corn) (X (X futures) (X (X prices) (X (X rose) (X (X slightly) (X (X while) (X (X wheat) (X (X prices) (X (X settled) (X (X mixed) (X .)))))))))))
(X (X poachers) (X (X would) (X (X control) (X (X the) (X (X underground) (X (X trade) (X .)))))))
(X (X in) (X (X fact) (X (X ,) (X (X they) (X (X seemed) (X (X a) (X (X mite) (X (X resentful) (X .)))))))))
(X (X that) (X (X 's) (X (X not) (X (X fair) (X (X ;) (X (X they) (X (X 're) (X (X not) (X (X all) (X (X fat) (X .)))))))))))
(X (X the) (X (X disaster) (X (X fund) (X (X is) (X (X replenished) (X (X by) (X (X loan) (X (X repayments) (X .)))))))))
(X (X local) (X (X bankers) (X (X and) (X (X accountants) (X (X help) (X (X applicants) (X (X fill) (X (X out) (X (X forms) (X .))))))))))
(X (X jumping) (X (X THE) (X (X GUN) (X :))))
(X (X ``) (X (X I) (X (X blew) (X (X it) (X (X ,) (X (X '') (X (X Mr.) (X (X Motley) (X (X says) (X (X apologetically) (X .)))))))))))
(X (X ``) (X (X It) (X (X was) (X (X a) (X (X timing) (X (X mistake) (X (X .) (X ''))))))))
(X (X prison-shop) (X (X BLUES) (X :)))
(X (X the) (X (X repair) (X (X shops) (X (X are) (X (X n't) (X (X united) (X (X ,) (X (X however) (X .)))))))))
(X (X small) (X (X TALK) (X :)))
(X (X he) (X (X will) (X (X remain) (X (X on) (X (X the) (X (X Banc) (X (X One) (X (X board) (X .)))))))))
(X (X it) (X (X was) (X (X ``) (X (X the) (X (X Soviets) (X (X ') (X (X Vietnam) (X (X .) (X '')))))))))
(X (X the) (X (X Kabul) (X (X regime) (X (X would) (X (X fall) (X .))))))
(X (X millions) (X (X of) (X (X refugees) (X (X would) (X (X rush) (X (X home) (X .)))))))
(X (X a) (X (X resistance) (X (X government) (X (X would) (X (X walk) (X (X into) (X (X Kabul) (X .))))))))
(X (X those) (X (X who) (X (X bought) (X (X that) (X (X illusion) (X (X are) (X (X now) (X (X bewildered) (X .)))))))))
(X (X not) (X (X so) (X (X the) (X (X Soviets) (X .)))))
(X (X for) (X (X months) (X (X the) (X (X resistance) (X (X has) (X (X been) (X (X defenseless) (X (X against) (X (X air) (X (X attack) (X .)))))))))))
(X (X moscow) (X (X and) (X (X Kabul) (X (X must) (X (X have) (X (X found) (X (X that) (X (X information) (X (X useful) (X .))))))))))
(X (X creation) (X (X of) (X (X a) (X (X new) (X (X ,) (X (X realistic) (X (X U.S.) (X (X policy) (X (X is) (X (X long) (X (X overdue) (X .))))))))))))
(X (X who) (X (X is) (X (X going) (X (X to) (X (X carry) (X (X the) (X (X water) (X (X ?) (X (X ') (X ''))))))))))
(X (X we) (X (X 've) (X (X actually) (X (X read) (X (X the) (X (X speech) (X .)))))))
(X (X this) (X (X hardly) (X (X sounds) (X (X like) (X (X an) (X (X anti-homosexual) (X (X screed) (X .))))))))
(X (X what) (X (X 's) (X (X really) (X (X going) (X (X on) (X (X here) (X ?)))))))
(X (X their) (X (X ridicule) (X (X of) (X (X him) (X (X is) (X (X no) (X (X substitute) (X (X for) (X (X argument) (X .))))))))))
(X (X he) (X (X will) (X (X continue) (X (X as) (X (X a) (X (X director) (X .)))))))
(X (X he) (X (X has) (X (X been) (X (X a) (X (X Bearings) (X (X director) (X (X since) (X (X 1985) (X .)))))))))
(X (X he) (X (X did) (X (X n't) (X (X bite) (X .)))))
(X (X major) (X (X European) (X (X auction) (X (X houses) (X (X are) (X (X turning) (X (X increasingly) (X (X to) (X (X specialized) (X (X sales) (X .)))))))))))
(X (X ``) (X (X Then) (X (X there) (X (X 'll) (X (X be) (X (X fair) (X (X competition) (X (X .) (X '')))))))))
(X (X why) (X (X is) (X (X the) (X (X stock) (X (X market) (X (X suddenly) (X (X so) (X (X volatile) (X ?)))))))))
(X (X then) (X (X ,) (X (X it) (X (X rebounded) (X (X to) (X (X finish) (X (X down) (X (X only) (X (X 18.65) (X (X points) (X .)))))))))))
(X (X and) (X (X ,) (X (X apparently) (X (X ,) (X (X it) (X (X is) (X (X here) (X (X to) (X (X stay) (X .))))))))))
(X (X and) (X (X that) (X (X ,) (X (X naturally) (X (X ,) (X (X exacerbates) (X (X price) (X (X movements) (X .)))))))))
(X (X it) (X (X added) (X (X another) (X (X 5) (X (X %) (X (X Monday) (X (X before) (X (X stocks) (X (X rallied) (X .))))))))))
(X (X brokers) (X (X do) (X (X n't) (X (X deny) (X (X that) (X .))))))
(X (X all) (X (X you) (X (X get) (X (X is) (X (X risk) (X (X .) (X '')))))))
(X (X lack) (X (X of) (X (X liquidity) (X (X can) (X (X also) (X (X result) (X (X from) (X (X exchange) (X (X ``) (X (X reforms) (X (X .) (X ''))))))))))))
(X (X the) (X (X takeover) (X (X mania) (X (X also) (X (X adds) (X (X to) (X (X volatility) (X .))))))))
(X (X ual) (X (X Corp.) (X (X is) (X (X a) (X (X good) (X (X example) (X .)))))))
(X (X some) (X (X people) (X (X think) (X (X the) (X (X search) (X (X for) (X (X liquidity) (X (X is) (X (X fruitless) (X .))))))))))
(X (X james) (X (X A.) (X (X White) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X that) (X (X 's) (X (X the) (X (X conventional) (X (X theory) (X (X anyway) (X .)))))))
(X (X basically) (X (X ,) (X (X Mr.) (X (X Chestman) (X (X was) (X (X a) (X (X fourth-level) (X (X tippee) (X .)))))))))
(X (X the) (X (X line) (X (X seems) (X (X awfully) (X (X thin) (X (X for) (X (X criminal-law) (X (X purposes) (X .)))))))))
(X (X did) (X (X Mr.) (X (X Freeman) (X (X have) (X (X notice) (X (X of) (X (X this) (X ?))))))))
(X (X finally) (X (X ,) (X (X was) (X (X the) (X (X information) (X (X material) (X ?)))))))
(X (X mr.) (X (X Coffee) (X (X is) (X (X a) (X (X professor) (X (X at) (X (X Columbia) (X (X Law) (X (X School) (X .))))))))))
(X (X the) (X (X industrial) (X (X average) (X (X closed) (X (X down) (X (X 18.65) (X (X ,) (X (X to) (X (X 2638.73) (X .))))))))))
(X (X new) (X (X York) (X (X Stock) (X (X Exchange) (X (X volume) (X (X was) (X (X a) (X (X heavy) (X (X 224,070,000) (X (X shares) (X .)))))))))))
(X (X decliners) (X (X on) (X (X the) (X (X Big) (X (X Board) (X (X outnumbered) (X (X advancers) (X (X ,) (X (X 931) (X (X to) (X (X 658) (X .))))))))))))
(X (X ual) (X (X was) (X (X watched) (X (X closely) (X (X and) (X (X traded) (X (X heavily) (X .))))))))
(X (X the) (X (X volatility) (X (X wo) (X (X n't) (X (X end) (X (X soon) (X .)))))))
(X (X traders) (X (X are) (X (X already) (X (X buckling) (X (X their) (X (X seat) (X (X belts) (X .))))))))
(X (X both) (X (X Citicorp) (X (X and) (X (X Manufacturers) (X (X Hanover) (X (X reported) (X (X earnings) (X (X yesterday) (X .)))))))))
(X (X broader) (X (X averages) (X (X also) (X (X fell) (X .)))))
(X (X among) (X (X other) (X (X blue) (X (X chips) (X (X ,) (X (X Exxon) (X (X gained) (X (X 1\/8) (X (X to) (X (X 45) (X (X 1\/2) (X .))))))))))))
(X (X trading) (X (X also) (X (X was) (X (X heavy) (X (X in) (X (X the) (X (X over-the-counter) (X (X market) (X .)))))))))
(X (X b.f.) (X (X Goodrich) (X (X dropped) (X (X 1) (X (X 3\/8) (X (X to) (X (X 49) (X (X 1\/8) (X .)))))))))
(X (X blue) (X (X Arrow) (X (X added) (X (X 1\/2) (X (X to) (X (X 17) (X (X 1\/4) (X .))))))))
(X (X dravo) (X (X rose) (X (X 5\/8) (X (X to) (X (X 16) (X (X 1\/8) (X .)))))))
(X (X intertan) (X (X jumped) (X (X 2) (X (X 1\/4) (X (X to) (X (X 56) (X (X 7\/8) (X .))))))))
(X (X the) (X (X Amex) (X (X Market) (X (X Value) (X (X Index) (X (X fell) (X (X 1.25) (X (X to) (X (X 375.16) (X .))))))))))
(X (X volume) (X (X totaled) (X (X 16,800,000) (X (X shares) (X .)))))
(X (X dwg) (X (X Corp.) (X (X jumped) (X (X 1) (X (X 1\/4) (X (X to) (X (X 15) (X (X on) (X (X 454,100) (X (X shares) (X .)))))))))))
(X (X sonja) (X (X Steptoe) (X (X and) (X (X David) (X (X Wilson) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))))
(X (X ``) (X (X That) (X (X puts) (X (X pressure) (X (X on) (X (X CD) (X (X rates) (X .))))))))
(X (X the) (X (X IMF) (X (X has) (X (X several) (X (X reasons) (X (X for) (X (X requesting) (X (X the) (X (X increase) (X .))))))))))
(X (X additional) (X (X cable) (X (X partners) (X (X could) (X (X boost) (X (X subscribers) (X (X even) (X (X further) (X .)))))))))
(X (X time) (X (X Warner) (X (X declined) (X (X comment) (X .)))))
(X (X time) (X (X Warner) (X (X has) (X (X vigorously) (X (X denied) (X (X all) (X (X of) (X (X Viacom) (X (X 's) (X (X allegations) (X .)))))))))))
(X (X the) (X (X union) (X (X represents) (X (X about) (X (X 28,000) (X (X engineers) (X (X and) (X (X technical) (X (X workers) (X .))))))))))
(X (X its) (X (X contract) (X (X expires) (X (X Dec.) (X (X 1) (X .))))))
(X (X it) (X (X also) (X (X would) (X (X have) (X (X reduced) (X (X mandatory) (X (X overtime) (X .))))))))
(X (X mr.) (X (X Edelman) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X the) (X (X dollar) (X (X finished) (X (X at) (X (X its) (X (X intraday) (X (X highs) (X .))))))))
(X (X economists) (X (X had) (X (X expected) (X (X a) (X (X $) (X (X 9.1) (X (X billion) (X (X gap) (X .)))))))))
(X (X and) (X (X he) (X (X added) (X (X that) (X (X manufactured) (X (X goods) (X (X exports) (X (X are) (X (X still) (X (X rising) (X .)))))))))))
(X (X sterling) (X (X was) (X (X unchanged) (X (X at) (X (X $) (X (X 1.5753) (X .)))))))
(X (X estimated) (X (X volume) (X (X was) (X (X a) (X (X moderate) (X (X 3.5) (X (X million) (X (X ounces) (X .)))))))))
(X (X nbc) (X (X 's) (X (X winning) (X (X streak) (X (X has) (X (X been) (X (X canceled) (X .))))))))
(X (X the) (X (X highest-rated) (X (X show) (X (X continues) (X (X to) (X (X be) (X (X ABC) (X (X 's) (X (X ``) (X (X Roseanne) (X (X .) (X ''))))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X mr.) (X (X Bush) (X (X had) (X (X threatened) (X (X a) (X (X veto) (X (X previously) (X .))))))))
(X (X newspapers) (X :))
(X (X it) (X (X would) (X (X n't) (X (X discuss) (X (X a) (X (X price) (X .)))))))
(X (X lee) (X (X Dirks) (X (X &) (X (X Associates) (X (X is) (X (X to) (X (X sell) (X (X the) (X (X chains) (X .))))))))))
(X (X ``) (X (X We) (X (X 've) (X (X demonstrated) (X (X that) (X (X you) (X (X can) (X (X .) (X '')))))))))
(X (X at) (X (X that) (X (X point) (X (X investors) (X (X may) (X (X face) (X (X a) (X (X long) (X (X ,) (X (X bumpy) (X (X ride) (X .))))))))))))
(X (X last) (X (X week) (X (X ,) (X (X many) (X (X Jaguar) (X (X shareholders) (X (X took) (X (X their) (X (X money) (X (X and) (X (X ran) (X .))))))))))))
(X (X ``) (X (X Ford) (X (X wants) (X (X -LCB-) (X (X Jaguar) (X (X -RCB-) (X (X very) (X (X much) (X (X .) (X ''))))))))))
(X (X gm) (X (X might) (X (X counterbid) (X .))))
(X (X of) (X (X course) (X (X ,) (X (X that) (X (X was) (X (X before) (X (X Ford) (X (X 's) (X (X latest) (X (X move) (X .)))))))))))
(X (X jaguar) (X (X -LRB-) (X (X OTC) (X (X ;) (X (X Symbol) (X (X :) (X (X JAGRY) (X -RRB-))))))))
(X (X business) (X (X :) (X (X Luxury) (X cars))))
(X (X year) (X (X ended) (X (X Dec.) (X (X 31) (X (X ,) (X (X 1988) (X :)))))))
(X (X revenue) (X (X :) (X (X $) (X (X 1.71) (X billion)))))
(X (X first) (X (X half) (X (X ended) (X (X ,) (X (X June) (X (X 30) (X (X ,) (X (X 1989) (X :)))))))))
(X (X averae) (X (X daily) (X (X trading) (X (X volume) (X (X :) (X (X Ordinary) (X (X shares) (X (X outstanding) (X (X :) (X (X 182.9) (X million)))))))))))
(X (X no) (X (X replacement) (X (X was) (X (X immediately) (X (X named) (X .))))))
(X (X a) (X (X year) (X (X earlier) (X (X sales) (X (X totaled) (X (X 7.567) (X (X billion) (X (X francs) (X .)))))))))
(X (X an) (X (X analyst) (X (X cited) (X (X weaker) (X (X capital) (X (X spending) (X (X and) (X (X exports) (X .)))))))))
(X (X it) (X (X expects) (X (X a) (X (X $) (X (X 1.42) (X (X billion) (X (X quarterly) (X (X loss) (X .)))))))))
(X (X citicorp) (X (X posted) (X (X a) (X (X 9) (X (X %) (X (X drop) (X (X in) (X (X quarterly) (X (X profit) (X .))))))))))
(X (X the) (X (X move) (X (X is) (X (X likely) (X (X to) (X (X anger) (X (X traders) (X .))))))))
(X (X three) (X (X big) (X (X drug) (X (X makers) (X (X posted) (X (X robust) (X (X third-quarter) (X (X earnings) (X .)))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 224,070,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3377.43) (X (X ,) (X off))))))))))
(X (X dollar) (X (X :) (X (X 142.75) (X (X yen) (X (X ,) (X (X up) (X (X 0.95) (X (X ;) (X (X 1.8667) (X (X marks) (X (X ,) (X (X off) (X (X 0.0018) (X .))))))))))))))
(X (X it) (X (X also) (X (X will) (X (X hand) (X (X Unilab) (X (X new) (X (X markets) (X .))))))))
(X (X other) (X (X network) (X (X applications) (X (X have) (X (X very) (X (X different) (X (X goals) (X .))))))))
(X (X jackets) (X (X may) (X (X be) (X (X sold) (X (X next) (X .))))))
(X (X ``) (X (X That) (X (X 'll) (X (X save) (X (X us) (X (X time) (X (X and) (X (X get) (X (X people) (X (X involved) (X (X .) (X ''))))))))))))
(X (X but) (X (X Mr.) (X (X Monsky) (X (X sees) (X (X much) (X (X bigger) (X (X changes) (X (X ahead) (X .)))))))))
(X (X someday) (X (X ,) (X (X viewers) (X (X may) (X (X also) (X (X choose) (X (X different) (X (X depths) (X (X of) (X (X news) (X (X coverage) (X .))))))))))))
(X (X a) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X numerous) (X (X injuries) (X (X were) (X (X reported) (X .)))))
(X (X the) (X (X flight) (X (X was) (X (X rescheduled) (X (X for) (X (X today) (X .)))))))
(X (X india) (X (X 's) (X (X Gandhi) (X (X called) (X (X for) (X (X parliamentary) (X (X elections) (X (X next) (X (X month) (X .))))))))))
(X (X the) (X (X pilots) (X (X were) (X (X meeting) (X (X outside) (X (X Chicago) (X (X yesterday) (X .))))))))
(X (X goldman) (X (X ,) (X (X Sachs) (X (X &) (X (X Co.) (X (X will) (X (X manage) (X (X the) (X (X offering) (X .))))))))))
(X (X macmillan) (X (X has) (X (X owned) (X (X Berlitz) (X (X since) (X (X 1966) (X .)))))))
(X (X people) (X (X in) (X (X Glass) (X (X houses) (X (X tend) (X (X to) (X (X look) (X (X stoned) (X .)))))))))
(X (X he) (X (X sits) (X (X down) (X (X at) (X (X the) (X (X piano) (X (X and) (X (X plays) (X .)))))))))
(X (X and) (X (X plays) (X .)))
(X (X either) (X (X one) (X (X likes) (X (X it) (X (X or) (X (X one) (X (X does) (X (X n't) (X .)))))))))
(X (X the) (X (X work) (X (X ,) (X (X though) (X (X ,) (X (X sounds) (X (X like) (X (X Muzak) (X (X for) (X (X spaceships) (X .)))))))))))
(X (X his) (X (X success) (X (X is) (X (X easy) (X (X to) (X (X understand) (X .)))))))
(X (X it) (X (X is) (X (X E-Z) (X (X listening) (X (X for) (X (X the) (X (X now) (X (X generation) (X .)))))))))
(X (X his) (X (X more) (X (X is) (X (X always) (X (X less) (X .))))))
(X (X his) (X (X hands) (X (X sit) (X (X farther) (X (X apart) (X (X on) (X (X the) (X (X keyboard) (X .)))))))))
(X (X you) (X (X might) (X (X call) (X (X it) (X (X a) (X (X leitmotif) (X (X or) (X (X a) (X (X virtuoso) (X (X accomplishment) (X .)))))))))))
(X (X sales) (X (X declined) (X (X slightly) (X (X to) (X (X $) (X (X 5.17) (X (X billion) (X .))))))))
(X (X robert) (X (X J.) (X McManus)))
(X (X but) (X (X Ms.) (X (X McCraw) (X (X says) (X (X the) (X (X magazine) (X (X is) (X (X fighting) (X (X back) (X .))))))))))
(X (X ``) (X (X We) (X (X want) (X (X it) (X (X to) (X (X be) (X (X a) (X (X '90s) (X (X kind) (X (X of) (X (X image) (X (X .) (X '')))))))))))))
(X (X wcrs) (X (X Plans) (X (X Ad-Unit) (X Sale))))
(X (X wcrs) (X (X has) (X (X been) (X (X in) (X (X discussions) (X (X with) (X (X Eurocom) (X (X for) (X (X several) (X (X months) (X .)))))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X billings) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X he) (X (X was) (X (X executive) (X (X vice) (X (X president) (X (X ,) (X (X director) (X (X of) (X (X broadcast) (X (X production) (X .)))))))))))
(X (X it) (X (X adds) (X (X something) (X (X to) (X (X the) (X (X market) (X .)))))))
(X (X japanese) (X (X Firms) (X (X Push) (X (X Posh) (X (X Car) (X Showrooms))))))
(X (X toyota) (X (X Motor) (X (X Corp.) (X (X 's) (X (X Lexus) (X (X division) (X (X also) (X (X provides) (X (X specifications) (X .))))))))))
(X (X some) (X (X are) (X (X even) (X (X coming) (X (X up) (X (X with) (X (X their) (X (X own) (X (X novel) (X (X designs) (X .)))))))))))
(X (X dictation) (X (X Device) (X (X 's) (X (X Saga) (X (X Plays) (X (X Back) (X (X a) (X Lesson))))))))
(X (X but) (X (X others) (X (X said) (X (X pico) (X (X should) (X (X proceed) (X .)))))))
(X (X both) (X (X were) (X (X right) (X .))))
(X (X nevertheless) (X (X ,) (X (X the) (X (X device) (X (X has) (X (X been) (X (X successful) (X (X in) (X (X other) (X (X ways) (X .)))))))))))
(X (X a) (X (X Rake) (X (X 's) (X (X Progress) (X (X Means) (X (X Branching) (X Out)))))))
(X (X but) (X (X other) (X (X rake) (X (X makers) (X (X have) (X (X their) (X (X doubts) (X .))))))))
(X (X odds) (X (X and) (X Ends)))
(X (X the) (X (X Pentagon) (X (X is) (X (X a) (X (X haunted) (X (X house) (X .)))))))
(X (X living) (X (X there) (X (X for) (X (X six) (X (X years) (X (X was) (X (X really) (X (X scary) (X .)))))))))
(X (X some) (X (X can) (X (X be) (X (X bought) (X (X off) (X (X relatively) (X (X cheaply) (X .))))))))
(X (X so) (X (X far) (X (X no) (X (X one) (X (X has) (X .))))))
(X (X i) (X (X saw) (X (X what) (X (X he) (X (X did) (X (X to) (X (X them) (X (X firsthand) (X .)))))))))
(X (X it) (X (X made) (X (X my) (X (X shoelaces) (X (X dance) (X (X with) (X (X terror) (X .))))))))
(X (X he) (X (X dedicated) (X (X all) (X (X these) (X (X new) (X (X forces) (X (X to) (X (X the) (X (X Persian) (X (X Gulf) (X .)))))))))))
(X (X we) (X (X 'd) (X (X get) (X (X our) (X (X asses) (X (X kicked) (X (X .) (X ''))))))))
(X (X we) (X (X had) (X (X great) (X (X success) (X (X in) (X (X Somalia) (X .)))))))
(X (X -lrb-) (X (X But) (X (X who) (X (X 's) (X (X counting) (X (X .) (X -RRB-)))))))
(X (X questions) (X (X like) (X (X that) (X (X really) (X (X stir) (X (X up) (X (X Marshall) (X (X 's) (X (X ghost) (X .))))))))))
(X (X gives) (X (X me) (X (X the) (X (X willies) (X (X just) (X (X thinking) (X (X about) (X (X it) (X .)))))))))
(X (X centrust) (X (X did) (X (X n't) (X (X meet) (X (X the) (X (X deadline) (X .)))))))
(X (X there) (X (X 's) (X (X no) (X (X fire) (X (X sale) (X (X here) (X (X .) (X ''))))))))
(X (X paintings) (X (X are) (X (X just) (X (X part) (X (X of) (X (X the) (X (X picture) (X .))))))))
(X (X and) (X (X CenTrust) (X (X has) (X (X other) (X (X problems) (X .))))))
(X (X the) (X (X price) (X (X paid) (X (X was) (X (X a) (X (X record) (X (X for) (X (X the) (X (X artist) (X .))))))))))
(X (X ``) (X (X He) (X (X says) (X (X he) (X (X `) (X (X stole) (X (X them) (X (X ,) (X (X ') (X (X '') (X (X recalls) (X (X Mr.) (X (X Guterman) (X .))))))))))))))
(X (X mr.) (X (X Paul) (X (X denies) (X (X phoning) (X (X and) (X (X gloating) (X .)))))))
(X (X ``) (X (X It) (X (X 's) (X (X just) (X (X not) (X (X true) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))
(X (X for) (X (X several) (X (X months) (X (X ,) (X (X there) (X (X was) (X (X optimism) (X (X all) (X (X around) (X .))))))))))
(X (X in) (X (X other) (X (X words) (X (X :) (X (X Get) (X (X rid) (X (X of) (X (X all) (X (X the) (X (X pictures) (X .)))))))))))
(X (X still) (X (X ,) (X (X the) (X (X incident) (X (X was) (X (X embarrassing) (X .)))))))
(X (X he) (X (X owns) (X (X 43) (X (X %) (X (X of) (X (X CenTrust) (X (X 's) (X (X shares) (X .)))))))))
(X (X still) (X (X ,) (X (X predicting) (X (X is) (X (X tricky) (X .))))))
(X (X art) (X (X indexes) (X (X track) (X (X winners) (X (X ,) (X (X not) (X (X losers) (X .))))))))
(X (X rather) (X (X ,) (X (X ``) (X (X It) (X (X just) (X (X shows) (X (X things) (X (X have) (X (X changed) (X (X .) (X '')))))))))))
(X (X ``) (X (X They) (X (X were) (X (X a) (X (X sleeper) (X .))))))
(X (X everybody) (X (X was) (X (X out) (X (X buying) (X (X Monets) (X (X .) (X '')))))))
(X (X but) (X (X in) (X (X art-world) (X (X parlance) (X (X ,) (X (X Mr.) (X (X Paul) (X (X 's) (X (X holdings) (X (X are) (X (X ``) (X (X burnt) (X (X .) (X ''))))))))))))))
(X (X people) (X (X hold) (X (X out) (X (X and) (X (X try) (X (X to) (X (X get) (X (X a) (X (X bargain) (X (X .) (X '')))))))))))
(X (X sotheby) (X (X 's) (X (X defends) (X (X itself) (X (X and) (X (X Mr.) (X (X Paul) (X (X in) (X (X the) (X (X matter) (X .)))))))))))
(X (X sotheby) (X (X 's) (X (X ,) (X (X she) (X (X says) (X (X ,) (X (X is) (X (X ``) (X (X wearing) (X (X both) (X (X hats) (X (X .) (X '')))))))))))))
(X (X they) (X (X were) (X (X protecting) (X (X his) (X (X interests) (X (X .) (X '')))))))
(X (X mr.) (X (X Paul) (X (X nods) (X (X in) (X (X agreement) (X .))))))
(X (X but) (X (X he) (X (X implores) (X (X that) (X (X the) (X (X splendor) (X (X be) (X (X played) (X (X down) (X .))))))))))
(X (X ``) (X (X Do) (X (X n't) (X (X say) (X (X it) (X (X 's) (X (X a) (X (X gold) (X (X ceiling) (X .))))))))))
(X (X figures) (X (X do) (X (X n't) (X (X include) (X (X taxes) (X (X or) (X (X transaction) (X (X costs) (X .)))))))))
(X (X estimated) (X (X and) (X (X actual) (X (X results) (X (X involving) (X (X losses) (X (X are) (X (X omitted) (X .)))))))))
(X (X otherwise) (X (X ,) (X (X actual) (X (X profit) (X (X is) (X (X compared) (X (X with) (X (X the) (X (X 300-day) (X (X estimate) (X .)))))))))))
(X (X the) (X (X climate) (X (X was) (X (X right) (X (X for) (X (X the) (X (X new) (X (X FASB) (X .)))))))))
(X (X the) (X (X FASB) (X (X had) (X (X its) (X (X initial) (X (X meeting) (X (X on) (X (X March) (X (X 28) (X (X ,) (X (X 1973) (X .))))))))))))
(X (X it) (X (X is) (X (X scheduled) (X (X for) (X (X delivery) (X (X in) (X (X late) (X (X 1991) (X .)))))))))
(X (X mervin) (X (X Lung) (X (X remains) (X (X chairman) (X (X and) (X (X chief) (X (X executive) (X (X officer) (X .)))))))))
(X (X no) (X (X strikeout) (X (X ,) (X (X but) (X (X certainly) (X (X no) (X (X home) (X (X run) (X .)))))))))
(X (X but) (X (X quite) (X (X a) (X (X few) (X (X money) (X (X managers) (X (X are) (X (X n't) (X (X buying) (X (X it) (X .)))))))))))
(X (X before) (X (X the) (X (X 1987) (X (X crash) (X (X ,) (X (X the) (X (X P\/E) (X (X was) (X (X more) (X (X than) (X (X 20) (X .))))))))))))
(X (X our) (X (X view) (X (X is) (X (X that) (X (X we) (X (X may) (X (X see) (X (X a) (X (X profit) (X (X decline) (X (X .) (X ''))))))))))))
(X (X some) (X (X think) (X (X investors) (X (X should) (X (X sell) (X (X into) (X (X rallies) (X .))))))))
(X (X there) (X (X are) (X (X still) (X (X bulls) (X (X out) (X (X there) (X .)))))))
(X (X many) (X (X brokerage) (X (X house) (X (X officials) (X (X also) (X (X are) (X (X optimistic) (X .))))))))
(X (X ``) (X (X The) (X (X fundamentals) (X (X are) (X (X pretty) (X (X strong) (X (X ,) (X (X '') (X (X Mr.) (X (X Dreman) (X (X says) (X .))))))))))))
(X (X many) (X (X investors) (X (X have) (X (X nagging) (X (X worries) (X (X ,) (X (X however) (X .))))))))
(X (X that) (X (X hurts) (X (X investors) (X (X ') (X (X confidence) (X (X in) (X (X the) (X (X economy) (X (X and) (X (X stocks) (X .)))))))))))
(X (X not) (X (X even) (X (X all) (X (X the) (X (X brokerage) (X (X firms) (X (X see) (X (X clear) (X (X sailing) (X (X ahead) (X .)))))))))))
(X (X hooker) (X (X is) (X (X based) (X (X in) (X (X Sydney) (X (X ,) (X (X Australia) (X .))))))))
(X (X those) (X (X days) (X (X are) (X (X over) (X (X now) (X (X ,) (X (X he) (X (X believes) (X .)))))))))
(X (X this) (X (X is) (X (X no) (X (X longer) (X (X true) (X (X today) (X (X .) (X ''))))))))
(X (X he) (X (X also) (X (X repeated) (X (X Justin) (X (X 's) (X (X denial) (X (X of) (X (X Sony) (X (X 's) (X (X charges) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X dow) (X (X Jones) (X (X is) (X (X the) (X (X publisher) (X (X of) (X (X The) (X (X Wall) (X (X Street) (X (X Journal) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X but) (X (X opponents) (X (X fear) (X (X overcrowding) (X .)))))
(X (X three) (X (X gambling) (X (X casinos) (X (X have) (X (X opened) (X (X in) (X (X Poland) (X .))))))))
(X (X not) (X (X all) (X (X Poles) (X (X are) (X (X pleased) (X .))))))
(X (X a) (X (X 35-nation) (X (X environmental) (X (X conference) (X (X opened) (X (X in) (X (X Sofia) (X (X ,) (X (X Bulgaria) (X .))))))))))
(X (X ssangyong) (X (X began) (X (X making) (X (X variations) (X (X of) (X (X the) (X (X Jeep-like) (X (X ``) (X (X Korando) (X (X '') (X (X vehicle) (X .))))))))))))
(X (X it) (X (X plans) (X (X to) (X (X sell) (X (X 1,700) (X (X units) (X (X in) (X (X 1989) (X .)))))))))
(X (X but) (X (X Daewoo) (X (X is) (X (X expanding) (X (X too) (X .))))))
(X (X it) (X (X has) (X (X a) (X (X similar) (X (X project) (X (X for) (X (X 200,000) (X (X cars) (X (X a) (X (X year) (X .)))))))))))
(X (X kia) (X (X is) (X (X reportedly) (X (X also) (X (X considering) (X (X such) (X (X a) (X (X plan) (X .)))))))))
(X (X both) (X (X posts) (X (X had) (X (X been) (X (X vacant) (X .))))))
(X (X other) (X (X mutual) (X (X fund) (X (X companies) (X (X reported) (X (X even) (X (X lighter) (X (X withdrawal) (X (X requests) (X .))))))))))
(X (X this) (X (X time) (X (X ,) (X (X ``) (X (X We) (X (X do) (X (X n't) (X (X have) (X (X that) (X (X at) (X (X all) (X (X .) (X '')))))))))))))
(X (X but) (X (X funds) (X (X generally) (X (X are) (X (X better) (X (X prepared) (X (X this) (X (X time) (X (X around) (X .))))))))))
(X (X this) (X (X avoids) (X (X knocking) (X (X down) (X (X prices) (X (X further) (X .)))))))
(X (X tom) (X (X Herman) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X central) (X (X 's) (X (X assets) (X (X are) (X (X $) (X (X 240) (X (X million) (X .))))))))
(X (X otto) (X (X Wichterle) (X (X ,) (X (X a) (X (X Czech) (X (X ,) (X (X invented) (X (X them) (X (X in) (X (X 1962) (X .)))))))))))
(X (X but) (X (X the) (X (X new) (X (X lens) (X (X became) (X (X the) (X (X eye) (X (X of) (X (X a) (X (X storm) (X .)))))))))))
(X (X the) (X (X product) (X (X overcame) (X (X the) (X (X bad) (X (X publicity) (X (X and) (X (X kept) (X (X evolving) (X .))))))))))
(X (X other) (X (X companies) (X (X figure) (X (X they) (X (X ca) (X (X n't) (X (X avoid) (X (X the) (X (X market) (X .))))))))))
(X (X hand-holding) (X (X is) (X (X becoming) (X (X an) (X (X investment-banking) (X (X job) (X (X requirement) (X .))))))))
(X (X as) (X (X of) (X (X late) (X (X yesterday) (X (X ,) (X (X the) (X (X IPO) (X (X was) (X (X still) (X (X on) (X .)))))))))))
(X (X ``) (X (X But) (X (X the) (X (X tunnel) (X (X 's) (X (X just) (X (X gotten) (X (X longer) (X (X .) (X ''))))))))))
(X (X many) (X (X companies) (X (X are) (X (X hesitating) (X .)))))
(X (X delayed) (X (X financings) (X (X also) (X (X would) (X (X affect) (X (X the) (X (X operations) (X (X of) (X (X many) (X (X companies) (X .)))))))))))
(X (X some) (X (X even) (X (X see) (X (X a) (X (X silver) (X (X lining) (X (X in) (X (X the) (X (X dark) (X (X clouds) (X .)))))))))))
(X (X c-yields) (X (X ,) (X (X adjusted) (X (X for) (X (X constant) (X (X maturity) (X .)))))))
(X (X materials) (X (X and) (X (X production) (X (X costs) (X (X also) (X (X rose) (X (X ,) (X (X TRW) (X (X said) (X .))))))))))
(X (X such) (X (X armor) (X (X crushes) (X (X the) (X (X soldier) (X .))))))
(X (X the) (X (X mask) (X (X cuts) (X (X to) (X (X the) (X (X quick) (X .)))))))
(X (X an) (X (X effusive) (X (X landscape) (X ?))))
(X (X an) (X (X ill-mannered) (X (X mountain) (X ?))))
(X (X i) (X (X will) (X (X hereafter) (X (X devote) (X (X myself) (X (X to) (X (X serving) (X (X him) (X .)))))))))
(X (X ') (X (X This) (X (X is) (X (X loyalty) (X (X intelligently) (X (X bestowed) (X (X .) (X ''))))))))
(X (X i) (X (X trusted) (X (X in) (X (X his) (X (X lordship) (X (X 's) (X (X wisdom) (X (X ...) (X .)))))))))
(X (X the) (X (X loyal) (X (X servant) (X (X has) (X (X come) (X (X full) (X (X circle) (X .))))))))
(X (X what) (X (X is) (X (X greatness) (X ?))))
(X (X what) (X (X is) (X (X dignity) (X ?))))
(X (X mr.) (X (X Locke) (X (X teaches) (X (X English) (X (X and) (X (X comparative) (X (X literature) (X (X at) (X (X Columbia) (X (X University) (X .)))))))))))
(X (X the) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X that) (X (X 's) (X (X not) (X (X all) (X (X ,) (X (X he) (X (X says) (X .))))))))
(X (X hardly) (X .))
(X (X ``) (X (X Irish) (X (X and) (X (X Soviet) (X (X people) (X (X are) (X (X similar) (X (X ,) (X (X '') (X (X says) (X (X Mr.) (X (X Ovcharenko) (X .)))))))))))))
(X (X ``) (X (X They) (X (X look) (X (X the) (X (X same) (X .))))))
(X (X they) (X (X 're) (X (X very) (X (X friendly) (X (X .) (X ''))))))
(X (X that) (X (X is) (X (X n't) (X (X all) (X .)))))
(X (X jamaica) (X (X costs) (X (X 504) (X (X punts) (X .)))))
(X (X new) (X (X trade) (X (X accords) (X (X were) (X (X signed) (X .))))))
(X (X it) (X (X all) (X (X started) (X (X with) (X (X geography) (X .))))))
(X (X ``) (X (X Everyone) (X (X in) (X (X the) (X (X world) (X (X is) (X (X watching) (X (X us) (X (X very) (X (X closely) (X (X .) (X ''))))))))))))
(X (X especially) (X (X his) (X (X neighbors) (X (X ,) (X (X the) (X (X major) (X (X U.S.) (X (X steelmakers) (X .)))))))))
(X (X but) (X (X such) (X (X thin-slab) (X (X technology) (X (X is) (X (X only) (X (X the) (X (X beginning) (X .)))))))))
(X (X but) (X (X that) (X (X wo) (X (X n't) (X (X suffice) (X .))))))
(X (X moreover) (X (X ,) (X (X the) (X (X process) (X (X is) (X (X n't) (X (X without) (X (X its) (X (X headaches) (X .))))))))))
(X (X on) (X (X some) (X (X days) (X (X ,) (X (X the) (X (X Nucor) (X (X plant) (X (X does) (X (X n't) (X (X produce) (X (X anything) (X .))))))))))))
(X (X but) (X (X steelmakers) (X (X must) (X (X also) (X (X find) (X (X new) (X (X markets) (X .))))))))
(X (X other) (X (X steelmakers) (X (X envision) (X (X steel) (X (X roofs) (X (X covering) (X (X suburbia) (X .))))))))
(X (X still) (X (X others) (X (X are) (X (X looking) (X (X at) (X (X overseas) (X (X markets) (X .))))))))
(X (X usx) (X (X is) (X (X funneling) (X (X drilling) (X (X pipe) (X (X to) (X (X steel-hungry) (X (X Soviet) (X (X Union) (X .))))))))))
(X (X robert) (X (X Crandall) (X (X ,) (X (X with) (X (X the) (X (X Brookings) (X (X Institute) (X (X ,) (X (X agrees) (X .))))))))))
(X (X not) (X (X to) (X (X mention) (X (X the) (X (X incursion) (X (X of) (X (X imports) (X .))))))))
(X (X ``) (X (X They) (X (X 're) (X (X dead) (X (X wrong) (X (X .) (X '')))))))
(X (X \*) (X (X USX) (X (X ,) (X (X LTV) (X (X ,) (X (X Bethlehem) (X (X ,) (X (X Inland) (X (X ,) (X (X Armco) (X (X ,) (X (X National) (X Steel)))))))))))))
(X (X \*\*) (X Projected))
(X (X if) (X (X so) (X (X ,) (X (X the) (X (X damages) (X (X could) (X (X be) (X (X tripled) (X .)))))))))
(X (X it) (X (X 's) (X (X difficult) (X (X to) (X (X be) (X (X that) (X (X consistently) (X (X wrong) (X (X .) (X ''))))))))))
(X (X testimony) (X (X is) (X (X expected) (X (X to) (X (X continue) (X (X until) (X (X early) (X (X December) (X .)))))))))
(X (X ibm) (X (X ,) (X (X Armonk) (X (X ,) (X (X N.Y.) (X (X ,) (X (X remained) (X (X upbeat) (X .)))))))))
(X (X securities) (X (X analysts) (X (X ,) (X (X however) (X (X ,) (X (X remained) (X (X downbeat) (X .))))))))
(X (X international) (X (X soft-drink) (X (X volume) (X (X was) (X (X up) (X (X about) (X (X 6) (X (X %) (X .)))))))))
(X (X total) (X (X snack-food) (X (X profit) (X (X rose) (X (X 30) (X (X %) (X .)))))))
(X (X mr.) (X (X Allday) (X (X would) (X (X succeed) (X (X Martha) (X (X Hesse) (X (X ,) (X (X who) (X (X is) (X (X resigning) (X .)))))))))))
(X (X the) (X (X contract) (X (X was) (X (X to) (X (X run) (X (X from) (X (X 1992) (X (X to) (X (X 2020) (X .))))))))))
(X (X ``) (X (X It) (X (X was) (X (X their) (X (X business) (X (X decision) (X (X ,) (X (X '') (X (X the) (X (X official) (X (X said) (X .))))))))))))
(X (X mr.) (X (X Fossett) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X to) (X (X comment) (X .)))))))))
(X (X some) (X (X companies) (X (X ,) (X (X including) (X (X Heinz) (X (X ,) (X (X even) (X (X pay) (X (X part) (X (X of) (X (X the) (X (X fee) (X .)))))))))))))
(X (X not) (X (X everyone) (X (X ,) (X (X however) (X (X ,) (X (X is) (X (X at) (X (X ease) (X (X with) (X (X office) (X (X massage) (X .))))))))))))
(X (X and) (X (X even) (X (X though) (X (X employees) (X (X paid) (X (X the) (X (X bill) (X (X ,) (X (X taxpayers) (X (X grumbled) (X .)))))))))))
(X (X last) (X (X month) (X (X ,) (X (X the) (X (X complaints) (X (X intensified) (X (X and) (X (X the) (X (X massages) (X (X ended) (X .)))))))))))
(X (X phil) (X (X Harms) (X (X ,) (X (X a) (X (X software) (X (X engineer) (X (X ,) (X (X was) (X (X an) (X (X eager) (X (X customer) (X .))))))))))))
(X (X he) (X (X visits) (X (X the) (X (X same) (X (X department) (X (X every) (X (X two) (X (X or) (X (X three) (X (X weeks) (X .)))))))))))
(X (X my) (X (X vision) (X (X is) (X (X to) (X (X change) (X (X human) (X (X consciousness) (X (X towards) (X (X touch) (X .))))))))))
(X (X paramedics) (X (X were) (X (X called) (X .))))
(X (X ``) (X (X There) (X (X 's) (X (X nothing) (X (X like) (X (X skin) (X (X to) (X (X skin) (X .)))))))))
(X (X many) (X (X bankers) (X (X view) (X (X property-sector) (X (X loans) (X (X as) (X (X particularly) (X (X risky) (X .)))))))))
(X (X unlike) (X (X most) (X (X loans) (X (X to) (X (X China) (X (X ,) (X (X there) (X (X was) (X (X no) (X (X Chinese) (X (X guarantor) (X .))))))))))))
(X (X ``) (X (X Warehouse) (X (X productivity) (X (X is) (X (X really) (X (X beginning) (X (X to) (X (X take) (X (X off) (X (X .) (X '')))))))))))
(X (X at) (X (X that) (X (X point) (X (X ,) (X (X perhaps) (X (X diversification) (X (X would) (X (X be) (X (X appropriate) (X (X .) (X '')))))))))))
(X (X literally) (X .))
(X (X the) (X (X Quotrons) (X (X were) (X (X wrong) (X .)))))
(X (X meanwhile) (X (X ,) (X (X there) (X (X was) (X (X an) (X (X awful) (X (X lot) (X (X of) (X (X confusion) (X .))))))))))
(X (X is) (X (X the) (X (X market) (X (X up) (X (X or) (X (X down) (X (X ?) (X ''))))))))
(X (X in) (X (X fact) (X (X ,) (X (X it) (X (X was) (X (X up) (X (X 24) (X .))))))))
(X (X that) (X (X was) (X (X the) (X (X New) (X (X York) (X (X Stock) (X (X Exchange) (X (X 's) (X (X blooper) (X .))))))))))
(X (X and) (X (X there) (X (X were) (X (X other) (X (X blunders) (X .))))))
(X (X ``) (X (X Today) (X (X of) (X (X all) (X (X days) (X (X ,) (X (X '') (X (X she) (X (X lamented) (X .))))))))))
(X (X ``) (X (X The) (X (X eyes) (X (X of) (X (X the) (X (X world) (X (X were) (X (X watching) (X (X us) (X .))))))))))
(X (X literally) (X .))
(X (X mr.) (X (X Friend) (X (X says) (X (X his) (X (X side) (X (X is) (X (X ``) (X (X dead) (X (X serious) (X (X .) (X '')))))))))))
(X (X ``) (X (X But) (X (X we) (X (X had) (X (X a) (X (X fairly) (X (X active) (X (X day) (X (X yesterday) (X (X .) (X '')))))))))))
(X (X ``) (X (X People) (X (X will) (X (X learn) (X (X to) (X (X be) (X (X more) (X (X circumspect) (X .)))))))))
(X (X i) (X (X think) (X (X the) (X (X market) (X (X is) (X (X in) (X (X good) (X (X shape) (X .)))))))))
(X (X should) (X (X you) (X (X really) (X (X own) (X (X stocks) (X ?))))))
(X (X \*) (X (X Actual) (X (X performance) (X (X ,) (X (X not) (X annualized))))))
(X (X source) (X (X :) (X (X Ibbotson) (X (X Associates) (X (X Inc) (X .))))))
(X (X he) (X (X 's) (X (X written) (X (X this) (X (X book) (X (X ,) (X (X `) (X (X The) (X (X Art) (X (X of) (X (X the) (X (X Deal) (X (X .) (X '))))))))))))))
(X (X i) (X (X 'm) (X (X sure) (X (X he) (X (X still) (X (X wants) (X (X AMR) (X (X .) (X '')))))))))
(X (X but) (X (X others) (X (X remained) (X (X skeptical) (X .)))))
(X (X mr.) (X (X Trump) (X (X never) (X (X obtained) (X (X financing) (X (X for) (X (X his) (X (X bid) (X .)))))))))
(X (X we) (X (X 're) (X (X about) (X (X to) (X (X see) (X (X if) (X (X advertising) (X (X works) (X .)))))))))
(X (X this) (X (X time) (X (X around) (X (X ,) (X (X they) (X (X 're) (X (X moving) (X (X even) (X (X faster) (X .))))))))))
(X (X this) (X (X time) (X (X ,) (X (X the) (X (X firms) (X (X were) (X (X ready) (X .))))))))
(X (X ``) (X (X To) (X (X maintain) (X (X that) (X (X dialogue) (X (X is) (X (X absolutely) (X (X crucial) (X .)))))))))
(X (X we) (X (X had) (X (X to) (X (X think) (X (X about) (X (X it) (X (X ahead) (X (X of) (X (X time) (X (X .) (X '')))))))))))
(X (X painewebber) (X (X considered) (X (X an) (X (X even) (X (X harder) (X (X sell) (X (X ,) (X (X recommending) (X (X specific) (X (X stocks) (X .)))))))))))
(X (X he) (X (X adds) (X (X ,) (X (X ``) (X (X This) (X (X is) (X (X n't) (X (X 1987) (X (X revisited) (X (X .) (X '')))))))))))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X arnold) (X (X ADVERTISING) (X :)))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X education) (X (X ADS) (X :)))
(X (X i) (X (X love) (X (X 'em) (X (X both) (X .)))))
(X (X the) (X (X above) (X (X represents) (X (X a) (X (X triumph) (X (X of) (X (X either) (X (X apathy) (X (X or) (X (X civility) (X .)))))))))))
(X (X not) (X (X his) (X (X autograph) (X (X ;) (X (X power-hitter) (X (X McGwire) (X (X 's) (X .))))))))
(X (X ``) (X (X That) (X (X 's) (X (X baseball) (X .)))))
(X (X average) (X (X shares) (X (X outstanding) (X (X dropped) (X (X to) (X (X 75.8) (X (X million) (X (X from) (X (X 82.1) (X (X million) (X .)))))))))))
(X (X now) (X (X ,) (X (X would) (X (X n't) (X (X that) (X (X be) (X (X a) (X (X novelty) (X .)))))))))
(X (X phyllis) (X (X Kyle) (X (X Stephenson) (X (X Newport) (X (X News) (X (X ,) (X (X Va) (X .))))))))
(X (X by) (X (X lunchtime) (X (X ,) (X (X the) (X (X selling) (X (X was) (X (X at) (X (X near-panic) (X (X fever) (X .))))))))))
(X (X and) (X (X it) (X (X left) (X (X mixed) (X (X signals) (X (X for) (X (X London) (X .))))))))
(X (X ``) (X (X We) (X (X tend) (X (X to) (X (X run) (X (X a) (X (X very) (X (X tight) (X (X book) (X (X .) (X '')))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X very) (X (X frustrating) (X (X .) (X '')))))))
(X (X he) (X (X temporarily) (X (X abandoned) (X (X his) (X (X search) (X (X for) (X (X the) (X (X Reuters) (X (X shares) (X .))))))))))
(X (X we) (X (X 're) (X (X in) (X (X for) (X (X a) (X (X lot) (X (X of) (X (X turbulence) (X (X ...) (X (X .) (X '')))))))))))
(X (X he) (X (X was) (X (X right) (X .))))
(X (X by) (X (X midday) (X (X ,) (X (X the) (X (X London) (X (X market) (X (X was) (X (X in) (X (X full) (X (X retreat) (X .)))))))))))
(X (X this) (X (X market) (X (X has) (X (X been) (X (X very) (X (X badly) (X (X damaged) (X (X .) (X '')))))))))
(X (X they) (X (X saw) (X (X an) (X (X opportunity) (X (X created) (X (X by) (X (X the) (X (X sell-off) (X .)))))))))
(X (X suddenly) (X (X ,) (X (X after) (X (X about) (X (X 45) (X (X minutes) (X (X ,) (X (X the) (X (X U.S.) (X (X markets) (X (X rallied) (X .))))))))))))
(X (X as) (X (X Wall) (X (X Street) (X (X strengthened) (X (X ,) (X (X the) (X (X London) (X (X trading) (X (X room) (X (X went) (X (X wild) (X .))))))))))))
(X (X ``) (X (X This) (X (X is) (X (X panic) (X (X buying) (X (X !) (X '')))))))
(X (X do) (X (X n't) (X (X be) (X (X such) (X (X a) (X (X pessimist) (X (X ,) (X (X Mr.) (X (X Ambassador) (X .))))))))))
(X (X frank) (X Tremdine))
(X (X union) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X share) (X (X prices) (X (X fell) (X (X in) (X (X Milan) (X (X ,) (X (X Amsterdam) (X (X ,) (X (X Zurich) (X (X ,) (X (X Madrid) (X (X and) (X (X Stockholm) (X .))))))))))))))
(X (X following) (X (X is) (X (X a) (X (X breakdown) (X (X of) (X (X major) (X (X market) (X (X activity) (X :)))))))))
(X (X frankfurt) (X :))
(X (X the) (X (X index) (X (X closed) (X (X at) (X (X 1385.72) (X (X ,) (X (X down) (X (X 203.56) (X (X points) (X .))))))))))
(X (X ``) (X (X Everybody) (X (X was) (X (X still) (X (X confident) (X (X ,) (X (X including) (X (X most) (X (X institutional) (X (X investors) (X .)))))))))))
(X (X london) (X :))
(X (X volume) (X (X was) (X (X 959.3) (X (X million) (X (X shares) (X (X ,) (X (X more) (X (X than) (X (X triple) (X (X recent) (X (X levels) (X .))))))))))))
(X (X paris) (X :))
(X (X j.p.) (X (X Morgan) (X (X &) (X (X Co) (X .)))))
(X (X non-interest) (X (X expenses) (X (X grew) (X (X 16) (X (X %) (X (X to) (X (X $) (X (X 496) (X (X million) (X .))))))))))
(X (X ncnb) (X (X Corp) (X .)))
(X (X results) (X (X were) (X (X released) (X (X after) (X (X the) (X (X market) (X (X closed) (X .))))))))
(X (X security) (X (X Pacific) (X (X Corp) (X .))))
(X (X non-interest) (X (X expense) (X (X grew) (X (X only) (X (X 4) (X (X %) (X (X in) (X (X the) (X (X period) (X .))))))))))
(X (X the) (X (X letter) (X (X was) (X (X dated) (X (X Oct.) (X (X 6) (X .)))))))
(X (X telerate) (X (X has) (X (X rejected) (X (X the) (X (X offer) (X (X ,) (X (X which) (X (X expires) (X (X Nov.) (X (X 3) (X .)))))))))))
(X (X idle) (X Thought))
(X (X --) (X (X May) (X (X Richstone) (X .))))
(X (X telecussed))
(X (X --) (X (X Dick) (X (X Emmons) (X .))))
(X (X bsn) (X (X currently) (X (X has) (X (X 4.6) (X (X million) (X (X common) (X (X shares) (X (X outstanding) (X .)))))))))
(X (X now) (X (X ,) (X (X as) (X (X for) (X (X tomorrow) (X (X ,) (X (X hell) (X (X ,) (X (X who) (X (X knows) (X ?)))))))))))
(X (X but) (X (X markets) (X (X can) (X (X operate) (X (X with) (X (X greater) (X (X or) (X (X lesser) (X (X efficiency) (X .))))))))))
(X (X what) (X (X happened) (X (X Friday) (X (X was) (X (X the) (X (X worst) (X (X of) (X (X all) (X (X worlds) (X .))))))))))
(X (X options) (X (X markets) (X (X stopped) (X (X trading) (X (X in) (X (X many) (X (X securities) (X .))))))))
(X (X as) (X (X liquidity) (X (X on) (X (X that) (X (X market) (X (X weakened) (X (X ,) (X (X prices) (X (X fell) (X (X sharply) (X .)))))))))))
(X (X but) (X (X the) (X (X task) (X (X of) (X (X improving) (X (X market) (X (X performance) (X (X remains) (X (X unfinished) (X .))))))))))
(X (X some) (X (X give) (X (X lump-sum) (X (X incentives) (X .)))))
(X (X it) (X (X 's) (X (X in) (X (X their) (X (X top) (X (X five) (X (X ``) (X (X work) (X (X values) (X (X .) (X '')))))))))))
(X (X about) (X (X 72) (X (X %) (X (X reimburse) (X (X for) (X (X all) (X (X or) (X (X some) (X (X losses) (X .))))))))))
(X (X chicken) (X (X Chains) (X (X Ruffled) (X (X By) (X (X Loss) (X (X of) (X Customers)))))))
(X (X but) (X (X the) (X (X company) (X (X declines) (X (X to) (X (X comment) (X .)))))))
(X (X reluctant) (X (X Advertisers) (X (X Try) (X (X Soft-Sell) (X Spots)))))
(X (X call) (X (X IT) (X (X un-advertising) (X .))))
(X (X his) (X (X ploy) (X (X :) (X (X 60-second) (X (X radio) (X (X spots) (X (X that) (X (X offer) (X (X helpful) (X (X hints) (X .)))))))))))
(X (X but) (X (X such) (X (X spots) (X (X can) (X (X be) (X (X too) (X (X soft) (X .))))))))
(X (X retailer) (X (X Sees) (X (X Pitfalls) (X (X In) (X (X Environmental) (X Push))))))
(X (X ``) (X (X And) (X (X it) (X (X 's) (X (X important) (X (X that) (X (X we) (X (X be) (X (X accurate) (X (X .) (X '')))))))))))
(X (X yet) (X (X parents) (X (X demand) (X (X them) (X .)))))
(X (X odds) (X (X and) (X Ends)))
(X (X neatness) (X (X does) (X (X count) (X (X --) (X (X at) (X (X least) (X (X in) (X (X the) (X (X grocery) (X (X store) (X .)))))))))))
(X (X which) (X (X celebrity) (X (X endorsers) (X (X are) (X (X most) (X (X believable) (X ?)))))))
(X (X yet) (X (X on) (X (X matters) (X (X close) (X (X to) (X (X ,) (X (X er) (X (X ,) (X (X home) (X ...))))))))))
(X (X ``) (X (X We) (X (X 've) (X (X taken) (X (X more) (X (X than) (X (X our) (X (X fair) (X (X share) (X .))))))))))
(X (X indirect) (X (X subsidies) (X (X ,) (X (X through) (X (X the) (X (X FHA) (X (X ,) (X (X for) (X (X instance) (X (X ,) (X (X are) (X (X little) (X (X better) (X .))))))))))))))
(X (X is) (X (X this) (X (X what) (X (X the) (X (X home) (X (X builders) (X (X want) (X ?))))))))
(X (X mr.) (X (X Bandow) (X (X is) (X (X a) (X (X Cato) (X (X Institute) (X (X fellow) (X .))))))))
(X (X and) (X (X so) (X (X it) (X (X was) (X (X on) (X (X Gray) (X (X Friday) (X .))))))))
(X (X -lrb-) (X (X Both) (X (X took) (X (X further) (X (X hits) (X (X yesterday) (X (X .) (X -RRB-))))))))
(X (X absolutely) (X (X not) (X .)))
(X (X not) (X (X surprisingly) (X (X ,) (X (X he) (X (X sometimes) (X (X bites) (X .)))))))
(X (X the) (X (X truth) (X (X is) (X (X ,) (X (X Washington) (X (X understands) (X (X politics) (X (X better) (X (X than) (X (X economics) (X .)))))))))))
(X (X the) (X (X index) (X (X slid) (X (X 647.33) (X (X points) (X (X ,) (X (X or) (X (X 1.8) (X (X %) (X (X ,) (X (X on) (X (X Monday) (X .)))))))))))))
(X (X declining) (X (X issues) (X (X swamped) (X (X advancers) (X (X ,) (X (X 941-105) (X .)))))))
(X (X ``) (X (X For) (X (X us) (X (X institutional) (X (X investors) (X (X ,) (X (X the) (X (X chance) (X (X for) (X (X buying) (X (X has) (X (X come) (X (X .) (X ''))))))))))))))
(X (X other) (X (X fund) (X (X managers) (X (X were) (X (X similarly) (X (X sanguine) (X .)))))))
(X (X prices) (X (X on) (X (X the) (X (X Frankfurt) (X (X Stock) (X (X Exchange) (X (X tumbled) (X (X in) (X (X heavy) (X (X trading) (X .)))))))))))
(X (X the) (X (X percentage) (X (X change) (X (X is) (X (X since) (X (X year-end) (X .)))))))
(X (X consider) (X (X the) (X (X greenhouse-effect) (X (X provision) (X .)))))
(X (X he) (X (X 's) (X (X running) (X (X for) (X (X governor) (X .))))))
(X (X that) (X (X 's) (X (X also) (X (X the) (X (X day) (X (X of) (X (X the) (X (X gubernatorial) (X (X election) (X .))))))))))
(X (X first) (X (X ,) (X (X there) (X (X was) (X (X a) (X (X death) (X (X watch) (X .))))))))
(X (X then) (X (X exhilaration) (X .)))
(X (X the) (X (X Nasdaq) (X (X OTC) (X (X index) (X (X closed) (X (X down) (X (X 6.31) (X (X to) (X (X 460.98) (X .))))))))))
(X (X it) (X (X 's) (X (X just) (X (X a) (X (X strange) (X (X feeling) (X .)))))))
(X (X they) (X (X did) (X (X n't) (X .))))
(X (X the) (X (X program) (X (X traders) (X (X were) (X (X in) (X (X there) (X (X ,) (X (X too) (X (X ,) (X (X of) (X (X course) (X .))))))))))))
(X (X trading) (X (X in) (X (X Walt) (X (X Disney) (X (X Co.) (X (X particularly) (X (X caught) (X (X traders) (X (X ') (X (X eyes) (X .)))))))))))
(X (X the) (X (X stock) (X (X opened) (X (X late) (X (X at) (X (X 114) (X (X 1\/2) (X (X ,) (X (X down) (X (X 8) (X (X 1\/2) (X .))))))))))))
(X (X it) (X (X was) (X (X orderly) (X .))))
(X (X we) (X (X put) (X (X some) (X (X orders) (X (X together) (X .))))))
(X (X but) (X (X not) (X (X everybody) (X (X was) (X (X making) (X (X money) (X .)))))))
(X (X shares) (X (X of) (X (X three) (X (X brokerage) (X (X firms) (X (X rose) (X (X after) (X (X they) (X (X reported) (X (X earnings) (X .)))))))))))
(X (X mr.) (X (X Phelan) (X (X expressed) (X (X relief) (X (X that) (X (X the) (X (X market) (X (X rebounded) (X (X yesterday) (X .))))))))))
(X (X they) (X (X used) (X (X their) (X (X judgment) (X .)))))
(X (X maybe) (X (X they) (X (X learned) (X (X from) (X (X experience) (X (X .) (X '')))))))
(X (X james) (X (X A.) (X (X White) (X (X and) (X (X Sonja) (X (X Steptoe) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))))
(X (X of) (X (X course) (X (X it) (X (X was) (X .)))))
(X (X congress) (X (X previously) (X (X cut) (X (X six) (X (X airports) (X (X this) (X (X year) (X .))))))))
(X (X officials) (X (X at) (X (X Aristech) (X (X ,) (X (X based) (X (X in) (X (X Pittsburgh) (X (X ,) (X (X declined) (X (X comment) (X .)))))))))))
(X (X there) (X (X were) (X (X n't) (X (X any) (X (X extraordinary) (X (X items) (X .)))))))
(X (X waterford) (X (X has) (X (X decided) (X (X against) (X (X paying) (X (X an) (X (X interim) (X (X dividend) (X .)))))))))
(X (X ``) (X (X It) (X (X was) (X (X a) (X (X pretty) (X (X wild) (X (X day) (X .))))))))
(X (X the) (X (X reversal) (X (X was) (X (X even) (X (X more) (X (X evident) (X (X among) (X (X shorter-term) (X (X Treasury) (X (X securities) (X .)))))))))))
(X (X investment-grade) (X (X corporate) (X (X bonds) (X (X ,) (X (X mortgage-backed) (X (X securities) (X (X and) (X (X municipal) (X (X bonds) (X (X also) (X (X fell) (X .))))))))))))
(X (X in) (X (X Tokyo) (X (X ,) (X (X trading) (X (X is) (X (X halted) (X (X during) (X (X lunchtime) (X .)))))))))
(X (X it) (X (X could) (X (X do) (X (X damage) (X (X to) (X (X us) (X (X .) (X ''))))))))
(X (X ``) (X (X We) (X (X have) (X (X a) (X (X couple) (X (X or) (X (X three) (X (X tough) (X (X weeks) (X (X coming) (X (X .) (X ''))))))))))))
(X (X treasury) (X Securities))
(X (X prices) (X (X of) (X (X Treasury) (X (X bonds) (X (X tumbled) (X (X in) (X (X moderate) (X (X to) (X (X active) (X (X trading) (X .)))))))))))
(X (X here) (X (X are) (X (X auction) (X (X details) (X :)))))
(X (X both) (X (X issues) (X (X are) (X (X dated) (X (X Oct.) (X (X 19) (X .)))))))
(X (X corporate) (X Issues))
(X (X investment-grade) (X (X corporate) (X (X bonds) (X (X ended) (X (X one) (X (X to) (X (X 1) (X (X 1\/2) (X (X point) (X (X lower) (X .)))))))))))
(X (X there) (X (X were) (X (X no) (X (X new) (X (X issues) (X .))))))
(X (X foreign) (X Bonds))
(X (X the) (X (X yield) (X (X was) (X (X 5.245) (X (X %) (X .))))))
(X (X mortgage-backed) (X Securities))
(X (X on) (X (X Friday) (X (X ,) (X (X mortgage) (X (X issues) (X (X gained) (X (X as) (X (X much) (X (X as) (X (X 1) (X (X 5\/32) (X .))))))))))))
(X (X there) (X (X was) (X (X no) (X (X new-issue) (X (X activity) (X (X in) (X (X the) (X (X derivative) (X (X market) (X .))))))))))
(X (X municipals))
(X (X professionals) (X (X dominated) (X (X municipal) (X (X trading) (X (X throughout) (X (X the) (X (X session) (X .))))))))
(X (X serial) (X (X bond) (X (X yields) (X (X were) (X (X up) (X (X about) (X (X 0.05) (X (X percentage) (X (X point) (X .))))))))))
(X (X domestic) (X (X leisure) (X (X sales) (X (X ,) (X (X however) (X (X ,) (X (X were) (X (X lower) (X .)))))))))
(X (X the) (X (X old) (X (X and) (X (X revised) (X (X numbers) (X (X both) (X (X include) (X (X over-allotment) (X (X provisions) (X .))))))))))
(X (X mr.) (X (X Goldberg) (X (X is) (X (X the) (X (X sole) (X (X general) (X (X partner) (X (X in) (X (X Rose) (X (X Partners) (X .)))))))))))
(X (X what) (X (X does) (X (X n't) (X (X belong) (X (X here) (X ?))))))
(X (X a.) (X (X manual) (X (X typewriters) (X (X ,) (X (X B.) (X (X black-and-white) (X (X snapshots) (X (X ,) (X (X C.) (X (X radio) (X (X adventure) (X (X shows) (X .)))))))))))))
(X (X if) (X (X you) (X (X guessed) (X (X black-and-white) (X (X snapshots) (X (X ,) (X (X you) (X (X 're) (X (X right) (X .))))))))))
(X (X and) (X (X black-and-white) (X (X photography) (X (X classes) (X (X are) (X (X crowded) (X (X with) (X (X students) (X .)))))))))
(X (X why) (X (X all) (X (X the) (X (X interest) (X ?)))))
(X (X portrait) (X (X studios) (X (X have) (X (X also) (X (X latched) (X (X onto) (X (X the) (X (X trend) (X .)))))))))
(X (X it) (X (X is) (X (X n't) (X (X ordinary) (X (X like) (X (X color) (X (X .) (X ''))))))))
(X (X but) (X (X for) (X (X photofinishers) (X (X ,) (X (X developing) (X (X costs) (X (X for) (X (X black-and-white) (X (X film) (X (X are) (X (X higher) (X .))))))))))))
(X (X some) (X (X companies) (X (X are) (X (X starting) (X (X to) (X (X tackle) (X (X that) (X (X problem) (X .)))))))))
(X (X other) (X (X companies) (X (X are) (X (X introducing) (X (X related) (X (X products) (X .)))))))
(X (X you) (X (X ca) (X (X n't) (X (X say) (X (X the) (X (X same) (X (X with) (X (X black) (X (X and) (X (X white) (X (X .) (X ''))))))))))))
(X (X ``) (X (X That) (X (X 's) (X (X the) (X (X appeal) (X .))))))
(X (X the) (X (X price) (X (X was) (X (X n't) (X (X disclosed) (X .))))))
(X (X it) (X (X also) (X (X rose) (X (X last) (X (X Friday) (X (X ,) (X (X while) (X (X the) (X (X stock) (X (X market) (X (X sagged) (X .))))))))))))
(X (X the) (X (X value) (X (X of) (X (X the) (X (X acquisition) (X (X was) (X (X n't) (X (X disclosed) (X .)))))))))
(X (X centrust) (X (X SAVINGS) (X (X BANK) (X (X -LRB-) (X (X Miami) (X (X -RRB-) (X --)))))))
(X (X junk) (X (X bonds) (X (X also) (X (X recovered) (X (X somewhat) (X (X ,) (X (X though) (X (X trading) (X (X remained) (X (X stalled) (X .)))))))))))
(X (X gold) (X (X also) (X (X rose) (X .))))
(X (X the) (X (X dollar) (X (X also) (X (X moved) (X (X higher) (X (X in) (X (X Tokyo) (X .))))))))
(X (X amr) (X (X slid) (X (X $) (X (X 22.125) (X (X ,) (X (X to) (X (X $) (X (X 76.50) (X .)))))))))
(X (X ual) (X (X fell) (X (X $) (X (X 56.875) (X (X ,) (X (X to) (X (X $) (X (X 222.875) (X .)))))))))
(X (X ncnb) (X (X 's) (X (X profit) (X (X more) (X (X than) (X (X doubled) (X .)))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 416,290,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3393.51) (X (X ,) (X off))))))))))
(X (X dollar) (X (X :) (X (X 141.85) (X (X yen) (X (X ,) (X (X off) (X (X 0.25) (X (X ;) (X (X 1.8685) (X (X marks) (X (X ,) (X (X off) (X (X 0.0055) (X .))))))))))))))
(X (X monday) (X (X ,) (X (X October) (X (X 16) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X (X :) (X (X 10) (X (X 1\/2) (X (X %) (X .)))))))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X (X :) (X (X 7) (X (X %) (X .))))))
(X (X call) (X (X MONEY) (X (X :) (X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .))))))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X (X :) (X (X 8.49) (X (X %) (X .)))))))))
(X (X shv) (X (X also) (X (X owns) (X (X 40) (X (X %) (X (X of) (X (X Calor) (X .))))))))
(X (X the) (X (X group) (X (X consists) (X (X of) (X (X Weslock) (X (X Corp.) (X (X and) (X (X JPI) (X (X Modern) (X (X Inc) (X .)))))))))))
(X (X an) (X (X American) (X (X journalist) (X (X now) (X (X is) (X (X standing) (X (X trial) (X (X in) (X (X Namibia) (X .))))))))))
(X (X the) (X (X most) (X (X likely) (X (X winner) (X (X will) (X (X be) (X (X the) (X (X Marxist-dominated) (X (X SWAPO) (X (X rebels) (X .)))))))))))
(X (X the) (X (X elections) (X (X are) (X (X set) (X (X for) (X (X Nov.) (X (X 7) (X .))))))))
(X (X both) (X (X South) (X (X African) (X (X and) (X (X SWAPO) (X (X extremists) (X (X are) (X (X intimidating) (X (X voters) (X .))))))))))
(X (X yesterday) (X (X ,) (X (X the) (X (X stock) (X (X market) (X (X 's) (X (X influence) (X (X at) (X (X first) (X (X created) (X (X nervousness) (X .))))))))))))
(X (X in) (X (X Chicago) (X (X ,) (X (X grain) (X (X and) (X (X soybean) (X (X prices) (X (X rose) (X (X slightly) (X .))))))))))
(X (X silver) (X (X performed) (X (X quietly) (X .))))
(X (X energy) (X :))
(X (X copper) (X :))
(X (X cotton) (X :))
(X (X sugar) (X :))
(X (X futures) (X (X prices) (X (X declined) (X .))))
(X (X farm) (X (X PRODUCTS) (X :)))
(X (X dunkin) (X (X ') (X (X Donuts) (X (X is) (X (X based) (X (X in) (X (X Randolph) (X (X ,) (X (X Mass) (X .))))))))))
(X (X the) (X (X utility) (X (X company) (X (X currently) (X (X has) (X (X about) (X (X 82.1) (X (X million) (X (X shares) (X (X outstanding) (X .)))))))))))
(X (X terms) (X (X of) (X (X the) (X (X agreement) (X (X were) (X (X n't) (X (X disclosed) (X .))))))))
(X (X the) (X (X ratification) (X (X follows) (X (X a) (X (X 23-day) (X (X strike) (X (X against) (X (X the) (X (X Philadelphia-based) (X (X company) (X .)))))))))))
(X (X the) (X (X unions) (X (X and) (X (X the) (X (X company) (X (X last) (X (X week) (X (X agreed) (X (X to) (X (X mediation) (X .)))))))))))
(X (X many) (X (X went) (X (X bargain-hunting) (X .))))
(X (X at) (X (X first) (X (X ,) (X (X it) (X (X seemed) (X (X as) (X (X if) (X (X history) (X (X might) (X (X repeat) (X (X itself) (X .))))))))))))
(X (X it) (X (X ended) (X (X with) (X (X a) (X (X gain) (X (X of) (X (X 88.12) (X (X points) (X .)))))))))
(X (X world-wide) (X (X ,) (X (X trading) (X (X was) (X (X generally) (X (X manageable) (X .)))))))
(X (X many) (X (X other) (X (X factors) (X (X played) (X (X a) (X (X part) (X (X in) (X (X yesterday) (X (X 's) (X (X comeback) (X .)))))))))))
(X (X the) (X (X screen) (X (X was) (X (X a) (X (X sea) (X (X of) (X (X red) (X .))))))))
(X (X by) (X (X 9:45) (X (X ,) (X (X the) (X (X industrial) (X (X average) (X (X had) (X (X dropped) (X (X 27) (X (X points) (X .)))))))))))
(X (X by) (X (X 10) (X (X a.m.) (X (X ,) (X (X it) (X (X was) (X (X down) (X (X 49) (X .)))))))))
(X (X shearson) (X (X 's) (X (X London) (X (X trading) (X (X room) (X (X went) (X (X wild) (X .))))))))
(X (X ``) (X (X Rally) (X (X ,) (X (X rally) (X (X ,) (X (X rally) (X (X ,) (X (X '') (X (X shouted) (X (X Shearson) (X (X 's) (X (X Andy) (X (X Rosen) (X .))))))))))))))
(X (X ``) (X (X This) (X (X is) (X (X panic) (X (X buying) (X (X .) (X '')))))))
(X (X japanese) (X (X were) (X (X said) (X (X to) (X (X be) (X (X heavy) (X (X buyers) (X .))))))))
(X (X german) (X (X and) (X (X Dutch) (X (X investors) (X (X reportedly) (X (X loaded) (X (X up) (X (X on) (X (X Kellogg) (X (X Co) (X .)))))))))))
(X (X ``) (X (X What) (X (X we) (X (X had) (X (X was) (X (X a) (X (X real) (X (X ,) (X (X old-fashioned) (X (X rally) (X (X .) (X ''))))))))))))
(X (X typical) (X (X ,) (X (X perhaps) (X (X ,) (X (X was) (X (X Batterymarch) (X (X 's) (X (X Dean) (X (X LeBaron) (X .))))))))))
(X (X not) (X (X everybody) (X (X was) (X (X making) (X (X money) (X .))))))
(X (X the) (X (X public) (X (X is) (X (X still) (X (X cautious) (X .))))))
(X (X revenue) (X (X was) (X (X $) (X (X 19.9) (X (X million) (X .))))))
(X (X east) (X (X GERMANS) (X (X RALLIED) (X (X as) (X (X officials) (X (X reportedly) (X (X sought) (X (X Honecker) (X (X 's) (X (X ouster) (X .)))))))))))
(X (X police) (X (X did) (X (X n't) (X (X intervene) (X .)))))
(X (X a) (X (X temporary) (X (X prohibition) (X (X was) (X (X imposed) (X (X in) (X (X March) (X (X 1988) (X .)))))))))
(X (X such) (X (X family) (X (X reunions) (X (X would) (X (X be) (X (X the) (X (X second) (X (X since) (X (X 1945) (X .))))))))))
(X (X at) (X (X Applied) (X (X ,) (X (X Mr.) (X (X Sim) (X (X set) (X (X growth) (X (X as) (X (X his) (X (X first) (X (X objective) (X .))))))))))))
(X (X no) (X (X ,) (X (X it) (X (X was) (X (X n't) (X (X Black) (X (X Monday) (X .))))))))
(X (X the) (X (X finger-pointing) (X (X has) (X (X already) (X (X begun) (X .))))))
(X (X ``) (X (X The) (X (X equity) (X (X market) (X (X was) (X (X illiquid) (X .)))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X closed) (X (X at) (X (X 2569.26) (X .))))))))
(X (X the) (X (X Dow) (X (X fell) (X (X 22.6) (X (X %) (X (X on) (X (X Black) (X (X Monday) (X .)))))))))
(X (X at) (X (X this) (X (X point) (X (X ,) (X (X the) (X (X Dow) (X (X was) (X (X down) (X (X about) (X (X 35) (X (X points) (X .))))))))))))
(X (X the) (X (X market) (X (X crumbled) (X .))))
(X (X these) (X (X stocks) (X (X eventually) (X (X reopened) (X .)))))
(X (X ``) (X (X It) (X (X screwed) (X (X things) (X (X up) (X (X ,) (X (X '') (X (X said) (X (X one) (X (X major) (X (X specialist) (X .))))))))))))
(X (X but) (X (X stocks) (X (X kept) (X (X falling) (X .)))))
(X (X buyers) (X (X stepped) (X (X in) (X (X to) (X (X the) (X (X futures) (X (X pit) (X .))))))))
(X (X but) (X (X there) (X (X were) (X (X no) (X (X buyers) (X .))))))
(X (X just) (X (X thought) (X (X you) (X (X 'd) (X (X like) (X (X to) (X (X know) (X .))))))))
(X (X george) (X Morton))
(X (X hooker) (X (X 's) (X (X philosophy) (X (X was) (X (X to) (X (X build) (X (X and) (X (X sell) (X .)))))))))
(X (X we) (X (X want) (X (X to) (X (X build) (X (X and) (X (X hold) (X (X .) (X ''))))))))
(X (X hoare) (X (X Govett) (X (X is) (X (X acting) (X (X as) (X (X the) (X (X consortium) (X (X 's) (X (X investment) (X (X bankers) (X .)))))))))))
(X (X ``) (X (X This) (X (X feels) (X (X more) (X (X like) (X (X a) (X (X one-shot) (X (X deal) (X .)))))))))
(X (X people) (X (X are) (X (X n't) (X (X panicking) (X (X .) (X ''))))))
(X (X the) (X (X test) (X (X may) (X (X come) (X (X today) (X .))))))
(X (X but) (X (X fund) (X (X managers) (X (X say) (X (X they) (X (X 're) (X (X ready) (X .))))))))
(X (X not) (X (X all) (X (X funds) (X (X have) (X (X raised) (X (X cash) (X (X levels) (X (X ,) (X (X of) (X (X course) (X .)))))))))))
(X (X but) (X (X most) (X (X investors) (X (X were) (X (X seeking) (X (X share) (X (X prices) (X (X and) (X (X other) (X (X information) (X .)))))))))))
(X (X trading) (X (X volume) (X (X was) (X (X only) (X (X modestly) (X (X higher) (X (X than) (X (X normal) (X .)))))))))
(X (X still) (X (X ,) (X (X fund) (X (X groups) (X (X are) (X (X n't) (X (X taking) (X (X any) (X (X chances) (X .))))))))))
(X (X the) (X (X centers) (X (X normally) (X (X are) (X (X closed) (X (X through) (X (X the) (X (X weekend) (X .)))))))))
(X (X the) (X (X Janus) (X (X Group) (X (X had) (X (X a) (X (X similar) (X (X recording) (X (X for) (X (X investors) (X .))))))))))
(X (X ``) (X (X This) (X (X is) (X (X not) (X (X a) (X (X major) (X (X crash) (X (X ,) (X (X '') (X (X she) (X (X said) (X .))))))))))))
(X (X those) (X (X ,) (X (X too) (X (X ,) (X (X are) (X (X almost) (X (X certain) (X (X to) (X (X arrive) (X (X late) (X .)))))))))))
(X (X ``) (X (X I) (X (X would) (X (X n't) (X (X expect) (X (X an) (X (X immediate) (X (X resolution) (X (X to) (X (X anything) (X (X .) (X ''))))))))))))
(X (X the) (X (X accord) (X (X expired) (X (X yesterday) (X .)))))
(X (X pratt) (X (X &) (X (X Whitney) (X (X is) (X (X a) (X (X unit) (X (X of) (X (X United) (X (X Technologies) (X (X Inc) (X .)))))))))))
(X (X martinair) (X (X Holland) (X (X is) (X (X based) (X (X in) (X (X Amsterdam) (X .)))))))
(X (X bridget) (X (X O'Brian) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X ``) (X (X The) (X (X projects) (X (X are) (X (X big) (X .))))))
(X (X ``) (X (X We) (X (X usually) (X (X operate) (X (X in) (X (X that) (X (X conservative) (X (X manner) (X (X .) (X ''))))))))))
(X (X ``) (X (X Now) (X (X we) (X (X 're) (X (X at) (X (X the) (X (X bottom) (X (X of) (X (X the) (X (X heap) (X (X .) (X ''))))))))))))
(X (X ``) (X (X People) (X (X were) (X (X even) (X (X hoarding) (X (X bags) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))
(X (X now) (X (X producers) (X (X hope) (X (X prices) (X (X have) (X (X hit) (X (X bottom) (X .))))))))
(X (X some) (X (X say) (X (X November) (X .))))
(X (X i) (X (X say) (X (X 1992) (X (X .) (X '')))))
(X (X then) (X (X a) (X (X second) (X (X explosion) (X (X occurred) (X .))))))
(X (X two) (X (X workers) (X (X died) (X (X and) (X (X six) (X (X remain) (X (X in) (X (X the) (X (X hospital) (X .))))))))))
(X (X ``) (X (X And) (X (X then) (X (X you) (X (X still) (X (X have) (X (X to) (X (X negotiate) (X (X .) (X ''))))))))))
(X (X not) (X (X everything) (X (X looks) (X (X grim) (X (X for) (X (X Quantum) (X .)))))))
(X (X petrolane) (X (X is) (X (X the) (X (X second-largest) (X (X propane) (X (X distributor) (X (X in) (X (X the) (X (X U.S.) (X .))))))))))
(X (X the) (X (X largest) (X (X ,) (X (X Suburban) (X (X Propane) (X (X ,) (X (X was) (X (X already) (X (X owned) (X (X by) (X (X Quantum) (X .))))))))))))
(X (X revenue) (X (X totaled) (X (X $) (X (X 5) (X (X million) (X .))))))
(X (X superconcentrates) (X (X are) (X (X n't) (X (X entirely) (X (X new) (X (X for) (X (X P&G) (X .))))))))
(X (X it) (X (X also) (X (X has) (X (X a) (X (X product-testing) (X (X facility) (X (X in) (X (X California) (X .)))))))))
(X (X many) (X (X called) (X (X it) (X (X simply) (X (X a) (X (X contrast) (X (X in) (X (X styles) (X .)))))))))
(X (X but) (X (X some) (X (X saw) (X (X it) (X (X as) (X (X a) (X (X classic) (X (X negotiating) (X (X tactic) (X .))))))))))
(X (X i) (X (X do) (X (X n't) (X (X feel) (X (X very) (X (X ferocious) (X .)))))))
(X (X i) (X (X do) (X (X n't) (X (X feel) (X (X either) (X (X hard) (X (X or) (X (X soft) (X .)))))))))
(X (X but) (X (X she) (X (X stressed) (X (X ,) (X (X ``) (X (X I) (X (X am) (X (X against) (X (X managed) (X (X trade) (X .)))))))))))
(X (X the) (X (X company) (X (X did) (X (X n't) (X (X break) (X (X out) (X (X its) (X (X fourth-quarter) (X (X results) (X .))))))))))
(X (X closely) (X (X held) (X (X Morris) (X (X Communications) (X (X is) (X (X based) (X (X in) (X (X Augusta) (X (X ,) (X (X Ga) (X .)))))))))))
(X (X terms) (X (X were) (X (X n't) (X (X disclosed) (X .)))))
(X (X syms) (X (X operates) (X (X 25) (X (X off-price) (X (X apparel) (X (X stores) (X (X in) (X (X the) (X (X U.S.) (X .))))))))))
(X (X he) (X (X did) (X (X n't) (X (X forecast) (X (X Phillips) (X (X 's) (X (X results) (X .))))))))
(X (X a) (X (X big) (X (X reason) (X (X for) (X (X the) (X (X chemical) (X (X price) (X (X retreat) (X (X is) (X (X overexpansion) (X .)))))))))))
(X (X companies) (X (X added) (X (X capacity) (X (X furiously) (X .)))))
(X (X third-quarter) (X (X profits) (X (X from) (X (X gasoline) (X (X were) (X (X weaker) (X .)))))))
(X (X the) (X (X excess) (X (X supply) (X (X pushed) (X (X gasoline) (X (X prices) (X (X down) (X (X in) (X (X that) (X (X period) (X .)))))))))))
(X (X the) (X (X main) (X (X reason) (X (X remains) (X (X weather) (X .))))))
(X (X olivetti) (X (X reportedly) (X (X began) (X (X shipping) (X (X these) (X (X tools) (X (X in) (X (X 1984) (X .)))))))))
(X (X northview) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X located) (X .)))))))
(X (X however) (X (X ,) (X (X the) (X (X agreement) (X (X was) (X (X canceled) (X (X in) (X (X June) (X (X 1984) (X .))))))))))
(X (X that) (X (X would) (X (X be) (X (X the) (X (X lowest) (X (X level) (X (X since) (X (X the) (X (X early) (X (X 1970s) (X .)))))))))))
(X (X looking) (X (X ahead) (X (X to) (X (X other) (X (X commodity) (X (X markets) (X (X this) (X (X week) (X :)))))))))
(X (X energy))
(X (X ad) (X (X Notes) (X (X ...) (X .))))
(X (X new) (X (X ACCOUNT) (X :)))
(X (X account) (X (X REVIEW) (X :)))
(X (X not-guilty) (X (X PLEA) (X :)))
(X (X korean) (X (X AGENCY) (X :)))
(X (X ``) (X (X Retailers) (X (X are) (X (X just) (X (X in) (X (X disarray) (X (X .) (X ''))))))))
(X (X affiliated) (X (X Publications) (X (X Inc.) (X (X reversed) (X (X a) (X (X year-earlier) (X (X third) (X (X quarter) (X (X net) (X (X loss) (X .)))))))))))
(X (X union) (X (X officials) (X (X have) (X (X taken) (X (X a) (X (X beating) (X (X politically) (X (X as) (X (X a) (X (X result) (X .)))))))))))
(X (X the) (X (X government) (X (X 's) (X (X action) (X (X was) (X (X unusual) (X .)))))))
(X (X french) (X (X state-owned) (X (X Rhone-Poulenc) (X (X S.A.) (X (X holds) (X (X 51) (X (X %) (X (X of) (X (X Merieux) (X .))))))))))
(X (X the) (X (X exchange) (X (X ratio) (X (X was) (X (X never) (X (X established) (X .)))))))
(X (X weatherford) (X (X currently) (X (X has) (X (X approximately) (X (X 11.1) (X (X million) (X (X common) (X (X shares) (X (X outstanding) (X .))))))))))
(X (X in) (X (X Indianapolis) (X (X ,) (X (X Lilly) (X (X declined) (X (X comment) (X .)))))))
(X (X bristol-myers) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X in) (X (X New) (X (X York) (X (X ,) (X (X the) (X (X company) (X (X declined) (X (X comment) (X .)))))))))
(X (X in) (X (X Kalamazoo) (X (X ,) (X (X Mich.) (X (X ,) (X (X Upjohn) (X (X declined) (X (X comment) (X .)))))))))
(X (X she) (X (X analyzed) (X (X families) (X (X by) (X (X their) (X (X sleeping) (X (X arrangements) (X .))))))))
(X (X they) (X (X came) (X (X by) (X (X their) (X (X strangeness) (X (X honestly) (X .)))))))
(X (X ``) (X (X An) (X (X L.A.) (X (X solution) (X (X ,) (X (X '') (X (X explains) (X (X Mr.) (X (X Friedman) (X .))))))))))
(X (X he) (X (X 's) (X (X a) (X (X bore) (X .)))))
(X (X ``) (X (X Where) (X (X 's) (X (X the) (X (X leadership) (X ?))))))
(X (X ``) (X (X This) (X (X further) (X (X confuses) (X (X retailers) (X (X ,) (X (X '') (X (X she) (X (X says) (X .))))))))))
(X (X and) (X (X ,) (X (X in) (X (X some) (X (X neighborhoods) (X (X ,) (X (X rents) (X (X have) (X (X merely) (X (X hit) (X (X a) (X (X plateau) (X .)))))))))))))
(X (X it) (X (X makes) (X (X investment) (X (X castings) (X (X and) (X (X has) (X (X traded) (X (X over-the-counter) (X .)))))))))
(X (X the) (X (X American) (X (X Stock) (X (X Exchange) (X (X listed) (X (X shares) (X (X of) (X (X two) (X (X companies) (X .))))))))))
(X (X it) (X (X had) (X (X traded) (X (X over-the-counter) (X .)))))
(X (X the) (X (X pharmaceuticals) (X (X maker) (X (X had) (X (X traded) (X (X over-the-counter) (X .)))))))
(X (X and) (X (X his) (X (X outlook) (X (X improved) (X (X after) (X (X successful) (X (X cataract) (X (X surgery) (X (X in) (X (X August) (X .)))))))))))
(X (X ncnb) (X (X continued) (X (X its) (X (X foray) (X (X into) (X (X the) (X (X Florida) (X (X and) (X (X Texas) (X (X markets) (X .)))))))))))
(X (X ``) (X (X That) (X (X perception) (X (X takes) (X (X the) (X (X focus) (X (X off) (X (X the) (X (X magazine) (X (X .) (X '')))))))))))
(X (X ``) (X (X We) (X (X are) (X (X trying) (X (X to) (X (X create) (X (X quality) (X (X and) (X (X involvement) (X (X .) (X '')))))))))))
(X (X ``) (X (X A) (X (X few) (X (X drops) (X (X in) (X (X circulation) (X (X are) (X (X of) (X (X no) (X (X consequence) (X .)))))))))))
(X (X ``) (X (X They) (X (X said) (X (X ,) (X (X `) (X (X follow) (X (X CNN) (X (X ,) (X (X ') (X (X '') (X (X he) (X (X told) (X (X reporters) (X .))))))))))))))
(X (X but) (X (X for) (X (X all) (X (X its) (X (X success) (X (X ,) (X (X CNN) (X (X has) (X (X hit) (X (X a) (X (X plateau) (X .))))))))))))
(X (X ``) (X (X You) (X (X ca) (X (X n't) (X (X live) (X (X on) (X (X that) (X (X .) (X '')))))))))
(X (X but) (X (X that) (X (X wo) (X (X n't) (X (X be) (X (X easy) (X .)))))))
(X (X cnn) (X (X wants) (X (X to) (X (X change) (X (X its) (X (X viewers) (X (X ') (X (X habits) (X .)))))))))
(X (X now) (X (X ,) (X (X the) (X (X push) (X (X is) (X (X on) (X (X for) (X (X more-distinctive) (X (X shows) (X .))))))))))
(X (X some) (X (X in) (X (X the) (X (X industry) (X (X are) (X (X skeptical) (X .)))))))
(X (X admittedly) (X (X ,) (X (X the) (X (X principle) (X (X in) (X (X the) (X (X cases) (X (X is) (X (X the) (X (X same) (X .)))))))))))
(X (X charles) (X (X F.) (X Vihon)))
(X (X sunbelt) (X (X foreclosed) (X (X on) (X (X the) (X (X ranch) (X .))))))
(X (X a) (X (X new) (X (X president) (X (X was) (X (X n't) (X (X named) (X .)))))))
(X (X the) (X (X device) (X (X was) (X (X replaced) (X .)))))
(X (X he) (X (X made) (X (X his) (X (X remarks) (X (X to) (X (X a) (X (X PLO) (X (X gathering) (X (X in) (X (X Baghdad) (X .)))))))))))
(X (X dwg) (X (X is) (X (X a) (X (X holding) (X (X company) (X (X controlled) (X (X by) (X (X Mr.) (X (X Posner) (X .))))))))))
(X (X ``) (X (X The) (X (X core) (X (X rate) (X (X is) (X (X not) (X (X really) (X (X out) (X (X of) (X (X line) (X (X .) (X ''))))))))))))
(X (X the) (X (X woman) (X (X won) (X (X the) (X (X bet) (X .))))))
(X (X most) (X (X British) (X (X programming) (X (X is) (X (X more) (X (X of) (X (X an) (X (X acquired) (X (X taste) (X .))))))))))
(X (X european) (X (X drama) (X (X has) (X (X had) (X (X better) (X (X ,) (X (X though) (X (X still) (X (X mixed) (X (X ,) (X (X fortunes) (X .))))))))))))
(X (X the) (X (X most) (X (X popular) (X (X such) (X (X shows) (X (X focus) (X (X on) (X (X narrow) (X (X national) (X (X concerns) (X .)))))))))))
(X (X ``) (X (X Given) (X (X a) (X (X choice) (X (X ,) (X (X everybody) (X (X will) (X (X watch) (X (X a) (X (X home-produced) (X (X show) (X (X .) (X '')))))))))))))
(X (X but) (X (X frequently) (X (X there) (X (X is) (X (X n't) (X (X much) (X (X choice) (X .))))))))
(X (X the) (X (X result) (X (X is) (X (X a) (X (X new) (X (X and) (X (X huge) (X (X appetite) (X (X for) (X (X programming) (X .)))))))))))
(X (X the) (X (X companies) (X (X hope) (X (X for) (X (X a) (X (X final) (X (X agreement) (X (X by) (X (X year-end) (X .))))))))))
(X (X the) (X (X venture) (X (X 's) (X (X importance) (X (X for) (X (X Thomson) (X (X is) (X (X great) (X .)))))))))
(X (X ``) (X (X It) (X (X 's) (X (X very) (X (X much) (X (X a) (X (X growing) (X (X concern) (X .)))))))))
(X (X but) (X (X that) (X (X was) (X (X all) (X (X of) (X (X three) (X (X months) (X (X ago) (X .)))))))))
(X (X ``) (X (X The) (X (X industry) (X (X defies) (X (X characterization) (X (X .) (X '')))))))
(X (X another) (X (X contradictory) (X (X message) (X (X comes) (X (X from) (X (X Businessland) (X (X Inc.) (X (X ,) (X (X a) (X (X computer) (X (X retailer) (X .))))))))))))
(X (X companies) (X (X will) (X (X continue) (X (X to) (X (X war) (X (X over) (X (X standards) (X .))))))))
(X (X the) (X (X short-term) (X (X outlook) (X (X for) (X (X Adobe) (X (X 's) (X (X business) (X (X ,) (X (X however) (X (X ,) (X (X appears) (X (X strong) (X .)))))))))))))
(X (X aldus) (X (X officials) (X (X could) (X (X n't) (X (X be) (X (X reached) (X (X for) (X (X comment) (X .)))))))))
(X (X a) (X (X bus) (X (X is) (X (X the) (X (X data) (X (X highway) (X (X within) (X (X a) (X (X computer) (X .))))))))))
(X (X the) (X (X gap) (X (X between) (X (X winners) (X (X and) (X (X laggards) (X (X will) (X (X grow) (X .)))))))))
(X (X but) (X (X they) (X (X will) (X (X have) (X (X to) (X (X act) (X (X quickly) (X .))))))))
(X (X population) (X (X Drain) (X (X Ends) (X (X For) (X (X Midwestern) (X States))))))
(X (X iowa) (X (X IS) (X (X MAKING) (X (X a) (X (X comeback) (X .))))))
(X (X so) (X (X are) (X (X Indiana) (X (X ,) (X (X Ohio) (X (X and) (X (X Michigan) (X .))))))))
(X (X the) (X (X gains) (X (X ,) (X (X to) (X (X be) (X (X sure) (X (X ,) (X (X are) (X (X rather) (X (X small) (X .)))))))))))
(X (X more) (X (X Elderly) (X (X Maintain) (X (X Their) (X Independence)))))
(X (X thanks) (X (X TO) (X (X modern) (X (X medicine) (X (X ,) (X (X more) (X (X couples) (X (X are) (X (X growing) (X (X old) (X (X together) (X .))))))))))))
(X (X that) (X (X share) (X (X has) (X (X remained) (X (X at) (X (X about) (X (X 24) (X (X %) (X (X since) (X (X 1970) (X .)))))))))))
(X (X as) (X (X people) (X (X get) (X (X even) (X (X older) (X (X ,) (X (X many) (X (X become) (X (X widowed) (X .))))))))))
(X (X careers) (X (X Count) (X (X Most) (X (X For) (X (X the) (X Well-to-Do))))))
(X (X many) (X (X AFFLUENT) (X (X people) (X (X place) (X (X personal) (X (X success) (X (X and) (X (X money) (X (X above) (X (X family) (X .)))))))))))
(X (X many) (X (X of) (X (X the) (X (X affluent) (X (X are) (X (X n't) (X (X comfortable) (X (X with) (X (X themselves) (X (X ,) (X (X either) (X .))))))))))))
(X (X odds) (X (X and) (X Ends)))
(X (X this) (X (X small) (X (X Dallas) (X (X suburb) (X (X 's) (X (X got) (X (X trouble) (X .))))))))
(X (X it) (X (X would) (X (X open) (X (X a) (X (X can) (X (X of) (X (X worms) (X (X .) (X '')))))))))
(X (X addison) (X (X is) (X (X no) (X (X stranger) (X (X to) (X (X cans) (X (X of) (X (X worms) (X (X ,) (X (X either) (X .)))))))))))
(X (X now) (X (X comes) (X (X the) (X (X pool) (X (X flap) (X .))))))
(X (X and) (X (X the) (X (X local) (X (X expression) (X (X for) (X (X brother) (X (X is) (X (X ``) (X (X brah) (X (X ,) (X (X '') (X (X not) (X (X ``) (X (X bruddah) (X (X .) (X ''))))))))))))))))
(X (X anita) (X Davis))
(X (X of) (X (X course) (X (X ,) (X (X Mr.) (X (X Mason) (X (X did) (X (X not) (X (X use) (X (X neutral) (X (X language) (X .)))))))))))
(X (X why) (X (X constructive) (X ?)))
(X (X but) (X (X these) (X (X are) (X (X not) (X (X the) (X (X differences) (X (X that) (X (X make) (X (X headlines) (X .))))))))))
(X (X so) (X (X far) (X (X ,) (X (X the) (X (X bubbles) (X (X have) (X (X been) (X (X few) (X (X and) (X (X far) (X (X between) (X .))))))))))))
(X (X sound) (X (X familiar) (X ?)))
(X (X heard) (X (X that) (X (X before) (X ?))))
(X (X opponents) (X (X of) (X (X the) (X (X cut) (X (X are) (X (X playing) (X (X hardball) (X .))))))))
(X (X the) (X (X House) (X (X appears) (X (X reluctant) (X (X to) (X (X join) (X (X the) (X (X senators) (X .)))))))))
(X (X things) (X (X had) (X (X just) (X (X gone) (X (X too) (X (X far) (X (X .) (X ''))))))))
(X (X the) (X (X revenue-raising) (X (X provisions) (X (X ,) (X (X which) (X (X affect) (X (X mostly) (X (X corporations) (X (X ,) (X (X would) (X :)))))))))))
(X (X among) (X (X its) (X (X provisions) (X :))))
(X (X a) (X (X similar) (X (X provision) (X (X is) (X (X in) (X (X the) (X (X House) (X (X version) (X .)))))))))
(X (X john) (X (X E.) (X (X Yang) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .))))))))
(X (X are) (X (X you) (X (X kidding) (X ?))))
(X (X your) (X (X paper) (X (X needs) (X (X a) (X (X serious) (X (X reality) (X (X check) (X .))))))))
(X (X reva) (X Levin))
(X (X cambridge) (X (X ,) (X (X Mass) (X .))))
(X (X columbia) (X (X Savings) (X (X is) (X (X a) (X (X major) (X (X holder) (X (X of) (X (X so-called) (X (X junk) (X (X bonds) (X .)))))))))))
(X (X franklin) (X (X SAVINGS) (X (X ASSOCIATION) (X (X -LRB-) (X (X Ottawa) (X (X ,) (X (X Kan.) (X (X -RRB-) (X --)))))))))
(X (X does) (X (X this) (X (X signal) (X (X another) (X (X Black) (X (X Monday) (X (X is) (X (X coming) (X ?)))))))))
(X (X joseph) (X (X Granville) (X .)))
(X (X if) (X (X you) (X (X 're) (X (X a) (X (X technician) (X (X ,) (X (X you) (X (X obey) (X (X the) (X (X signals) (X .)))))))))))
(X (X i) (X (X see) (X (X no) (X (X major) (X (X support) (X (X until) (X (X 2200) (X .))))))))
(X (X elaine) (X (X Garzarelli) (X .)))
(X (X my) (X (X advice) (X (X is) (X (X to) (X (X buy) (X (X .) (X '')))))))
(X (X ned) (X (X Davis) (X .)))
(X (X ``) (X (X There) (X (X was) (X (X a) (X (X unique) (X (X combination) (X (X in) (X (X 1987) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))))
(X (X ``) (X (X Margin) (X (X debt) (X (X was) (X (X at) (X (X a) (X (X record) (X (X high) (X .)))))))))
(X (X there) (X (X was) (X (X tremendous) (X (X public) (X (X enthusiasm) (X (X for) (X (X stock) (X (X mutual) (X (X funds) (X .))))))))))
(X (X a) (X (X hundred) (X (X billion) (X (X dollars) (X (X in) (X (X stock) (X (X was) (X (X subject) (X (X '') (X (X to) (X (X it) (X .))))))))))))
(X (X in) (X (X 1987) (X (X ,) (X (X such) (X (X selling) (X (X contributed) (X (X to) (X (X a) (X (X snowball) (X (X effect) (X .)))))))))))
(X (X sort) (X (X of) (X (X a) (X (X two-step) (X (X bear) (X (X market) (X (X .) (X ''))))))))
(X (X ``) (X (X That) (X (X would) (X (X be) (X (X a) (X (X normal) (X (X bear) (X (X market) (X (X ,) (X (X '') (X (X he) (X (X says) (X .)))))))))))))
(X (X ``) (X (X I) (X (X guess) (X (X that) (X (X 's) (X (X my) (X (X forecast) (X (X .) (X '')))))))))
(X (X leon) (X (X G.) (X (X Cooperman) (X .))))
(X (X unlike) (X (X 1987) (X (X ,) (X (X interest) (X (X rates) (X (X have) (X (X been) (X (X falling) (X (X this) (X (X year) (X .)))))))))))
(X (X unlike) (X (X 1987) (X (X ,) (X (X the) (X (X dollar) (X (X has) (X (X been) (X (X strong) (X .)))))))))
(X (X ``) (X (X So) (X (X it) (X (X 's) (X (X a) (X (X very) (X (X mixed) (X (X bag) (X (X .) (X ''))))))))))
(X (X john) (X (X Kenneth) (X (X Galbraith) (X .))))
(X (X nevertheless) (X (X ,) (X (X he) (X (X says) (X (X a) (X (X depression) (X (X does) (X (X n't) (X (X appear) (X (X likely) (X .)))))))))))
(X (X mario) (X (X Gabelli) (X .)))
(X (X jim) (X (X Rogers) (X .)))
(X (X ``) (X (X Friday) (X (X you) (X (X could) (X (X n't) (X (X sell) (X (X dollars) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X frank) (X (X Curzio) (X .)))
(X (X if) (X (X not) (X (X ,) (X (X ``) (X (X We) (X (X could) (X (X go) (X (X to) (X (X 2200) (X (X very) (X (X soon) (X (X .) (X '')))))))))))))
(X (X frank) (X (X W.) (X (X Terrizzi) (X .))))
(X (X yes) (X (X ,) (X (X he) (X (X did) (X .)))))
(X (X absolute) (X (X rubbish) (X .)))
(X (X apparently) (X (X ,) (X (X their) (X (X verdict) (X (X is) (X (X in) (X .)))))))
(X (X right) (X (X now) (X (X they) (X (X 're) (X (X pursuing) (X (X evidence) (X .)))))))
(X (X ah) (X (X ,) (X (X yes) (X (X ,) (X (X something) (X (X called) (X (X a) (X (X Star) (X (X Chamber) (X .))))))))))
(X (X no) (X (X doubt) (X (X that) (X (X 's) (X (X partially) (X (X true) (X .)))))))
(X (X no) (X (X ,) (X (X Mr.) (X (X Lantos) (X (X 's) (X (X complaints) (X (X simply) (X (X wo) (X (X n't) (X (X wash) (X .)))))))))))
(X (X it) (X (X defended) (X (X appropriate) (X (X constitutional) (X (X safeguards) (X (X and) (X (X practical) (X (X common) (X (X sense) (X .))))))))))
(X (X the) (X (X system) (X (X is) (X (X the) (X (X problem) (X (X ,) (X (X not) (X (X an) (X (X individual) (X (X member) (X .)))))))))))
(X (X individuals) (X (X can) (X (X always) (X (X have) (X (X their) (X (X hands) (X (X slapped) (X .))))))))
(X (X i) (X (X do) (X (X not) (X (X by) (X (X any) (X (X means) (X (X defend) (X (X HUD) (X (X management) (X .))))))))))
(X (X raymond) (X Weber))
(X (X parsippany) (X (X ,) (X (X N.J) (X .))))
(X (X baxter) (X (X v.) (X (X Palmingiano) (X (X ,) (X (X 425) (X (X U.S.) (X (X 308) (X (X -LRB-) (X (X 1976) (X (X -RRB-) (X .)))))))))))
(X (X clark) (X (X S.) (X (X Spalsbury) (X (X Jr) (X .)))))
(X (X estes) (X (X Park) (X (X ,) (X (X Colo) (X .)))))
(X (X just) (X (X a) (X (X coincidence) (X ?))))
(X (X or) (X (X is) (X (X triskaidekaphobia) (X (X --) (X (X fear) (X (X of) (X (X the) (X (X number) (X (X 13) (X (X --) (X (X justified) (X ?))))))))))))
(X (X it) (X (X was) (X (X n't) (X (X intentional) (X (X ,) (X (X we) (X (X were) (X (X all) (X (X busy) (X (X .) (X '')))))))))))
(X (X ``) (X (X Everyone) (X (X was) (X (X hitting) (X (X everyone) (X (X else) (X (X 's) (X (X bid) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X ``) (X (X The) (X (X pace) (X (X of) (X (X trading) (X (X was) (X (X orderly) (X (X ,) (X (X '') (X (X he) (X (X said) (X .))))))))))))
(X (X but) (X (X they) (X (X are) (X (X worried) (X .)))))
(X (X nasdaq) (X (X 's) (X (X biggest) (X (X stocks) (X (X were) (X (X hammered) (X .)))))))
(X (X the) (X (X OTC) (X (X market) (X (X has) (X (X only) (X (X a) (X (X handful) (X (X of) (X (X takeover-related) (X (X stocks) (X .)))))))))))
(X (X but) (X (X they) (X (X fell) (X (X sharply) (X .)))))
(X (X mccaw) (X (X lost) (X (X 8) (X (X %) (X (X ,) (X (X or) (X (X 3) (X (X 1\/2) (X (X ,) (X (X to) (X (X 40) (X .))))))))))))
(X (X the) (X (X turnover) (X (X in) (X (X both) (X (X issues) (X (X was) (X (X roughly) (X (X normal) (X .)))))))))
(X (X commercial) (X (X Intertech) (X (X plummeted) (X (X 6) (X (X to) (X (X 26) (X .)))))))
(X (X friday) (X (X ,) (X (X October) (X (X 13) (X (X ,) (X 1989))))))
(X (X prime) (X (X RATE) (X :)))
(X (X 10) (X (X 1\/2) (X (X %) (X .))))
(X (X federal) (X (X FUNDS) (X :)))
(X (X source) (X (X :) (X (X Fulton) (X (X Prebon) (X (X -LRB-) (X (X U.S.A) (X (X .) (X (X -RRB-) (X (X Inc) (X .))))))))))
(X (X discount) (X (X RATE) (X :)))
(X (X 7) (X (X %) (X .)))
(X (X call) (X (X MONEY) (X :)))
(X (X 9) (X (X 3\/4) (X (X %) (X (X to) (X (X 10) (X (X %) (X .)))))))
(X (X the) (X (X charge) (X (X on) (X (X loans) (X (X to) (X (X brokers) (X (X on) (X (X stock) (X (X exchange) (X (X collateral) (X .)))))))))))
(X (X commercial) (X (X PAPER) (X (X placed) (X (X directly) (X (X by) (X (X General) (X (X Motors) (X (X Acceptance) (X (X Corp.) (X :))))))))))
(X (X commercial) (X (X PAPER) (X :)))
(X (X certificates) (X (X OF) (X (X DEPOSIT) (X :))))
(X (X the) (X (X minimum) (X (X unit) (X (X is) (X (X $) (X (X 100,000) (X .)))))))
(X (X typical) (X (X rates) (X (X in) (X (X the) (X (X secondary) (X (X market) (X :)))))))
(X (X bankers) (X (X ACCEPTANCES) (X :)))
(X (X negotiable) (X (X ,) (X (X bank-backed) (X (X business) (X (X credit) (X (X instruments) (X (X typically) (X (X financing) (X (X an) (X (X import) (X (X order) (X .))))))))))))
(X (X london) (X (X LATE) (X (X EURODOLLARS) (X :))))
(X (X london) (X (X INTERBANK) (X (X OFFERED) (X (X RATES) (X (X -LRB-) (X (X LIBOR) (X (X -RRB-) (X :))))))))
(X (X foreign) (X (X PRIME) (X (X RATES) (X :))))
(X (X treasury) (X (X BILLS) (X :)))
(X (X 7.63) (X (X %) (X (X 13) (X (X weeks) (X (X ;) (X (X 7.60) (X (X %) (X (X 26) (X (X weeks) (X .))))))))))
(X (X federal) (X (X HOME) (X (X LOAN) (X (X MORTGAGE) (X (X CORP) (X (X .) (X (X -LRB-) (X (X Freddie) (X (X Mac) (X (X -RRB-) (X :)))))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X federal) (X (X NATIONAL) (X (X MORTGAGE) (X (X ASSOCIATION) (X (X -LRB-) (X (X Fannie) (X (X Mae) (X (X -RRB-) (X :)))))))))
(X (X source) (X (X :) (X (X Telerate) (X (X Systems) (X (X Inc) (X .))))))
(X (X merrill) (X (X LYNCH) (X (X READY) (X (X ASSETS) (X (X TRUST) (X :))))))
(X (X 8.33) (X (X %) (X .)))
(X (X and) (X (X they) (X (X plan) (X (X to) (X (X buy) (X (X more) (X (X today) (X .))))))))
(X (X they) (X (X could) (X (X still) (X (X panic) (X (X and) (X (X bail) (X (X out) (X (X of) (X (X the) (X (X market) (X .)))))))))))
(X (X then) (X (X he) (X (X jumped) (X (X into) (X (X the) (X (X market) (X :)))))))
(X (X ``) (X (X I) (X (X spent) (X (X $) (X (X 30) (X (X million) (X (X in) (X (X the) (X (X last) (X (X half-hour) (X (X .) (X ''))))))))))))
(X (X other) (X (X money) (X (X managers) (X (X also) (X (X opened) (X (X their) (X (X wallets) (X .))))))))
(X (X it) (X (X can) (X (X happen) (X (X before) (X (X you) (X (X can) (X (X turn) (X (X around) (X (X .) (X ''))))))))))
(X (X all) (X (X that) (X (X now) (X (X has) (X (X changed) (X .))))))
(X (X there) (X (X is) (X (X n't) (X (X a) (X (X big) (X (X shot) (X (X ,) (X (X an) (X (X agenda) (X (X .) (X '')))))))))))
(X (X a) (X (X few) (X (X hours) (X (X later) (X (X ,) (X (X the) (X (X stock) (X (X market) (X (X dropped) (X (X 190) (X (X points) (X .))))))))))))
(X (X consider) (X (X this) (X :)))
(X (X ``) (X (X That) (X (X did) (X (X not) (X (X happen) (X .))))))
(X (X they) (X (X learned) (X (X they) (X (X could) (X (X survive) (X (X it) (X (X without) (X (X much) (X (X problem) (X (X .) (X '')))))))))))
(X (X but) (X (X some) (X (X players) (X (X were) (X (X quick) (X (X to) (X (X seize) (X (X the) (X (X moment) (X .))))))))))
(X (X $) (X (X 15.2) (X (X billion) (X (X of) (X (X three-month) (X (X and) (X (X six-month) (X (X bills) (X .)))))))))
(X (X $) (X (X 9.75) (X (X billion) (X (X of) (X (X 52-week) (X (X bills) (X .)))))))
(X (X connecticut) (X (X Light) (X (X &) (X (X Power) (X (X Co.) (X --))))))
(X (X b&h) (X (X Crude) (X (X Carriers) (X (X Ltd.) (X --)))))
(X (X four) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Salomon) (X (X Brothers) (X (X Inc) (X .))))))))))
(X (X baldwin) (X (X Technology) (X (X Co.) (X --))))
(X (X blockbuster) (X (X Entertainment) (X (X Corp.) (X --))))
(X (X chase) (X (X Manhattan) (X (X Corp.) (X --))))
(X (X 14) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Goldman) (X (X ,) (X (X Sachs) (X (X &) (X (X Co) (X .))))))))))))
(X (X comcast) (X (X Corp.) (X --)))
(X (X $) (X (X 150) (X (X million) (X (X convertible) (X (X debentures) (X (X ,) (X (X via) (X (X Merrill) (X (X Lynch) (X .))))))))))
(X (X css) (X (X Industries) (X --)))
(X (X 1.3) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Merrill) (X (X Lynch) (X .)))))))))
(X (X eastern) (X (X Utilities) (X (X Associates) (X --))))
(X (X 1.5) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X PaineWebber) (X (X Inc) (X .)))))))))
(X (X employee) (X (X Benefit) (X (X Plans) (X (X Inc.) (X --)))))
(X (X two) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Dean) (X (X Witter) (X (X Capital) (X (X Markets) (X .)))))))))))
(X (X exabyte) (X (X Corp.) (X --)))
(X (X 2,850,000) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Goldman) (X (X Sachs) (X .))))))))
(X (X knowledgeware) (X (X Inc.) (X --)))
(X (X 2.4) (X (X million) (X (X common) (X (X shares) (X (X ,) (X (X via) (X (X Montgomery) (X (X Securities) (X .)))))))))
(X (X oregon) (X --))
(X (X washington) (X (X ,) (X (X D.C.) (X --))))
(X (X virginia) (X (X Public) (X (X School) (X (X Authority) (X --)))))
(X (X austin) (X (X ,) (X (X Texas) (X --))))
(X (X california) (X (X Health) (X (X Facilities) (X (X Financing) (X (X Authority) (X --))))))
(X (X connecticut) (X --))
(X (X pennsylvania) (X (X Higher) (X (X Education) (X (X Facilities) (X (X Authority) (X --))))))
(X (X tennessee) (X (X Valley) (X (X Authority) (X --))))
(X (X three) (X (X billion) (X (X of) (X (X power) (X (X bonds) (X (X ,) (X (X via) (X (X First) (X (X Boston) (X (X Corp) (X .)))))))))))
(X (X university) (X (X of) (X (X Medicine) (X (X And) (X (X Dentistry) (X (X of) (X (X New) (X (X Jersey) (X --)))))))))
(X (X west) (X (X Virginia) (X (X Parkways) (X (X ,) (X (X Economic) (X (X Development) (X (X And) (X (X Tourism) (X (X Authority) (X --))))))))))
(X (X san) (X (X Antonio) (X (X ,) (X (X Texas) (X --)))))
(X (X south) (X (X Dakota) (X (X Health) (X (X &) (X (X Education) (X (X Facility) (X (X Authority) (X --))))))))
(X (X but) (X (X he) (X (X 's) (X (X not) (X (X so) (X (X sure) (X (X about) (X (X everyone) (X (X else) (X .))))))))))
(X (X i) (X (X 'm) (X (X going) (X (X to) (X (X hold) (X (X on) (X .)))))))
(X (X if) (X (X I) (X (X sell) (X (X now) (X (X ,) (X (X I) (X (X 'll) (X (X take) (X (X a) (X (X big) (X (X loss) (X (X .) (X '')))))))))))))
(X (X now) (X (X it) (X (X 's) (X (X happening) (X (X again) (X (X .) (X '')))))))
(X (X merrill) (X (X Lynch) (X (X ca) (X (X n't) (X (X survive) (X (X without) (X (X the) (X (X little) (X (X guy) (X (X .) (X '')))))))))))
(X (X and) (X (X ,) (X (X finally) (X (X ,) (X (X there) (X (X were) (X (X the) (X (X gloaters) (X .)))))))))
(X (X ``) (X (X I) (X (X got) (X (X out) (X (X in) (X (X 1987) (X .)))))))
(X (X would) (X (X Mr.) (X (X Antori) (X (X ever) (X (X get) (X (X back) (X (X in) (X ?))))))))
(X (X ``) (X (X Are) (X (X you) (X (X kidding) (X !)))))
(X (X palmtops) (X (X are) (X (X n't) (X (X far) (X (X behind) (X .))))))
(X (X it) (X (X 's) (X (X huge) (X (X .) (X '')))))
(X (X making) (X (X computers) (X (X smaller) (X (X often) (X (X means) (X (X sacrificing) (X (X memory) (X .))))))))
(X (X size) (X (X and) (X (X weight) (X (X considerations) (X (X also) (X (X have) (X (X limited) (X (X screen) (X (X displays) (X .))))))))))
(X (X the) (X (X competitive) (X (X sniping) (X (X can) (X (X get) (X (X pretty) (X (X petty) (X (X at) (X (X times) (X .))))))))))
(X (X compaq) (X (X is) (X (X already) (X (X taking) (X (X aim) (X (X at) (X (X Zenith) (X (X 's) (X (X market) (X (X share) (X .)))))))))))
(X (X analysts) (X (X do) (X (X n't) (X (X see) (X (X it) (X (X that) (X (X way) (X .))))))))
(X (X what) (X (X about) (X (X Big) (X (X Blue) (X ?)))))
(X (X plunge) (X ?))
(X (X what) (X (X plunge) (X ?)))
(X (X of) (X (X course) (X (X ,) (X (X many) (X (X more) (X (X issues) (X (X --) (X (X 93) (X (X --) (X (X hit) (X (X new) (X (X lows) (X .)))))))))))))
(X (X ibm) (X (X closed) (X (X at) (X (X $) (X (X 102) (X (X ,) (X (X down) (X (X $) (X (X 5.625) (X .))))))))))
(X (X ``) (X (X This) (X (X will) (X (X raise) (X (X the) (X (X energy) (X (X level) (X (X of) (X (X the) (X (X show) (X (X .) (X ''))))))))))))
(X (X tandem) (X (X 's) (X (X new) (X (X high-end) (X (X computer) (X (X is) (X (X called) (X (X Cyclone) (X .)))))))))
(X (X that) (X (X will) (X (X spur) (X (X Tandem) (X (X 's) (X (X growth) (X .)))))))
(X (X ``) (X (X We) (X (X 're) (X (X after) (X (X a) (X (X little) (X (X bigger) (X (X niche) (X (X ,) (X (X '') (X (X he) (X (X said) (X .)))))))))))))
(X (X do) (X (X n't) (X (X jump) (X (X yet) (X .)))))
(X (X this) (X (X may) (X (X sound) (X (X strangely) (X (X optimistic) (X .))))))
(X (X ``) (X (X There) (X (X 's) (X (X nothing) (X (X rational) (X (X about) (X (X this) (X (X kind) (X (X of) (X (X action) (X (X .) (X ''))))))))))))
(X (X the) (X (X financial-services) (X (X industry) (X (X was) (X (X battered) (X (X by) (X (X the) (X (X 1987) (X (X crash) (X .))))))))))
(X (X growth) (X (X is) (X (X slower) (X .))))
(X (X profits) (X (X are) (X (X softer) (X .))))
(X (X debt) (X (X burdens) (X (X are) (X (X heavier) (X .)))))
(X (X ``) (X (X A) (X (X lot) (X (X of) (X (X pent-up) (X (X demand) (X (X is) (X (X gone) (X (X .) (X ''))))))))))
(X (X ``) (X (X That) (X (X was) (X (X offset) (X (X by) (X (X strength) (X (X elsewhere) (X .))))))))
(X (X but) (X (X ,) (X (X in) (X (X the) (X (X process) (X (X ,) (X (X the) (X (X Fed) (X (X risks) (X (X reigniting) (X (X inflation) (X .))))))))))))
(X (X a) (X (X panic) (X (X on) (X (X Wall) (X (X Street) (X (X does) (X (X n't) (X (X exactly) (X (X inspire) (X (X confidence) (X .)))))))))))
(X (X surveys) (X (X suggested) (X (X that) (X (X consumer) (X (X confidence) (X (X was) (X (X high) (X (X before) (X (X Friday) (X .))))))))))
(X (X the) (X (X doomsayers) (X (X had) (X (X a) (X (X receptive) (X (X audience) (X .)))))))
(X (X they) (X (X are) (X (X more) (X (X sophisticated) (X (X this) (X (X time) (X .)))))))
(X (X a) (X (X Dow) (X (X spokeswoman) (X (X declined) (X (X to) (X (X comment) (X (X on) (X (X the) (X (X estimates) (X .))))))))))
(X (X most) (X (X of) (X (X the) (X (X 10) (X (X have) (X (X big) (X (X commodity-chemical) (X (X operations) (X .)))))))))
(X (X du) (X (X Pont) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X monsanto) (X (X declined) (X (X to) (X (X comment) (X .)))))
(X (X himont) (X (X ,) (X (X Quantum) (X (X and) (X (X Union) (X (X Carbide) (X (X all) (X (X declined) (X (X to) (X (X comment) (X .)))))))))))
(X (X dow) (X (X Chemical) (X (X Co.) (X --))))
(X (X centel) (X (X Capital) (X (X Corp.) (X --))))
(X (X federal) (X (X Home) (X (X Loan) (X (X Mortgage) (X (X Corp.) (X --))))))
(X (X federal) (X (X Home) (X (X Loan) (X (X Mortgage) (X (X Corp.) (X --))))))
(X (X pricing) (X (X details) (X (X were) (X (X n't) (X (X immediately) (X (X available) (X .)))))))
(X (X federal) (X (X Home) (X (X Loan) (X (X Mortgage) (X (X Corp.) (X --))))))
(X (X the) (X (X collateral) (X (X is) (X (X being) (X (X sold) (X (X by) (X (X a) (X (X thrift) (X (X institution) (X .))))))))))
(X (X two-way) (X Street))
(X (X --) (X (X Rollin) (X (X S.) (X (X Trexler) (X .)))))
(X (X candid) (X Comment))
(X (X --) (X (X C.E.) (X (X Friedman) (X .))))
(X (X trouble) (X (X is) (X (X ,) (X (X she) (X (X has) (X (X lost) (X (X it) (X (X just) (X (X as) (X (X quickly) (X .)))))))))))
(X (X ah) (X (X ,) (X (X perfidious) (X (X Columbia) (X !)))))
(X (X but) (X (X the) (X (X investigation) (X (X continues) (X .)))))
(X (X in) (X (X fact) (X (X ,) (X (X few) (X (X consume) (X (X much) (X (X of) (X (X anything) (X .)))))))))
(X (X two) (X (X share) (X (X a) (X (X house) (X (X almost) (X (X devoid) (X (X of) (X (X furniture) (X .)))))))))
(X (X the) (X (X seeds) (X (X already) (X (X are) (X (X in) (X (X the) (X (X script) (X .))))))))
(X (X it) (X (X should) (X (X run) (X (X forever) (X .)))))
(X (X ``) (X (X It) (X (X would) (X (X have) (X (X severe) (X (X implications) (X (X for) (X (X Farmers) (X (X ') (X (X policy) (X (X holders) (X (X .) (X '')))))))))))))
(X (X all) (X (X of) (X (X the) (X (X GM) (X (X divisions) (X (X except) (X (X Cadillac) (X (X showed) (X (X big) (X (X declines) (X .)))))))))))
(X (X aside) (X (X from) (X (X GM) (X (X ,) (X (X other) (X (X car) (X (X makers) (X (X posted) (X (X generally) (X (X mixed) (X (X results) (X .))))))))))))
(X (X a) (X (X -) (X (X Totals) (X (X include) (X (X only) (X (X vehicle) (X (X sales) (X (X reported) (X (X in) (X (X period) (X .)))))))))))
(X (X c) (X (X -) (X (X Domestic) (X car))))
(X (X d) (X (X -) (X (X Percentage) (X (X change) (X (X is) (X (X greater) (X (X than) (X (X 999) (X (X %) (X .))))))))))
(X (X sequa) (X (X makes) (X (X and) (X (X repairs) (X (X jet) (X (X engines) (X .)))))))
(X (X indeed) (X (X ,) (X (X Hungary) (X (X is) (X (X in) (X (X the) (X (X midst) (X (X of) (X (X a) (X (X media) (X (X explosion) (X .))))))))))))
(X (X newsstands) (X (X are) (X (X packed) (X (X with) (X (X a) (X (X colorful) (X (X array) (X (X of) (X (X magazines) (X .))))))))))
(X (X radio) (X (X and) (X (X television) (X (X are) (X (X getting) (X (X livelier) (X (X and) (X (X bolder) (X .)))))))))
(X (X ``) (X (X That) (X (X is) (X (X a) (X (X miracle) (X (X .) (X '')))))))
(X (X ``) (X (X There) (X (X were) (X (X some) (X (X very) (X (X brave) (X (X broadcasts) (X (X .) (X '')))))))))
(X (X the) (X (X listeners) (X (X ,) (X (X too) (X (X ,) (X (X had) (X (X to) (X (X be) (X (X brave) (X .))))))))))
(X (X there) (X (X 's) (X (X a) (X (X program) (X (X for) (X (X women) (X (X and) (X (X a) (X (X science) (X (X show) (X .)))))))))))
(X (X the) (X (X Pet) (X (X Shop) (X (X Boys) (X (X are) (X (X big) (X (X this) (X (X year) (X (X in) (X (X Budapest) (X .)))))))))))
(X (X why) (X (X does) (X (X the) (X (X national-service) (X (X virus) (X (X keep) (X (X coming) (X (X back) (X ?)))))))))
(X (X military) (X (X service) (X (X ,) (X (X moreover) (X (X ,) (X (X could) (X (X be) (X (X a) (X (X national-service) (X (X option) (X .)))))))))))
(X (X the) (X (X aroma) (X (X of) (X (X patronage) (X (X is) (X (X in) (X (X the) (X (X air) (X .)))))))))
(X (X on) (X (X the) (X (X contrary) (X (X ,) (X (X it) (X (X is) (X (X as) (X (X robust) (X (X as) (X (X ever) (X .)))))))))))
(X (X or) (X (X we) (X (X might) (X (X provide) (X (X a) (X (X tax) (X (X credit) (X (X for) (X (X working) (X (X students) (X .)))))))))))
(X (X not) (X (X necessarily) (X .)))
(X (X there) (X (X 's) (X (X no) (X (X need) (X (X for) (X (X such) (X (X concessions) (X .))))))))
(X (X mr.) (X (X Chapman) (X (X is) (X (X a) (X (X fellow) (X (X at) (X (X the) (X (X Indianapolis-based) (X (X Hudson) (X (X Institute) (X .)))))))))))
(X (X the) (X (X bonds) (X (X go) (X (X on) (X (X sale) (X (X Oct.) (X (X 19) (X .))))))))
(X (X the) (X (X debate) (X (X over) (X (X National) (X (X Service) (X (X has) (X (X begun) (X (X again) (X .)))))))))
(X (X it) (X (X might) (X (X well) (X (X win) (X (X Senate) (X (X passage) (X .)))))))
(X (X what) (X (X is) (X (X one) (X (X to) (X (X think) (X (X of) (X (X all) (X (X this) (X ?)))))))))
(X (X doctrine) (X (X and) (X (X special) (X (X interests) (X (X govern) (X (X some) (X (X responses) (X .))))))))
(X (X then) (X (X there) (X (X are) (X (X instinctive) (X (X opponents) (X .))))))
(X (X how) (X (X should) (X (X we) (X (X think) (X (X about) (X (X national) (X (X service) (X ?))))))))
(X (X would) (X (X service) (X (X be) (X (X voluntary) (X (X or) (X (X compulsory) (X ?)))))))
(X (X short) (X (X or) (X (X long) (X ?))))
(X (X part-time) (X (X or) (X (X full-time) (X ?))))
(X (X paid) (X (X or) (X (X unpaid) (X ?))))
(X (X what) (X (X kinds) (X (X of) (X (X work) (X (X would) (X (X they) (X (X do) (X ?))))))))
(X (X what) (X (X does) (X (X ``) (X (X national) (X (X '') (X (X mean) (X ?)))))))
(X (X and) (X (X who) (X (X would) (X (X serve) (X ?)))))
(X (X only) (X (X males) (X (X ,) (X (X as) (X (X with) (X (X the) (X (X draft) (X (X ,) (X (X or) (X (X both) (X (X sexes) (X ?))))))))))))
(X (X youth) (X (X only) (X (X or) (X (X all) (X (X ages) (X ?))))))
(X (X middle-class) (X (X people) (X (X ,) (X (X or) (X (X poor) (X (X people) (X (X ,) (X (X or) (X (X a) (X (X genuine) (X (X cross-section) (X ?))))))))))))
(X (X many) (X (X or) (X (X few) (X ?))))
(X (X then) (X (X how) (X (X should) (X (X we) (X (X think) (X (X about) (X (X national) (X (X service) (X ?)))))))))
(X (X they) (X (X will) (X (X differ) (X (X in) (X (X crucial) (X (X ways) (X .)))))))
(X (X 2) (X (X .) (X (X ``) (X (X Service) (X (X '') (X (X should) (X (X be) (X (X service) (X .)))))))))
(X (X as) (X (X commonly) (X (X understood) (X (X ,) (X (X service) (X (X implies) (X (X sacrifice) (X .))))))))
(X (X why) (X (X call) (X (X that) (X (X service) (X ?)))))
(X (X 3) (X (X .) (X (X Encouragement) (X (X is) (X (X fine) (X (X ;) (X (X compulsion) (X (X is) (X (X not) (X .))))))))))
(X (X compelled) (X (X service) (X (X is) (X (X unconstitutional) (X .)))))
(X (X it) (X (X is) (X (X also) (X (X unwise) (X (X and) (X (X unenforceable) (X .)))))))
(X (X 4) (X (X .) (X (X Good) (X (X programs) (X (X are) (X (X not) (X (X cheap) (X .))))))))
(X (X they) (X (X involve) (X (X stipends) (X (X to) (X (X participants) (X .))))))
(X (X are) (X (X they) (X (X worth) (X (X that) (X ?)))))
(X (X but) (X (X the) (X (X calculations) (X (X are) (X (X challengeable) (X .))))))
(X (X 5) (X (X .) (X (X Underclass) (X (X youth) (X (X are) (X (X a) (X (X special) (X (X concern) (X .)))))))))
(X (X are) (X (X such) (X (X expenditures) (X (X worthwhile) (X (X ,) (X (X then) (X ?)))))))
(X (X yes) (X (X ,) (X (X if) (X (X targeted) (X .)))))
(X (X underclass) (X (X youth) (X (X do) (X (X n't) (X (X have) (X (X those) (X (X opportunities) (X .))))))))
(X (X they) (X (X are) (X (X not) (X (X enrolled) (X (X in) (X (X high) (X (X school) (X (X or) (X (X college) (X .))))))))))
(X (X they) (X (X are) (X (X unlikely) (X (X to) (X (X be) (X (X employed) (X .)))))))
(X (X strictly) (X (X speaking) (X (X ,) (X (X these) (X (X youth) (X (X are) (X (X not) (X (X performing) (X (X service) (X .))))))))))
(X (X that) (X (X is) (X (X a) (X (X service) (X (X to) (X (X the) (X (X nation) (X .))))))))
(X (X -lrb-) (X (X Lexington) (X (X Books) (X (X ,) (X (X 1986) (X (X -RRB-) (X .)))))))
(X (X i) (X (X think) (X (X that) (X (X 's) (X (X less) (X (X likely) (X (X .) (X ''))))))))
(X (X b) (X (X -) (X (X As) (X (X of) (X (X Thursday) (X (X 's) (X (X close) (X .))))))))
(X (X c) (X (X -) (X (X Translated) (X (X at) (X (X Commercial) (X (X Rand) (X (X exchange) (X (X rate) (X .)))))))))
(X (X e) (X (X -) (X (X In) (X (X Canadian) (X (X dollars) (X .))))))
(X (X f) (X (X -) (X (X As) (X (X of) (X (X Wednesday) (X (X 's) (X (X close) (X .))))))))
(X (X g) (X (X -) (X (X 10.06.89) (X (X NAV:22.15) (X .)))))
(X (X z) (X (X -) (X (X Not) (X (X available) (X .)))))
(X (X put) (X (X down) (X (X that) (X (X phone) (X .)))))
(X (X walk) (X (X around) (X (X the) (X (X room) (X (X ;) (X (X take) (X (X two) (X (X deep) (X (X breaths) (X .))))))))))
(X (X ``) (X (X We) (X (X 're) (X (X dedicated) (X (X long-term) (X (X investors) (X (X ,) (X (X not) (X (X traders) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))))
(X (X ``) (X (X We) (X (X understand) (X (X panics) (X (X and) (X (X euphoria) (X .)))))))
(X (X his) (X (X firm) (X (X favors) (X (X selected) (X (X computer) (X (X ,) (X (X drug) (X (X and) (X (X pollution-control) (X (X stocks) (X .)))))))))))
(X (X other) (X (X investment) (X (X pros) (X (X are) (X (X more) (X (X pessimistic) (X .)))))))
(X (X the) (X (X prices) (X (X of) (X (X puts) (X (X generally) (X (X did) (X (X n't) (X (X soar) (X (X Friday) (X .))))))))))
(X (X but) (X (X put-option) (X (X prices) (X (X may) (X (X zoom) (X (X when) (X (X trading) (X (X resumes) (X (X today) (X .))))))))))
(X (X james) (X (X A.) (X (X White) (X (X and) (X (X Tom) (X (X Herman) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))))))
(X (X ``) (X (X It) (X (X 's) (X (X totally) (X (X different) (X (X .) (X '')))))))
(X (X ``) (X (X There) (X (X was) (X (X no) (X (X panic) (X .))))))
(X (X only) (X (X the) (X (X last) (X (X of) (X (X those) (X (X recommendations) (X (X ever) (X (X was) (X (X implemented) (X .))))))))))
(X (X ``) (X (X Circuit) (X (X breakers) (X (X '') (X (X set) (X (X to) (X (X soften) (X (X big) (X (X drops) (X :))))))))))
(X (X s&p) (X (X and) (X (X MMI) (X (X contracts) (X (X also) (X (X halt) (X .)))))))
(X (X trading) (X (X in) (X (X MMI) (X (X and) (X (X S&P) (X (X futures) (X (X also) (X (X halted) (X .)))))))))
(X (X brady) (X (X Task) (X (X Force) (X (X recommendations) (X (X -LRB-) (X (X Jan.) (X (X 1988) (X (X -RRB-) (X :)))))))))
(X (X --) (X (X Establish) (X (X an) (X (X overarching) (X (X regulator) (X (X for) (X (X financial) (X markets))))))))
(X (X --) (X (X Unify) (X (X trade-clearing) (X systems))))
(X (X --) (X (X Make) (X (X margins) (X (X consistent) (X (X across) (X (X stock) (X (X and) (X (X futures) (X markets)))))))))
(X (X sec) (X (X proposals) (X (X -LRB-) (X (X May) (X (X 1988) (X (X -RRB-) (X :)))))))
(X (X --) (X (X Require) (X (X prompt) (X (X reports) (X (X of) (X (X large) (X (X securities) (X (X trades) (X .)))))))))
(X (X --) (X (X Transfer) (X (X jurisdiction) (X (X over) (X (X stock-related) (X (X futures) (X (X to) (X (X SEC) (X (X from) (X (X CFTC) (X .)))))))))))
(X (X -lrb-) (X (X Opposed) (X (X by) (X (X new) (X (X SEC) (X (X chairman) (X -RRB-)))))))
(X (X congressional) (X (X proposal) (X :)))
(X (X small) (X (X wonder) (X (X that) (X (X Britain) (X (X 's) (X (X Labor) (X (X Party) (X (X wants) (X (X credit) (X (X controls) (X .)))))))))))
(X (X replied) (X (X a) (X (X Justin) (X (X salesman) (X (X :) (X (X ``) (X (X Exactly) (X (X .) (X '')))))))))
(X (X the) (X (X visitor) (X (X waxed) (X (X enthusiastic) (X (X and) (X (X promised) (X (X to) (X (X return) (X .)))))))))
(X (X his) (X (X recording) (X (X later) (X (X turned) (X (X up) (X (X as) (X (X a) (X (X court) (X (X exhibit) (X .))))))))))
(X (X -lrb-) (X (X Sony) (X (X itself) (X (X declines) (X (X to) (X (X comment) (X (X .) (X -RRB-))))))))
(X (X but) (X (X the) (X (X battle) (X (X is) (X (X more) (X (X than) (X (X Justin) (X (X bargained) (X (X for) (X .))))))))))
(X (X sony) (X (X answered) (X (X the) (X (X empty) (X (X threat) (X (X with) (X (X its) (X (X real) (X (X suit) (X .))))))))))
(X (X it) (X (X 's) (X (X also) (X (X costly) (X .)))))
(X (X for) (X (X now) (X (X ,) (X (X though) (X (X ,) (X (X he) (X (X vows) (X (X to) (X (X hang) (X (X in) (X .)))))))))))
(X (X both) (X (X companies) (X (X rejected) (X (X the) (X (X offers) (X .))))))
(X (X the) (X (X previous) (X (X agreement) (X (X expired) (X (X Thursday) (X .))))))
(X (X giant) (X (X agreed) (X (X last) (X (X month) (X (X to) (X (X purchase) (X (X the) (X (X carrier) (X .)))))))))
(X (X this) (X (X calamity) (X (X is) (X (X ``) (X (X far) (X (X from) (X (X over) (X (X ,) (X (X '') (X (X he) (X (X says) (X .))))))))))))
(X (X goldman) (X (X officials) (X (X declined) (X (X to) (X (X comment) (X .))))))
(X (X it) (X (X was) (X (X herd) (X (X instinct) (X (X .) (X ''))))))
(X (X and) (X (X our) (X (X credit) (X (X standards) (X (X have) (X (X n't) (X (X changed) (X (X one) (X (X iota) (X (X .) (X '')))))))))))
(X (X friday) (X (X 's) (X (X Market) (X Activity))))
(X (X bond) (X (X prices) (X (X barely) (X (X budged) (X (X until) (X (X midday) (X .)))))))
(X (X investment-grade) (X (X corporate) (X (X bonds) (X (X were) (X (X up) (X (X about) (X (X 1\/2) (X (X to) (X (X 3\/4) (X (X point) (X .)))))))))))
(X (X municipal) (X (X bonds) (X (X rose) (X (X as) (X (X much) (X (X as) (X (X 3\/4) (X (X point) (X .)))))))))
(X (X roger) (X (X Lowenstein) (X (X contributed) (X (X to) (X (X this) (X (X article) (X .)))))))
(X (X congratulations) (X (X ,) (X (X Mr.) (X (X Secretary) (X (X and) (X (X Mr.) (X (X Congressman) (X .))))))))
(X (X they) (X (X are) (X (X better) (X (X capitalized) (X .)))))
(X (X the) (X (X Fed) (X (X promises) (X (X any) (X (X needed) (X (X liquidity) (X .)))))))
(X (X interest) (X (X income) (X (X and) (X (X most) (X (X fee) (X (X income) (X (X was) (X (X strong) (X .)))))))))
(X (X in) (X (X point) (X (X of) (X (X fact) (X (X ,) (X (X this) (X (X catharsis) (X (X was) (X (X overdue) (X (X by) (X (X decades) (X .))))))))))))
(X (X mr.) (X (X Koskotas) (X (X 's) (X (X credibility) (X (X is) (X (X ,) (X (X at) (X (X best) (X (X ,) (X (X problematic) (X .)))))))))))
(X (X the) (X (X country) (X (X 's) (X (X future) (X (X NATO) (X (X participation) (X (X remains) (X (X unsure) (X (X ,) (X (X for) (X (X instance) (X .))))))))))))
(X (X as) (X (X for) (X (X Mr.) (X (X Papandreou) (X ?)))))
(X (X he) (X (X 's) (X (X not) (X (X exactly) (X (X sitting) (X (X pretty) (X (X at) (X (X this) (X (X stage) (X .))))))))))
(X (X the) (X (X Dow) (X (X Jones) (X (X industrials) (X (X skidded) (X (X 190.58) (X (X ,) (X (X to) (X (X 2569.26) (X .))))))))))
(X (X the) (X (X dollar) (X (X was) (X (X trading) (X (X sharply) (X (X lower) (X (X in) (X (X Tokyo) (X .)))))))))
(X (X prospects) (X (X for) (X (X a) (X (X new) (X (X UAL) (X (X buy-out) (X (X proposal) (X (X appear) (X (X bleak) (X .))))))))))
(X (X also) (X (X ,) (X (X retail) (X (X sales) (X (X grew) (X (X 0.5) (X (X %) (X (X last) (X (X month) (X .))))))))))
(X (X the) (X (X offer) (X (X does) (X (X n't) (X (X include) (X (X Bonwit) (X (X Teller) (X (X or) (X (X B.) (X (X Altman) (X .)))))))))))
(X (X the) (X (X Boeing) (X (X strike) (X (X is) (X (X starting) (X (X to) (X (X affect) (X (X airlines) (X .)))))))))
(X (X japan) (X (X 's) (X (X steel) (X (X quota) (X (X will) (X (X be) (X (X cut) (X (X significantly) (X .)))))))))
(X (X markets) (X --))
(X (X stocks) (X (X :) (X (X Volume) (X (X 251,170,000) (X (X shares) (X .))))))
(X (X bonds) (X (X :) (X (X Shearson) (X (X Lehman) (X (X Hutton) (X (X Treasury) (X (X index) (X (X 3421.29) (X (X ,) (X up))))))))))
(X (X dollar) (X (X :) (X (X 142.10) (X (X yen) (X (X ,) (X (X off) (X (X 2.07) (X (X ;) (X (X 1.8740) (X (X marks) (X (X ,) (X (X off) (X (X 0.0343) (X .))))))))))))))
(X (X houston-calgary) (X (X ALLIANCE) (X :)))
(X (X fcc) (X (X COUNSEL) (X (X JOINS) (X (X FIRM) (X :)))))
(X (X he) (X (X left) (X (X the) (X (X company) (X (X in) (X (X 1987) (X .)))))))
(X (X it) (X (X will) (X (X have) (X (X its) (X (X headquarters) (X (X in) (X (X Munich) (X .))))))))
(X (X siemens) (X (X will) (X (X retain) (X (X majority) (X (X voting) (X (X rights) (X .)))))))
(X (X ``) (X (X Frankly) (X (X ,) (X (X I) (X (X missed) (X (X my) (X (X family) (X (X ,) (X (X '') (X (X said) (X (X Mr.) (X (X Rosenblatt) (X .)))))))))))))
(X (X he) (X (X said) (X (X he) (X (X will) (X (X now) (X (X consider) (X (X those) (X (X offers) (X .)))))))))
(X (X ``) (X (X Prior) (X (X to) (X (X a) (X (X year) (X (X ago) (X (X ,) (X (X Keystone) (X (X was) (X (X an) (X (X order-taker) (X .))))))))))))
(X (X the) (X (X company) (X (X did) (X (X n't) (X (X elaborate) (X .))))))
(X (X before) (X (X the) (X (X halt) (X (X ,) (X (X AMR) (X (X last) (X (X traded) (X (X at) (X (X 98) (X (X 5\/8) (X .)))))))))))
(X (X ``) (X (X The) (X (X market) (X (X is) (X (X just) (X (X waking) (X (X up) (X (X to) (X (X that) (X (X point) (X (X .) (X ''))))))))))))
(X (X pauline) (X (X Yoshihashi) (X (X in) (X (X Los) (X (X Angeles) (X (X contributed) (X (X to) (X (X this) (X (X column) (X .))))))))))
(X (X however) (X (X ,) (X (X the) (X (X real-estate) (X (X market) (X (X was) (X (X hurt) (X (X even) (X (X more) (X .))))))))))
(X (X the) (X (X real-estate) (X (X market) (X (X suffered) (X (X even) (X (X more) (X (X severe) (X (X setbacks) (X .)))))))))
(X (X office) (X (X construction) (X (X dropped) (X (X 97) (X (X %) (X .))))))
(X (X as) (X (X usual) (X (X ,) (X (X the) (X (X real-estate) (X (X market) (X (X had) (X (X overreacted) (X .)))))))))
(X (X actually) (X (X ,) (X (X the) (X (X region) (X (X 's) (X (X economy) (X (X retained) (X (X a) (X (X firm) (X (X foundation) (X .)))))))))))
(X (X employment) (X (X is) (X (X now) (X (X 4) (X (X %) (X (X higher) (X (X than) (X (X in) (X (X 1983) (X .))))))))))
(X (X the) (X (X year-earlier) (X (X third-quarter) (X (X earnings) (X (X amounted) (X (X to) (X (X $) (X (X 4.1) (X (X million) (X .))))))))))
(X (X malaysia) (X (X ,) (X (X the) (X (X Philippines) (X (X and) (X (X Indonesia) (X (X also) (X (X are) (X (X being) (X (X studied) (X .)))))))))))
(X (X manufacturers) (X (X are) (X (X upgrading) (X (X standby) (X (X power) (X (X plants) (X .)))))))
(X (X the) (X (X results) (X (X were) (X (X announced) (X (X after) (X (X the) (X (X stock) (X (X market) (X (X closed) (X .))))))))))
(X (X ``) (X (X Our) (X (X doors) (X (X are) (X (X open) (X (X ,) (X (X '') (X (X an) (X (X NBC) (X (X spokesman) (X (X says) (X .))))))))))))
(X (X that) (X (X 's) (X (X the) (X (X problem) (X (X ,) (X (X is) (X (X n't) (X (X it) (X (X ?) (X ''))))))))))
(X (X indeed) (X (X it) (X (X is) (X .))))
(X (X six) (X (X years) (X (X ago) (X (X they) (X (X were) (X (X tantalizingly) (X (X close) (X .))))))))
(X (X the) (X (X FCC) (X (X effort) (X (X collapsed) (X .)))))
(X (X the) (X (X networks) (X (X and) (X (X studios) (X (X have) (X (X bickered) (X (X ever) (X (X since) (X .)))))))))
(X (X the) (X (X five) (X (X additional) (X (X defendants) (X (X were) (X (X n't) (X (X parties) (X (X to) (X (X the) (X (X settlement) (X .)))))))))))
(X (X the) (X (X company) (X (X and) (X (X its) (X (X executives) (X (X deny) (X (X the) (X (X charges) (X .)))))))))
(X (X walter) (X (X Sisulu) (X (X and) (X (X the) (X (X African) (X (X National) (X (X Congress) (X (X came) (X (X home) (X (X yesterday) (X .)))))))))))
(X (X ``) (X (X I) (X (X 'm) (X (X inspired) (X (X by) (X (X the) (X (X mood) (X (X of) (X (X the) (X (X people) (X (X .) (X ''))))))))))))
(X (X there) (X (X 's) (X (X no) (X (X turning) (X (X back) (X (X .) (X '')))))))
(X (X they) (X (X never) (X (X considered) (X (X themselves) (X (X to) (X (X be) (X (X anything) (X (X else) (X .)))))))))
|
25ad4e2f7f3b9374c696d349da4bde501a407e5f
|
881e0bcc7118244a24f736786ac36140acfb885e
|
/yeast/results/GAssist-ADI-C.yeast-1/result0s0.tst
|
a39d7b1562ddf4286f8dbf268b1601ae6857d9d4
|
[] |
no_license
|
woshahua/Experiment_File
|
3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc
|
6a139cd3f779373799cb926ba90d978235b0de0d
|
refs/heads/master
| 2021-01-01T06:57:13.285197
| 2017-07-28T08:17:38
| 2017-07-28T08:17:38
| 97,557,409
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,593
|
tst
|
result0s0.tst
|
@relation yeast-1
@attribute Mcg real [0.11, 1.0]
@attribute Gvh real [0.13, 1.0]
@attribute Alm real [0.21, 1.0]
@attribute Mit real [0.0, 1.0]
@attribute Erl real [0.5, 1.0]
@attribute Pox real [0.0, 0.83]
@attribute Vac real [0.0, 0.73]
@attribute Nuc real [0.0, 1.0]
@attribute Class {MIT, NUC, CYT, ME1, ME2, ME3, EXC, VAC, POX, ERL}
@inputs Mcg, Gvh, Alm, Mit, Erl, Pox, Vac, Nuc
@outputs Class
MIT MIT
CYT ME1
CYT NUC
CYT CYT
CYT CYT
MIT ME1
POX MIT
NUC NUC
NUC EXC
ME3 ME3
MIT MIT
MIT MIT
EXC EXC
MIT CYT
MIT CYT
CYT CYT
MIT CYT
NUC NUC
CYT CYT
ERL EXC
CYT CYT
CYT NUC
NUC NUC
CYT CYT
ME2 ME3
CYT NUC
NUC CYT
CYT NUC
NUC MIT
NUC MIT
NUC NUC
ME3 ME3
CYT CYT
ME3 ME3
ME3 ME3
ME3 ME3
ME2 ME1
CYT NUC
NUC ME3
NUC NUC
CYT NUC
NUC NUC
CYT NUC
NUC CYT
MIT CYT
NUC CYT
MIT MIT
NUC ME3
NUC NUC
MIT MIT
MIT MIT
MIT CYT
MIT MIT
MIT MIT
MIT MIT
MIT MIT
MIT MIT
ME1 ME1
NUC CYT
EXC CYT
MIT MIT
NUC NUC
NUC CYT
ME2 ME3
ME1 ME1
VAC NUC
MIT CYT
ME3 ME3
NUC NUC
CYT CYT
NUC NUC
NUC NUC
NUC NUC
MIT MIT
NUC NUC
NUC NUC
CYT CYT
NUC NUC
NUC CYT
MIT CYT
NUC CYT
CYT CYT
CYT NUC
CYT CYT
CYT MIT
CYT CYT
CYT CYT
CYT CYT
CYT CYT
CYT CYT
ME2 ME3
ME1 ME1
NUC CYT
ME3 ME3
NUC CYT
CYT NUC
CYT CYT
NUC NUC
NUC CYT
EXC EXC
NUC MIT
NUC CYT
CYT CYT
NUC NUC
ME3 MIT
ME3 ME3
CYT NUC
NUC NUC
CYT CYT
CYT CYT
ME3 ME3
CYT CYT
CYT NUC
NUC NUC
NUC NUC
CYT MIT
CYT NUC
CYT NUC
CYT MIT
NUC CYT
ME3 ME3
CYT CYT
CYT CYT
ME3 NUC
MIT NUC
CYT MIT
VAC CYT
VAC CYT
ME1 ME1
ME3 ME3
MIT MIT
POX POX
ME2 ME3
ME3 ME3
ME3 ME3
NUC CYT
NUC MIT
NUC ME3
CYT CYT
NUC CYT
CYT CYT
CYT MIT
CYT NUC
MIT MIT
MIT MIT
NUC CYT
CYT CYT
ME3 ME3
ME2 ME3
|
ef6b8db1819df81219ac8ec1761b064b08800d30
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1760/CH2/EX2.68/EX2_68.sce
|
59c0fec1b67d9cb9702de6f62a0daed455509645
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 435
|
sce
|
EX2_68.sce
|
//EXAMPLE 2-68 PG NO-109-110
V=100;
Y1=0.16+%i*0.12;
Y2=-%i*0.15;
I1=V*Y1;
disp('i) CURRENT (I1) is in polar form = '+string (I1) +' A ');
I2=V*Y2;
disp('ii) CURRENT (I2) is in polar form = '+string (I2) +' A ');
P=(V*I1*0.8)+(V*I2*0);
disp('iii) Power (P) is in polar form = '+string (P) +' W ');
I=I1+I2;
disp('ii) CURRENT (I) is in polar form = '+string (I) +' A ');
|
46ae2f20c5aec70b7296affbbdf80ae63831bad8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1388/CH3/EX3.2/3_2.sce
|
ab0cff38b0aea3c0af3c73ea3dc048ee542e58d4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 198
|
sce
|
3_2.sce
|
clc
//initialisation of variables
P= 0.0060 //atm
Vl= 0.0181 //l
H= -10730 //cal
V2= 22.4 //l
//CALCULATIONS
W= (V2-P*Vl)*(1.987/.08205)
E= H+W
//RESULTS
printf (' increase in energy= %.f cal ',E+4)
|
bf966d0f46c56a1dede91871c9fecc6a135b8ff7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1913/CH6/EX6.9/ex9.sce
|
65191ddc6ea3826d913ab44bdc84a1ac913c42b3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 561
|
sce
|
ex9.sce
|
clc
clear
//Input data
D=0.07;//Diameter of the steel tube in m
L=3;//Length of the steel tube
t1=227;//Temperature of the steel tube in m
t2=27;//Temperature of the room in degree centigrade
s=20.52*10^-8;//Stefan Boltzmann constant in kJ/hr m^2 T^4
pi=3.1428;//Constant value of pi
//Calculations
A=2*pi*D*L;//Surface area of the tube in m^2
Q=(A)*(s)*((t1+273)^4-(t2+273)^4);//Loss of heat by radiation in kJ/hr
Q1=Q/3600;//Loss of heat by radiation in kW
//Output
printf('The loss of heat by radiation from steel tube Q = %3.4f kW ',Q1)
|
4317ed7bc6453fa38117542afdf14338f2652a07
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2705/CH14/EX14.4/Ex14_4.sce
|
8cfa8e686c9b95c1387970076d3bd9cd637f1d0e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,124
|
sce
|
Ex14_4.sce
|
clear;
clc;
disp(' Example 14.4');
// aim : To determine
// (a) the final pressure and temperature
// (b) the energy required to drive the compressor
// given values
rv = 5;// pressure compression ratio
m_dot = 10;// air flow rate, [kg/s]
P1 = 100;// initial pressure, [kN/m^2]
T1 = 273+20;// initial temperature, [K]
n_com = .85;// isentropic efficiency of compressor
Gama = 1.4;// heat capacity ratio
cp = 1.005;// specific heat capacity, [kJ/kg K]
// solution
// (a)
T2_prim = T1*(rv)^((Gama-1)/Gama);// temperature after compression, [K]
// using isentropic efficiency=(T2_prim-T1)/(T2-T1)
T2 = T1+(T2_prim-T1)/n_com;// final temperature, [K]
P2 = rv*P1;// final pressure, [kN/m^2]
mprintf('\n (a) The final temperature is = %f C\n',T2-273);
mprintf('\n (b) The final pressure is = %f kN/m^2\n',P2);
// (b)
E = m_dot*cp*(T1-T2);// energy required, [kW]
mprintf('\n (b) The energy required to drive the compressor is = %f kW',E);
if(E<0)
disp('The negative sign indicates energy input');
else
disp('The positive sign indicates energy output');
end
// End
|
9924dd7d62cdf15841df2983bdaea30d04cef68f
|
9a3f8e6b6d5d84001943eaebe6aa6321df2560c5
|
/src/services/apollo/lib/visual.tst
|
80d94dcb8eafd0565150c9728df91a3121c57e67
|
[
"BSD-3-Clause"
] |
permissive
|
dalalsunil1986/saturn
|
0d470631c4053a91d0dacf4a0c3d781d097e4ac8
|
6dc36adb42ad9b647704dd19247423a522eeb551
|
refs/heads/master
| 2022-04-05T20:25:22.492767
| 2020-02-23T00:33:44
| 2020-02-23T00:33:44
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,069
|
tst
|
visual.tst
|
(grid
(margins (vertical 20) (horizontal 20))
(rows
(proportional-height 1)
(fixed-height 50)
(proportional-height 2))
(columns
(proportional-width 1)
(proportional-width 1))
(row-gap 20)
(column-gap 10)
(items
(label (caption "Padded Label")
(padding (vertical 50) (horizontal 100))
(font-colour (rgb 122 22 23))
(background (rgb 38 66 251)))
(label (caption "Second")
(background (rgb 24 205 4))
(font-colour (rgb 0 0 0))
(meta (grid (column 1))))
(label (caption (bind variableName))
(background (rgb 69 69 69))
(meta (grid (row 1))))
(label (caption "<- that one was typed")
(background (rgb 37 13 37))
(meta (grid (row 1) (column 1))))
(label (caption "Margined Label")
(background (rgb 248 121 82))
(font-colour (rgb 169 5 40))
(margins (vertical 50) (horizontal 90))
(meta (grid (row 2))))
(grid
(rows
(proportional-height 2)
(proportional-height 1))
(columns
(proportional-width 1)
(proportional-width 1)
(proportional-width 1))
(row-gap 10)
(column-gap 10)
(items
(label (caption "a")
(font-colour (rgb 10 10 10))
(background (rgb 33 146 195)))
(label (caption "b")
(background (rgb 62 16 140))
(meta (grid (column 1))))
(label (caption "3")
(font-colour (rgb 100 0 0))
(background (rgb 241 220 69))
(meta (grid (column 2))))
(label (caption "spans 3 columns")
(background (rgb 12 87 117))
(meta (grid (row 1) (column-span 3)))))
(meta (grid (row 2) (column 1))))))
|
70e3003bf88342df12811c0225e2a0b3b963e826
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2297/CH4/EX4.8/Ex4_8.sce
|
e68b996105285b2c85ccacffeb7189a43cf0e64b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,271
|
sce
|
Ex4_8.sce
|
// Example 4.8;resistance,reactances and impedances and copper losses
clc;
close;
clear;
//given
r1=3.45;//ohms
r2=0.009;//ohms
x1=5.2;//ohms
x2=0.015;//ohms
kva=100;//kVA
e1=8800;//volts
e2=440;//volts
i1=(kva*10^3)/e1;//in amperes
i2=(kva*10^3)/e2;//in amperes
k=e2/e1;//transformation ratio
ro1=r1+(r2/k^2);//ohms
xo1=x1+(x2/k^2);//ohms
ro2=r2+(k^2*r1);//ohms
xo2=k^2*xo1;//ohms
zo1=sqrt(ro1^2+xo1^2);//ohms
zo2=sqrt(ro2^2+xo2^2);//ohms
disp("part (a) ")
disp(ro1,"equivalent resistance referred to the primary is,(Ohm)=")
disp(xo1,"equivalent reactance referred to the primary is,(Ohm)=")
disp(ro2,"equivalent resistance referred to the secondary is,(Ohm)=")
disp(xo2,"equivalent reactance referred to the secondary is,(Ohm)=")
disp(zo1,"equivalent impedance referred to the primary is,(Ohm)=")
disp(zo2,"equivalent impedance referred to the secondary is,(Ohm)=")
disp("part (b) ")
tcl=i1^2*r1+i2^2*r2;//in watts
tcl1=i1^2*ro1;//in watts
tcl2=i2^2*ro2;//in watts
disp(tcl,"total copper losses considering individual resistance is,(W)=")
disp(tcl1,"total copper losses consdering equivalent resistance (for primary) is,(W)=")
disp(tcl2,"total copper losses consdering equivalent resistance (for secondary) is,(W)=")
//copper losses are caculated wrong in the textbook
|
78a0538caafe99a0a8527d3e6061f5bd45083465
|
8cf6372d3b1745aa382131f243c0d4097a0b937f
|
/proj1/Drinks.tst
|
122732746677db7e5f9d27c79bf3685d3b1591ea
|
[] |
no_license
|
s9v/CS492-Nand2Tetris
|
8da5f1899dec3f93374d41d0b5954620fabc4f50
|
f1491d2b128aa45f1c55e3d16c091496fc54b833
|
refs/heads/master
| 2021-09-15T10:07:08.791830
| 2018-05-30T08:46:34
| 2018-05-30T08:46:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 556
|
tst
|
Drinks.tst
|
load Drinks.hdl,
output-file Drinks.out,
output-list wine%B3.1.3 water%B3.1.3 juice%B3.1.3 cond1%B3.1.3 cond2%B3.1.3 cond3%B3.1.3 ;
set wine 0,
set water 0,
set juice 0,
eval,
output;
set wine 1,
set water 0,
set juice 0,
eval,
output;
set wine 0,
set water 1,
set juice 0,
eval,
output;
set wine 1,
set water 1,
set juice 0,
eval,
output;
set wine 0,
set water 0,
set juice 1,
eval,
output;
set wine 1,
set water 0,
set juice 1,
eval,
output;
set wine 0,
set water 1,
set juice 1,
eval,
output;
set wine 1,
set water 1,
set juice 1,
eval,
output;
|
b27e4406924104cb1da6c817d620aeda78d629ba
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1118/CH10/EX10.2/eg10_2.sce
|
430a75c393f1f73255e1e39759d3c558ea507aa1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 637
|
sce
|
eg10_2.sce
|
clear;
//clc();
v=275*1000;
vrp=v/sqrt(3);
p=250*10^(6);
cosq=0.9;
ir1=p/(sqrt(3)*v*cosq);
ir=ir1*(cosd(25.84) + (%i)*sind(-25.84));
A=0.9855138 + 0.0027367*(%i);
D=0.9855138 + 0.0027367*(%i);
C=- 0.0000004 + 0.0004379*(%i);
B=12.37926 + 65.692432*(%i);
is=C*vrp + D*ir;
printf('the sending end current is:');
disp(is);
vsp=A*vrp + B*ir;
printf('the sending end voltage is:');
disp(vsp);
ps=real(3*vsp*conj(is));
tx_eff=p/ps;
printf("\n the transmission efficiency is: %.3f pu\n ",tx_eff);
vnl=polar(vsp)/A;
vfl=158.77*1000;
vr=(vnl-vfl)/vfl;
printf("\n the voltage regulation is: %.3f pu\n ",vr);
|
f8b3608cb1ec63f4b7a608614afa090dc9c39c52
|
948c6e0314c1822f872350cf63aaceb3d28fa497
|
/tests/test-usage-008.tst
|
16ef35fa4c14601672cbb06d1af5b7d849404108
|
[
"Apache-2.0"
] |
permissive
|
archiecobbs/bom
|
832eb815b40f4955e6551496bdd2598cb4f00442
|
0bab1a015bb5e53345e5422902e16f802bd4c07f
|
refs/heads/main
| 2023-08-25T05:43:51.470221
| 2021-11-04T16:12:49
| 2021-11-04T16:12:49
| 417,213,171
| 1
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 73
|
tst
|
test-usage-008.tst
|
FLAGS='--detect foo bar'
STDIN=''
STDOUT=''
STDERR='!USAGE!'
EXITVAL='1'
|
0142a49cc89fa5ff225ab5fefa74095b4c138213
|
2d52e11c7b61898224f065e3bbf4433c814c9fe1
|
/measurement/array-operations/vless3.sci
|
d6c31f48cc27d41d95cadd0816a8f434cf0df5cc
|
[
"MIT"
] |
permissive
|
quepas/performance-estimation-array-operations
|
b6954d753c83d235f12c5d97fa82bcc38656cf5e
|
b209ba5efebf5dee60ec5fca0fa711ca2e766e17
|
refs/heads/master
| 2021-01-24T13:24:52.734940
| 2018-05-12T15:18:20
| 2018-05-12T15:18:20
| 123,173,497
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 171
|
sci
|
vless3.sci
|
// Element-wise comparision of three vectors (less then)
function vless3(V1, V2, V3)
R = double(V1 < V2) < V3; // Required conversion from boolean to double
endfunction
|
3bf84658bef233fd68879c407f3128f10c1e7e28
|
ed2dc0ce80bf86680d743173c334ed2eb63ff60a
|
/treina.sci
|
076050cadfa4c679bc12ec9c9b7d41cec599e3f9
|
[] |
no_license
|
edilsonmassuete/EC017
|
722cbfc2d7fed4ca424e2be1a3d8d35714907fb5
|
48bdfc34650db17ecb937d697e3327fd2ba1a7ca
|
refs/heads/master
| 2021-01-10T12:28:59.420600
| 2015-11-21T12:15:36
| 2015-11-21T12:15:36
| 46,496,054
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,313
|
sci
|
treina.sci
|
function W=treina()
//entrada
x=[
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 1 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 1 0 0 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 1 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 ;
0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 ;
0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 1 0 0 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 1 0 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 ;
0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 1 0 0 ;
0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 ;
0 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 ;
0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 1 ;
0 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 1 1 0 0 ;
0 0 0 1 0 1 1 1 1 1 0 1 0 0 0 1 0 1 0 0 1 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 ;
0 1 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 ;
0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 ;
0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 1 0 1 ;
0 0 1 0 0 1 1 1 1 1 1 0 1 0 0 0 0 0 1 0 1 ;
1 0 0 1 1 0 0 1 1 1 0 0 0 1 0 1 0 0 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 1 ;
0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 1 ;
0 1 1 0 1 1 1 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 1 0 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 1 ;
0 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 1 0 0 ;
1 0 1 0 1 0 0 0 0 1 1 0 1 1 0 0 1 0 1 1 0 ;
1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 ;
0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 1 0 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 1 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 0 0 0 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
1 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 ;
0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 1 0 0 1 0 1 ;
0 0 1 0 0 1 1 0 0 0 0 0 1 1 1 0 0 1 1 1 1 ;
1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 0 0 0 1 ;
1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 ;
0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 ;
0 1 1 0 0 1 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 ;
0 1 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0
]';
//saida
d=[
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 1 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 1 0 0 ;
0 0 0 0 1 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 0 0 0 1 0 0 ;
1 0 0 0 0 0 0 ;
1 0 0 0 0 0 0 ;
1 0 0 0 0 0 0 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 1 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 1 0 0 0 0 0 ;
0 0 1 0 0 0 0 ;
0 0 1 0 0 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 1 0 0 0 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 0 0 0 1 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 0 0 0 1 0 0 ;
0 1 0 0 0 0 0 ;
0 1 0 0 0 0 0 ;
0 0 0 0 0 1 0 ;
0 1 0 0 0 0 0 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
1 0 0 0 0 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 1 0 0 0 0 0 ;
0 0 1 0 0 0 0 ;
1 0 0 0 0 0 0 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 0 1 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 1 0 ;
0 0 0 0 0 1 0
]';
disp(size(x));
disp(size(d));
disp(".::::::::::::: EXECUTANDO O TREINA :::::::::::::.");
//Definindo arquitetura da rede
NeuralNetwork = [21 14 7];
//Criando rede inicial
W = ann_FF_init(NeuralNetwork);
disp(".::::::::::::: PESOS INICIAIS :::::::::::::.");
disp(W);
//===============Treinando a rede===========
//Taxa de aprendizagem e limiar do erro
lp = [0.01, 1e-3];
//Maximo numero de épocas
epochs = 3000;
//treinando
W = ann_FF_Std_batch(x,d,NeuralNetwork,W,lp,epochs);
disp(".::::::::::::: PESOS ATUALIZADOS :::::::::::::.");
disp(W);
save('ANN_treina.sod', 'W', 'NeuralNetwork');// armazena todos os valores do treinamento
endfunction
|
a9dc20ff2ea3e6487ddbdee7781e689ba22e0ea4
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set7/s_Electronic_Measurements_And_Instrumentation_P._Sharma_876.zip/Electronic_Measurements_And_Instrumentation_P._Sharma_876/CH4/EX4.13/Ex4_13.sce
|
d73059923de7d27ef9088fd1adf4153d8eb2fd4b
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 476
|
sce
|
Ex4_13.sce
|
errcatch(-1,"stop");mode(2);//caption:find value of frequency of the bridge arm resistance of arm AD
//Ex4.13
R1=1000//resistance of arm AB(in ohm)
C1=0.159*10^-6//capacitance of arm AB(in F)
R2=1000//resistance of arm BC(in ohm)
C3=0.636*10^-6//capacitance of arm BC(in F)
R4=500//resistance of arm BC(in ohm)
R3=R1*((R4/R2)-(C1/C3))
disp(R3,'resistance of the arm AD(in ohm)=')
f=1/(2*%pi*sqrt(C1*C3*R1*R3))
disp(f,'frequency of the bridge(in Hz)=')
exit();
|
dc737a5cbf04176ab4065f9521b8600ce86f14b1
|
027ab3ee9ca52dffe8658db7b784a6e724959f64
|
/Controle/01-introducao/03-MassaMola_2ordem_PID.sce
|
95caa2c6fd7f074c8c718cd18e00fcc744b21cbf
|
[
"MIT"
] |
permissive
|
davidolivaa/ufabc-ieee-orion-adcs
|
17c5671fd1dedc4059b6aa4562874f504ac1ccad
|
64a64fb3f69cfb95f56b86ee8fcb66d56e66c7ea
|
refs/heads/main
| 2023-08-15T05:09:53.420505
| 2021-09-12T19:40:16
| 2021-09-12T19:40:16
| 369,026,218
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,994
|
sce
|
03-MassaMola_2ordem_PID.sce
|
clear
//Sistema mecanico, massa-mola-amortecedor em PID
T_sim = 10; //tempo de simulaçao
//valores das variaveis de massa, força viscosa e Kmola
Massa = 0.1; Fviscosa = 0.2; Kmola = 1.6;
//calcula eta e wn
Wn = sqrt(Kmola/Massa);
eta = (Fviscosa/Massa)/(2*Wn);
disp('Wn e eta', [Wn eta]);
//funçao poly cria polinomios a partir de 3 parametros
numerador = poly([1], 's', 'c');
denominador = poly([Kmola Fviscosa Massa], 's', 'c');
//funçao syslin vai criar a funçao de transferencia em malha aberta
P_s = syslin('c', numerador, denominador);
disp('FT malha aberta', P_s);
//funçao transferencia controlador PID
ki = 2*Wn; kp = 10*Wn; kd = 1*Wn;
C_s = syslin('c', poly([ki kp kd], 's', 'c'), poly([0 1], 's', 'c'));
disp('FT controlador', C_s);
//cria a funçao de transferencia do sensor
H_s = poly([1], 's', 'c');
//cria a funçao de transferencia em malha fechada
G1_s = (C_s*P_s)/(1+C_s*P_s*H_s);
disp('FT malha fechada', G1_s);
// tempos criados com a funçao linspace que cria vetores, esses tempos serao usados como parametros para encontrar a resposta ao degrau
t = linspace(0, T_sim, 1e4); t1 = linspace(-1, T_sim, 1e4); // degrau unitario
y_degrau = [0*t1(t1<=0)t1(t1>0)./t1(t1>0)]; //cria o grafico do degrau, 0 quando t1 é menor que 0 e t1 quando é maior
y_sis_MA = csim('step', t, P_s); // funçao que calcula a resposta ao degrau
y_sis_MF = csim('step', t, G1_s); // funçao que calcula a resposta ao degrau
scf(3); clf(3); //comando que faz os dois graficos ficarem na mesma figura
plot(t1, y_degrau, 'r-', 'LineWidth', 3);
plot(t, y_sis_MA, 'b-', 'LineWidth', 3);
plot(t, y_sis_MF, 'k-', 'LineWidth', 3);
title "Sistema massa mola amortecedor com PID" fontsize 5;
xlabel "$tempo (s)$" fontsize 5;
ylabel "$V \ (V)$" fontsize 5;
L=legend(['degrau unitario', 'resposta em malha aberta', 'resposta em malha fechada'], 'font_size', 4, 4);
L.font_size=4;
set(gca(), 'font_size', 5);
set(gca(), 'grid', [1 1]);
set(gca(), 'data_bounds', [-0.01 -0.01; 1 1.1]);
|
8b86b2c500b55eaf95dc279c1aeeeacad2ced28c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1574/CH3/EX3.3/M_Ex_3_3.sce
|
e5a577d6bdcb35aec4038fb44833cde337779c43
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 298
|
sce
|
M_Ex_3_3.sce
|
clc
//Chapter3: Modulation
//Example3.3
//Given
M1=0.2//depth of modulation for first tone
M2=0.4//depth of modulation for second tone
Pc=1200//Tx Power
Pmod=Pc*(1+M1^2/2+M2^2/2)//total power radiated after modulation by both the tones
mprintf('The total power radiated is %d watts',Pmod)
|
a77de59ca0266c2461b0f75c926a9edd100569b0
|
d56141249002a5da7c4a2641dbdfc609809046a8
|
/Abinit/ab_k_path_gen.sce
|
2361679ae517303dcea63430b921f7cf7b067c77
|
[] |
no_license
|
kcbhamu/DFTutilities
|
14a77226c1229ec61563cc08316d6c32814ddb57
|
d6c859407a6b13c8bc5340c08db7a0125d6ed4e6
|
refs/heads/master
| 2021-06-24T15:23:58.675113
| 2017-08-23T20:56:44
| 2017-08-23T20:56:44
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,152
|
sce
|
ab_k_path_gen.sce
|
// This code helps you generate k-point for band struncture calculation.
// << Variables >>
// [lat_const]: 1x1, real
// => lattice constant. primitive vectors will all multipile this constant.
// [pri_vect]: 3x3, real
// => primitive vectors in row form
// [red_path]: nx3, real
// => k-path divided points in reduced k-basis, i.e. coeff of b
// [k_div]: 1x1, real
// => number of divisions for each unit k
// [k_form]: 1x1, string, 'red' or 'cart'
// => form of the output k_point, reduced or cartesian
// [out_format]: 1x1, string, 'ab' or 'qe'
// => for abinit or for quantum-espresso
clear; clc; exec(PiLib);
// Parameters ==========================================================
lat_const=1.0
pri_vect=..
[
2.5850000111 -4.4010000058 0.0000000000
2.5850000111 4.4010000058 0.0000000000
0.0000000000 0.0000000000 5.1253999263
]
red_path=..
[
0.00000000 0.00000000 0.00000000
0.50000000 0.00000000 0.00000000
0.33333333 0.33333333 0.00000000
0.00000000 0.00000000 0.00000000
0.00000000 0.00000000 0.50000000
0.50000000 0.00000000 0.50000000
0.33333333 0.33333333 0.50000000
0.00000000 0.00000000 0.50000000
]
k_div=20
k_form='red' // 'cart' or 'red'
out_format='ab' // 'ab' or 'qe'
// Main ================================================================
b=PIL_recip_vec(lat_const*pri_vect);
k_path=zeros(red_path);
for n=1:length(red_path(:,1))
for m=1:3
k_path(n,:)=k_path(n,:)+red_path(n,m)*b(m,:);
end
end
[k_pt,k_pt_div]=PIL_k_path(k_path,k_div,'unit',lat_const)
select k_form
case 'red'
for n=1:length(k_pt(:,1))
k_pt(n,:)=(PIL_linexpan(k_pt(n,:),b'))'
end
case 'cart'
end
printf('\n')
printf('kptopt %d\n',-length(k_pt_div))
printf('ndivk\n ')
printf('%d ',k_pt_div)
printf('\nkptbounds\n');
printf(' %7.4f %7.4f %7.4f\n',red_path);
printf('\n => total k-point='+string(sum(k_pt_div))+'\n')
printf('k-points:\n')
select out_format
case 'qe'
k_pt=cat(2,k_pt,ones(length(k_pt(:,1)),1));
printf(' %7.4f %7.4f %7.4f %7.4f\n',k_pt)
case 'ab'
printf(' %7.4f %7.4f %7.4f\n',k_pt)
end
|
9a27b1b02d628d1e72e58e39c75166b865accffb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/49/CH4/EX4.1/ex1.sce
|
1d773dfd7c235885ddebef23563c72cce547c6c7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 828
|
sce
|
ex1.sce
|
//CHAPTER 4_ Motion and Dimensional Measurement
//Caption : Resistance strain gage
// Example 1// Page 163
disp("Rg=120")
disp("E=200 *10^9")
disp("dL=3 ")
disp("dp=0.3")
disp("v=0.3 ")
Rg=120 //('enter the resistance of strain gage=:')
E=200 *10^9 // given
dL=3 //('enter the percent change in the length of nthe rod due to loading=:')
dp=0.3 //('enter the corresponding change in the resistivity of strain gage=:')
v=0.3 // poissons ratio
e=dL/100;
dp_p=dp/100
disp("dR_R=dp_p+e*(1+2*v)")
dR_R=dp_p+e*(1+2*v)
Sg=dR_R/e;
printf('So the gage factor is %fd \n',Sg)
u_dr=0.02 //('enter the uncertainty in resistance=:')
u_sig=E*u_dr/(Rg*Sg)*10^-6;
printf(' Stress uncertainty is %1.1f MPa\n',u_sig)
// To calculate strain uncertainty
u_e=u_dr/(Rg*Sg)
printf('Strain uncertainty is %fd\n',u_e)
|
1d857fd468a0876c8d12cbb8d0d04c9ca858c9c7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3685/CH15/EX15.13/Ex15_13.sce
|
a2611888c896c23c50ca3ea50fd5b9f5e8d45243
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,260
|
sce
|
Ex15_13.sce
|
clc
// at 15 degree Celsius
Psat1 = 0.01705 // Saturation pressure in bar
hg1 = 2528.9 // Enthalpy in kJ/kg
// At 35 degree Celsius
Psat2 = 0.05628 // Saturation pressure in bar
hg2 = 2565.3 // Enthalpy in kJ/kg
fi1 = 0.55// Humidity ratio at state 1
Pw1 = fi1*Psat1 // water vapor pressure at state 1
fi2 = 1 // Humidity ratio at state 2
Pw2 = fi2*Psat2 // water vapor pressure at state 2
P = 0.1 // Atmospheric pressure in MPa
W1 = (0.622*Pw1)/(P*10-Pw1)
W2 = (0.622*Pw2)/(P*10-Pw2)
MW = W2-W1 // unit mass flow rate of water
t2 = 35 // Air exit temperature in degree Celsius
t1 = 14 // make up water inlet temperature in degree Celsius
m_dot = 2.78 // water flow rate in kg/s
cpa = 1.005 // Constant pressure heat capacity ratio in kJ/kg
h43 = 35*4.187 // Enthalpy change
h5 = 14*4.187 // Enthalpy at state 5in kJ/kg
m_dot_w = (-(W2-W1)*h5 - W1*hg1 + W2*hg2 + cpa*(t2-t1))/(h43)
R = m_dot/m_dot_w
MW = (W2-W1)*R //Make up water flow rate
RWA = R*(1+W1)
R = 0.287 // Gas constant
V_dot = (RWA*R*(t1+273))/(P*1e03) // Volume flow rate of air
printf("\n Example 15.13\n")
printf("\n Make up water flow rate is %f kg/s",MW)
printf("\n Volume flow rate of air is %f m^3/s",V_dot)
//The answers vary due to round off error
|
a9449db114599f66ea9d6aa99647b6db53fc4e2d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2087/CH14/EX14.28/example14_28.sce
|
6d7f467f128a229dc64213ca3959e69c629bac99
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 468
|
sce
|
example14_28.sce
|
//example 14.28
//design a regime channel using Laecy's theory
clc;funcprot(0);
//given
Q=35; //discharge
f=0.9; //silt factor
s=1/2; //side slope
V=(Q*f/140)^(1/6);
A=Q/V;
P=4.75*Q^0.5;
D=(P-(P^2-6.944*A)^0.5)/3.472;
B=P-2.236*D;
R=5*V^2/(2*f);
S=f^(5/3)/(3340*Q^(1/6));
D=round(D*100)/100;
mprintf("Bed slope=%f.",S);
mprintf("\nWidth of channel section=%i m.",B);
mprintf("\nDepth of channel section=%f m.",D);
|
e8ebca1b46999e566c01f7214098f84d76d20e9a
|
8ae3b729f022bada5cac672ef417bf26f0455c1e
|
/index.tst
|
a814d3dd57dd0c8aae36e337535dd753ed397d5b
|
[] |
no_license
|
rogermeijs/rogermeijs.github.io
|
c8711b4dd7455cffd0323af4c920926af79119a1
|
54eb2cfd19034eeaa4a03c58f44bc1aade4603fc
|
refs/heads/main
| 2023-08-19T10:36:27.233442
| 2021-09-21T00:36:09
| 2021-09-21T00:36:09
| 408,517,887
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 501,352
|
tst
|
index.tst
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>leaflet</title>
<script>(function() {
// If window.HTMLWidgets is already defined, then use it; otherwise create a
// new object. This allows preceding code to set options that affect the
// initialization process (though none currently exist).
window.HTMLWidgets = window.HTMLWidgets || {};
// See if we're running in a viewer pane. If not, we're in a web browser.
var viewerMode = window.HTMLWidgets.viewerMode =
/\bviewer_pane=1\b/.test(window.location);
// See if we're running in Shiny mode. If not, it's a static document.
// Note that static widgets can appear in both Shiny and static modes, but
// obviously, Shiny widgets can only appear in Shiny apps/documents.
var shinyMode = window.HTMLWidgets.shinyMode =
typeof(window.Shiny) !== "undefined" && !!window.Shiny.outputBindings;
// We can't count on jQuery being available, so we implement our own
// version if necessary.
function querySelectorAll(scope, selector) {
if (typeof(jQuery) !== "undefined" && scope instanceof jQuery) {
return scope.find(selector);
}
if (scope.querySelectorAll) {
return scope.querySelectorAll(selector);
}
}
function asArray(value) {
if (value === null)
return [];
if ($.isArray(value))
return value;
return [value];
}
// Implement jQuery's extend
function extend(target /*, ... */) {
if (arguments.length == 1) {
return target;
}
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var prop in source) {
if (source.hasOwnProperty(prop)) {
target[prop] = source[prop];
}
}
}
return target;
}
// IE8 doesn't support Array.forEach.
function forEach(values, callback, thisArg) {
if (values.forEach) {
values.forEach(callback, thisArg);
} else {
for (var i = 0; i < values.length; i++) {
callback.call(thisArg, values[i], i, values);
}
}
}
// Replaces the specified method with the return value of funcSource.
//
// Note that funcSource should not BE the new method, it should be a function
// that RETURNS the new method. funcSource receives a single argument that is
// the overridden method, it can be called from the new method. The overridden
// method can be called like a regular function, it has the target permanently
// bound to it so "this" will work correctly.
function overrideMethod(target, methodName, funcSource) {
var superFunc = target[methodName] || function() {};
var superFuncBound = function() {
return superFunc.apply(target, arguments);
};
target[methodName] = funcSource(superFuncBound);
}
// Add a method to delegator that, when invoked, calls
// delegatee.methodName. If there is no such method on
// the delegatee, but there was one on delegator before
// delegateMethod was called, then the original version
// is invoked instead.
// For example:
//
// var a = {
// method1: function() { console.log('a1'); }
// method2: function() { console.log('a2'); }
// };
// var b = {
// method1: function() { console.log('b1'); }
// };
// delegateMethod(a, b, "method1");
// delegateMethod(a, b, "method2");
// a.method1();
// a.method2();
//
// The output would be "b1", "a2".
function delegateMethod(delegator, delegatee, methodName) {
var inherited = delegator[methodName];
delegator[methodName] = function() {
var target = delegatee;
var method = delegatee[methodName];
// The method doesn't exist on the delegatee. Instead,
// call the method on the delegator, if it exists.
if (!method) {
target = delegator;
method = inherited;
}
if (method) {
return method.apply(target, arguments);
}
};
}
// Implement a vague facsimilie of jQuery's data method
function elementData(el, name, value) {
if (arguments.length == 2) {
return el["htmlwidget_data_" + name];
} else if (arguments.length == 3) {
el["htmlwidget_data_" + name] = value;
return el;
} else {
throw new Error("Wrong number of arguments for elementData: " +
arguments.length);
}
}
// http://stackoverflow.com/questions/3446170/escape-string-for-use-in-javascript-regex
function escapeRegExp(str) {
return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
}
function hasClass(el, className) {
var re = new RegExp("\\b" + escapeRegExp(className) + "\\b");
return re.test(el.className);
}
// elements - array (or array-like object) of HTML elements
// className - class name to test for
// include - if true, only return elements with given className;
// if false, only return elements *without* given className
function filterByClass(elements, className, include) {
var results = [];
for (var i = 0; i < elements.length; i++) {
if (hasClass(elements[i], className) == include)
results.push(elements[i]);
}
return results;
}
function on(obj, eventName, func) {
if (obj.addEventListener) {
obj.addEventListener(eventName, func, false);
} else if (obj.attachEvent) {
obj.attachEvent(eventName, func);
}
}
function off(obj, eventName, func) {
if (obj.removeEventListener)
obj.removeEventListener(eventName, func, false);
else if (obj.detachEvent) {
obj.detachEvent(eventName, func);
}
}
// Translate array of values to top/right/bottom/left, as usual with
// the "padding" CSS property
// https://developer.mozilla.org/en-US/docs/Web/CSS/padding
function unpackPadding(value) {
if (typeof(value) === "number")
value = [value];
if (value.length === 1) {
return {top: value[0], right: value[0], bottom: value[0], left: value[0]};
}
if (value.length === 2) {
return {top: value[0], right: value[1], bottom: value[0], left: value[1]};
}
if (value.length === 3) {
return {top: value[0], right: value[1], bottom: value[2], left: value[1]};
}
if (value.length === 4) {
return {top: value[0], right: value[1], bottom: value[2], left: value[3]};
}
}
// Convert an unpacked padding object to a CSS value
function paddingToCss(paddingObj) {
return paddingObj.top + "px " + paddingObj.right + "px " + paddingObj.bottom + "px " + paddingObj.left + "px";
}
// Makes a number suitable for CSS
function px(x) {
if (typeof(x) === "number")
return x + "px";
else
return x;
}
// Retrieves runtime widget sizing information for an element.
// The return value is either null, or an object with fill, padding,
// defaultWidth, defaultHeight fields.
function sizingPolicy(el) {
var sizingEl = document.querySelector("script[data-for='" + el.id + "'][type='application/htmlwidget-sizing']");
if (!sizingEl)
return null;
var sp = JSON.parse(sizingEl.textContent || sizingEl.text || "{}");
if (viewerMode) {
return sp.viewer;
} else {
return sp.browser;
}
}
// @param tasks Array of strings (or falsy value, in which case no-op).
// Each element must be a valid JavaScript expression that yields a
// function. Or, can be an array of objects with "code" and "data"
// properties; in this case, the "code" property should be a string
// of JS that's an expr that yields a function, and "data" should be
// an object that will be added as an additional argument when that
// function is called.
// @param target The object that will be "this" for each function
// execution.
// @param args Array of arguments to be passed to the functions. (The
// same arguments will be passed to all functions.)
function evalAndRun(tasks, target, args) {
if (tasks) {
forEach(tasks, function(task) {
var theseArgs = args;
if (typeof(task) === "object") {
theseArgs = theseArgs.concat([task.data]);
task = task.code;
}
var taskFunc = tryEval(task);
if (typeof(taskFunc) !== "function") {
throw new Error("Task must be a function! Source:\n" + task);
}
taskFunc.apply(target, theseArgs);
});
}
}
// Attempt eval() both with and without enclosing in parentheses.
// Note that enclosing coerces a function declaration into
// an expression that eval() can parse
// (otherwise, a SyntaxError is thrown)
function tryEval(code) {
var result = null;
try {
result = eval(code);
} catch(error) {
if (!error instanceof SyntaxError) {
throw error;
}
try {
result = eval("(" + code + ")");
} catch(e) {
if (e instanceof SyntaxError) {
throw error;
} else {
throw e;
}
}
}
return result;
}
function initSizing(el) {
var sizing = sizingPolicy(el);
if (!sizing)
return;
var cel = document.getElementById("htmlwidget_container");
if (!cel)
return;
if (typeof(sizing.padding) !== "undefined") {
document.body.style.margin = "0";
document.body.style.padding = paddingToCss(unpackPadding(sizing.padding));
}
if (sizing.fill) {
document.body.style.overflow = "hidden";
document.body.style.width = "100%";
document.body.style.height = "100%";
document.documentElement.style.width = "100%";
document.documentElement.style.height = "100%";
if (cel) {
cel.style.position = "absolute";
var pad = unpackPadding(sizing.padding);
cel.style.top = pad.top + "px";
cel.style.right = pad.right + "px";
cel.style.bottom = pad.bottom + "px";
cel.style.left = pad.left + "px";
el.style.width = "100%";
el.style.height = "100%";
}
return {
getWidth: function() { return cel.offsetWidth; },
getHeight: function() { return cel.offsetHeight; }
};
} else {
el.style.width = px(sizing.width);
el.style.height = px(sizing.height);
return {
getWidth: function() { return el.offsetWidth; },
getHeight: function() { return el.offsetHeight; }
};
}
}
// Default implementations for methods
var defaults = {
find: function(scope) {
return querySelectorAll(scope, "." + this.name);
},
renderError: function(el, err) {
var $el = $(el);
this.clearError(el);
// Add all these error classes, as Shiny does
var errClass = "shiny-output-error";
if (err.type !== null) {
// use the classes of the error condition as CSS class names
errClass = errClass + " " + $.map(asArray(err.type), function(type) {
return errClass + "-" + type;
}).join(" ");
}
errClass = errClass + " htmlwidgets-error";
// Is el inline or block? If inline or inline-block, just display:none it
// and add an inline error.
var display = $el.css("display");
$el.data("restore-display-mode", display);
if (display === "inline" || display === "inline-block") {
$el.hide();
if (err.message !== "") {
var errorSpan = $("<span>").addClass(errClass);
errorSpan.text(err.message);
$el.after(errorSpan);
}
} else if (display === "block") {
// If block, add an error just after the el, set visibility:none on the
// el, and position the error to be on top of the el.
// Mark it with a unique ID and CSS class so we can remove it later.
$el.css("visibility", "hidden");
if (err.message !== "") {
var errorDiv = $("<div>").addClass(errClass).css("position", "absolute")
.css("top", el.offsetTop)
.css("left", el.offsetLeft)
// setting width can push out the page size, forcing otherwise
// unnecessary scrollbars to appear and making it impossible for
// the element to shrink; so use max-width instead
.css("maxWidth", el.offsetWidth)
.css("height", el.offsetHeight);
errorDiv.text(err.message);
$el.after(errorDiv);
// Really dumb way to keep the size/position of the error in sync with
// the parent element as the window is resized or whatever.
var intId = setInterval(function() {
if (!errorDiv[0].parentElement) {
clearInterval(intId);
return;
}
errorDiv
.css("top", el.offsetTop)
.css("left", el.offsetLeft)
.css("maxWidth", el.offsetWidth)
.css("height", el.offsetHeight);
}, 500);
}
}
},
clearError: function(el) {
var $el = $(el);
var display = $el.data("restore-display-mode");
$el.data("restore-display-mode", null);
if (display === "inline" || display === "inline-block") {
if (display)
$el.css("display", display);
$(el.nextSibling).filter(".htmlwidgets-error").remove();
} else if (display === "block"){
$el.css("visibility", "inherit");
$(el.nextSibling).filter(".htmlwidgets-error").remove();
}
},
sizing: {}
};
// Called by widget bindings to register a new type of widget. The definition
// object can contain the following properties:
// - name (required) - A string indicating the binding name, which will be
// used by default as the CSS classname to look for.
// - initialize (optional) - A function(el) that will be called once per
// widget element; if a value is returned, it will be passed as the third
// value to renderValue.
// - renderValue (required) - A function(el, data, initValue) that will be
// called with data. Static contexts will cause this to be called once per
// element; Shiny apps will cause this to be called multiple times per
// element, as the data changes.
window.HTMLWidgets.widget = function(definition) {
if (!definition.name) {
throw new Error("Widget must have a name");
}
if (!definition.type) {
throw new Error("Widget must have a type");
}
// Currently we only support output widgets
if (definition.type !== "output") {
throw new Error("Unrecognized widget type '" + definition.type + "'");
}
// TODO: Verify that .name is a valid CSS classname
// Support new-style instance-bound definitions. Old-style class-bound
// definitions have one widget "object" per widget per type/class of
// widget; the renderValue and resize methods on such widget objects
// take el and instance arguments, because the widget object can't
// store them. New-style instance-bound definitions have one widget
// object per widget instance; the definition that's passed in doesn't
// provide renderValue or resize methods at all, just the single method
// factory(el, width, height)
// which returns an object that has renderValue(x) and resize(w, h).
// This enables a far more natural programming style for the widget
// author, who can store per-instance state using either OO-style
// instance fields or functional-style closure variables (I guess this
// is in contrast to what can only be called C-style pseudo-OO which is
// what we required before).
if (definition.factory) {
definition = createLegacyDefinitionAdapter(definition);
}
if (!definition.renderValue) {
throw new Error("Widget must have a renderValue function");
}
// For static rendering (non-Shiny), use a simple widget registration
// scheme. We also use this scheme for Shiny apps/documents that also
// contain static widgets.
window.HTMLWidgets.widgets = window.HTMLWidgets.widgets || [];
// Merge defaults into the definition; don't mutate the original definition.
var staticBinding = extend({}, defaults, definition);
overrideMethod(staticBinding, "find", function(superfunc) {
return function(scope) {
var results = superfunc(scope);
// Filter out Shiny outputs, we only want the static kind
return filterByClass(results, "html-widget-output", false);
};
});
window.HTMLWidgets.widgets.push(staticBinding);
if (shinyMode) {
// Shiny is running. Register the definition with an output binding.
// The definition itself will not be the output binding, instead
// we will make an output binding object that delegates to the
// definition. This is because we foolishly used the same method
// name (renderValue) for htmlwidgets definition and Shiny bindings
// but they actually have quite different semantics (the Shiny
// bindings receive data that includes lots of metadata that it
// strips off before calling htmlwidgets renderValue). We can't
// just ignore the difference because in some widgets it's helpful
// to call this.renderValue() from inside of resize(), and if
// we're not delegating, then that call will go to the Shiny
// version instead of the htmlwidgets version.
// Merge defaults with definition, without mutating either.
var bindingDef = extend({}, defaults, definition);
// This object will be our actual Shiny binding.
var shinyBinding = new Shiny.OutputBinding();
// With a few exceptions, we'll want to simply use the bindingDef's
// version of methods if they are available, otherwise fall back to
// Shiny's defaults. NOTE: If Shiny's output bindings gain additional
// methods in the future, and we want them to be overrideable by
// HTMLWidget binding definitions, then we'll need to add them to this
// list.
delegateMethod(shinyBinding, bindingDef, "getId");
delegateMethod(shinyBinding, bindingDef, "onValueChange");
delegateMethod(shinyBinding, bindingDef, "onValueError");
delegateMethod(shinyBinding, bindingDef, "renderError");
delegateMethod(shinyBinding, bindingDef, "clearError");
delegateMethod(shinyBinding, bindingDef, "showProgress");
// The find, renderValue, and resize are handled differently, because we
// want to actually decorate the behavior of the bindingDef methods.
shinyBinding.find = function(scope) {
var results = bindingDef.find(scope);
// Only return elements that are Shiny outputs, not static ones
var dynamicResults = results.filter(".html-widget-output");
// It's possible that whatever caused Shiny to think there might be
// new dynamic outputs, also caused there to be new static outputs.
// Since there might be lots of different htmlwidgets bindings, we
// schedule execution for later--no need to staticRender multiple
// times.
if (results.length !== dynamicResults.length)
scheduleStaticRender();
return dynamicResults;
};
// Wrap renderValue to handle initialization, which unfortunately isn't
// supported natively by Shiny at the time of this writing.
shinyBinding.renderValue = function(el, data) {
Shiny.renderDependencies(data.deps);
// Resolve strings marked as javascript literals to objects
if (!(data.evals instanceof Array)) data.evals = [data.evals];
for (var i = 0; data.evals && i < data.evals.length; i++) {
window.HTMLWidgets.evaluateStringMember(data.x, data.evals[i]);
}
if (!bindingDef.renderOnNullValue) {
if (data.x === null) {
el.style.visibility = "hidden";
return;
} else {
el.style.visibility = "inherit";
}
}
if (!elementData(el, "initialized")) {
initSizing(el);
elementData(el, "initialized", true);
if (bindingDef.initialize) {
var result = bindingDef.initialize(el, el.offsetWidth,
el.offsetHeight);
elementData(el, "init_result", result);
}
}
bindingDef.renderValue(el, data.x, elementData(el, "init_result"));
evalAndRun(data.jsHooks.render, elementData(el, "init_result"), [el, data.x]);
};
// Only override resize if bindingDef implements it
if (bindingDef.resize) {
shinyBinding.resize = function(el, width, height) {
// Shiny can call resize before initialize/renderValue have been
// called, which doesn't make sense for widgets.
if (elementData(el, "initialized")) {
bindingDef.resize(el, width, height, elementData(el, "init_result"));
}
};
}
Shiny.outputBindings.register(shinyBinding, bindingDef.name);
}
};
var scheduleStaticRenderTimerId = null;
function scheduleStaticRender() {
if (!scheduleStaticRenderTimerId) {
scheduleStaticRenderTimerId = setTimeout(function() {
scheduleStaticRenderTimerId = null;
window.HTMLWidgets.staticRender();
}, 1);
}
}
// Render static widgets after the document finishes loading
// Statically render all elements that are of this widget's class
window.HTMLWidgets.staticRender = function() {
var bindings = window.HTMLWidgets.widgets || [];
forEach(bindings, function(binding) {
var matches = binding.find(document.documentElement);
forEach(matches, function(el) {
var sizeObj = initSizing(el, binding);
if (hasClass(el, "html-widget-static-bound"))
return;
el.className = el.className + " html-widget-static-bound";
var initResult;
if (binding.initialize) {
initResult = binding.initialize(el,
sizeObj ? sizeObj.getWidth() : el.offsetWidth,
sizeObj ? sizeObj.getHeight() : el.offsetHeight
);
elementData(el, "init_result", initResult);
}
if (binding.resize) {
var lastSize = {
w: sizeObj ? sizeObj.getWidth() : el.offsetWidth,
h: sizeObj ? sizeObj.getHeight() : el.offsetHeight
};
var resizeHandler = function(e) {
var size = {
w: sizeObj ? sizeObj.getWidth() : el.offsetWidth,
h: sizeObj ? sizeObj.getHeight() : el.offsetHeight
};
if (size.w === 0 && size.h === 0)
return;
if (size.w === lastSize.w && size.h === lastSize.h)
return;
lastSize = size;
binding.resize(el, size.w, size.h, initResult);
};
on(window, "resize", resizeHandler);
// This is needed for cases where we're running in a Shiny
// app, but the widget itself is not a Shiny output, but
// rather a simple static widget. One example of this is
// an rmarkdown document that has runtime:shiny and widget
// that isn't in a render function. Shiny only knows to
// call resize handlers for Shiny outputs, not for static
// widgets, so we do it ourselves.
if (window.jQuery) {
window.jQuery(document).on(
"shown.htmlwidgets shown.bs.tab.htmlwidgets shown.bs.collapse.htmlwidgets",
resizeHandler
);
window.jQuery(document).on(
"hidden.htmlwidgets hidden.bs.tab.htmlwidgets hidden.bs.collapse.htmlwidgets",
resizeHandler
);
}
// This is needed for the specific case of ioslides, which
// flips slides between display:none and display:block.
// Ideally we would not have to have ioslide-specific code
// here, but rather have ioslides raise a generic event,
// but the rmarkdown package just went to CRAN so the
// window to getting that fixed may be long.
if (window.addEventListener) {
// It's OK to limit this to window.addEventListener
// browsers because ioslides itself only supports
// such browsers.
on(document, "slideenter", resizeHandler);
on(document, "slideleave", resizeHandler);
}
}
var scriptData = document.querySelector("script[data-for='" + el.id + "'][type='application/json']");
if (scriptData) {
var data = JSON.parse(scriptData.textContent || scriptData.text);
// Resolve strings marked as javascript literals to objects
if (!(data.evals instanceof Array)) data.evals = [data.evals];
for (var k = 0; data.evals && k < data.evals.length; k++) {
window.HTMLWidgets.evaluateStringMember(data.x, data.evals[k]);
}
binding.renderValue(el, data.x, initResult);
evalAndRun(data.jsHooks.render, initResult, [el, data.x]);
}
});
});
invokePostRenderHandlers();
}
function has_jQuery3() {
if (!window.jQuery) {
return false;
}
var $version = window.jQuery.fn.jquery;
var $major_version = parseInt($version.split(".")[0]);
return $major_version >= 3;
}
/*
/ Shiny 1.4 bumped jQuery from 1.x to 3.x which means jQuery's
/ on-ready handler (i.e., $(fn)) is now asyncronous (i.e., it now
/ really means $(setTimeout(fn)).
/ https://jquery.com/upgrade-guide/3.0/#breaking-change-document-ready-handlers-are-now-asynchronous
/
/ Since Shiny uses $() to schedule initShiny, shiny>=1.4 calls initShiny
/ one tick later than it did before, which means staticRender() is
/ called renderValue() earlier than (advanced) widget authors might be expecting.
/ https://github.com/rstudio/shiny/issues/2630
/
/ For a concrete example, leaflet has some methods (e.g., updateBounds)
/ which reference Shiny methods registered in initShiny (e.g., setInputValue).
/ Since leaflet is privy to this life-cycle, it knows to use setTimeout() to
/ delay execution of those methods (until Shiny methods are ready)
/ https://github.com/rstudio/leaflet/blob/18ec981/javascript/src/index.js#L266-L268
/
/ Ideally widget authors wouldn't need to use this setTimeout() hack that
/ leaflet uses to call Shiny methods on a staticRender(). In the long run,
/ the logic initShiny should be broken up so that method registration happens
/ right away, but binding happens later.
*/
function maybeStaticRenderLater() {
if (shinyMode && has_jQuery3()) {
window.jQuery(window.HTMLWidgets.staticRender);
} else {
window.HTMLWidgets.staticRender();
}
}
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", function() {
document.removeEventListener("DOMContentLoaded", arguments.callee, false);
maybeStaticRenderLater();
}, false);
} else if (document.attachEvent) {
document.attachEvent("onreadystatechange", function() {
if (document.readyState === "complete") {
document.detachEvent("onreadystatechange", arguments.callee);
maybeStaticRenderLater();
}
});
}
window.HTMLWidgets.getAttachmentUrl = function(depname, key) {
// If no key, default to the first item
if (typeof(key) === "undefined")
key = 1;
var link = document.getElementById(depname + "-" + key + "-attachment");
if (!link) {
throw new Error("Attachment " + depname + "/" + key + " not found in document");
}
return link.getAttribute("href");
};
window.HTMLWidgets.dataframeToD3 = function(df) {
var names = [];
var length;
for (var name in df) {
if (df.hasOwnProperty(name))
names.push(name);
if (typeof(df[name]) !== "object" || typeof(df[name].length) === "undefined") {
throw new Error("All fields must be arrays");
} else if (typeof(length) !== "undefined" && length !== df[name].length) {
throw new Error("All fields must be arrays of the same length");
}
length = df[name].length;
}
var results = [];
var item;
for (var row = 0; row < length; row++) {
item = {};
for (var col = 0; col < names.length; col++) {
item[names[col]] = df[names[col]][row];
}
results.push(item);
}
return results;
};
window.HTMLWidgets.transposeArray2D = function(array) {
if (array.length === 0) return array;
var newArray = array[0].map(function(col, i) {
return array.map(function(row) {
return row[i]
})
});
return newArray;
};
// Split value at splitChar, but allow splitChar to be escaped
// using escapeChar. Any other characters escaped by escapeChar
// will be included as usual (including escapeChar itself).
function splitWithEscape(value, splitChar, escapeChar) {
var results = [];
var escapeMode = false;
var currentResult = "";
for (var pos = 0; pos < value.length; pos++) {
if (!escapeMode) {
if (value[pos] === splitChar) {
results.push(currentResult);
currentResult = "";
} else if (value[pos] === escapeChar) {
escapeMode = true;
} else {
currentResult += value[pos];
}
} else {
currentResult += value[pos];
escapeMode = false;
}
}
if (currentResult !== "") {
results.push(currentResult);
}
return results;
}
// Function authored by Yihui/JJ Allaire
window.HTMLWidgets.evaluateStringMember = function(o, member) {
var parts = splitWithEscape(member, '.', '\\');
for (var i = 0, l = parts.length; i < l; i++) {
var part = parts[i];
// part may be a character or 'numeric' member name
if (o !== null && typeof o === "object" && part in o) {
if (i == (l - 1)) { // if we are at the end of the line then evalulate
if (typeof o[part] === "string")
o[part] = tryEval(o[part]);
} else { // otherwise continue to next embedded object
o = o[part];
}
}
}
};
// Retrieve the HTMLWidget instance (i.e. the return value of an
// HTMLWidget binding's initialize() or factory() function)
// associated with an element, or null if none.
window.HTMLWidgets.getInstance = function(el) {
return elementData(el, "init_result");
};
// Finds the first element in the scope that matches the selector,
// and returns the HTMLWidget instance (i.e. the return value of
// an HTMLWidget binding's initialize() or factory() function)
// associated with that element, if any. If no element matches the
// selector, or the first matching element has no HTMLWidget
// instance associated with it, then null is returned.
//
// The scope argument is optional, and defaults to window.document.
window.HTMLWidgets.find = function(scope, selector) {
if (arguments.length == 1) {
selector = scope;
scope = document;
}
var el = scope.querySelector(selector);
if (el === null) {
return null;
} else {
return window.HTMLWidgets.getInstance(el);
}
};
// Finds all elements in the scope that match the selector, and
// returns the HTMLWidget instances (i.e. the return values of
// an HTMLWidget binding's initialize() or factory() function)
// associated with the elements, in an array. If elements that
// match the selector don't have an associated HTMLWidget
// instance, the returned array will contain nulls.
//
// The scope argument is optional, and defaults to window.document.
window.HTMLWidgets.findAll = function(scope, selector) {
if (arguments.length == 1) {
selector = scope;
scope = document;
}
var nodes = scope.querySelectorAll(selector);
var results = [];
for (var i = 0; i < nodes.length; i++) {
results.push(window.HTMLWidgets.getInstance(nodes[i]));
}
return results;
};
var postRenderHandlers = [];
function invokePostRenderHandlers() {
while (postRenderHandlers.length) {
var handler = postRenderHandlers.shift();
if (handler) {
handler();
}
}
}
// Register the given callback function to be invoked after the
// next time static widgets are rendered.
window.HTMLWidgets.addPostRenderHandler = function(callback) {
postRenderHandlers.push(callback);
};
// Takes a new-style instance-bound definition, and returns an
// old-style class-bound definition. This saves us from having
// to rewrite all the logic in this file to accomodate both
// types of definitions.
function createLegacyDefinitionAdapter(defn) {
var result = {
name: defn.name,
type: defn.type,
initialize: function(el, width, height) {
return defn.factory(el, width, height);
},
renderValue: function(el, x, instance) {
return instance.renderValue(x);
},
resize: function(el, width, height, instance) {
return instance.resize(width, height);
}
};
if (defn.find)
result.find = defn.find;
if (defn.renderError)
result.renderError = defn.renderError;
if (defn.clearError)
result.clearError = defn.clearError;
return result;
}
})();
</script>
<script>/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=n._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return c=d.getElementsByTagName("body")[0],c&&c.style?(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(d.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var T=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,U=new RegExp("^(?:([+-])=|)("+T+")([a-z%]*)$","i"),V=["Top","Right","Bottom","Left"],W=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function X(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&U.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var Y=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)Y(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav></:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:l.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/<tbody/i;function ia(a){Z.test(a.type)&&(a.defaultChecked=a.checked)}function ja(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ca(b),q=[],r=0;o>r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?"<table>"!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ma.test(f)?this.mouseHooks:la.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&&null!=b.clientX&&(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&&f.scrollLeft||c&&c.scrollLeft||0)-(f&&f.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(f&&f.scrollTop||c&&c.scrollTop||0)-(f&&f.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&h&&(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ra()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ra()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return n.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)}:function(a,b,c){var d="on"+b;a.detachEvent&&("undefined"==typeof a[d]&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?pa:qa):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:qa,isPropagationStopped:qa,isImmediatePropagationStopped:qa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=pa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=pa,a&&!this.isSimulated&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=pa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){return n.nodeName(this,"form")?!1:void n.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=n.nodeName(b,"input")||n.nodeName(b,"button")?n.prop(b,"form"):void 0;c&&!n._data(c,"submit")&&(n.event.add(c,"submit._submit",function(a){a._submitBubble=!0}),n._data(c,"submit",!0))})},postDispatch:function(a){a._submitBubble&&(delete a._submitBubble,this.parentNode&&!a.isTrigger&&n.event.simulate("submit",this.parentNode,a))},teardown:function(){return n.nodeName(this,"form")?!1:void n.event.remove(this,"._submit")}}),l.change||(n.event.special.change={setup:function(){return ka.test(this.nodeName)?("checkbox"!==this.type&&"radio"!==this.type||(n.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._justChanged=!0)}),n.event.add(this,"click._change",function(a){this._justChanged&&!a.isTrigger&&(this._justChanged=!1),n.event.simulate("change",this,a)})),!1):void n.event.add(this,"beforeactivate._change",function(a){var b=a.target;ka.test(b.nodeName)&&!n._data(b,"change")&&(n.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate("change",this.parentNode,a)}),n._data(b,"change",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,"._change"),!ka.test(this.nodeName)}}),l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return sa(this,a,b,c,d)},one:function(a,b,c,d){return sa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=qa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ta=/ jQuery\d+="(?:null|\d+)"/g,ua=new RegExp("<(?:"+ba+")[\\s/>]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/<script|<style|<link/i,xa=/checked\s*(?:[^=]|=\s*.checked.)/i,ya=/^true\/(.*)/,za=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ja[0].contentWindow||Ja[0].contentDocument).document,b.write(),b.close(),c=La(a,b),Ja.detach()),Ka[a]=c),c}var Na=/^margin/,Oa=new RegExp("^("+T+")(?!px)[a-z%]+$","i"),Pa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Qa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement("div"),j=d.createElement("div");if(j.style){j.style.cssText="float:left;opacity:.5",l.opacity="0.5"===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip="content-box",j.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===j.style.backgroundClip,i=d.createElement("div"),i.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",j.innerHTML="",i.appendChild(j),l.boxSizing=""===j.style.boxSizing||""===j.style.MozBoxSizing||""===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&&k(),f},boxSizingReliable:function(){return null==b&&k(),e},pixelMarginRight:function(){return null==b&&k(),c},pixelPosition:function(){return null==b&&k(),b},reliableMarginRight:function(){return null==b&&k(),g},reliableMarginLeft:function(){return null==b&&k(),h}});function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText="-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",b=e=h=!1,c=g=!0,a.getComputedStyle&&(l=a.getComputedStyle(j),b="1%"!==(l||{}).top,h="2px"===(l||{}).marginLeft,e="4px"===(l||{width:"4px"}).width,j.style.marginRight="50%",c="4px"===(l||{marginRight:"4px"}).marginRight,k=j.appendChild(d.createElement("div")),k.style.cssText=j.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",k.style.marginRight=k.style.width="0",j.style.width="1px",g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display="none",f=0===j.getClientRects().length,f&&(j.style.display="",j.innerHTML="<table><tr><td></td><td>t</td></tr></table>",j.childNodes[0].style.borderCollapse="separate",k=j.getElementsByTagName("td"),k[0].style.cssText="margin:0;border:0;padding:0;display:none",f=0===k[0].offsetHeight,f&&(k[0].style.display="",k[1].style.display="none",f=0===k[0].offsetHeight)),m.removeChild(i)}}}();var Ra,Sa,Ta=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ra=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Oa.test(g)&&Na.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+""}):Qa.currentStyle&&(Ra=function(a){return a.currentStyle},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Oa.test(g)&&!Ta.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Ua(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Va=/alpha\([^)]*\)/i,Wa=/opacity\s*=\s*([^)]*)/i,Xa=/^(none|table(?!-c[ea]).+)/,Ya=new RegExp("^("+T+")(.*)$","i"),Za={position:"absolute",visibility:"hidden",display:"block"},$a={letterSpacing:"0",fontWeight:"400"},_a=["Webkit","O","Moz","ms"],ab=d.createElement("div").style;function bb(a){if(a in ab)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=_a.length;while(c--)if(a=_a[c]+b,a in ab)return a}function cb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&W(d)&&(f[g]=n._data(d,"olddisplay",Ma(d.nodeName)))):(e=W(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function db(a,b,c){var d=Ya.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function eb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+V[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+V[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+V[f]+"Width",!0,e))):(g+=n.css(a,"padding"+V[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+V[f]+"Width",!0,e)));return g}function fb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ra(a),g=l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Sa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Oa.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+eb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Sa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":l.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=U.exec(c))&&e[1]&&(c=X(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Sa(a,b,d)),"normal"===f&&b in $a&&(f=$a[b]),""===c||c?(e=parseFloat(f),c===!0||isFinite(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Xa.test(n.css(a,"display"))&&0===a.offsetWidth?Pa(a,Za,function(){return fb(a,b,d)}):fb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ra(a);return db(a,c,d?eb(a,b,d,l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Wa.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(Va,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Va.test(f)?f.replace(Va,e):f+" "+e)}}),n.cssHooks.marginRight=Ua(l.reliableMarginRight,function(a,b){return b?Pa(a,{display:"inline-block"},Sa,[a,"marginRight"]):void 0}),n.cssHooks.marginLeft=Ua(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Sa(a,"marginLeft"))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Pa(a,{
marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+"px":void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+V[d]+b]=f[d]||f[d-2]||f[0];return e}},Na.test(a)||(n.cssHooks[a+b].set=db)}),n.fn.extend({css:function(a,b){return Y(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ra(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return cb(this,!0)},hide:function(){return cb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){W(this)?n(this).show():n(this).hide()})}});function gb(a,b,c,d,e){return new gb.prototype.init(a,b,c,d,e)}n.Tween=gb,gb.prototype={constructor:gb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=gb.propHooks[this.prop];return a&&a.get?a.get(this):gb.propHooks._default.get(this)},run:function(a){var b,c=gb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):gb.propHooks._default.set(this),this}},gb.prototype.init.prototype=gb.prototype,gb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},gb.propHooks.scrollTop=gb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=gb.prototype.init,n.fx.step={};var hb,ib,jb=/^(?:toggle|show|hide)$/,kb=/queueHooks$/;function lb(){return a.setTimeout(function(){hb=void 0}),hb=n.now()}function mb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=V[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function nb(a,b,c){for(var d,e=(qb.tweeners[b]||[]).concat(qb.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ob(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&W(a),r=n._data(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,"display"),k="none"===j?n._data(a,"olddisplay")||Ma(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(l.inlineBlockNeedsLayout&&"inline"!==Ma(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],jb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))"inline"===("none"===j?Ma(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=nb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function pb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function qb(a,b,c){var d,e,f=0,g=qb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=hb||lb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:hb||lb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(pb(k,j.opts.specialEasing);g>f;f++)if(d=qb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,nb,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(qb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return X(c.elem,a,U.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],qb.tweeners[c]=qb.tweeners[c]||[],qb.tweeners[c].unshift(b)},prefilters:[ob],prefilter:function(a,b){b?qb.prefilters.unshift(a):qb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(W).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=qb(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&kb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(mb(b,!0),a,d,e)}}),n.each({slideDown:mb("show"),slideUp:mb("hide"),slideToggle:mb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(hb=n.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),hb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ib||(ib=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(ib),ib=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement("input"),c=d.createElement("div"),e=d.createElement("select"),f=e.appendChild(d.createElement("option"));c=d.createElement("div"),c.setAttribute("className","t"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=c.getElementsByTagName("a")[0],b.setAttribute("type","checkbox"),c.appendChild(b),a=c.getElementsByTagName("a")[0],a.style.cssText="top:1px",l.getSetAttribute="t"!==c.className,l.style=/top/.test(a.getAttribute("style")),l.hrefNormalized="/a"===a.getAttribute("href"),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement("form").enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement("input"),b.setAttribute("value",""),l.input=""===b.getAttribute("value"),b.value="t",b.setAttribute("type","radio"),l.radioValue="t"===b.value}();var rb=/\r/g,sb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(sb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var tb,ub,vb=n.expr.attrHandle,wb=/^(?:checked|selected)$/i,xb=l.getSetAttribute,yb=l.input;n.fn.extend({attr:function(a,b){return Y(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ub:tb)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?yb&&xb||!wb.test(c)?a[d]=!1:a[n.camelCase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeAttribute(xb?c:d)}}),ub={set:function(a,b,c){return b===!1?n.removeAttr(a,c):yb&&xb||!wb.test(c)?a.setAttribute(!xb&&n.propFix[c]||c,c):a[n.camelCase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=vb[b]||n.find.attr;yb&&xb||!wb.test(b)?vb[b]=function(a,b,d){var e,f;return d||(f=vb[b],vb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,vb[b]=f),e}:vb[b]=function(a,b,c){return c?void 0:a[n.camelCase("default-"+b)]?b.toLowerCase():null}}),yb&&xb||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,"input")?void(a.defaultValue=b):tb&&tb.set(a,b,c)}}),xb||(tb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},vb.id=vb.name=vb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:tb.set},n.attrHooks.contenteditable={set:function(a,b,c){tb.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var zb=/^(?:input|select|textarea|button|object)$/i,Ab=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return Y(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):zb.test(a.nodeName)||Ab.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.hrefNormalized||n.each(["href","src"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype="encoding");var Bb=/[\t\r\n\f]/g;function Cb(a){return n.attr(a,"class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Cb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Cb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Cb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=Cb(this),b&&n._data(this,"__className__",b),n.attr(this,"class",b||a===!1?"":n._data(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+Cb(c)+" ").replace(Bb," ").indexOf(b)>-1)return!0;return!1}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Db=a.location,Eb=n.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():n.error("Invalid JSON: "+b)},n.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,"text/xml")):(c=new a.ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var Hb=/#.*$/,Ib=/([?&])_=[^&]*/,Jb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Kb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Lb=/^(?:GET|HEAD)$/,Mb=/^\/\//,Nb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ob={},Pb={},Qb="*/".concat("*"),Rb=Db.href,Sb=Nb.exec(Rb.toLowerCase())||[];function Tb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Ub(a,b,c,d){var e={},f=a===Pb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Vb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Wb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Xb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Rb,type:"GET",isLocal:Kb.test(Sb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Qb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Vb(Vb(a,n.ajaxSettings),b):Vb(n.ajaxSettings,a)},ajaxPrefilter:Tb(Ob),ajaxTransport:Tb(Pb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&&(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks("once memory"),r=l.statusCode||{},s={},t={},u=0,v="canceled",w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Jb.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>u)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&&j.abort(b),y(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Rb)+"").replace(Hb,"").replace(Mb,Sb[1]+"//"),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||"*").toLowerCase().match(G)||[""],null==l.crossDomain&&(d=Nb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Sb[1]&&d[2]===Sb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Sb[3]||("http:"===Sb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=n.param(l.data,l.traditional)),Ub(Ob,l,c,w),2===u)return w;i=n.event&&l.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Lb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Ib.test(f)?f.replace(Ib,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(n.lastModified[f]&&w.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&w.setRequestHeader("If-None-Match",n.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&w.setRequestHeader("Content-Type",l.contentType),w.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Qb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,w,l)===!1||2===u))return w.abort();v="abort";for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Ub(Pb,l,c,w)){if(w.readyState=1,i&&o.trigger("ajaxSend",[w,l]),2===u)return w;l.async&&l.timeout>0&&(h=a.setTimeout(function(){w.abort("timeout")},l.timeout));try{u=1,j.send(s,y)}catch(x){if(!(2>u))throw x;y(-1,x)}}else y(-1,"No Transport");function y(b,c,d,e){var k,s,t,v,x,y=c;2!==u&&(u=2,h&&a.clearTimeout(h),j=void 0,g=e||"",w.readyState=b>0?4:0,k=b>=200&&300>b||304===b,d&&(v=Wb(l,w,d)),v=Xb(l,v,w,k),k?(l.ifModified&&(x=w.getResponseHeader("Last-Modified"),x&&(n.lastModified[f]=x),x=w.getResponseHeader("etag"),x&&(n.etag[f]=x)),204===b||"HEAD"===l.type?y="nocontent":304===b?y="notmodified":(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),w.status=b,w.statusText=(c||y)+"",k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&&o.trigger(k?"ajaxSuccess":"ajaxError",[w,l,k?s:t]),q.fireWith(m,[w,y]),i&&(o.trigger("ajaxComplete",[w,l]),--n.active||n.event.trigger("ajaxStop")))}return w},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}});function Yb(a){return a.style&&a.style.display||n.css(a,"display")}function Zb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&&1===a.nodeType){if("none"===Yb(a)||"hidden"===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth<=0&&a.offsetHeight<=0&&!a.getClientRects().length:Zb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var $b=/%20/g,_b=/\[\]$/,ac=/\r?\n/g,bc=/^(?:submit|button|image|reset|file)$/i,cc=/^(?:input|select|textarea|keygen)/i;function dc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||_b.test(a)?d(a,e):dc(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)dc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)dc(c,a[c],b,e);return d.join("&").replace($b,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&cc.test(this.nodeName)&&!bc.test(a)&&(this.checked||!Z.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(ac,"\r\n")}}):{name:b.name,value:c.replace(ac,"\r\n")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?ic():d.documentMode>8?hc():/^(get|post|head|put|delete|options)$/i.test(this.type)&&hc()||ic()}:hc;var ec=0,fc={},gc=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in fc)fc[a](void 0,!0)}),l.cors=!!gc&&"withCredentials"in gc,gc=l.ajax=!!gc,gc&&n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++ec;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&&g.overrideMimeType&&g.overrideMimeType(b.mimeType),b.crossDomain||d["X-Requested-With"]||(d["X-Requested-With"]="XMLHttpRequest");for(f in d)void 0!==d[f]&&g.setRequestHeader(f,d[f]+"");g.send(b.hasContent&&b.data||null),c=function(a,d){var f,i,j;if(c&&(d||4===g.readyState))if(delete fc[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&&g.abort();else{j={},f=g.status,"string"==typeof g.responseText&&(j.text=g.responseText);try{i=g.statusText}catch(k){i=""}f||!b.isLocal||b.crossDomain?1223===f&&(f=204):f=j.text?200:404}j&&e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=fc[h]=c:c()},abort:function(){c&&c(void 0,!0)}}}});function hc(){try{return new a.XMLHttpRequest}catch(b){}}function ic(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=d.head||n("head")[0]||d.documentElement;return{send:function(e,f){b=d.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||f(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var jc=[],kc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=jc.pop()||n.expando+"_"+Eb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(kc.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&kc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(kc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,jc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ja([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var lc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&lc)return lc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function mc(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?("undefined"!=typeof e.getBoundingClientRect&&(d=e.getBoundingClientRect()),c=mc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Qa})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return Y(this,function(a,d,e){var f=mc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ua(l.pixelPosition,function(a,c){return c?(c=Sa(a,b),Oa.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({
padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Y(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var nc=a.jQuery,oc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=oc),b&&a.jQuery===n&&(a.jQuery=nc),n},b||(a.jQuery=a.$=n),n});
</script>
<style type="text/css">.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane > svg,.leaflet-pane > canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer {position: absolute;left: 0;top: 0;}.leaflet-container {overflow: hidden;}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow {-webkit-user-select: none;-moz-user-select: none;user-select: none;-webkit-user-drag: none;}.leaflet-safari .leaflet-tile {image-rendering: -webkit-optimize-contrast;}.leaflet-safari .leaflet-tile-container {width: 1600px;height: 1600px;-webkit-transform-origin: 0 0;}.leaflet-marker-icon,.leaflet-marker-shadow {display: block;}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer {max-width: none !important;max-height: none !important;}.leaflet-container.leaflet-touch-zoom {-ms-touch-action: pan-x pan-y;touch-action: pan-x pan-y;}.leaflet-container.leaflet-touch-drag {-ms-touch-action: pinch-zoom;touch-action: none;touch-action: pinch-zoom;}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {-ms-touch-action: none;touch-action: none;}.leaflet-container {-webkit-tap-highlight-color: transparent;}.leaflet-container a {-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);}.leaflet-tile {filter: inherit;visibility: hidden;}.leaflet-tile-loaded {visibility: inherit;}.leaflet-zoom-box {width: 0;height: 0;-moz-box-sizing: border-box;box-sizing: border-box;z-index: 800;}.leaflet-overlay-pane svg {-moz-user-select: none;}.leaflet-pane { z-index: 400; }.leaflet-tile-pane { z-index: 200; }.leaflet-overlay-pane { z-index: 400; }.leaflet-shadow-pane { z-index: 500; }.leaflet-marker-pane { z-index: 600; }.leaflet-tooltip-pane { z-index: 650; }.leaflet-popup-pane { z-index: 700; }.leaflet-map-pane canvas { z-index: 100; }.leaflet-map-pane svg { z-index: 200; }.leaflet-vml-shape {width: 1px;height: 1px;}.lvml {behavior: url(#default#VML);display: inline-block;position: absolute;}.leaflet-control {position: relative;z-index: 800;pointer-events: visiblePainted; pointer-events: auto;}.leaflet-top,.leaflet-bottom {position: absolute;z-index: 1000;pointer-events: none;}.leaflet-top {top: 0;}.leaflet-right {right: 0;}.leaflet-bottom {bottom: 0;}.leaflet-left {left: 0;}.leaflet-control {float: left;clear: both;}.leaflet-right .leaflet-control {float: right;}.leaflet-top .leaflet-control {margin-top: 10px;}.leaflet-bottom .leaflet-control {margin-bottom: 10px;}.leaflet-left .leaflet-control {margin-left: 10px;}.leaflet-right .leaflet-control {margin-right: 10px;}.leaflet-fade-anim .leaflet-tile {will-change: opacity;}.leaflet-fade-anim .leaflet-popup {opacity: 0;-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;transition: opacity 0.2s linear;}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {opacity: 1;}.leaflet-zoom-animated {-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}.leaflet-zoom-anim .leaflet-zoom-animated {will-change: transform;}.leaflet-zoom-anim .leaflet-zoom-animated {-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);-o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);transition: transform 0.25s cubic-bezier(0,0,0.25,1);}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile {-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;}.leaflet-zoom-anim .leaflet-zoom-hide {visibility: hidden;}.leaflet-interactive {cursor: pointer;}.leaflet-grab {cursor: -webkit-grab;cursor: -moz-grab;}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {cursor: crosshair;}.leaflet-popup-pane,.leaflet-control {cursor: auto;}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane > svg path,.leaflet-tile-container {pointer-events: none;}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane > svg path.leaflet-interactive {pointer-events: visiblePainted; pointer-events: auto;}.leaflet-container {background: #ddd;outline: 0;}.leaflet-container a {color: #0078A8;}.leaflet-container a.leaflet-active {outline: 2px solid orange;}.leaflet-zoom-box {border: 2px dotted #38f;background: rgba(255,255,255,0.5);}.leaflet-container {font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;}.leaflet-bar {box-shadow: 0 1px 5px rgba(0,0,0,0.65);border-radius: 4px;}.leaflet-bar a,.leaflet-bar a:hover {background-color: #fff;border-bottom: 1px solid #ccc;width: 26px;height: 26px;line-height: 26px;display: block;text-align: center;text-decoration: none;color: black;}.leaflet-bar a,.leaflet-control-layers-toggle {background-position: 50% 50%;background-repeat: no-repeat;display: block;}.leaflet-bar a:hover {background-color: #f4f4f4;}.leaflet-bar a:first-child {border-top-left-radius: 4px;border-top-right-radius: 4px;}.leaflet-bar a:last-child {border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom: none;}.leaflet-bar a.leaflet-disabled {cursor: default;background-color: #f4f4f4;color: #bbb;}.leaflet-touch .leaflet-bar a {width: 30px;height: 30px;line-height: 30px;}.leaflet-touch .leaflet-bar a:first-child {border-top-left-radius: 2px;border-top-right-radius: 2px;}.leaflet-touch .leaflet-bar a:last-child {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}.leaflet-control-zoom-in,.leaflet-control-zoom-out {font: bold 18px 'Lucida Console', Monaco, monospace;text-indent: 1px;}.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {font-size: 22px;}.leaflet-control-layers {box-shadow: 0 1px 5px rgba(0,0,0,0.4);background: #fff;border-radius: 5px;}.leaflet-control-layers-toggle {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width: 36px;height: 36px;}.leaflet-retina .leaflet-control-layers-toggle {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size: 26px 26px;}.leaflet-touch .leaflet-control-layers-toggle {width: 44px;height: 44px;}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle {display: none;}.leaflet-control-layers-expanded .leaflet-control-layers-list {display: block;position: relative;}.leaflet-control-layers-expanded {padding: 6px 10px 6px 6px;color: #333;background: #fff;}.leaflet-control-layers-scrollbar {overflow-y: scroll;overflow-x: hidden;padding-right: 5px;}.leaflet-control-layers-selector {margin-top: 2px;position: relative;top: 1px;}.leaflet-control-layers label {display: block;}.leaflet-control-layers-separator {height: 0;border-top: 1px solid #ddd;margin: 5px -10px 5px -6px;}.leaflet-default-icon-path {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);}.leaflet-container .leaflet-control-attribution {background: #fff;background: rgba(255, 255, 255, 0.7);margin: 0;}.leaflet-control-attribution,.leaflet-control-scale-line {padding: 0 5px;color: #333;}.leaflet-control-attribution a {text-decoration: none;}.leaflet-control-attribution a:hover {text-decoration: underline;}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale {font-size: 11px;}.leaflet-left .leaflet-control-scale {margin-left: 5px;}.leaflet-bottom .leaflet-control-scale {margin-bottom: 5px;}.leaflet-control-scale-line {border: 2px solid #777;border-top: none;line-height: 1.1;padding: 2px 5px 1px;font-size: 11px;white-space: nowrap;overflow: hidden;-moz-box-sizing: border-box;box-sizing: border-box;background: #fff;background: rgba(255, 255, 255, 0.5);}.leaflet-control-scale-line:not(:first-child) {border-top: 2px solid #777;border-bottom: none;margin-top: -2px;}.leaflet-control-scale-line:not(:first-child):not(:last-child) {border-bottom: 2px solid #777;}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {box-shadow: none;}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {border: 2px solid rgba(0,0,0,0.2);background-clip: padding-box;}.leaflet-popup {position: absolute;text-align: center;margin-bottom: 20px;}.leaflet-popup-content-wrapper {padding: 1px;text-align: left;border-radius: 12px;}.leaflet-popup-content {margin: 13px 19px;line-height: 1.4;}.leaflet-popup-content p {margin: 18px 0;}.leaflet-popup-tip-container {width: 40px;height: 20px;position: absolute;left: 50%;margin-left: -20px;overflow: hidden;pointer-events: none;}.leaflet-popup-tip {width: 17px;height: 17px;padding: 1px;margin: -10px auto 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.leaflet-popup-content-wrapper,.leaflet-popup-tip {background: white;color: #333;box-shadow: 0 3px 14px rgba(0,0,0,0.4);}.leaflet-container a.leaflet-popup-close-button {position: absolute;top: 0;right: 0;padding: 4px 4px 0 0;border: none;text-align: center;width: 18px;height: 14px;font: 16px/14px Tahoma, Verdana, sans-serif;color: #c3c3c3;text-decoration: none;font-weight: bold;background: transparent;}.leaflet-container a.leaflet-popup-close-button:hover {color: #999;}.leaflet-popup-scrolled {overflow: auto;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}.leaflet-oldie .leaflet-popup-content-wrapper {zoom: 1;}.leaflet-oldie .leaflet-popup-tip {width: 24px;margin: 0 auto;-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);}.leaflet-oldie .leaflet-popup-tip-container {margin-top: -1px;}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {border: 1px solid #999;}.leaflet-div-icon {background: #fff;border: 1px solid #666;}.leaflet-tooltip {position: absolute;padding: 6px;background-color: #fff;border: 1px solid #fff;border-radius: 3px;color: #222;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;pointer-events: none;box-shadow: 0 1px 3px rgba(0,0,0,0.4);}.leaflet-tooltip.leaflet-clickable {cursor: pointer;pointer-events: auto;}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {position: absolute;pointer-events: none;border: 6px solid transparent;background: transparent;content: "";}.leaflet-tooltip-bottom {margin-top: 6px;}.leaflet-tooltip-top {margin-top: -6px;}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before {left: 50%;margin-left: -6px;}.leaflet-tooltip-top:before {bottom: 0;margin-bottom: -12px;border-top-color: #fff;}.leaflet-tooltip-bottom:before {top: 0;margin-top: -12px;margin-left: -6px;border-bottom-color: #fff;}.leaflet-tooltip-left {margin-left: -6px;}.leaflet-tooltip-right {margin-left: 6px;}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {top: 50%;margin-top: -6px;}.leaflet-tooltip-left:before {right: 0;margin-right: -12px;border-left-color: #fff;}.leaflet-tooltip-right:before {left: 0;margin-left: -12px;border-right-color: #fff;}</style>
<script>/* @preserve
* Leaflet 1.3.1+Detached: ba6f97fff8647e724e4dfe66d2ed7da11f908989.ba6f97f, a JS library for interactive maps. http://leafletjs.com
* (c) 2010-2017 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
!function(t,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports):"function"==typeof define&&define.amd?define(["exports"],i):i(t.L={})}(this,function(t){"use strict";function i(t){var i,e,n,o;for(e=1,n=arguments.length;e<n;e++){o=arguments[e];for(i in o)t[i]=o[i]}return t}function e(t,i){var e=Array.prototype.slice;if(t.bind)return t.bind.apply(t,e.call(arguments,1));var n=e.call(arguments,2);return function(){return t.apply(i,n.length?n.concat(e.call(arguments)):arguments)}}function n(t){return t._leaflet_id=t._leaflet_id||++ti,t._leaflet_id}function o(t,i,e){var n,o,s,r;return r=function(){n=!1,o&&(s.apply(e,o),o=!1)},s=function(){n?o=arguments:(t.apply(e,arguments),setTimeout(r,i),n=!0)}}function s(t,i,e){var n=i[1],o=i[0],s=n-o;return t===n&&e?t:((t-o)%s+s)%s+o}function r(){return!1}function a(t,i){var e=Math.pow(10,void 0===i?6:i);return Math.round(t*e)/e}function h(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function u(t){return h(t).split(/\s+/)}function l(t,i){t.hasOwnProperty("options")||(t.options=t.options?Qt(t.options):{});for(var e in i)t.options[e]=i[e];return t.options}function c(t,i,e){var n=[];for(var o in t)n.push(encodeURIComponent(e?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(i&&-1!==i.indexOf("?")?"&":"?")+n.join("&")}function _(t,i){return t.replace(ii,function(t,e){var n=i[e];if(void 0===n)throw new Error("No value provided for variable "+t);return"function"==typeof n&&(n=n(i)),n})}function d(t,i){for(var e=0;e<t.length;e++)if(t[e]===i)return e;return-1}function p(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}function m(t){var i=+new Date,e=Math.max(0,16-(i-oi));return oi=i+e,window.setTimeout(t,e)}function f(t,i,n){if(!n||si!==m)return si.call(window,e(t,i));t.call(i)}function g(t){t&&ri.call(window,t)}function v(){}function y(t){if("undefined"!=typeof L&&L&&L.Mixin){t=ei(t)?t:[t];for(var i=0;i<t.length;i++)t[i]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",(new Error).stack)}}function x(t,i,e){this.x=e?Math.round(t):t,this.y=e?Math.round(i):i}function w(t,i,e){return t instanceof x?t:ei(t)?new x(t[0],t[1]):void 0===t||null===t?t:"object"==typeof t&&"x"in t&&"y"in t?new x(t.x,t.y):new x(t,i,e)}function P(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function b(t,i){return!t||t instanceof P?t:new P(t,i)}function T(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function z(t,i){return t instanceof T?t:new T(t,i)}function M(t,i,e){if(isNaN(t)||isNaN(i))throw new Error("Invalid LatLng object: ("+t+", "+i+")");this.lat=+t,this.lng=+i,void 0!==e&&(this.alt=+e)}function C(t,i,e){return t instanceof M?t:ei(t)&&"object"!=typeof t[0]?3===t.length?new M(t[0],t[1],t[2]):2===t.length?new M(t[0],t[1]):null:void 0===t||null===t?t:"object"==typeof t&&"lat"in t?new M(t.lat,"lng"in t?t.lng:t.lon,t.alt):void 0===i?null:new M(t,i,e)}function Z(t,i,e,n){if(ei(t))return this._a=t[0],this._b=t[1],this._c=t[2],void(this._d=t[3]);this._a=t,this._b=i,this._c=e,this._d=n}function S(t,i,e,n){return new Z(t,i,e,n)}function E(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function k(t,i){var e,n,o,s,r,a,h="";for(e=0,o=t.length;e<o;e++){for(n=0,s=(r=t[e]).length;n<s;n++)a=r[n],h+=(n?"L":"M")+a.x+" "+a.y;h+=i?Xi?"z":"x":""}return h||"M0 0"}function A(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}function I(t,i,e,n){return"touchstart"===i?O(t,e,n):"touchmove"===i?W(t,e,n):"touchend"===i&&H(t,e,n),this}function B(t,i,e){var n=t["_leaflet_"+i+e];return"touchstart"===i?t.removeEventListener(Qi,n,!1):"touchmove"===i?t.removeEventListener(te,n,!1):"touchend"===i&&(t.removeEventListener(ie,n,!1),t.removeEventListener(ee,n,!1)),this}function O(t,i,n){var o=e(function(t){if("mouse"!==t.pointerType&&t.MSPOINTER_TYPE_MOUSE&&t.pointerType!==t.MSPOINTER_TYPE_MOUSE){if(!(ne.indexOf(t.target.tagName)<0))return;$(t)}j(t,i)});t["_leaflet_touchstart"+n]=o,t.addEventListener(Qi,o,!1),se||(document.documentElement.addEventListener(Qi,R,!0),document.documentElement.addEventListener(te,D,!0),document.documentElement.addEventListener(ie,N,!0),document.documentElement.addEventListener(ee,N,!0),se=!0)}function R(t){oe[t.pointerId]=t,re++}function D(t){oe[t.pointerId]&&(oe[t.pointerId]=t)}function N(t){delete oe[t.pointerId],re--}function j(t,i){t.touches=[];for(var e in oe)t.touches.push(oe[e]);t.changedTouches=[t],i(t)}function W(t,i,e){var n=function(t){(t.pointerType!==t.MSPOINTER_TYPE_MOUSE&&"mouse"!==t.pointerType||0!==t.buttons)&&j(t,i)};t["_leaflet_touchmove"+e]=n,t.addEventListener(te,n,!1)}function H(t,i,e){var n=function(t){j(t,i)};t["_leaflet_touchend"+e]=n,t.addEventListener(ie,n,!1),t.addEventListener(ee,n,!1)}function F(t,i,e){function n(t){var i;if(Ui){if(!Pi||"mouse"===t.pointerType)return;i=re}else i=t.touches.length;if(!(i>1)){var e=Date.now(),n=e-(s||e);r=t.touches?t.touches[0]:t,a=n>0&&n<=h,s=e}}function o(t){if(a&&!r.cancelBubble){if(Ui){if(!Pi||"mouse"===t.pointerType)return;var e,n,o={};for(n in r)e=r[n],o[n]=e&&e.bind?e.bind(r):e;r=o}r.type="dblclick",i(r),s=null}}var s,r,a=!1,h=250;return t[ue+ae+e]=n,t[ue+he+e]=o,t[ue+"dblclick"+e]=i,t.addEventListener(ae,n,!1),t.addEventListener(he,o,!1),t.addEventListener("dblclick",i,!1),this}function U(t,i){var e=t[ue+ae+i],n=t[ue+he+i],o=t[ue+"dblclick"+i];return t.removeEventListener(ae,e,!1),t.removeEventListener(he,n,!1),Pi||t.removeEventListener("dblclick",o,!1),this}function V(t,i,e,n){if("object"==typeof i)for(var o in i)G(t,o,i[o],e);else for(var s=0,r=(i=u(i)).length;s<r;s++)G(t,i[s],e,n);return this}function q(t,i,e,n){if("object"==typeof i)for(var o in i)K(t,o,i[o],e);else if(i)for(var s=0,r=(i=u(i)).length;s<r;s++)K(t,i[s],e,n);else{for(var a in t[le])K(t,a,t[le][a]);delete t[le]}return this}function G(t,i,e,o){var s=i+n(e)+(o?"_"+n(o):"");if(t[le]&&t[le][s])return this;var r=function(i){return e.call(o||t,i||window.event)},a=r;Ui&&0===i.indexOf("touch")?I(t,i,r,s):!Vi||"dblclick"!==i||!F||Ui&&Si?"addEventListener"in t?"mousewheel"===i?t.addEventListener("onwheel"in t?"wheel":"mousewheel",r,!1):"mouseenter"===i||"mouseleave"===i?(r=function(i){i=i||window.event,ot(t,i)&&a(i)},t.addEventListener("mouseenter"===i?"mouseover":"mouseout",r,!1)):("click"===i&&Ti&&(r=function(t){st(t,a)}),t.addEventListener(i,r,!1)):"attachEvent"in t&&t.attachEvent("on"+i,r):F(t,r,s),t[le]=t[le]||{},t[le][s]=r}function K(t,i,e,o){var s=i+n(e)+(o?"_"+n(o):""),r=t[le]&&t[le][s];if(!r)return this;Ui&&0===i.indexOf("touch")?B(t,i,s):!Vi||"dblclick"!==i||!U||Ui&&Si?"removeEventListener"in t?"mousewheel"===i?t.removeEventListener("onwheel"in t?"wheel":"mousewheel",r,!1):t.removeEventListener("mouseenter"===i?"mouseover":"mouseleave"===i?"mouseout":i,r,!1):"detachEvent"in t&&t.detachEvent("on"+i,r):U(t,s),t[le][s]=null}function Y(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,nt(t),this}function X(t){return G(t,"mousewheel",Y),this}function J(t){return V(t,"mousedown touchstart dblclick",Y),G(t,"click",et),this}function $(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Q(t){return $(t),Y(t),this}function tt(t,i){if(!i)return new x(t.clientX,t.clientY);var e=i.getBoundingClientRect(),n=e.width/i.offsetWidth||1,o=e.height/i.offsetHeight||1;return new x(t.clientX/n-e.left-i.clientLeft,t.clientY/o-e.top-i.clientTop)}function it(t){return Pi?t.wheelDeltaY/2:t.deltaY&&0===t.deltaMode?-t.deltaY/ce:t.deltaY&&1===t.deltaMode?20*-t.deltaY:t.deltaY&&2===t.deltaMode?60*-t.deltaY:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?20*-t.detail:t.detail?t.detail/-32765*60:0}function et(t){_e[t.type]=!0}function nt(t){var i=_e[t.type];return _e[t.type]=!1,i}function ot(t,i){var e=i.relatedTarget;if(!e)return!0;try{for(;e&&e!==t;)e=e.parentNode}catch(t){return!1}return e!==t}function st(t,i){var e=t.timeStamp||t.originalEvent&&t.originalEvent.timeStamp,n=pi&&e-pi;n&&n>100&&n<500||t.target._simulatedClick&&!t._simulated?Q(t):(pi=e,i(t))}function rt(t){return"string"==typeof t?document.getElementById(t):t}function at(t,i){var e=t.style[i]||t.currentStyle&&t.currentStyle[i];if((!e||"auto"===e)&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);e=n?n[i]:null}return"auto"===e?null:e}function ht(t,i,e){var n=document.createElement(t);return n.className=i||"",e&&e.appendChild(n),n}function ut(t){var i=t.parentNode;i&&i.removeChild(t)}function lt(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function ct(t){var i=t.parentNode;i.lastChild!==t&&i.appendChild(t)}function _t(t){var i=t.parentNode;i.firstChild!==t&&i.insertBefore(t,i.firstChild)}function dt(t,i){if(void 0!==t.classList)return t.classList.contains(i);var e=gt(t);return e.length>0&&new RegExp("(^|\\s)"+i+"(\\s|$)").test(e)}function pt(t,i){if(void 0!==t.classList)for(var e=u(i),n=0,o=e.length;n<o;n++)t.classList.add(e[n]);else if(!dt(t,i)){var s=gt(t);ft(t,(s?s+" ":"")+i)}}function mt(t,i){void 0!==t.classList?t.classList.remove(i):ft(t,h((" "+gt(t)+" ").replace(" "+i+" "," ")))}function ft(t,i){void 0===t.className.baseVal?t.className=i:t.className.baseVal=i}function gt(t){return void 0===t.className.baseVal?t.className:t.className.baseVal}function vt(t,i){"opacity"in t.style?t.style.opacity=i:"filter"in t.style&&yt(t,i)}function yt(t,i){var e=!1,n="DXImageTransform.Microsoft.Alpha";try{e=t.filters.item(n)}catch(t){if(1===i)return}i=Math.round(100*i),e?(e.Enabled=100!==i,e.Opacity=i):t.style.filter+=" progid:"+n+"(opacity="+i+")"}function xt(t){for(var i=document.documentElement.style,e=0;e<t.length;e++)if(t[e]in i)return t[e];return!1}function wt(t,i,e){var n=i||new x(0,0);t.style[pe]=(Oi?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(e?" scale("+e+")":"")}function Lt(t,i){t._leaflet_pos=i,Ni?wt(t,i):(t.style.left=i.x+"px",t.style.top=i.y+"px")}function Pt(t){return t._leaflet_pos||new x(0,0)}function bt(){V(window,"dragstart",$)}function Tt(){q(window,"dragstart",$)}function zt(t){for(;-1===t.tabIndex;)t=t.parentNode;t.style&&(Mt(),ve=t,ye=t.style.outline,t.style.outline="none",V(window,"keydown",Mt))}function Mt(){ve&&(ve.style.outline=ye,ve=void 0,ye=void 0,q(window,"keydown",Mt))}function Ct(t,i){if(!i||!t.length)return t.slice();var e=i*i;return t=kt(t,e),t=St(t,e)}function Zt(t,i,e){return Math.sqrt(Rt(t,i,e,!0))}function St(t,i){var e=t.length,n=new(typeof Uint8Array!=void 0+""?Uint8Array:Array)(e);n[0]=n[e-1]=1,Et(t,n,i,0,e-1);var o,s=[];for(o=0;o<e;o++)n[o]&&s.push(t[o]);return s}function Et(t,i,e,n,o){var s,r,a,h=0;for(r=n+1;r<=o-1;r++)(a=Rt(t[r],t[n],t[o],!0))>h&&(s=r,h=a);h>e&&(i[s]=1,Et(t,i,e,n,s),Et(t,i,e,s,o))}function kt(t,i){for(var e=[t[0]],n=1,o=0,s=t.length;n<s;n++)Ot(t[n],t[o])>i&&(e.push(t[n]),o=n);return o<s-1&&e.push(t[s-1]),e}function At(t,i,e,n,o){var s,r,a,h=n?Se:Bt(t,e),u=Bt(i,e);for(Se=u;;){if(!(h|u))return[t,i];if(h&u)return!1;a=Bt(r=It(t,i,s=h||u,e,o),e),s===h?(t=r,h=a):(i=r,u=a)}}function It(t,i,e,n,o){var s,r,a=i.x-t.x,h=i.y-t.y,u=n.min,l=n.max;return 8&e?(s=t.x+a*(l.y-t.y)/h,r=l.y):4&e?(s=t.x+a*(u.y-t.y)/h,r=u.y):2&e?(s=l.x,r=t.y+h*(l.x-t.x)/a):1&e&&(s=u.x,r=t.y+h*(u.x-t.x)/a),new x(s,r,o)}function Bt(t,i){var e=0;return t.x<i.min.x?e|=1:t.x>i.max.x&&(e|=2),t.y<i.min.y?e|=4:t.y>i.max.y&&(e|=8),e}function Ot(t,i){var e=i.x-t.x,n=i.y-t.y;return e*e+n*n}function Rt(t,i,e,n){var o,s=i.x,r=i.y,a=e.x-s,h=e.y-r,u=a*a+h*h;return u>0&&((o=((t.x-s)*a+(t.y-r)*h)/u)>1?(s=e.x,r=e.y):o>0&&(s+=a*o,r+=h*o)),a=t.x-s,h=t.y-r,n?a*a+h*h:new x(s,r)}function Dt(t){return!ei(t[0])||"object"!=typeof t[0][0]&&void 0!==t[0][0]}function Nt(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),Dt(t)}function jt(t,i,e){var n,o,s,r,a,h,u,l,c,_=[1,4,2,8];for(o=0,u=t.length;o<u;o++)t[o]._code=Bt(t[o],i);for(r=0;r<4;r++){for(l=_[r],n=[],o=0,s=(u=t.length)-1;o<u;s=o++)a=t[o],h=t[s],a._code&l?h._code&l||((c=It(h,a,l,i,e))._code=Bt(c,i),n.push(c)):(h._code&l&&((c=It(h,a,l,i,e))._code=Bt(c,i),n.push(c)),n.push(a));t=n}return t}function Wt(t,i){var e,n,o,s,r="Feature"===t.type?t.geometry:t,a=r?r.coordinates:null,h=[],u=i&&i.pointToLayer,l=i&&i.coordsToLatLng||Ht;if(!a&&!r)return null;switch(r.type){case"Point":return e=l(a),u?u(t,e):new Xe(e);case"MultiPoint":for(o=0,s=a.length;o<s;o++)e=l(a[o]),h.push(u?u(t,e):new Xe(e));return new qe(h);case"LineString":case"MultiLineString":return n=Ft(a,"LineString"===r.type?0:1,l),new tn(n,i);case"Polygon":case"MultiPolygon":return n=Ft(a,"Polygon"===r.type?1:2,l),new en(n,i);case"GeometryCollection":for(o=0,s=r.geometries.length;o<s;o++){var c=Wt({geometry:r.geometries[o],type:"Feature",properties:t.properties},i);c&&h.push(c)}return new qe(h);default:throw new Error("Invalid GeoJSON object.")}}function Ht(t){return new M(t[1],t[0],t[2])}function Ft(t,i,e){for(var n,o=[],s=0,r=t.length;s<r;s++)n=i?Ft(t[s],i-1,e):(e||Ht)(t[s]),o.push(n);return o}function Ut(t,i){return i="number"==typeof i?i:6,void 0!==t.alt?[a(t.lng,i),a(t.lat,i),a(t.alt,i)]:[a(t.lng,i),a(t.lat,i)]}function Vt(t,i,e,n){for(var o=[],s=0,r=t.length;s<r;s++)o.push(i?Vt(t[s],i-1,e,n):Ut(t[s],n));return!i&&e&&o.push(o[0]),o}function qt(t,e){return t.feature?i({},t.feature,{geometry:e}):Gt(e)}function Gt(t){return"Feature"===t.type||"FeatureCollection"===t.type?t:{type:"Feature",properties:{},geometry:t}}function Kt(t,i){return new nn(t,i)}function Yt(t,i){return new dn(t,i)}function Xt(t){return Yi?new fn(t):null}function Jt(t){return Xi||Ji?new xn(t):null}var $t=Object.freeze;Object.freeze=function(t){return t};var Qt=Object.create||function(){function t(){}return function(i){return t.prototype=i,new t}}(),ti=0,ii=/\{ *([\w_-]+) *\}/g,ei=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},ni="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=",oi=0,si=window.requestAnimationFrame||p("RequestAnimationFrame")||m,ri=window.cancelAnimationFrame||p("CancelAnimationFrame")||p("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)},ai=(Object.freeze||Object)({freeze:$t,extend:i,create:Qt,bind:e,lastId:ti,stamp:n,throttle:o,wrapNum:s,falseFn:r,formatNum:a,trim:h,splitWords:u,setOptions:l,getParamString:c,template:_,isArray:ei,indexOf:d,emptyImageUrl:ni,requestFn:si,cancelFn:ri,requestAnimFrame:f,cancelAnimFrame:g});v.extend=function(t){var e=function(){this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},n=e.__super__=this.prototype,o=Qt(n);o.constructor=e,e.prototype=o;for(var s in this)this.hasOwnProperty(s)&&"prototype"!==s&&"__super__"!==s&&(e[s]=this[s]);return t.statics&&(i(e,t.statics),delete t.statics),t.includes&&(y(t.includes),i.apply(null,[o].concat(t.includes)),delete t.includes),o.options&&(t.options=i(Qt(o.options),t.options)),i(o,t),o._initHooks=[],o.callInitHooks=function(){if(!this._initHooksCalled){n.callInitHooks&&n.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,i=o._initHooks.length;t<i;t++)o._initHooks[t].call(this)}},e},v.include=function(t){return i(this.prototype,t),this},v.mergeOptions=function(t){return i(this.prototype.options,t),this},v.addInitHook=function(t){var i=Array.prototype.slice.call(arguments,1),e="function"==typeof t?t:function(){this[t].apply(this,i)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(e),this};var hi={on:function(t,i,e){if("object"==typeof t)for(var n in t)this._on(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._on(t[o],i,e);return this},off:function(t,i,e){if(t)if("object"==typeof t)for(var n in t)this._off(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._off(t[o],i,e);else delete this._events;return this},_on:function(t,i,e){this._events=this._events||{};var n=this._events[t];n||(n=[],this._events[t]=n),e===this&&(e=void 0);for(var o={fn:i,ctx:e},s=n,r=0,a=s.length;r<a;r++)if(s[r].fn===i&&s[r].ctx===e)return;s.push(o)},_off:function(t,i,e){var n,o,s;if(this._events&&(n=this._events[t]))if(i){if(e===this&&(e=void 0),n)for(o=0,s=n.length;o<s;o++){var a=n[o];if(a.ctx===e&&a.fn===i)return a.fn=r,this._firingCount&&(this._events[t]=n=n.slice()),void n.splice(o,1)}}else{for(o=0,s=n.length;o<s;o++)n[o].fn=r;delete this._events[t]}},fire:function(t,e,n){if(!this.listens(t,n))return this;var o=i({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var s=this._events[t];if(s){this._firingCount=this._firingCount+1||1;for(var r=0,a=s.length;r<a;r++){var h=s[r];h.fn.call(h.ctx||this,o)}this._firingCount--}}return n&&this._propagateEvent(o),this},listens:function(t,i){var e=this._events&&this._events[t];if(e&&e.length)return!0;if(i)for(var n in this._eventParents)if(this._eventParents[n].listens(t,i))return!0;return!1},once:function(t,i,n){if("object"==typeof t){for(var o in t)this.once(o,t[o],i);return this}var s=e(function(){this.off(t,i,n).off(t,s,n)},this);return this.on(t,i,n).on(t,s,n)},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[n(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[n(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,i({layer:t.target,propagatedFrom:t.target},t),!0)}};hi.addEventListener=hi.on,hi.removeEventListener=hi.clearAllEventListeners=hi.off,hi.addOneTimeEventListener=hi.once,hi.fireEvent=hi.fire,hi.hasEventListeners=hi.listens;var ui=v.extend(hi),li=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};x.prototype={clone:function(){return new x(this.x,this.y)},add:function(t){return this.clone()._add(w(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(w(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new x(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new x(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=li(this.x),this.y=li(this.y),this},distanceTo:function(t){var i=(t=w(t)).x-this.x,e=t.y-this.y;return Math.sqrt(i*i+e*e)},equals:function(t){return(t=w(t)).x===this.x&&t.y===this.y},contains:function(t){return t=w(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+a(this.x)+", "+a(this.y)+")"}},P.prototype={extend:function(t){return t=w(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new x((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new x(this.min.x,this.max.y)},getTopRight:function(){return new x(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var i,e;return(t="number"==typeof t[0]||t instanceof x?w(t):b(t))instanceof P?(i=t.min,e=t.max):i=e=t,i.x>=this.min.x&&e.x<=this.max.x&&i.y>=this.min.y&&e.y<=this.max.y},intersects:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>=i.x&&n.x<=e.x,r=o.y>=i.y&&n.y<=e.y;return s&&r},overlaps:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>i.x&&n.x<e.x,r=o.y>i.y&&n.y<e.y;return s&&r},isValid:function(){return!(!this.min||!this.max)}},T.prototype={extend:function(t){var i,e,n=this._southWest,o=this._northEast;if(t instanceof M)i=t,e=t;else{if(!(t instanceof T))return t?this.extend(C(t)||z(t)):this;if(i=t._southWest,e=t._northEast,!i||!e)return this}return n||o?(n.lat=Math.min(i.lat,n.lat),n.lng=Math.min(i.lng,n.lng),o.lat=Math.max(e.lat,o.lat),o.lng=Math.max(e.lng,o.lng)):(this._southWest=new M(i.lat,i.lng),this._northEast=new M(e.lat,e.lng)),this},pad:function(t){var i=this._southWest,e=this._northEast,n=Math.abs(i.lat-e.lat)*t,o=Math.abs(i.lng-e.lng)*t;return new T(new M(i.lat-n,i.lng-o),new M(e.lat+n,e.lng+o))},getCenter:function(){return new M((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new M(this.getNorth(),this.getWest())},getSouthEast:function(){return new M(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){t="number"==typeof t[0]||t instanceof M||"lat"in t?C(t):z(t);var i,e,n=this._southWest,o=this._northEast;return t instanceof T?(i=t.getSouthWest(),e=t.getNorthEast()):i=e=t,i.lat>=n.lat&&e.lat<=o.lat&&i.lng>=n.lng&&e.lng<=o.lng},intersects:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>=i.lat&&n.lat<=e.lat,r=o.lng>=i.lng&&n.lng<=e.lng;return s&&r},overlaps:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>i.lat&&n.lat<e.lat,r=o.lng>i.lng&&n.lng<e.lng;return s&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,i){return!!t&&(t=z(t),this._southWest.equals(t.getSouthWest(),i)&&this._northEast.equals(t.getNorthEast(),i))},isValid:function(){return!(!this._southWest||!this._northEast)}},M.prototype={equals:function(t,i){return!!t&&(t=C(t),Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng))<=(void 0===i?1e-9:i))},toString:function(t){return"LatLng("+a(this.lat,t)+", "+a(this.lng,t)+")"},distanceTo:function(t){return _i.distance(this,C(t))},wrap:function(){return _i.wrapLatLng(this)},toBounds:function(t){var i=180*t/40075017,e=i/Math.cos(Math.PI/180*this.lat);return z([this.lat-i,this.lng-e],[this.lat+i,this.lng+e])},clone:function(){return new M(this.lat,this.lng,this.alt)}};var ci={latLngToPoint:function(t,i){var e=this.projection.project(t),n=this.scale(i);return this.transformation._transform(e,n)},pointToLatLng:function(t,i){var e=this.scale(i),n=this.transformation.untransform(t,e);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var i=this.projection.bounds,e=this.scale(t);return new P(this.transformation.transform(i.min,e),this.transformation.transform(i.max,e))},infinite:!1,wrapLatLng:function(t){var i=this.wrapLng?s(t.lng,this.wrapLng,!0):t.lng;return new M(this.wrapLat?s(t.lat,this.wrapLat,!0):t.lat,i,t.alt)},wrapLatLngBounds:function(t){var i=t.getCenter(),e=this.wrapLatLng(i),n=i.lat-e.lat,o=i.lng-e.lng;if(0===n&&0===o)return t;var s=t.getSouthWest(),r=t.getNorthEast();return new T(new M(s.lat-n,s.lng-o),new M(r.lat-n,r.lng-o))}},_i=i({},ci,{wrapLng:[-180,180],R:6371e3,distance:function(t,i){var e=Math.PI/180,n=t.lat*e,o=i.lat*e,s=Math.sin((i.lat-t.lat)*e/2),r=Math.sin((i.lng-t.lng)*e/2),a=s*s+Math.cos(n)*Math.cos(o)*r*r,h=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return this.R*h}}),di={R:6378137,MAX_LATITUDE:85.0511287798,project:function(t){var i=Math.PI/180,e=this.MAX_LATITUDE,n=Math.max(Math.min(e,t.lat),-e),o=Math.sin(n*i);return new x(this.R*t.lng*i,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var i=180/Math.PI;return new M((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*i,t.x*i/this.R)},bounds:function(){var t=6378137*Math.PI;return new P([-t,-t],[t,t])}()};Z.prototype={transform:function(t,i){return this._transform(t.clone(),i)},_transform:function(t,i){return i=i||1,t.x=i*(this._a*t.x+this._b),t.y=i*(this._c*t.y+this._d),t},untransform:function(t,i){return i=i||1,new x((t.x/i-this._b)/this._a,(t.y/i-this._d)/this._c)}};var pi,mi,fi,gi,vi=i({},_i,{code:"EPSG:3857",projection:di,transformation:function(){var t=.5/(Math.PI*di.R);return S(t,.5,-t,.5)}()}),yi=i({},vi,{code:"EPSG:900913"}),xi=document.documentElement.style,wi="ActiveXObject"in window,Li=wi&&!document.addEventListener,Pi="msLaunchUri"in navigator&&!("documentMode"in document),bi=A("webkit"),Ti=A("android"),zi=A("android 2")||A("android 3"),Mi=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Ci=Ti&&A("Google")&&Mi<537&&!("AudioNode"in window),Zi=!!window.opera,Si=A("chrome"),Ei=A("gecko")&&!bi&&!Zi&&!wi,ki=!Si&&A("safari"),Ai=A("phantom"),Ii="OTransition"in xi,Bi=0===navigator.platform.indexOf("Win"),Oi=wi&&"transition"in xi,Ri="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!zi,Di="MozPerspective"in xi,Ni=!window.L_DISABLE_3D&&(Oi||Ri||Di)&&!Ii&&!Ai,ji="undefined"!=typeof orientation||A("mobile"),Wi=ji&&bi,Hi=ji&&Ri,Fi=!window.PointerEvent&&window.MSPointerEvent,Ui=!(!window.PointerEvent&&!Fi),Vi=!window.L_NO_TOUCH&&(Ui||"ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch),qi=ji&&Zi,Gi=ji&&Ei,Ki=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Yi=!!document.createElement("canvas").getContext,Xi=!(!document.createElementNS||!E("svg").createSVGRect),Ji=!Xi&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(t){return!1}}(),$i=(Object.freeze||Object)({ie:wi,ielt9:Li,edge:Pi,webkit:bi,android:Ti,android23:zi,androidStock:Ci,opera:Zi,chrome:Si,gecko:Ei,safari:ki,phantom:Ai,opera12:Ii,win:Bi,ie3d:Oi,webkit3d:Ri,gecko3d:Di,any3d:Ni,mobile:ji,mobileWebkit:Wi,mobileWebkit3d:Hi,msPointer:Fi,pointer:Ui,touch:Vi,mobileOpera:qi,mobileGecko:Gi,retina:Ki,canvas:Yi,svg:Xi,vml:Ji}),Qi=Fi?"MSPointerDown":"pointerdown",te=Fi?"MSPointerMove":"pointermove",ie=Fi?"MSPointerUp":"pointerup",ee=Fi?"MSPointerCancel":"pointercancel",ne=["INPUT","SELECT","OPTION"],oe={},se=!1,re=0,ae=Fi?"MSPointerDown":Ui?"pointerdown":"touchstart",he=Fi?"MSPointerUp":Ui?"pointerup":"touchend",ue="_leaflet_",le="_leaflet_events",ce=Bi&&Si?2*window.devicePixelRatio:Ei?window.devicePixelRatio:1,_e={},de=(Object.freeze||Object)({on:V,off:q,stopPropagation:Y,disableScrollPropagation:X,disableClickPropagation:J,preventDefault:$,stop:Q,getMousePosition:tt,getWheelDelta:it,fakeStop:et,skipped:nt,isExternalTarget:ot,addListener:V,removeListener:q}),pe=xt(["transform","WebkitTransform","OTransform","MozTransform","msTransform"]),me=xt(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),fe="webkitTransition"===me||"OTransition"===me?me+"End":"transitionend";if("onselectstart"in document)mi=function(){V(window,"selectstart",$)},fi=function(){q(window,"selectstart",$)};else{var ge=xt(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);mi=function(){if(ge){var t=document.documentElement.style;gi=t[ge],t[ge]="none"}},fi=function(){ge&&(document.documentElement.style[ge]=gi,gi=void 0)}}var ve,ye,xe=(Object.freeze||Object)({TRANSFORM:pe,TRANSITION:me,TRANSITION_END:fe,get:rt,getStyle:at,create:ht,remove:ut,empty:lt,toFront:ct,toBack:_t,hasClass:dt,addClass:pt,removeClass:mt,setClass:ft,getClass:gt,setOpacity:vt,testProp:xt,setTransform:wt,setPosition:Lt,getPosition:Pt,disableTextSelection:mi,enableTextSelection:fi,disableImageDrag:bt,enableImageDrag:Tt,preventOutline:zt,restoreOutline:Mt}),we=ui.extend({run:function(t,i,e,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=e||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=Pt(t),this._offset=i.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=f(this._animate,this),this._step()},_step:function(t){var i=+new Date-this._startTime,e=1e3*this._duration;i<e?this._runFrame(this._easeOut(i/e),t):(this._runFrame(1),this._complete())},_runFrame:function(t,i){var e=this._startPos.add(this._offset.multiplyBy(t));i&&e._round(),Lt(this._el,e),this.fire("step")},_complete:function(){g(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Le=ui.extend({options:{crs:vi,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,i){i=l(this,i),this._initContainer(t),this._initLayout(),this._onResize=e(this._onResize,this),this._initEvents(),i.maxBounds&&this.setMaxBounds(i.maxBounds),void 0!==i.zoom&&(this._zoom=this._limitZoom(i.zoom)),i.center&&void 0!==i.zoom&&this.setView(C(i.center),i.zoom,{reset:!0}),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this.callInitHooks(),this._zoomAnimated=me&&Ni&&!qi&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),V(this._proxy,fe,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,n){return e=void 0===e?this._zoom:this._limitZoom(e),t=this._limitCenter(C(t),e,this.options.maxBounds),n=n||{},this._stop(),this._loaded&&!n.reset&&!0!==n&&(void 0!==n.animate&&(n.zoom=i({animate:n.animate},n.zoom),n.pan=i({animate:n.animate,duration:n.duration},n.pan)),this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,n.zoom):this._tryAnimatedPan(t,n.pan))?(clearTimeout(this._sizeTimer),this):(this._resetView(t,e),this)},setZoom:function(t,i){return this._loaded?this.setView(this.getCenter(),t,{zoom:i}):(this._zoom=t,this)},zoomIn:function(t,i){return t=t||(Ni?this.options.zoomDelta:1),this.setZoom(this._zoom+t,i)},zoomOut:function(t,i){return t=t||(Ni?this.options.zoomDelta:1),this.setZoom(this._zoom-t,i)},setZoomAround:function(t,i,e){var n=this.getZoomScale(i),o=this.getSize().divideBy(2),s=(t instanceof x?t:this.latLngToContainerPoint(t)).subtract(o).multiplyBy(1-1/n),r=this.containerPointToLatLng(o.add(s));return this.setView(r,i,{zoom:e})},_getBoundsCenterZoom:function(t,i){i=i||{},t=t.getBounds?t.getBounds():z(t);var e=w(i.paddingTopLeft||i.padding||[0,0]),n=w(i.paddingBottomRight||i.padding||[0,0]),o=this.getBoundsZoom(t,!1,e.add(n));if((o="number"==typeof i.maxZoom?Math.min(i.maxZoom,o):o)===1/0)return{center:t.getCenter(),zoom:o};var s=n.subtract(e).divideBy(2),r=this.project(t.getSouthWest(),o),a=this.project(t.getNorthEast(),o);return{center:this.unproject(r.add(a).divideBy(2).add(s),o),zoom:o}},fitBounds:function(t,i){if(!(t=z(t)).isValid())throw new Error("Bounds are not valid.");var e=this._getBoundsCenterZoom(t,i);return this.setView(e.center,e.zoom,i)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,i){return this.setView(t,this._zoom,{pan:i})},panBy:function(t,i){if(t=w(t).round(),i=i||{},!t.x&&!t.y)return this.fire("moveend");if(!0!==i.animate&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new we,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),i.noMoveStart||this.fire("movestart"),!1!==i.animate){pt(this._mapPane,"leaflet-pan-anim");var e=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,e,i.duration||.25,i.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,i,e){function n(t){var i=(g*g-m*m+(t?-1:1)*x*x*v*v)/(2*(t?g:m)*x*v),e=Math.sqrt(i*i+1)-i;return e<1e-9?-18:Math.log(e)}function o(t){return(Math.exp(t)-Math.exp(-t))/2}function s(t){return(Math.exp(t)+Math.exp(-t))/2}function r(t){return o(t)/s(t)}function a(t){return m*(s(w)/s(w+y*t))}function h(t){return m*(s(w)*r(w+y*t)-o(w))/x}function u(t){return 1-Math.pow(1-t,1.5)}function l(){var e=(Date.now()-L)/b,n=u(e)*P;e<=1?(this._flyToFrame=f(l,this),this._move(this.unproject(c.add(_.subtract(c).multiplyBy(h(n)/v)),p),this.getScaleZoom(m/a(n),p),{flyTo:!0})):this._move(t,i)._moveEnd(!0)}if(!1===(e=e||{}).animate||!Ni)return this.setView(t,i,e);this._stop();var c=this.project(this.getCenter()),_=this.project(t),d=this.getSize(),p=this._zoom;t=C(t),i=void 0===i?p:i;var m=Math.max(d.x,d.y),g=m*this.getZoomScale(p,i),v=_.distanceTo(c)||1,y=1.42,x=y*y,w=n(0),L=Date.now(),P=(n(1)-w)/y,b=e.duration?1e3*e.duration:1e3*P*.8;return this._moveStart(!0,e.noMoveStart),l.call(this),this},flyToBounds:function(t,i){var e=this._getBoundsCenterZoom(t,i);return this.flyTo(e.center,e.zoom,i)},setMaxBounds:function(t){return(t=z(t)).isValid()?(this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this.off("moveend",this._panInsideMaxBounds))},setMinZoom:function(t){var i=this.options.minZoom;return this.options.minZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var i=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,i){this._enforcingBounds=!0;var e=this.getCenter(),n=this._limitCenter(e,this._zoom,z(t));return e.equals(n)||this.panTo(n,i),this._enforcingBounds=!1,this},invalidateSize:function(t){if(!this._loaded)return this;t=i({animate:!1,pan:!0},!0===t?{animate:!0}:t);var n=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var o=this.getSize(),s=n.divideBy(2).round(),r=o.divideBy(2).round(),a=s.subtract(r);return a.x||a.y?(t.animate&&t.pan?this.panBy(a):(t.pan&&this._rawPanBy(a),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(e(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:n,newSize:o})):this},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=i({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var n=e(this._handleGeolocationResponse,this),o=e(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(n,o,t):navigator.geolocation.getCurrentPosition(n,o,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){var i=t.code,e=t.message||(1===i?"permission denied":2===i?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:i,message:"Geolocation error: "+e+"."})},_handleGeolocationResponse:function(t){var i=new M(t.coords.latitude,t.coords.longitude),e=i.toBounds(t.coords.accuracy),n=this._locateOptions;if(n.setView){var o=this.getBoundsZoom(e);this.setView(i,n.maxZoom?Math.min(o,n.maxZoom):o)}var s={latlng:i,bounds:e,timestamp:t.timestamp};for(var r in t.coords)"number"==typeof t.coords[r]&&(s[r]=t.coords[r]);this.fire("locationfound",s)},addHandler:function(t,i){if(!i)return this;var e=this[t]=new i(this);return this._handlers.push(e),this.options[t]&&e.enable(),this},remove:function(){if(this._initEvents(!0),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch(t){this._container._leaflet_id=void 0,this._containerId=void 0}void 0!==this._locationWatchId&&this.stopLocate(),this._stop(),ut(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._clearHandlers(),this._loaded&&this.fire("unload");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)ut(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,i){var e=ht("div","leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),i||this._mapPane);return t&&(this._panes[t]=e),e},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds();return new T(this.unproject(t.getBottomLeft()),this.unproject(t.getTopRight()))},getMinZoom:function(){return void 0===this.options.minZoom?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return void 0===this.options.maxZoom?void 0===this._layersMaxZoom?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,i,e){t=z(t),e=w(e||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),s=this.getMaxZoom(),r=t.getNorthWest(),a=t.getSouthEast(),h=this.getSize().subtract(e),u=b(this.project(a,n),this.project(r,n)).getSize(),l=Ni?this.options.zoomSnap:1,c=h.x/u.x,_=h.y/u.y,d=i?Math.max(c,_):Math.min(c,_);return n=this.getScaleZoom(d,n),l&&(n=Math.round(n/(l/100))*(l/100),n=i?Math.ceil(n/l)*l:Math.floor(n/l)*l),Math.max(o,Math.min(s,n))},getSize:function(){return this._size&&!this._sizeChanged||(this._size=new x(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,i){var e=this._getTopLeftPoint(t,i);return new P(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(void 0===t?this.getZoom():t)},getPane:function(t){return"string"==typeof t?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,i){var e=this.options.crs;return i=void 0===i?this._zoom:i,e.scale(t)/e.scale(i)},getScaleZoom:function(t,i){var e=this.options.crs;i=void 0===i?this._zoom:i;var n=e.zoom(t*e.scale(i));return isNaN(n)?1/0:n},project:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.latLngToPoint(C(t),i)},unproject:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.pointToLatLng(w(t),i)},layerPointToLatLng:function(t){var i=w(t).add(this.getPixelOrigin());return this.unproject(i)},latLngToLayerPoint:function(t){return this.project(C(t))._round()._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(C(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(z(t))},distance:function(t,i){return this.options.crs.distance(C(t),C(i))},containerPointToLayerPoint:function(t){return w(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return w(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var i=this.containerPointToLayerPoint(w(t));return this.layerPointToLatLng(i)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(C(t)))},mouseEventToContainerPoint:function(t){return tt(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var i=this._container=rt(t);if(!i)throw new Error("Map container not found.");if(i._leaflet_id)throw new Error("Map container is already initialized.");V(i,"scroll",this._onScroll,this),this._containerId=n(i)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&Ni,pt(t,"leaflet-container"+(Vi?" leaflet-touch":"")+(Ki?" leaflet-retina":"")+(Li?" leaflet-oldie":"")+(ki?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var i=at(t,"position");"absolute"!==i&&"relative"!==i&&"fixed"!==i&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),Lt(this._mapPane,new x(0,0)),this.createPane("tilePane"),this.createPane("shadowPane"),this.createPane("overlayPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(pt(t.markerPane,"leaflet-zoom-hide"),pt(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,i){Lt(this._mapPane,new x(0,0));var e=!this._loaded;this._loaded=!0,i=this._limitZoom(i),this.fire("viewprereset");var n=this._zoom!==i;this._moveStart(n,!1)._move(t,i)._moveEnd(n),this.fire("viewreset"),e&&this.fire("load")},_moveStart:function(t,i){return t&&this.fire("zoomstart"),i||this.fire("movestart"),this},_move:function(t,i,e){void 0===i&&(i=this._zoom);var n=this._zoom!==i;return this._zoom=i,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),(n||e&&e.pinch)&&this.fire("zoom",e),this.fire("move",e)},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return g(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){Lt(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[n(this._container)]=this;var i=t?q:V;i(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress",this._handleDOMEvent,this),this.options.trackResize&&i(window,"resize",this._onResize,this),Ni&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){g(this._resizeRequest),this._resizeRequest=f(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,i){for(var e,o=[],s="mouseout"===i||"mouseover"===i,r=t.target||t.srcElement,a=!1;r;){if((e=this._targets[n(r)])&&("click"===i||"preclick"===i)&&!t._simulated&&this._draggableMoved(e)){a=!0;break}if(e&&e.listens(i,!0)){if(s&&!ot(r,t))break;if(o.push(e),s)break}if(r===this._container)break;r=r.parentNode}return o.length||a||s||!ot(r,t)||(o=[this]),o},_handleDOMEvent:function(t){if(this._loaded&&!nt(t)){var i=t.type;"mousedown"!==i&&"keypress"!==i||zt(t.target||t.srcElement),this._fireDOMEvent(t,i)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,e,n){if("click"===t.type){var o=i({},t);o.type="preclick",this._fireDOMEvent(o,o.type,n)}if(!t._stopped&&(n=(n||[]).concat(this._findEventTargets(t,e))).length){var s=n[0];"contextmenu"===e&&s.listens(e,!0)&&$(t);var r={originalEvent:t};if("keypress"!==t.type){var a=s.getLatLng&&(!s._radius||s._radius<=10);r.containerPoint=a?this.latLngToContainerPoint(s.getLatLng()):this.mouseEventToContainerPoint(t),r.layerPoint=this.containerPointToLayerPoint(r.containerPoint),r.latlng=a?s.getLatLng():this.layerPointToLatLng(r.layerPoint)}for(var h=0;h<n.length;h++)if(n[h].fire(e,r,!0),r.originalEvent._stopped||!1===n[h].options.bubblingMouseEvents&&-1!==d(this._mouseEvents,e))return}},_draggableMoved:function(t){return(t=t.dragging&&t.dragging.enabled()?t:this).dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,i=this._handlers.length;t<i;t++)this._handlers[t].disable()},whenReady:function(t,i){return this._loaded?t.call(i||this,{target:this}):this.on("load",t,i),this},_getMapPanePos:function(){return Pt(this._mapPane)||new x(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,i){return(t&&void 0!==i?this._getNewPixelOrigin(t,i):this.getPixelOrigin()).subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,i){var e=this.getSize()._divideBy(2);return this.project(t,i)._subtract(e)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return this.project(t,i)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return b([this.project(t.getSouthWest(),i)._subtract(n),this.project(t.getNorthWest(),i)._subtract(n),this.project(t.getSouthEast(),i)._subtract(n),this.project(t.getNorthEast(),i)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,i,e){if(!e)return t;var n=this.project(t,i),o=this.getSize().divideBy(2),s=new P(n.subtract(o),n.add(o)),r=this._getBoundsOffset(s,e,i);return r.round().equals([0,0])?t:this.unproject(n.add(r),i)},_limitOffset:function(t,i){if(!i)return t;var e=this.getPixelBounds(),n=new P(e.min.add(t),e.max.add(t));return t.add(this._getBoundsOffset(n,i))},_getBoundsOffset:function(t,i,e){var n=b(this.project(i.getNorthEast(),e),this.project(i.getSouthWest(),e)),o=n.min.subtract(t.min),s=n.max.subtract(t.max);return new x(this._rebound(o.x,-s.x),this._rebound(o.y,-s.y))},_rebound:function(t,i){return t+i>0?Math.round(t-i)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(i))},_limitZoom:function(t){var i=this.getMinZoom(),e=this.getMaxZoom(),n=Ni?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(i,Math.min(e,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){mt(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,i){var e=this._getCenterOffset(t)._trunc();return!(!0!==(i&&i.animate)&&!this.getSize().contains(e))&&(this.panBy(e,i),!0)},_createAnimProxy:function(){var t=this._proxy=ht("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(t){var i=pe,e=this._proxy.style[i];wt(this._proxy,this.project(t.center,t.zoom),this.getZoomScale(t.zoom,1)),e===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",function(){var t=this.getCenter(),i=this.getZoom();wt(this._proxy,this.project(t,i),this.getZoomScale(i,1))},this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ut(this._proxy),delete this._proxy},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,i,e){if(this._animatingZoom)return!0;if(e=e||{},!this._zoomAnimated||!1===e.animate||this._nothingToAnimate()||Math.abs(i-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(i),o=this._getCenterOffset(t)._divideBy(1-1/n);return!(!0!==e.animate&&!this.getSize().contains(o))&&(f(function(){this._moveStart(!0,!1)._animateZoom(t,i,!0)},this),!0)},_animateZoom:function(t,i,n,o){this._mapPane&&(n&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=i,pt(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:i,noUpdate:o}),setTimeout(e(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&mt(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom),f(function(){this._moveEnd(!0)},this))}}),Pe=v.extend({options:{position:"topright"},initialize:function(t){l(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var i=this._map;return i&&i.removeControl(this),this.options.position=t,i&&i.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var i=this._container=this.onAdd(t),e=this.getPosition(),n=t._controlCorners[e];return pt(i,"leaflet-control"),-1!==e.indexOf("bottom")?n.insertBefore(i,n.firstChild):n.appendChild(i),this},remove:function(){return this._map?(ut(this._container),this.onRemove&&this.onRemove(this._map),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),be=function(t){return new Pe(t)};Le.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){function t(t,o){var s=e+t+" "+e+o;i[t+o]=ht("div",s,n)}var i=this._controlCorners={},e="leaflet-",n=this._controlContainer=ht("div",e+"control-container",this._container);t("top","left"),t("top","right"),t("bottom","left"),t("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)ut(this._controlCorners[t]);ut(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Te=Pe.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,i,e,n){return e<n?-1:n<e?1:0}},initialize:function(t,i,e){l(this,e),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in i)this._addLayer(i[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var i=0;i<this._layers.length;i++)this._layers[i].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return Pe.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,i){return this._addLayer(t,i),this._map?this._update():this},addOverlay:function(t,i){return this._addLayer(t,i,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var i=this._getLayer(n(t));return i&&this._layers.splice(this._layers.indexOf(i),1),this._map?this._update():this},expand:function(){pt(this._container,"leaflet-control-layers-expanded"),this._form.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._form.clientHeight?(pt(this._form,"leaflet-control-layers-scrollbar"),this._form.style.height=t+"px"):mt(this._form,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return mt(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",i=this._container=ht("div",t),e=this.options.collapsed;i.setAttribute("aria-haspopup",!0),J(i),X(i);var n=this._form=ht("form",t+"-list");e&&(this._map.on("click",this.collapse,this),Ti||V(i,{mouseenter:this.expand,mouseleave:this.collapse},this));var o=this._layersLink=ht("a",t+"-toggle",i);o.href="#",o.title="Layers",Vi?(V(o,"click",Q),V(o,"click",this.expand,this)):V(o,"focus",this.expand,this),e||this.expand(),this._baseLayersList=ht("div",t+"-base",n),this._separator=ht("div",t+"-separator",n),this._overlaysList=ht("div",t+"-overlays",n),i.appendChild(n)},_getLayer:function(t){for(var i=0;i<this._layers.length;i++)if(this._layers[i]&&n(this._layers[i].layer)===t)return this._layers[i]},_addLayer:function(t,i,n){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:i,overlay:n}),this.options.sortLayers&&this._layers.sort(e(function(t,i){return this.options.sortFunction(t.layer,i.layer,t.name,i.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;lt(this._baseLayersList),lt(this._overlaysList),this._layerControlInputs=[];var t,i,e,n,o=0;for(e=0;e<this._layers.length;e++)n=this._layers[e],this._addItem(n),i=i||n.overlay,t=t||!n.overlay,o+=n.overlay?0:1;return this.options.hideSingleBase&&(t=t&&o>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=i&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var i=this._getLayer(n(t.target)),e=i.overlay?"add"===t.type?"overlayadd":"overlayremove":"add"===t.type?"baselayerchange":null;e&&this._map.fire(e,i)},_createRadioElement:function(t,i){var e='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(i?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=e,n.firstChild},_addItem:function(t){var i,e=document.createElement("label"),o=this._map.hasLayer(t.layer);t.overlay?((i=document.createElement("input")).type="checkbox",i.className="leaflet-control-layers-selector",i.defaultChecked=o):i=this._createRadioElement("leaflet-base-layers",o),this._layerControlInputs.push(i),i.layerId=n(t.layer),V(i,"click",this._onInputClick,this);var s=document.createElement("span");s.innerHTML=" "+t.name;var r=document.createElement("div");return e.appendChild(r),r.appendChild(i),r.appendChild(s),(t.overlay?this._overlaysList:this._baseLayersList).appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){var t,i,e=this._layerControlInputs,n=[],o=[];this._handlingClick=!0;for(var s=e.length-1;s>=0;s--)t=e[s],i=this._getLayer(t.layerId).layer,t.checked?n.push(i):t.checked||o.push(i);for(s=0;s<o.length;s++)this._map.hasLayer(o[s])&&this._map.removeLayer(o[s]);for(s=0;s<n.length;s++)this._map.hasLayer(n[s])||this._map.addLayer(n[s]);this._handlingClick=!1,this._refocusOnMap()},_checkDisabledLayers:function(){for(var t,i,e=this._layerControlInputs,n=this._map.getZoom(),o=e.length-1;o>=0;o--)t=e[o],i=this._getLayer(t.layerId).layer,t.disabled=void 0!==i.options.minZoom&&n<i.options.minZoom||void 0!==i.options.maxZoom&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expand:function(){return this.expand()},_collapse:function(){return this.collapse()}}),ze=Pe.extend({options:{position:"topleft",zoomInText:"+",zoomInTitle:"Zoom in",zoomOutText:"−",zoomOutTitle:"Zoom out"},onAdd:function(t){var i="leaflet-control-zoom",e=ht("div",i+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,i+"-in",e,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,i+"-out",e,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),e},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,i,e,n,o){var s=ht("a",e,n);return s.innerHTML=t,s.href="#",s.title=i,s.setAttribute("role","button"),s.setAttribute("aria-label",i),J(s),V(s,"click",Q),V(s,"click",o,this),V(s,"click",this._refocusOnMap,this),s},_updateDisabled:function(){var t=this._map,i="leaflet-disabled";mt(this._zoomInButton,i),mt(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMinZoom())&&pt(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMaxZoom())&&pt(this._zoomInButton,i)}});Le.mergeOptions({zoomControl:!0}),Le.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new ze,this.addControl(this.zoomControl))});var Me=Pe.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var i=ht("div","leaflet-control-scale"),e=this.options;return this._addScales(e,"leaflet-control-scale-line",i),t.on(e.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,i,e){t.metric&&(this._mScale=ht("div",i,e)),t.imperial&&(this._iScale=ht("div",i,e))},_update:function(){var t=this._map,i=t.getSize().y/2,e=t.distance(t.containerPointToLatLng([0,i]),t.containerPointToLatLng([this.options.maxWidth,i]));this._updateScales(e)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var i=this._getRoundNum(t),e=i<1e3?i+" m":i/1e3+" km";this._updateScale(this._mScale,e,i/t)},_updateImperial:function(t){var i,e,n,o=3.2808399*t;o>5280?(i=o/5280,e=this._getRoundNum(i),this._updateScale(this._iScale,e+" mi",e/i)):(n=this._getRoundNum(o),this._updateScale(this._iScale,n+" ft",n/o))},_updateScale:function(t,i,e){t.style.width=Math.round(this.options.maxWidth*e)+"px",t.innerHTML=i},_getRoundNum:function(t){var i=Math.pow(10,(Math.floor(t)+"").length-1),e=t/i;return e=e>=10?10:e>=5?5:e>=3?3:e>=2?2:1,i*e}}),Ce=Pe.extend({options:{position:"bottomright",prefix:'<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'},initialize:function(t){l(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=ht("div","leaflet-control-attribution"),J(this._container);for(var i in t._layers)t._layers[i].getAttribution&&this.addAttribution(t._layers[i].getAttribution());return this._update(),this._container},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var i in this._attributions)this._attributions[i]&&t.push(i);var e=[];this.options.prefix&&e.push(this.options.prefix),t.length&&e.push(t.join(", ")),this._container.innerHTML=e.join(" | ")}}});Le.mergeOptions({attributionControl:!0}),Le.addInitHook(function(){this.options.attributionControl&&(new Ce).addTo(this)});Pe.Layers=Te,Pe.Zoom=ze,Pe.Scale=Me,Pe.Attribution=Ce,be.layers=function(t,i,e){return new Te(t,i,e)},be.zoom=function(t){return new ze(t)},be.scale=function(t){return new Me(t)},be.attribution=function(t){return new Ce(t)};var Ze=v.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});Ze.addTo=function(t,i){return t.addHandler(i,this),this};var Se,Ee={Events:hi},ke=Vi?"touchstart mousedown":"mousedown",Ae={mousedown:"mouseup",touchstart:"touchend",pointerdown:"touchend",MSPointerDown:"touchend"},Ie={mousedown:"mousemove",touchstart:"touchmove",pointerdown:"touchmove",MSPointerDown:"touchmove"},Be=ui.extend({options:{clickTolerance:3},initialize:function(t,i,e,n){l(this,n),this._element=t,this._dragStartTarget=i||t,this._preventOutline=e},enable:function(){this._enabled||(V(this._dragStartTarget,ke,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(Be._dragging===this&&this.finishDrag(),q(this._dragStartTarget,ke,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(!t._simulated&&this._enabled&&(this._moved=!1,!dt(this._element,"leaflet-zoom-anim")&&!(Be._dragging||t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||(Be._dragging=this,this._preventOutline&&zt(this._element),bt(),mi(),this._moving)))){this.fire("down");var i=t.touches?t.touches[0]:t;this._startPoint=new x(i.clientX,i.clientY),V(document,Ie[t.type],this._onMove,this),V(document,Ae[t.type],this._onUp,this)}},_onMove:function(t){if(!t._simulated&&this._enabled)if(t.touches&&t.touches.length>1)this._moved=!0;else{var i=t.touches&&1===t.touches.length?t.touches[0]:t,e=new x(i.clientX,i.clientY).subtract(this._startPoint);(e.x||e.y)&&(Math.abs(e.x)+Math.abs(e.y)<this.options.clickTolerance||($(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=Pt(this._element).subtract(e),pt(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),pt(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(e),this._moving=!0,g(this._animRequest),this._lastEvent=t,this._animRequest=f(this._updatePosition,this,!0)))}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),Lt(this._element,this._newPos),this.fire("drag",t)},_onUp:function(t){!t._simulated&&this._enabled&&this.finishDrag()},finishDrag:function(){mt(document.body,"leaflet-dragging"),this._lastTarget&&(mt(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null);for(var t in Ie)q(document,Ie[t],this._onMove,this),q(document,Ae[t],this._onUp,this);Tt(),fi(),this._moved&&this._moving&&(g(this._animRequest),this.fire("dragend",{distance:this._newPos.distanceTo(this._startPos)})),this._moving=!1,Be._dragging=!1}}),Oe=(Object.freeze||Object)({simplify:Ct,pointToSegmentDistance:Zt,closestPointOnSegment:function(t,i,e){return Rt(t,i,e)},clipSegment:At,_getEdgeIntersection:It,_getBitCode:Bt,_sqClosestPointOnSegment:Rt,isFlat:Dt,_flat:Nt}),Re=(Object.freeze||Object)({clipPolygon:jt}),De={project:function(t){return new x(t.lng,t.lat)},unproject:function(t){return new M(t.y,t.x)},bounds:new P([-180,-90],[180,90])},Ne={R:6378137,R_MINOR:6356752.314245179,bounds:new P([-20037508.34279,-15496570.73972],[20037508.34279,18764656.23138]),project:function(t){var i=Math.PI/180,e=this.R,n=t.lat*i,o=this.R_MINOR/e,s=Math.sqrt(1-o*o),r=s*Math.sin(n),a=Math.tan(Math.PI/4-n/2)/Math.pow((1-r)/(1+r),s/2);return n=-e*Math.log(Math.max(a,1e-10)),new x(t.lng*i*e,n)},unproject:function(t){for(var i,e=180/Math.PI,n=this.R,o=this.R_MINOR/n,s=Math.sqrt(1-o*o),r=Math.exp(-t.y/n),a=Math.PI/2-2*Math.atan(r),h=0,u=.1;h<15&&Math.abs(u)>1e-7;h++)i=s*Math.sin(a),i=Math.pow((1-i)/(1+i),s/2),a+=u=Math.PI/2-2*Math.atan(r*i)-a;return new M(a*e,t.x*e/n)}},je=(Object.freeze||Object)({LonLat:De,Mercator:Ne,SphericalMercator:di}),We=i({},_i,{code:"EPSG:3395",projection:Ne,transformation:function(){var t=.5/(Math.PI*Ne.R);return S(t,.5,-t,.5)}()}),He=i({},_i,{code:"EPSG:4326",projection:De,transformation:S(1/180,1,-1/180,.5)}),Fe=i({},ci,{projection:De,transformation:S(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,i){var e=i.lng-t.lng,n=i.lat-t.lat;return Math.sqrt(e*e+n*n)},infinite:!0});ci.Earth=_i,ci.EPSG3395=We,ci.EPSG3857=vi,ci.EPSG900913=yi,ci.EPSG4326=He,ci.Simple=Fe;var Ue=ui.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[n(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[n(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var i=t.target;if(i.hasLayer(this)){if(this._map=i,this._zoomAnimated=i._zoomAnimated,this.getEvents){var e=this.getEvents();i.on(e,this),this.once("remove",function(){i.off(e,this)},this)}this.onAdd(i),this.getAttribution&&i.attributionControl&&i.attributionControl.addAttribution(this.getAttribution()),this.fire("add"),i.fire("layeradd",{layer:this})}}});Le.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var i=n(t);return this._layers[i]?this:(this._layers[i]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var i=n(t);return this._layers[i]?(this._loaded&&t.onRemove(this),t.getAttribution&&this.attributionControl&&this.attributionControl.removeAttribution(t.getAttribution()),delete this._layers[i],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return!!t&&n(t)in this._layers},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},_addLayers:function(t){for(var i=0,e=(t=t?ei(t)?t:[t]:[]).length;i<e;i++)this.addLayer(t[i])},_addZoomLimit:function(t){!isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[n(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var i=n(t);this._zoomBoundLayers[i]&&(delete this._zoomBoundLayers[i],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,i=-1/0,e=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=void 0===o.minZoom?t:Math.min(t,o.minZoom),i=void 0===o.maxZoom?i:Math.max(i,o.maxZoom)}this._layersMaxZoom=i===-1/0?void 0:i,this._layersMinZoom=t===1/0?void 0:t,e!==this._getZoomSpan()&&this.fire("zoomlevelschange"),void 0===this.options.maxZoom&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),void 0===this.options.minZoom&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var Ve=Ue.extend({initialize:function(t,i){l(this,i),this._layers={};var e,n;if(t)for(e=0,n=t.length;e<n;e++)this.addLayer(t[e])},addLayer:function(t){var i=this.getLayerId(t);return this._layers[i]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var i=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[i]&&this._map.removeLayer(this._layers[i]),delete this._layers[i],this},hasLayer:function(t){return!!t&&(t in this._layers||this.getLayerId(t)in this._layers)},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var i,e,n=Array.prototype.slice.call(arguments,1);for(i in this._layers)(e=this._layers[i])[t]&&e[t].apply(e,n);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return n(t)}}),qe=Ve.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ve.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ve.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new T;for(var i in this._layers){var e=this._layers[i];t.extend(e.getBounds?e.getBounds():e.getLatLng())}return t}}),Ge=v.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0]},initialize:function(t){l(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,i){var e=this._getIconUrl(t);if(!e){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(e,i&&"IMG"===i.tagName?i:null);return this._setIconStyles(n,t),n},_setIconStyles:function(t,i){var e=this.options,n=e[i+"Size"];"number"==typeof n&&(n=[n,n]);var o=w(n),s=w("shadow"===i&&e.shadowAnchor||e.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+i+" "+(e.className||""),s&&(t.style.marginLeft=-s.x+"px",t.style.marginTop=-s.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,i){return i=i||document.createElement("img"),i.src=t,i},_getIconUrl:function(t){return Ki&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}}),Ke=Ge.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return Ke.imagePath||(Ke.imagePath=this._detectIconPath()),(this.options.imagePath||Ke.imagePath)+Ge.prototype._getIconUrl.call(this,t)},_detectIconPath:function(){var t=ht("div","leaflet-default-icon-path",document.body),i=at(t,"background-image")||at(t,"backgroundImage");return document.body.removeChild(t),i=null===i||0!==i.indexOf("url")?"":i.replace(/^url\(["']?/,"").replace(/marker-icon\.png["']?\)$/,"")}}),Ye=Ze.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new Be(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),pt(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&mt(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var i=this._marker,e=i._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,s=L.DomUtil.getPosition(i._icon),r=e.getPixelBounds(),a=e.getPixelOrigin(),h=b(r.min._subtract(a).add(o),r.max._subtract(a).subtract(o));if(!h.contains(s)){var u=w((Math.max(h.max.x,s.x)-h.max.x)/(r.max.x-h.max.x)-(Math.min(h.min.x,s.x)-h.min.x)/(r.min.x-h.min.x),(Math.max(h.max.y,s.y)-h.max.y)/(r.max.y-h.max.y)-(Math.min(h.min.y,s.y)-h.min.y)/(r.min.y-h.min.y)).multiplyBy(n);e.panBy(u,{animate:!1}),this._draggable._newPos._add(u),this._draggable._startPos._add(u),L.DomUtil.setPosition(i._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=f(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup().fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(g(this._panRequest),this._panRequest=f(this._adjustPan.bind(this,t)))},_onDrag:function(t){var i=this._marker,e=i._shadow,n=Pt(i._icon),o=i._map.layerPointToLatLng(n);e&&Lt(e,n),i._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,i.fire("move",t).fire("drag",t)},_onDragEnd:function(t){g(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),Xe=Ue.extend({options:{icon:new Ke,interactive:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10,keyboard:!0,title:"",alt:"",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",bubblingMouseEvents:!1},initialize:function(t,i){l(this,i),this._latlng=C(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var i=this._latlng;return this._latlng=C(t),this.update(),this.fire("move",{oldLatLng:i,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,i="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),e=t.icon.createIcon(this._icon),n=!1;e!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(e.title=t.title),"IMG"===e.tagName&&(e.alt=t.alt||"")),pt(e,i),t.keyboard&&(e.tabIndex="0"),this._icon=e,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex});var o=t.icon.createShadow(this._shadow),s=!1;o!==this._shadow&&(this._removeShadow(),s=!0),o&&(pt(o,i),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&s&&this.getPane("shadowPane").appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),ut(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ut(this._shadow),this._shadow=null},_setPos:function(t){Lt(this._icon,t),this._shadow&&Lt(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon.style.zIndex=this._zIndex+t},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(i)},_initInteraction:function(){if(this.options.interactive&&(pt(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Ye)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Ye(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;vt(this._icon,t),this._shadow&&vt(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}}),Je=Ue.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return l(this,t),this._renderer&&this._renderer._updateStyle(this),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+this._renderer.options.tolerance}}),$e=Je.extend({options:{fill:!0,radius:10},initialize:function(t,i){l(this,i),this._latlng=C(t),this._radius=this.options.radius},setLatLng:function(t){return this._latlng=C(t),this.redraw(),this.fire("move",{latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var i=t&&t.radius||this._radius;return Je.prototype.setStyle.call(this,t),this.setRadius(i),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,i=this._radiusY||t,e=this._clickTolerance(),n=[t+e,i+e];this._pxBounds=new P(this._point.subtract(n),this._point.add(n))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}}),Qe=$e.extend({initialize:function(t,e,n){if("number"==typeof e&&(e=i({},n,{radius:e})),l(this,e),this._latlng=C(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new T(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Je.prototype.setStyle,_project:function(){var t=this._latlng.lng,i=this._latlng.lat,e=this._map,n=e.options.crs;if(n.distance===_i.distance){var o=Math.PI/180,s=this._mRadius/_i.R/o,r=e.project([i+s,t]),a=e.project([i-s,t]),h=r.add(a).divideBy(2),u=e.unproject(h).lat,l=Math.acos((Math.cos(s*o)-Math.sin(i*o)*Math.sin(u*o))/(Math.cos(i*o)*Math.cos(u*o)))/o;(isNaN(l)||0===l)&&(l=s/Math.cos(Math.PI/180*i)),this._point=h.subtract(e.getPixelOrigin()),this._radius=isNaN(l)?0:h.x-e.project([u,t-l]).x,this._radiusY=h.y-r.y}else{var c=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=e.latLngToLayerPoint(this._latlng),this._radius=this._point.x-e.latLngToLayerPoint(c).x}this._updateBounds()}}),tn=Je.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,i){l(this,i),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var i,e,n=1/0,o=null,s=Rt,r=0,a=this._parts.length;r<a;r++)for(var h=this._parts[r],u=1,l=h.length;u<l;u++){var c=s(t,i=h[u-1],e=h[u],!0);c<n&&(n=c,o=s(t,i,e))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a=this._rings[0],h=a.length;if(!h)return null;for(t=0,i=0;t<h-1;t++)i+=a[t].distanceTo(a[t+1])/2;if(0===i)return this._map.layerPointToLatLng(a[0]);for(t=0,n=0;t<h-1;t++)if(o=a[t],s=a[t+1],e=o.distanceTo(s),(n+=e)>i)return r=(n-i)/e,this._map.layerPointToLatLng([s.x-r*(s.x-o.x),s.y-r*(s.y-o.y)])},getBounds:function(){return this._bounds},addLatLng:function(t,i){return i=i||this._defaultShape(),t=C(t),i.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new T,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return Dt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var i=[],e=Dt(t),n=0,o=t.length;n<o;n++)e?(i[n]=C(t[n]),this._bounds.extend(i[n])):i[n]=this._convertLatLngs(t[n]);return i},_project:function(){var t=new P;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t);var i=this._clickTolerance(),e=new x(i,i);this._bounds.isValid()&&t.isValid()&&(t.min._subtract(e),t.max._add(e),this._pxBounds=t)},_projectLatlngs:function(t,i,e){var n,o,s=t[0]instanceof M,r=t.length;if(s){for(o=[],n=0;n<r;n++)o[n]=this._map.latLngToLayerPoint(t[n]),e.extend(o[n]);i.push(o)}else for(n=0;n<r;n++)this._projectLatlngs(t[n],i,e)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else{var i,e,n,o,s,r,a,h=this._parts;for(i=0,n=0,o=this._rings.length;i<o;i++)for(e=0,s=(a=this._rings[i]).length;e<s-1;e++)(r=At(a[e],a[e+1],t,e,!0))&&(h[n]=h[n]||[],h[n].push(r[0]),r[1]===a[e+1]&&e!==s-2||(h[n].push(r[1]),n++))}},_simplifyPoints:function(){for(var t=this._parts,i=this.options.smoothFactor,e=0,n=t.length;e<n;e++)t[e]=Ct(t[e],i)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,i){var e,n,o,s,r,a,h=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(e=0,s=this._parts.length;e<s;e++)for(n=0,o=(r=(a=this._parts[e]).length)-1;n<r;o=n++)if((i||0!==n)&&Zt(t,a[o],a[n])<=h)return!0;return!1}});tn._flat=Nt;var en=tn.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a,h,u=this._rings[0],l=u.length;if(!l)return null;for(s=r=a=0,t=0,i=l-1;t<l;i=t++)e=u[t],n=u[i],o=e.y*n.x-n.y*e.x,r+=(e.x+n.x)*o,a+=(e.y+n.y)*o,s+=3*o;return h=0===s?u[0]:[r/s,a/s],this._map.layerPointToLatLng(h)},_convertLatLngs:function(t){var i=tn.prototype._convertLatLngs.call(this,t),e=i.length;return e>=2&&i[0]instanceof M&&i[0].equals(i[e-1])&&i.pop(),i},_setLatLngs:function(t){tn.prototype._setLatLngs.call(this,t),Dt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return Dt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,i=this.options.weight,e=new x(i,i);if(t=new P(t.min.subtract(e),t.max.add(e)),this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var n,o=0,s=this._rings.length;o<s;o++)(n=jt(this._rings[o],t,!0)).length&&this._parts.push(n)},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var i,e,n,o,s,r,a,h,u=!1;if(!this._pxBounds.contains(t))return!1;for(o=0,a=this._parts.length;o<a;o++)for(s=0,r=(h=(i=this._parts[o]).length)-1;s<h;r=s++)e=i[s],n=i[r],e.y>t.y!=n.y>t.y&&t.x<(n.x-e.x)*(t.y-e.y)/(n.y-e.y)+e.x&&(u=!u);return u||tn.prototype._containsPoint.call(this,t,!0)}}),nn=qe.extend({initialize:function(t,i){l(this,i),this._layers={},t&&this.addData(t)},addData:function(t){var i,e,n,o=ei(t)?t:t.features;if(o){for(i=0,e=o.length;i<e;i++)((n=o[i]).geometries||n.geometry||n.features||n.coordinates)&&this.addData(n);return this}var s=this.options;if(s.filter&&!s.filter(t))return this;var r=Wt(t,s);return r?(r.feature=Gt(t),r.defaultOptions=r.options,this.resetStyle(r),s.onEachFeature&&s.onEachFeature(t,r),this.addLayer(r)):this},resetStyle:function(t){return t.options=i({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this},setStyle:function(t){return this.eachLayer(function(i){this._setLayerStyle(i,t)},this)},_setLayerStyle:function(t,i){"function"==typeof i&&(i=i(t.feature)),t.setStyle&&t.setStyle(i)}}),on={toGeoJSON:function(t){return qt(this,{type:"Point",coordinates:Ut(this.getLatLng(),t)})}};Xe.include(on),Qe.include(on),$e.include(on),tn.include({toGeoJSON:function(t){var i=!Dt(this._latlngs),e=Vt(this._latlngs,i?1:0,!1,t);return qt(this,{type:(i?"Multi":"")+"LineString",coordinates:e})}}),en.include({toGeoJSON:function(t){var i=!Dt(this._latlngs),e=i&&!Dt(this._latlngs[0]),n=Vt(this._latlngs,e?2:i?1:0,!0,t);return i||(n=[n]),qt(this,{type:(e?"Multi":"")+"Polygon",coordinates:n})}}),Ve.include({toMultiPoint:function(t){var i=[];return this.eachLayer(function(e){i.push(e.toGeoJSON(t).geometry.coordinates)}),qt(this,{type:"MultiPoint",coordinates:i})},toGeoJSON:function(t){var i=this.feature&&this.feature.geometry&&this.feature.geometry.type;if("MultiPoint"===i)return this.toMultiPoint(t);var e="GeometryCollection"===i,n=[];return this.eachLayer(function(i){if(i.toGeoJSON){var o=i.toGeoJSON(t);if(e)n.push(o.geometry);else{var s=Gt(o);"FeatureCollection"===s.type?n.push.apply(n,s.features):n.push(s)}}}),e?qt(this,{geometries:n,type:"GeometryCollection"}):{type:"FeatureCollection",features:n}}});var sn=Kt,rn=Ue.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,i,e){this._url=t,this._bounds=z(i),l(this,e)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(pt(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ut(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&ct(this._image),this},bringToBack:function(){return this._map&&_t(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=z(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t="IMG"===this._url.tagName,i=this._image=t?this._url:ht("img");pt(i,"leaflet-image-layer"),this._zoomAnimated&&pt(i,"leaflet-zoom-animated"),this.options.className&&pt(i,this.options.className),i.onselectstart=r,i.onmousemove=r,i.onload=e(this.fire,this,"load"),i.onerror=e(this._overlayOnError,this,"error"),this.options.crossOrigin&&(i.crossOrigin=""),this.options.zIndex&&this._updateZIndex(),t?this._url=i.src:(i.src=this._url,i.alt=this.options.alt)},_animateZoom:function(t){var i=this._map.getZoomScale(t.zoom),e=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;wt(this._image,e,i)},_reset:function(){var t=this._image,i=new P(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),e=i.getSize();Lt(t,i.min),t.style.width=e.x+"px",t.style.height=e.y+"px"},_updateOpacity:function(){vt(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)}}),an=rn.extend({options:{autoplay:!0,loop:!0},_initImage:function(){var t="VIDEO"===this._url.tagName,i=this._image=t?this._url:ht("video");if(pt(i,"leaflet-image-layer"),this._zoomAnimated&&pt(i,"leaflet-zoom-animated"),i.onselectstart=r,i.onmousemove=r,i.onloadeddata=e(this.fire,this,"load"),t){for(var n=i.getElementsByTagName("source"),o=[],s=0;s<n.length;s++)o.push(n[s].src);this._url=n.length>0?o:[i.src]}else{ei(this._url)||(this._url=[this._url]),i.autoplay=!!this.options.autoplay,i.loop=!!this.options.loop;for(var a=0;a<this._url.length;a++){var h=ht("source");h.src=this._url[a],i.appendChild(h)}}}}),hn=Ue.extend({options:{offset:[0,7],className:"",pane:"popupPane"},initialize:function(t,i){l(this,t),this._source=i},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&vt(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&vt(this._container,1),this.bringToFront()},onRemove:function(t){t._fadeAnimated?(vt(this._container,0),this._removeTimeout=setTimeout(e(ut,void 0,this._container),200)):ut(this._container)},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=C(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&ct(this._container),this},bringToBack:function(){return this._map&&_t(this._container),this},_updateContent:function(){if(this._content){var t=this._contentNode,i="function"==typeof this._content?this._content(this._source||this):this._content;if("string"==typeof i)t.innerHTML=i;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(i)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),i=w(this.options.offset),e=this._getAnchor();this._zoomAnimated?Lt(this._container,t.add(e)):i=i.add(t).add(e);var n=this._containerBottom=-i.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+i.x;this._container.style.bottom=n+"px",this._container.style.left=o+"px"}},_getAnchor:function(){return[0,0]}}),un=hn.extend({options:{maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){return t.openPopup(this),this},onAdd:function(t){hn.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Je||this._source.on("preclick",Y))},onRemove:function(t){hn.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Je||this._source.off("preclick",Y))},getEvents:function(){var t=hn.prototype.getEvents.call(this);return(void 0!==this.options.closeOnClick?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this._close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_close:function(){this._map&&this._map.closePopup(this)},_initLayout:function(){var t="leaflet-popup",i=this._container=ht("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),e=this._wrapper=ht("div",t+"-content-wrapper",i);if(this._contentNode=ht("div",t+"-content",e),J(e),X(this._contentNode),V(e,"contextmenu",Y),this._tipContainer=ht("div",t+"-tip-container",i),this._tip=ht("div",t+"-tip",this._tipContainer),this.options.closeButton){var n=this._closeButton=ht("a",t+"-close-button",i);n.href="#close",n.innerHTML="×",V(n,"click",this._onCloseButtonClick,this)}},_updateLayout:function(){var t=this._contentNode,i=t.style;i.width="",i.whiteSpace="nowrap";var e=t.offsetWidth;e=Math.min(e,this.options.maxWidth),e=Math.max(e,this.options.minWidth),i.width=e+1+"px",i.whiteSpace="",i.height="";var n=t.offsetHeight,o=this.options.maxHeight;o&&n>o?(i.height=o+"px",pt(t,"leaflet-popup-scrolled")):mt(t,"leaflet-popup-scrolled"),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),e=this._getAnchor();Lt(this._container,i.add(e))},_adjustPan:function(){if(!(!this.options.autoPan||this._map._panAnim&&this._map._panAnim._inProgress)){var t=this._map,i=parseInt(at(this._container,"marginBottom"),10)||0,e=this._container.offsetHeight+i,n=this._containerWidth,o=new x(this._containerLeft,-e-this._containerBottom);o._add(Pt(this._container));var s=t.layerPointToContainerPoint(o),r=w(this.options.autoPanPadding),a=w(this.options.autoPanPaddingTopLeft||r),h=w(this.options.autoPanPaddingBottomRight||r),u=t.getSize(),l=0,c=0;s.x+n+h.x>u.x&&(l=s.x+n-u.x+h.x),s.x-l-a.x<0&&(l=s.x-a.x),s.y+e+h.y>u.y&&(c=s.y+e-u.y+h.y),s.y-c-a.y<0&&(c=s.y-a.y),(l||c)&&t.fire("autopanstart").panBy([l,c])}},_onCloseButtonClick:function(t){this._close(),Q(t)},_getAnchor:function(){return w(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}});Le.mergeOptions({closePopupOnClick:!0}),Le.include({openPopup:function(t,i,e){return t instanceof un||(t=new un(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:(this._popup&&this._popup.options.autoClose&&this.closePopup(),this._popup=t,this.addLayer(t))},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&this.removeLayer(t),this}}),Ue.include({bindPopup:function(t,i){return t instanceof un?(l(t,i),this._popup=t,t._source=this):(this._popup&&!i||(this._popup=new un(i,this)),this._popup.setContent(t)),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t,i){if(t instanceof Ue||(i=t,t=this),t instanceof qe)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._popup&&this._map&&(this._popup._source=t,this._popup.update(),this._map.openPopup(this._popup,i)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(t){return this._popup&&(this._popup._map?this.closePopup():this.openPopup(t)),this},isPopupOpen:function(){return!!this._popup&&this._popup.isOpen()},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){var i=t.layer||t.target;this._popup&&this._map&&(Q(t),i instanceof Je?this.openPopup(t.layer||t.target,t.latlng):this._map.hasLayer(this._popup)&&this._popup._source===i?this.closePopup():this.openPopup(i,t.latlng))},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){13===t.originalEvent.keyCode&&this._openPopup(t)}});var ln=hn.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,interactive:!1,opacity:.9},onAdd:function(t){hn.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&this._source.fire("tooltipopen",{tooltip:this},!0)},onRemove:function(t){hn.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&this._source.fire("tooltipclose",{tooltip:this},!0)},getEvents:function(){var t=hn.prototype.getEvents.call(this);return Vi&&!this.options.permanent&&(t.preclick=this._close),t},_close:function(){this._map&&this._map.closeTooltip(this)},_initLayout:function(){var t="leaflet-tooltip "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=ht("div",t)},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var i=this._map,e=this._container,n=i.latLngToContainerPoint(i.getCenter()),o=i.layerPointToContainerPoint(t),s=this.options.direction,r=e.offsetWidth,a=e.offsetHeight,h=w(this.options.offset),u=this._getAnchor();"top"===s?t=t.add(w(-r/2+h.x,-a+h.y+u.y,!0)):"bottom"===s?t=t.subtract(w(r/2-h.x,-h.y,!0)):"center"===s?t=t.subtract(w(r/2+h.x,a/2-u.y+h.y,!0)):"right"===s||"auto"===s&&o.x<n.x?(s="right",t=t.add(w(h.x+u.x,u.y-a/2+h.y,!0))):(s="left",t=t.subtract(w(r+u.x-h.x,a/2-u.y-h.y,!0))),mt(e,"leaflet-tooltip-right"),mt(e,"leaflet-tooltip-left"),mt(e,"leaflet-tooltip-top"),mt(e,"leaflet-tooltip-bottom"),pt(e,"leaflet-tooltip-"+s),Lt(e,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&vt(this._container,t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(i)},_getAnchor:function(){return w(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}});Le.include({openTooltip:function(t,i,e){return t instanceof ln||(t=new ln(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:this.addLayer(t)},closeTooltip:function(t){return t&&this.removeLayer(t),this}}),Ue.include({bindTooltip:function(t,i){return t instanceof ln?(l(t,i),this._tooltip=t,t._source=this):(this._tooltip&&!i||(this._tooltip=new ln(i,this)),this._tooltip.setContent(t)),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(t||!this._tooltipHandlersAdded){var i=t?"off":"on",e={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?e.add=this._openTooltip:(e.mouseover=this._openTooltip,e.mouseout=this.closeTooltip,this._tooltip.options.sticky&&(e.mousemove=this._moveTooltip),Vi&&(e.click=this._openTooltip)),this[i](e),this._tooltipHandlersAdded=!t}},openTooltip:function(t,i){if(t instanceof Ue||(i=t,t=this),t instanceof qe)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._tooltip&&this._map&&(this._tooltip._source=t,this._tooltip.update(),this._map.openTooltip(this._tooltip,i),this._tooltip.options.interactive&&this._tooltip._container&&(pt(this._tooltip._container,"leaflet-clickable"),this.addInteractiveTarget(this._tooltip._container))),this},closeTooltip:function(){return this._tooltip&&(this._tooltip._close(),this._tooltip.options.interactive&&this._tooltip._container&&(mt(this._tooltip._container,"leaflet-clickable"),this.removeInteractiveTarget(this._tooltip._container))),this},toggleTooltip:function(t){return this._tooltip&&(this._tooltip._map?this.closeTooltip():this.openTooltip(t)),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_openTooltip:function(t){var i=t.layer||t.target;this._tooltip&&this._map&&this.openTooltip(i,this._tooltip.options.sticky?t.latlng:void 0)},_moveTooltip:function(t){var i,e,n=t.latlng;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),e=this._map.containerPointToLayerPoint(i),n=this._map.layerPointToLatLng(e)),this._tooltip.setLatLng(n)}});var cn=Ge.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var i=t&&"DIV"===t.tagName?t:document.createElement("div"),e=this.options;if(i.innerHTML=!1!==e.html?e.html:"",e.bgPos){var n=w(e.bgPos);i.style.backgroundPosition=-n.x+"px "+-n.y+"px"}return this._setIconStyles(i,"icon"),i},createShadow:function(){return null}});Ge.Default=Ke;var _n=Ue.extend({options:{tileSize:256,opacity:1,updateWhenIdle:ji,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){l(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView(),this._update()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),ut(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(ct(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(_t(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){return this._map&&(this._removeAllTiles(),this._update()),this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=o(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof x?t:new x(t,t)},_updateZIndex:function(){this._container&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var i,e=this.getPane().children,n=-t(-1/0,1/0),o=0,s=e.length;o<s;o++)i=e[o].style.zIndex,e[o]!==this._container&&i&&(n=t(n,+i));isFinite(n)&&(this.options.zIndex=n+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!Li){vt(this._container,this.options.opacity);var t=+new Date,i=!1,e=!1;for(var n in this._tiles){var o=this._tiles[n];if(o.current&&o.loaded){var s=Math.min(1,(t-o.loaded)/200);vt(o.el,s),s<1?i=!0:(o.active?e=!0:this._onOpaqueTile(o),o.active=!0)}}e&&!this._noPrune&&this._pruneTiles(),i&&(g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this))}},_onOpaqueTile:r,_initContainer:function(){this._container||(this._container=ht("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,i=this.options.maxZoom;if(void 0!==t){for(var e in this._levels)this._levels[e].el.children.length||e===t?(this._levels[e].el.style.zIndex=i-Math.abs(t-e),this._onUpdateLevel(e)):(ut(this._levels[e].el),this._removeTilesAtZoom(e),this._onRemoveLevel(e),delete this._levels[e]);var n=this._levels[t],o=this._map;return n||((n=this._levels[t]={}).el=ht("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=i,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),n.el.offsetWidth,this._onCreateLevel(n)),this._level=n,n}},_onUpdateLevel:r,_onRemoveLevel:r,_onCreateLevel:r,_pruneTiles:function(){if(this._map){var t,i,e=this._map.getZoom();if(e>this.options.maxZoom||e<this.options.minZoom)this._removeAllTiles();else{for(t in this._tiles)(i=this._tiles[t]).retain=i.current;for(t in this._tiles)if((i=this._tiles[t]).current&&!i.active){var n=i.coords;this._retainParent(n.x,n.y,n.z,n.z-5)||this._retainChildren(n.x,n.y,n.z,n.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}}},_removeTilesAtZoom:function(t){for(var i in this._tiles)this._tiles[i].coords.z===t&&this._removeTile(i)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)ut(this._levels[t].el),this._onRemoveLevel(t),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,i,e,n){var o=Math.floor(t/2),s=Math.floor(i/2),r=e-1,a=new x(+o,+s);a.z=+r;var h=this._tileCoordsToKey(a),u=this._tiles[h];return u&&u.active?(u.retain=!0,!0):(u&&u.loaded&&(u.retain=!0),r>n&&this._retainParent(o,s,r,n))},_retainChildren:function(t,i,e,n){for(var o=2*t;o<2*t+2;o++)for(var s=2*i;s<2*i+2;s++){var r=new x(o,s);r.z=e+1;var a=this._tileCoordsToKey(r),h=this._tiles[a];h&&h.active?h.retain=!0:(h&&h.loaded&&(h.retain=!0),e+1<n&&this._retainChildren(o,s,e+1,n))}},_resetView:function(t){var i=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),i,i)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var i=this.options;return void 0!==i.minNativeZoom&&t<i.minNativeZoom?i.minNativeZoom:void 0!==i.maxNativeZoom&&i.maxNativeZoom<t?i.maxNativeZoom:t},_setView:function(t,i,e,n){var o=this._clampZoom(Math.round(i));(void 0!==this.options.maxZoom&&o>this.options.maxZoom||void 0!==this.options.minZoom&&o<this.options.minZoom)&&(o=void 0);var s=this.options.updateWhenZooming&&o!==this._tileZoom;n&&!s||(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),void 0!==o&&this._update(t),e||this._pruneTiles(),this._noPrune=!!e),this._setZoomTransforms(t,i)},_setZoomTransforms:function(t,i){for(var e in this._levels)this._setZoomTransform(this._levels[e],t,i)},_setZoomTransform:function(t,i,e){var n=this._map.getZoomScale(e,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(i,e)).round();Ni?wt(t.el,o,n):Lt(t.el,o)},_resetGrid:function(){var t=this._map,i=t.options.crs,e=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=i.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,i.wrapLng[0]],n).x/e.x),Math.ceil(t.project([0,i.wrapLng[1]],n).x/e.y)],this._wrapY=i.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([i.wrapLat[0],0],n).y/e.x),Math.ceil(t.project([i.wrapLat[1],0],n).y/e.y)]},_onMoveEnd:function(){this._map&&!this._map._animatingZoom&&this._update()},_getTiledPixelBounds:function(t){var i=this._map,e=i._animatingZoom?Math.max(i._animateToZoom,i.getZoom()):i.getZoom(),n=i.getZoomScale(e,this._tileZoom),o=i.project(t,this._tileZoom).floor(),s=i.getSize().divideBy(2*n);return new P(o.subtract(s),o.add(s))},_update:function(t){var i=this._map;if(i){var e=this._clampZoom(i.getZoom());if(void 0===t&&(t=i.getCenter()),void 0!==this._tileZoom){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),s=o.getCenter(),r=[],a=this.options.keepBuffer,h=new P(o.getBottomLeft().subtract([a,-a]),o.getTopRight().add([a,-a]));if(!(isFinite(o.min.x)&&isFinite(o.min.y)&&isFinite(o.max.x)&&isFinite(o.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var u in this._tiles){var l=this._tiles[u].coords;l.z===this._tileZoom&&h.contains(new x(l.x,l.y))||(this._tiles[u].current=!1)}if(Math.abs(e-this._tileZoom)>1)this._setView(t,e);else{for(var c=o.min.y;c<=o.max.y;c++)for(var _=o.min.x;_<=o.max.x;_++){var d=new x(_,c);if(d.z=this._tileZoom,this._isValidTile(d)){var p=this._tiles[this._tileCoordsToKey(d)];p?p.current=!0:r.push(d)}}if(r.sort(function(t,i){return t.distanceTo(s)-i.distanceTo(s)}),0!==r.length){this._loading||(this._loading=!0,this.fire("loading"));var m=document.createDocumentFragment();for(_=0;_<r.length;_++)this._addTile(r[_],m);this._level.el.appendChild(m)}}}}},_isValidTile:function(t){var i=this._map.options.crs;if(!i.infinite){var e=this._globalTileRange;if(!i.wrapLng&&(t.x<e.min.x||t.x>e.max.x)||!i.wrapLat&&(t.y<e.min.y||t.y>e.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return z(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var i=this._map,e=this.getTileSize(),n=t.scaleBy(e),o=n.add(e);return[i.unproject(n,t.z),i.unproject(o,t.z)]},_tileCoordsToBounds:function(t){var i=this._tileCoordsToNwSe(t),e=new T(i[0],i[1]);return this.options.noWrap||(e=this._map.wrapLatLngBounds(e)),e},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var i=t.split(":"),e=new x(+i[0],+i[1]);return e.z=+i[2],e},_removeTile:function(t){var i=this._tiles[t];i&&(Ci||i.el.setAttribute("src",ni),ut(i.el),delete this._tiles[t],this.fire("tileunload",{tile:i.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){pt(t,"leaflet-tile");var i=this.getTileSize();t.style.width=i.x+"px",t.style.height=i.y+"px",t.onselectstart=r,t.onmousemove=r,Li&&this.options.opacity<1&&vt(t,this.options.opacity),Ti&&!zi&&(t.style.WebkitBackfaceVisibility="hidden")},_addTile:function(t,i){var n=this._getTilePos(t),o=this._tileCoordsToKey(t),s=this.createTile(this._wrapCoords(t),e(this._tileReady,this,t));this._initTile(s),this.createTile.length<2&&f(e(this._tileReady,this,t,null,s)),Lt(s,n),this._tiles[o]={el:s,coords:t,current:!0},i.appendChild(s),this.fire("tileloadstart",{tile:s,coords:t})},_tileReady:function(t,i,n){if(this._map){i&&this.fire("tileerror",{error:i,tile:n,coords:t});var o=this._tileCoordsToKey(t);(n=this._tiles[o])&&(n.loaded=+new Date,this._map._fadeAnimated?(vt(n.el,0),g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this)):(n.active=!0,this._pruneTiles()),i||(pt(n.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:n.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),Li||!this._map._fadeAnimated?f(this._pruneTiles,this):setTimeout(e(this._pruneTiles,this),250)))}},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var i=new x(this._wrapX?s(t.x,this._wrapX):t.x,this._wrapY?s(t.y,this._wrapY):t.y);return i.z=t.z,i},_pxBoundsToTileRange:function(t){var i=this.getTileSize();return new P(t.min.unscaleBy(i).floor(),t.max.unscaleBy(i).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}}),dn=_n.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1},initialize:function(t,i){this._url=t,(i=l(this,i)).detectRetina&&Ki&&i.maxZoom>0&&(i.tileSize=Math.floor(i.tileSize/2),i.zoomReverse?(i.zoomOffset--,i.minZoom++):(i.zoomOffset++,i.maxZoom--),i.minZoom=Math.max(0,i.minZoom)),"string"==typeof i.subdomains&&(i.subdomains=i.subdomains.split("")),Ti||this.on("tileunload",this._onTileRemove)},setUrl:function(t,i){return this._url=t,i||this.redraw(),this},createTile:function(t,i){var n=document.createElement("img");return V(n,"load",e(this._tileOnLoad,this,i,n)),V(n,"error",e(this._tileOnError,this,i,n)),this.options.crossOrigin&&(n.crossOrigin=""),n.alt="",n.setAttribute("role","presentation"),n.src=this.getTileUrl(t),n},getTileUrl:function(t){var e={r:Ki?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var n=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=n),e["-y"]=n}return _(this._url,i(e,this.options))},_tileOnLoad:function(t,i){Li?setTimeout(e(t,this,null,i),0):t(null,i)},_tileOnError:function(t,i,e){var n=this.options.errorTileUrl;n&&i.getAttribute("src")!==n&&(i.src=n),t(e,i)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,i=this.options.maxZoom,e=this.options.zoomReverse,n=this.options.zoomOffset;return e&&(t=i-t),t+n},_getSubdomain:function(t){var i=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[i]},_abortLoading:function(){var t,i;for(t in this._tiles)this._tiles[t].coords.z!==this._tileZoom&&((i=this._tiles[t].el).onload=r,i.onerror=r,i.complete||(i.src=ni,ut(i),delete this._tiles[t]))}}),pn=dn.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,e){this._url=t;var n=i({},this.defaultWmsParams);for(var o in e)o in this.options||(n[o]=e[o]);var s=(e=l(this,e)).detectRetina&&Ki?2:1,r=this.getTileSize();n.width=r.x*s,n.height=r.y*s,this.wmsParams=n},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var i=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[i]=this._crs.code,dn.prototype.onAdd.call(this,t)},getTileUrl:function(t){var i=this._tileCoordsToNwSe(t),e=this._crs,n=b(e.project(i[0]),e.project(i[1])),o=n.min,s=n.max,r=(this._wmsVersion>=1.3&&this._crs===He?[o.y,o.x,s.y,s.x]:[o.x,o.y,s.x,s.y]).join(","),a=L.TileLayer.prototype.getTileUrl.call(this,t);return a+c(this.wmsParams,a,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+r},setParams:function(t,e){return i(this.wmsParams,t),e||this.redraw(),this}});dn.WMS=pn,Yt.wms=function(t,i){return new pn(t,i)};var mn=Ue.extend({options:{padding:.1,tolerance:0},initialize:function(t){l(this,t),n(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),this._zoomAnimated&&pt(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,i){var e=this._map.getZoomScale(i,this._zoom),n=Pt(this._container),o=this._map.getSize().multiplyBy(.5+this.options.padding),s=this._map.project(this._center,i),r=this._map.project(t,i).subtract(s),a=o.multiplyBy(-e).add(n).add(o).subtract(r);Ni?wt(this._container,a,e):Lt(this._container,a)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,i=this._map.getSize(),e=this._map.containerPointToLayerPoint(i.multiplyBy(-t)).round();this._bounds=new P(e,e.add(i.multiplyBy(1+2*t)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),fn=mn.extend({getEvents:function(){var t=mn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){mn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");V(t,"mousemove",o(this._onMouseMove,32,this),this),V(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),V(t,"mouseout",this._handleMouseOut,this),this._ctx=t.getContext("2d")},_destroyContainer:function(){delete this._ctx,ut(this._container),q(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){this._redrawBounds=null;for(var t in this._layers)this._layers[t]._update();this._redraw()}},_update:function(){if(!this._map._animatingZoom||!this._bounds){this._drawnLayers={},mn.prototype._update.call(this);var t=this._bounds,i=this._container,e=t.getSize(),n=Ki?2:1;Lt(i,t.min),i.width=n*e.x,i.height=n*e.y,i.style.width=e.x+"px",i.style.height=e.y+"px",Ki&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){mn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[n(t)]=t;var i=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=i),this._drawLast=i,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var i=t._order,e=i.next,n=i.prev;e?e.prev=n:this._drawLast=n,n?n.next=e:this._drawFirst=e,delete t._order,delete this._layers[L.stamp(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(t.options.dashArray){var i,e=t.options.dashArray.split(","),n=[];for(i=0;i<e.length;i++)n.push(Number(e[i]));t.options._dashArray=n}},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||f(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var i=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new P,this._redrawBounds.extend(t._pxBounds.min.subtract([i,i])),this._redrawBounds.extend(t._pxBounds.max.add([i,i]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var i=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,i.x,i.y)}else this._ctx.clearRect(0,0,this._container.width,this._container.height)},_draw:function(){var t,i=this._redrawBounds;if(this._ctx.save(),i){var e=i.getSize();this._ctx.beginPath(),this._ctx.rect(i.min.x,i.min.y,e.x,e.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!i||t._pxBounds&&t._pxBounds.intersects(i))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,i){if(this._drawing){var e,n,o,s,r=t._parts,a=r.length,h=this._ctx;if(a){for(this._drawnLayers[t._leaflet_id]=t,h.beginPath(),e=0;e<a;e++){for(n=0,o=r[e].length;n<o;n++)s=r[e][n],h[n?"lineTo":"moveTo"](s.x,s.y);i&&h.closePath()}this._fillStroke(h,t)}}},_updateCircle:function(t){if(this._drawing&&!t._empty()){var i=t._point,e=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;this._drawnLayers[t._leaflet_id]=t,1!==o&&(e.save(),e.scale(1,o)),e.beginPath(),e.arc(i.x,i.y/o,n,0,2*Math.PI,!1),1!==o&&e.restore(),this._fillStroke(e,t)}},_fillStroke:function(t,i){var e=i.options;e.fill&&(t.globalAlpha=e.fillOpacity,t.fillStyle=e.fillColor||e.color,t.fill(e.fillRule||"evenodd")),e.stroke&&0!==e.weight&&(t.setLineDash&&t.setLineDash(i.options&&i.options._dashArray||[]),t.globalAlpha=e.opacity,t.lineWidth=e.weight,t.strokeStyle=e.color,t.lineCap=e.lineCap,t.lineJoin=e.lineJoin,t.stroke())},_onClick:function(t){for(var i,e,n=this._map.mouseEventToLayerPoint(t),o=this._drawFirst;o;o=o.next)(i=o.layer).options.interactive&&i._containsPoint(n)&&!this._map._draggableMoved(i)&&(e=i);e&&(et(t),this._fireEvent([e],t))},_onMouseMove:function(t){if(this._map&&!this._map.dragging.moving()&&!this._map._animatingZoom){var i=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,i)}},_handleMouseOut:function(t){var i=this._hoveredLayer;i&&(mt(this._container,"leaflet-interactive"),this._fireEvent([i],t,"mouseout"),this._hoveredLayer=null)},_handleMouseHover:function(t,i){for(var e,n,o=this._drawFirst;o;o=o.next)(e=o.layer).options.interactive&&e._containsPoint(i)&&(n=e);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(pt(this._container,"leaflet-interactive"),this._fireEvent([n],t,"mouseover"),this._hoveredLayer=n)),this._hoveredLayer&&this._fireEvent([this._hoveredLayer],t)},_fireEvent:function(t,i,e){this._map._fireDOMEvent(i,e||i.type,t)},_bringToFront:function(t){var i=t._order,e=i.next,n=i.prev;e&&(e.prev=n,n?n.next=e:e&&(this._drawFirst=e),i.prev=this._drawLast,this._drawLast.next=i,i.next=null,this._drawLast=i,this._requestRedraw(t))},_bringToBack:function(t){var i=t._order,e=i.next,n=i.prev;n&&(n.next=e,e?e.prev=n:n&&(this._drawLast=n),i.prev=null,i.next=this._drawFirst,this._drawFirst.prev=i,this._drawFirst=i,this._requestRedraw(t))}}),gn=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch(t){return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),vn={_initContainer:function(){this._container=ht("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(mn.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var i=t._container=gn("shape");pt(i,"leaflet-vml-shape "+(this.options.className||"")),i.coordsize="1 1",t._path=gn("path"),i.appendChild(t._path),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){var i=t._container;this._container.appendChild(i),t.options.interactive&&t.addInteractiveTarget(i)},_removePath:function(t){var i=t._container;ut(i),t.removeInteractiveTarget(i),delete this._layers[n(t)]},_updateStyle:function(t){var i=t._stroke,e=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(i||(i=t._stroke=gn("stroke")),o.appendChild(i),i.weight=n.weight+"px",i.color=n.color,i.opacity=n.opacity,n.dashArray?i.dashStyle=ei(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):i.dashStyle="",i.endcap=n.lineCap.replace("butt","flat"),i.joinstyle=n.lineJoin):i&&(o.removeChild(i),t._stroke=null),n.fill?(e||(e=t._fill=gn("fill")),o.appendChild(e),e.color=n.fillColor||n.color,e.opacity=n.fillOpacity):e&&(o.removeChild(e),t._fill=null)},_updateCircle:function(t){var i=t._point.round(),e=Math.round(t._radius),n=Math.round(t._radiusY||e);this._setPath(t,t._empty()?"M0 0":"AL "+i.x+","+i.y+" "+e+","+n+" 0,23592600")},_setPath:function(t,i){t._path.v=i},_bringToFront:function(t){ct(t._container)},_bringToBack:function(t){_t(t._container)}},yn=Ji?gn:E,xn=mn.extend({getEvents:function(){var t=mn.prototype.getEvents.call(this);return t.zoomstart=this._onZoomStart,t},_initContainer:function(){this._container=yn("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=yn("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ut(this._container),q(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_onZoomStart:function(){this._update()},_update:function(){if(!this._map._animatingZoom||!this._bounds){mn.prototype._update.call(this);var t=this._bounds,i=t.getSize(),e=this._container;this._svgSize&&this._svgSize.equals(i)||(this._svgSize=i,e.setAttribute("width",i.x),e.setAttribute("height",i.y)),Lt(e,t.min),e.setAttribute("viewBox",[t.min.x,t.min.y,i.x,i.y].join(" ")),this.fire("update")}},_initPath:function(t){var i=t._path=yn("path");t.options.className&&pt(i,t.options.className),t.options.interactive&&pt(i,"leaflet-interactive"),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){ut(t._path),t.removeInteractiveTarget(t._path),delete this._layers[n(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var i=t._path,e=t.options;i&&(e.stroke?(i.setAttribute("stroke",e.color),i.setAttribute("stroke-opacity",e.opacity),i.setAttribute("stroke-width",e.weight),i.setAttribute("stroke-linecap",e.lineCap),i.setAttribute("stroke-linejoin",e.lineJoin),e.dashArray?i.setAttribute("stroke-dasharray",e.dashArray):i.removeAttribute("stroke-dasharray"),e.dashOffset?i.setAttribute("stroke-dashoffset",e.dashOffset):i.removeAttribute("stroke-dashoffset")):i.setAttribute("stroke","none"),e.fill?(i.setAttribute("fill",e.fillColor||e.color),i.setAttribute("fill-opacity",e.fillOpacity),i.setAttribute("fill-rule",e.fillRule||"evenodd")):i.setAttribute("fill","none"))},_updatePoly:function(t,i){this._setPath(t,k(t._parts,i))},_updateCircle:function(t){var i=t._point,e=Math.max(Math.round(t._radius),1),n="a"+e+","+(Math.max(Math.round(t._radiusY),1)||e)+" 0 1,0 ",o=t._empty()?"M0 0":"M"+(i.x-e)+","+i.y+n+2*e+",0 "+n+2*-e+",0 ";this._setPath(t,o)},_setPath:function(t,i){t._path.setAttribute("d",i)},_bringToFront:function(t){ct(t._path)},_bringToBack:function(t){_t(t._path)}});Ji&&xn.include(vn),Le.include({getRenderer:function(t){var i=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return i||(i=this._renderer=this.options.preferCanvas&&Xt()||Jt()),this.hasLayer(i)||this.addLayer(i),i},_getPaneRenderer:function(t){if("overlayPane"===t||void 0===t)return!1;var i=this._paneRenderers[t];return void 0===i&&(i=xn&&Jt({pane:t})||fn&&Xt({pane:t}),this._paneRenderers[t]=i),i}});var wn=en.extend({initialize:function(t,i){en.prototype.initialize.call(this,this._boundsToLatLngs(t),i)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=z(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});xn.create=yn,xn.pointsToPath=k,nn.geometryToLayer=Wt,nn.coordsToLatLng=Ht,nn.coordsToLatLngs=Ft,nn.latLngToCoords=Ut,nn.latLngsToCoords=Vt,nn.getFeature=qt,nn.asFeature=Gt,Le.mergeOptions({boxZoom:!0});var Ln=Ze.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){V(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){q(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ut(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){0!==this._resetStateTimeout&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||1!==t.which&&1!==t.button)return!1;this._clearDeferredResetState(),this._resetState(),mi(),bt(),this._startPoint=this._map.mouseEventToContainerPoint(t),V(document,{contextmenu:Q,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=ht("div","leaflet-zoom-box",this._container),pt(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var i=new P(this._point,this._startPoint),e=i.getSize();Lt(this._box,i.min),this._box.style.width=e.x+"px",this._box.style.height=e.y+"px"},_finish:function(){this._moved&&(ut(this._box),mt(this._container,"leaflet-crosshair")),fi(),Tt(),q(document,{contextmenu:Q,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if((1===t.which||1===t.button)&&(this._finish(),this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(e(this._resetState,this),0);var i=new T(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(i).fire("boxzoomend",{boxZoomBounds:i})}},_onKeyDown:function(t){27===t.keyCode&&this._finish()}});Le.addInitHook("addHandler","boxZoom",Ln),Le.mergeOptions({doubleClickZoom:!0});var Pn=Ze.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var i=this._map,e=i.getZoom(),n=i.options.zoomDelta,o=t.originalEvent.shiftKey?e-n:e+n;"center"===i.options.doubleClickZoom?i.setZoom(o):i.setZoomAround(t.containerPoint,o)}});Le.addInitHook("addHandler","doubleClickZoom",Pn),Le.mergeOptions({dragging:!0,inertia:!zi,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var bn=Ze.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new Be(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}pt(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){mt(this._map._container,"leaflet-grab"),mt(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var i=z(this._map.options.maxBounds);this._offsetLimit=b(this._map.latLngToContainerPoint(i.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(i.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var i=this._lastTime=+new Date,e=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(e),this._times.push(i),this._prunePositions(i)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),i=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=i.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,i){return t-(t-i)*this._viscosity},_onPreDragLimit:function(){if(this._viscosity&&this._offsetLimit){var t=this._draggable._newPos.subtract(this._draggable._startPos),i=this._offsetLimit;t.x<i.min.x&&(t.x=this._viscousLimit(t.x,i.min.x)),t.y<i.min.y&&(t.y=this._viscousLimit(t.y,i.min.y)),t.x>i.max.x&&(t.x=this._viscousLimit(t.x,i.max.x)),t.y>i.max.y&&(t.y=this._viscousLimit(t.y,i.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,i=Math.round(t/2),e=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-i+e)%t+i-e,s=(n+i+e)%t-i-e,r=Math.abs(o+e)<Math.abs(s+e)?o:s;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=r},_onDragEnd:function(t){var i=this._map,e=i.options,n=!e.inertia||this._times.length<2;if(i.fire("dragend",t),n)i.fire("moveend");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),s=(this._lastTime-this._times[0])/1e3,r=e.easeLinearity,a=o.multiplyBy(r/s),h=a.distanceTo([0,0]),u=Math.min(e.inertiaMaxSpeed,h),l=a.multiplyBy(u/h),c=u/(e.inertiaDeceleration*r),_=l.multiplyBy(-c/2).round();_.x||_.y?(_=i._limitOffset(_,i.options.maxBounds),f(function(){i.panBy(_,{duration:c,easeLinearity:r,noMoveStart:!0,animate:!0})})):i.fire("moveend")}}});Le.addInitHook("addHandler","dragging",bn),Le.mergeOptions({keyboard:!0,keyboardPanDelta:80});var Tn=Ze.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),V(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),q(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,i=document.documentElement,e=t.scrollTop||i.scrollTop,n=t.scrollLeft||i.scrollLeft;this._map._container.focus(),window.scrollTo(n,e)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var i,e,n=this._panKeys={},o=this.keyCodes;for(i=0,e=o.left.length;i<e;i++)n[o.left[i]]=[-1*t,0];for(i=0,e=o.right.length;i<e;i++)n[o.right[i]]=[t,0];for(i=0,e=o.down.length;i<e;i++)n[o.down[i]]=[0,t];for(i=0,e=o.up.length;i<e;i++)n[o.up[i]]=[0,-1*t]},_setZoomDelta:function(t){var i,e,n=this._zoomKeys={},o=this.keyCodes;for(i=0,e=o.zoomIn.length;i<e;i++)n[o.zoomIn[i]]=t;for(i=0,e=o.zoomOut.length;i<e;i++)n[o.zoomOut[i]]=-t},_addHooks:function(){V(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){q(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var i,e=t.keyCode,n=this._map;if(e in this._panKeys){if(n._panAnim&&n._panAnim._inProgress)return;i=this._panKeys[e],t.shiftKey&&(i=w(i).multiplyBy(3)),n.panBy(i),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds)}else if(e in this._zoomKeys)n.setZoom(n.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else{if(27!==e||!n._popup||!n._popup.options.closeOnEscapeKey)return;n.closePopup()}Q(t)}}});Le.addInitHook("addHandler","keyboard",Tn),Le.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var zn=Ze.extend({addHooks:function(){V(this._map._container,"mousewheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){q(this._map._container,"mousewheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var i=it(t),n=this._map.options.wheelDebounceTime;this._delta+=i,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var o=Math.max(n-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(e(this._performZoom,this),o),Q(t)},_performZoom:function(){var t=this._map,i=t.getZoom(),e=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(4*this._map.options.wheelPxPerZoomLevel),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,s=e?Math.ceil(o/e)*e:o,r=t._limitZoom(i+(this._delta>0?s:-s))-i;this._delta=0,this._startTime=null,r&&("center"===t.options.scrollWheelZoom?t.setZoom(i+r):t.setZoomAround(this._lastMousePos,i+r))}});Le.addInitHook("addHandler","scrollWheelZoom",zn),Le.mergeOptions({tap:!0,tapTolerance:15});var Mn=Ze.extend({addHooks:function(){V(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){q(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(t.touches){if($(t),this._fireClick=!0,t.touches.length>1)return this._fireClick=!1,void clearTimeout(this._holdTimeout);var i=t.touches[0],n=i.target;this._startPos=this._newPos=new x(i.clientX,i.clientY),n.tagName&&"a"===n.tagName.toLowerCase()&&pt(n,"leaflet-active"),this._holdTimeout=setTimeout(e(function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent("contextmenu",i))},this),1e3),this._simulateEvent("mousedown",i),V(document,{touchmove:this._onMove,touchend:this._onUp},this)}},_onUp:function(t){if(clearTimeout(this._holdTimeout),q(document,{touchmove:this._onMove,touchend:this._onUp},this),this._fireClick&&t&&t.changedTouches){var i=t.changedTouches[0],e=i.target;e&&e.tagName&&"a"===e.tagName.toLowerCase()&&mt(e,"leaflet-active"),this._simulateEvent("mouseup",i),this._isTapValid()&&this._simulateEvent("click",i)}},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var i=t.touches[0];this._newPos=new x(i.clientX,i.clientY),this._simulateEvent("mousemove",i)},_simulateEvent:function(t,i){var e=document.createEvent("MouseEvents");e._simulated=!0,i.target._simulatedClick=!0,e.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(e)}});Vi&&!Ui&&Le.addInitHook("addHandler","tap",Mn),Le.mergeOptions({touchZoom:Vi&&!zi,bounceAtZoomLimits:!0});var Cn=Ze.extend({addHooks:function(){pt(this._map._container,"leaflet-touch-zoom"),V(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){mt(this._map._container,"leaflet-touch-zoom"),q(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var i=this._map;if(t.touches&&2===t.touches.length&&!i._animatingZoom&&!this._zooming){var e=i.mouseEventToContainerPoint(t.touches[0]),n=i.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=i.getSize()._divideBy(2),this._startLatLng=i.containerPointToLatLng(this._centerPoint),"center"!==i.options.touchZoom&&(this._pinchStartLatLng=i.containerPointToLatLng(e.add(n)._divideBy(2))),this._startDist=e.distanceTo(n),this._startZoom=i.getZoom(),this._moved=!1,this._zooming=!0,i._stop(),V(document,"touchmove",this._onTouchMove,this),V(document,"touchend",this._onTouchEnd,this),$(t)}},_onTouchMove:function(t){if(t.touches&&2===t.touches.length&&this._zooming){var i=this._map,n=i.mouseEventToContainerPoint(t.touches[0]),o=i.mouseEventToContainerPoint(t.touches[1]),s=n.distanceTo(o)/this._startDist;if(this._zoom=i.getScaleZoom(s,this._startZoom),!i.options.bounceAtZoomLimits&&(this._zoom<i.getMinZoom()&&s<1||this._zoom>i.getMaxZoom()&&s>1)&&(this._zoom=i._limitZoom(this._zoom)),"center"===i.options.touchZoom){if(this._center=this._startLatLng,1===s)return}else{var r=n._add(o)._divideBy(2)._subtract(this._centerPoint);if(1===s&&0===r.x&&0===r.y)return;this._center=i.unproject(i.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(i._moveStart(!0,!1),this._moved=!0),g(this._animRequest);var a=e(i._move,i,this._center,this._zoom,{pinch:!0,round:!1});this._animRequest=f(a,this,!0),$(t)}},_onTouchEnd:function(){this._moved&&this._zooming?(this._zooming=!1,g(this._animRequest),q(document,"touchmove",this._onTouchMove),q(document,"touchend",this._onTouchEnd),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))):this._zooming=!1}});Le.addInitHook("addHandler","touchZoom",Cn),Le.BoxZoom=Ln,Le.DoubleClickZoom=Pn,Le.Drag=bn,Le.Keyboard=Tn,Le.ScrollWheelZoom=zn,Le.Tap=Mn,Le.TouchZoom=Cn;var Zn=window.L;window.L=t,Object.freeze=$t,t.version="1.3.1+HEAD.ba6f97f",t.noConflict=function(){return window.L=Zn,this},t.Control=Pe,t.control=be,t.Browser=$i,t.Evented=ui,t.Mixin=Ee,t.Util=ai,t.Class=v,t.Handler=Ze,t.extend=i,t.bind=e,t.stamp=n,t.setOptions=l,t.DomEvent=de,t.DomUtil=xe,t.PosAnimation=we,t.Draggable=Be,t.LineUtil=Oe,t.PolyUtil=Re,t.Point=x,t.point=w,t.Bounds=P,t.bounds=b,t.Transformation=Z,t.transformation=S,t.Projection=je,t.LatLng=M,t.latLng=C,t.LatLngBounds=T,t.latLngBounds=z,t.CRS=ci,t.GeoJSON=nn,t.geoJSON=Kt,t.geoJson=sn,t.Layer=Ue,t.LayerGroup=Ve,t.layerGroup=function(t,i){return new Ve(t,i)},t.FeatureGroup=qe,t.featureGroup=function(t){return new qe(t)},t.ImageOverlay=rn,t.imageOverlay=function(t,i,e){return new rn(t,i,e)},t.VideoOverlay=an,t.videoOverlay=function(t,i,e){return new an(t,i,e)},t.DivOverlay=hn,t.Popup=un,t.popup=function(t,i){return new un(t,i)},t.Tooltip=ln,t.tooltip=function(t,i){return new ln(t,i)},t.Icon=Ge,t.icon=function(t){return new Ge(t)},t.DivIcon=cn,t.divIcon=function(t){return new cn(t)},t.Marker=Xe,t.marker=function(t,i){return new Xe(t,i)},t.TileLayer=dn,t.tileLayer=Yt,t.GridLayer=_n,t.gridLayer=function(t){return new _n(t)},t.SVG=xn,t.svg=Jt,t.Renderer=mn,t.Canvas=fn,t.canvas=Xt,t.Path=Je,t.CircleMarker=$e,t.circleMarker=function(t,i){return new $e(t,i)},t.Circle=Qe,t.circle=function(t,i,e){return new Qe(t,i,e)},t.Polyline=tn,t.polyline=function(t,i){return new tn(t,i)},t.Polygon=en,t.polygon=function(t,i){return new en(t,i)},t.Rectangle=wn,t.rectangle=function(t,i){return new wn(t,i)},t.Map=Le,t.map=function(t,i){return new Le(t,i)}});</script>
<style type="text/css">
img.leaflet-tile {
padding: 0;
margin: 0;
border-radius: 0;
border: none;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
line-height: 18px;
color: #555;
}
.legend svg text {
fill: #555;
}
.legend svg line {
stroke: #555;
}
.legend i {
width: 18px;
height: 18px;
margin-right: 4px;
opacity: 0.7;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
</style>
<script>!function(a){if("object"==typeof exports)module.exports=a();else if("function"==typeof define&&define.amd)define(a);else{var b;"undefined"!=typeof window?b=window:"undefined"!=typeof global?b=global:"undefined"!=typeof self&&(b=self),b.proj4=a()}}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){function Point(a,b,c){if(!(this instanceof Point))return new Point(a,b,c);if(Array.isArray(a))this.x=a[0],this.y=a[1],this.z=a[2]||0;else if("object"==typeof a)this.x=a.x,this.y=a.y,this.z=a.z||0;else if("string"==typeof a&&"undefined"==typeof b){var d=a.split(",");this.x=parseFloat(d[0],10),this.y=parseFloat(d[1],10),this.z=parseFloat(d[2],10)||0}else this.x=a,this.y=b,this.z=c||0;console.warn("proj4.Point will be removed in version 3, use proj4.toPoint")}var d=a("mgrs");Point.fromMGRS=function(a){return new Point(d.toPoint(a))},Point.prototype.toMGRS=function(a){return d.forward([this.x,this.y],a)},b.exports=Point},{mgrs:67}],2:[function(a,b,c){function Projection(a,b){if(!(this instanceof Projection))return new Projection(a);b=b||function(a){if(a)throw a};var c=d(a);if("object"!=typeof c)return void b(a);var f=g(c),h=Projection.projections.get(f.projName);h?(e(this,f),e(this,h),this.init(),b(null,this)):b(a)}var d=a("./parseCode"),e=a("./extend"),f=a("./projections"),g=a("./deriveConstants");Projection.projections=f,Projection.projections.start(),b.exports=Projection},{"./deriveConstants":33,"./extend":34,"./parseCode":37,"./projections":39}],3:[function(a,b,c){b.exports=function(a,b,c){var d,e,f,g=c.x,h=c.y,i=c.z||0;for(f=0;3>f;f++)if(!b||2!==f||void 0!==c.z)switch(0===f?(d=g,e="x"):1===f?(d=h,e="y"):(d=i,e="z"),a.axis[f]){case"e":c[e]=d;break;case"w":c[e]=-d;break;case"n":c[e]=d;break;case"s":c[e]=-d;break;case"u":void 0!==c[e]&&(c.z=d);break;case"d":void 0!==c[e]&&(c.z=-d);break;default:return null}return c}},{}],4:[function(a,b,c){var d=Math.PI/2,e=a("./sign");b.exports=function(a){return Math.abs(a)<d?a:a-e(a)*Math.PI}},{"./sign":21}],5:[function(a,b,c){var d=2*Math.PI,e=3.14159265359,f=a("./sign");b.exports=function(a){return Math.abs(a)<=e?a:a-f(a)*d}},{"./sign":21}],6:[function(a,b,c){b.exports=function(a){return Math.abs(a)>1&&(a=a>1?1:-1),Math.asin(a)}},{}],7:[function(a,b,c){b.exports=function(a){return 1-.25*a*(1+a/16*(3+1.25*a))}},{}],8:[function(a,b,c){b.exports=function(a){return.375*a*(1+.25*a*(1+.46875*a))}},{}],9:[function(a,b,c){b.exports=function(a){return.05859375*a*a*(1+.75*a)}},{}],10:[function(a,b,c){b.exports=function(a){return a*a*a*(35/3072)}},{}],11:[function(a,b,c){b.exports=function(a,b,c){var d=b*c;return a/Math.sqrt(1-d*d)}},{}],12:[function(a,b,c){b.exports=function(a,b,c,d,e){var f,g;f=a/b;for(var h=0;15>h;h++)if(g=(a-(b*f-c*Math.sin(2*f)+d*Math.sin(4*f)-e*Math.sin(6*f)))/(b-2*c*Math.cos(2*f)+4*d*Math.cos(4*f)-6*e*Math.cos(6*f)),f+=g,Math.abs(g)<=1e-10)return f;return NaN}},{}],13:[function(a,b,c){var d=Math.PI/2;b.exports=function(a,b){var c=1-(1-a*a)/(2*a)*Math.log((1-a)/(1+a));if(Math.abs(Math.abs(b)-c)<1e-6)return 0>b?-1*d:d;for(var e,f,g,h,i=Math.asin(.5*b),j=0;30>j;j++)if(f=Math.sin(i),g=Math.cos(i),h=a*f,e=Math.pow(1-h*h,2)/(2*g)*(b/(1-a*a)-f/(1-h*h)+.5/a*Math.log((1-h)/(1+h))),i+=e,Math.abs(e)<=1e-10)return i;return NaN}},{}],14:[function(a,b,c){b.exports=function(a,b,c,d,e){return a*e-b*Math.sin(2*e)+c*Math.sin(4*e)-d*Math.sin(6*e)}},{}],15:[function(a,b,c){b.exports=function(a,b,c){var d=a*b;return c/Math.sqrt(1-d*d)}},{}],16:[function(a,b,c){var d=Math.PI/2;b.exports=function(a,b){for(var c,e,f=.5*a,g=d-2*Math.atan(b),h=0;15>=h;h++)if(c=a*Math.sin(g),e=d-2*Math.atan(b*Math.pow((1-c)/(1+c),f))-g,g+=e,Math.abs(e)<=1e-10)return g;return-9999}},{}],17:[function(a,b,c){var d=1,e=.25,f=.046875,g=.01953125,h=.01068115234375,i=.75,j=.46875,k=.013020833333333334,l=.007120768229166667,m=.3645833333333333,n=.005696614583333333,o=.3076171875;b.exports=function(a){var b=[];b[0]=d-a*(e+a*(f+a*(g+a*h))),b[1]=a*(i-a*(f+a*(g+a*h)));var c=a*a;return b[2]=c*(j-a*(k+a*l)),c*=a,b[3]=c*(m-a*n),b[4]=c*a*o,b}},{}],18:[function(a,b,c){var d=a("./pj_mlfn"),e=1e-10,f=20;b.exports=function(a,b,c){for(var g=1/(1-b),h=a,i=f;i;--i){var j=Math.sin(h),k=1-b*j*j;if(k=(d(h,j,Math.cos(h),c)-a)*(k*Math.sqrt(k))*g,h-=k,Math.abs(k)<e)return h}return h}},{"./pj_mlfn":19}],19:[function(a,b,c){b.exports=function(a,b,c,d){return c*=b,b*=b,d[0]*a-c*(d[1]+b*(d[2]+b*(d[3]+b*d[4])))}},{}],20:[function(a,b,c){b.exports=function(a,b){var c;return a>1e-7?(c=a*b,(1-a*a)*(b/(1-c*c)-.5/a*Math.log((1-c)/(1+c)))):2*b}},{}],21:[function(a,b,c){b.exports=function(a){return 0>a?-1:1}},{}],22:[function(a,b,c){b.exports=function(a,b){return Math.pow((1-a)/(1+a),b)}},{}],23:[function(a,b,c){b.exports=function(a){var b={x:a[0],y:a[1]};return a.length>2&&(b.z=a[2]),a.length>3&&(b.m=a[3]),b}},{}],24:[function(a,b,c){var d=Math.PI/2;b.exports=function(a,b,c){var e=a*c,f=.5*a;return e=Math.pow((1-e)/(1+e),f),Math.tan(.5*(d-b))/e}},{}],25:[function(a,b,c){c.wgs84={towgs84:"0,0,0",ellipse:"WGS84",datumName:"WGS84"},c.ch1903={towgs84:"674.374,15.056,405.346",ellipse:"bessel",datumName:"swiss"},c.ggrs87={towgs84:"-199.87,74.79,246.62",ellipse:"GRS80",datumName:"Greek_Geodetic_Reference_System_1987"},c.nad83={towgs84:"0,0,0",ellipse:"GRS80",datumName:"North_American_Datum_1983"},c.nad27={nadgrids:"@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat",ellipse:"clrk66",datumName:"North_American_Datum_1927"},c.potsdam={towgs84:"606.0,23.0,413.0",ellipse:"bessel",datumName:"Potsdam Rauenberg 1950 DHDN"},c.carthage={towgs84:"-263.0,6.0,431.0",ellipse:"clark80",datumName:"Carthage 1934 Tunisia"},c.hermannskogel={towgs84:"653.0,-212.0,449.0",ellipse:"bessel",datumName:"Hermannskogel"},c.ire65={towgs84:"482.530,-130.596,564.557,-1.042,-0.214,-0.631,8.15",ellipse:"mod_airy",datumName:"Ireland 1965"},c.rassadiran={towgs84:"-133.63,-157.5,-158.62",ellipse:"intl",datumName:"Rassadiran"},c.nzgd49={towgs84:"59.47,-5.04,187.44,0.47,-0.1,1.024,-4.5993",ellipse:"intl",datumName:"New Zealand Geodetic Datum 1949"},c.osgb36={towgs84:"446.448,-125.157,542.060,0.1502,0.2470,0.8421,-20.4894",ellipse:"airy",datumName:"Airy 1830"},c.s_jtsk={towgs84:"589,76,480",ellipse:"bessel",datumName:"S-JTSK (Ferro)"},c.beduaram={towgs84:"-106,-87,188",ellipse:"clrk80",datumName:"Beduaram"},c.gunung_segara={towgs84:"-403,684,41",ellipse:"bessel",datumName:"Gunung Segara Jakarta"},c.rnb72={towgs84:"106.869,-52.2978,103.724,-0.33657,0.456955,-1.84218,1",ellipse:"intl",datumName:"Reseau National Belge 1972"}},{}],26:[function(a,b,c){c.MERIT={a:6378137,rf:298.257,ellipseName:"MERIT 1983"},c.SGS85={a:6378136,rf:298.257,ellipseName:"Soviet Geodetic System 85"},c.GRS80={a:6378137,rf:298.257222101,ellipseName:"GRS 1980(IUGG, 1980)"},c.IAU76={a:6378140,rf:298.257,ellipseName:"IAU 1976"},c.airy={a:6377563.396,b:6356256.91,ellipseName:"Airy 1830"},c.APL4={a:6378137,rf:298.25,ellipseName:"Appl. Physics. 1965"},c.NWL9D={a:6378145,rf:298.25,ellipseName:"Naval Weapons Lab., 1965"},c.mod_airy={a:6377340.189,b:6356034.446,ellipseName:"Modified Airy"},c.andrae={a:6377104.43,rf:300,ellipseName:"Andrae 1876 (Den., Iclnd.)"},c.aust_SA={a:6378160,rf:298.25,ellipseName:"Australian Natl & S. Amer. 1969"},c.GRS67={a:6378160,rf:298.247167427,ellipseName:"GRS 67(IUGG 1967)"},c.bessel={a:6377397.155,rf:299.1528128,ellipseName:"Bessel 1841"},c.bess_nam={a:6377483.865,rf:299.1528128,ellipseName:"Bessel 1841 (Namibia)"},c.clrk66={a:6378206.4,b:6356583.8,ellipseName:"Clarke 1866"},c.clrk80={a:6378249.145,rf:293.4663,ellipseName:"Clarke 1880 mod."},c.clrk58={a:6378293.645208759,rf:294.2606763692654,ellipseName:"Clarke 1858"},c.CPM={a:6375738.7,rf:334.29,ellipseName:"Comm. des Poids et Mesures 1799"},c.delmbr={a:6376428,rf:311.5,ellipseName:"Delambre 1810 (Belgium)"},c.engelis={a:6378136.05,rf:298.2566,ellipseName:"Engelis 1985"},c.evrst30={a:6377276.345,rf:300.8017,ellipseName:"Everest 1830"},c.evrst48={a:6377304.063,rf:300.8017,ellipseName:"Everest 1948"},c.evrst56={a:6377301.243,rf:300.8017,ellipseName:"Everest 1956"},c.evrst69={a:6377295.664,rf:300.8017,ellipseName:"Everest 1969"},c.evrstSS={a:6377298.556,rf:300.8017,ellipseName:"Everest (Sabah & Sarawak)"},c.fschr60={a:6378166,rf:298.3,ellipseName:"Fischer (Mercury Datum) 1960"},c.fschr60m={a:6378155,rf:298.3,ellipseName:"Fischer 1960"},c.fschr68={a:6378150,rf:298.3,ellipseName:"Fischer 1968"},c.helmert={a:6378200,rf:298.3,ellipseName:"Helmert 1906"},c.hough={a:6378270,rf:297,ellipseName:"Hough"},c.intl={a:6378388,rf:297,ellipseName:"International 1909 (Hayford)"},c.kaula={a:6378163,rf:298.24,ellipseName:"Kaula 1961"},c.lerch={a:6378139,rf:298.257,ellipseName:"Lerch 1979"},c.mprts={a:6397300,rf:191,ellipseName:"Maupertius 1738"},c.new_intl={a:6378157.5,b:6356772.2,ellipseName:"New International 1967"},c.plessis={a:6376523,rf:6355863,ellipseName:"Plessis 1817 (France)"},c.krass={a:6378245,rf:298.3,ellipseName:"Krassovsky, 1942"},c.SEasia={a:6378155,b:6356773.3205,ellipseName:"Southeast Asia"},c.walbeck={a:6376896,b:6355834.8467,ellipseName:"Walbeck"},c.WGS60={a:6378165,rf:298.3,ellipseName:"WGS 60"},c.WGS66={a:6378145,rf:298.25,ellipseName:"WGS 66"},c.WGS7={a:6378135,rf:298.26,ellipseName:"WGS 72"},c.WGS84={a:6378137,rf:298.257223563,ellipseName:"WGS 84"},c.sphere={a:6370997,b:6370997,ellipseName:"Normal Sphere (r=6370997)"}},{}],27:[function(a,b,c){c.greenwich=0,c.lisbon=-9.131906111111,c.paris=2.337229166667,c.bogota=-74.080916666667,c.madrid=-3.687938888889,c.rome=12.452333333333,c.bern=7.439583333333,c.jakarta=106.807719444444,c.ferro=-17.666666666667,c.brussels=4.367975,c.stockholm=18.058277777778,c.athens=23.7163375,c.oslo=10.722916666667},{}],28:[function(a,b,c){c.ft={to_meter:.3048},c["us-ft"]={to_meter:1200/3937}},{}],29:[function(a,b,c){function d(a,b,c){var d;return Array.isArray(c)?(d=g(a,b,c),3===c.length?[d.x,d.y,d.z]:[d.x,d.y]):g(a,b,c)}function e(a){return a instanceof f?a:a.oProj?a.oProj:f(a)}function proj4(a,b,c){a=e(a);var f,g=!1;return"undefined"==typeof b?(b=a,a=h,g=!0):("undefined"!=typeof b.x||Array.isArray(b))&&(c=b,b=a,a=h,g=!0),b=e(b),c?d(a,b,c):(f={forward:function(c){return d(a,b,c)},inverse:function(c){return d(b,a,c)}},g&&(f.oProj=b),f)}var f=a("./Proj"),g=a("./transform"),h=f("WGS84");b.exports=proj4},{"./Proj":2,"./transform":65}],30:[function(a,b,c){var d=Math.PI/2,e=1,f=2,g=3,h=4,i=5,j=484813681109536e-20,k=1.0026,l=.3826834323650898,m=function(a){return this instanceof m?(this.datum_type=h,void(a&&(a.datumCode&&"none"===a.datumCode&&(this.datum_type=i),a.datum_params&&(this.datum_params=a.datum_params.map(parseFloat),(0!==this.datum_params[0]||0!==this.datum_params[1]||0!==this.datum_params[2])&&(this.datum_type=e),this.datum_params.length>3&&(0!==this.datum_params[3]||0!==this.datum_params[4]||0!==this.datum_params[5]||0!==this.datum_params[6])&&(this.datum_type=f,this.datum_params[3]*=j,this.datum_params[4]*=j,this.datum_params[5]*=j,this.datum_params[6]=this.datum_params[6]/1e6+1)),this.datum_type=a.grids?g:this.datum_type,this.a=a.a,this.b=a.b,this.es=a.es,this.ep2=a.ep2,this.datum_type===g&&(this.grids=a.grids)))):new m(a)};m.prototype={compare_datums:function(a){return this.datum_type!==a.datum_type?!1:this.a!==a.a||Math.abs(this.es-a.es)>5e-11?!1:this.datum_type===e?this.datum_params[0]===a.datum_params[0]&&this.datum_params[1]===a.datum_params[1]&&this.datum_params[2]===a.datum_params[2]:this.datum_type===f?this.datum_params[0]===a.datum_params[0]&&this.datum_params[1]===a.datum_params[1]&&this.datum_params[2]===a.datum_params[2]&&this.datum_params[3]===a.datum_params[3]&&this.datum_params[4]===a.datum_params[4]&&this.datum_params[5]===a.datum_params[5]&&this.datum_params[6]===a.datum_params[6]:this.datum_type===g||a.datum_type===g?this.nadgrids===a.nadgrids:!0},geodetic_to_geocentric:function(a){var b,c,e,f,g,h,i,j=a.x,k=a.y,l=a.z?a.z:0,m=0;if(-d>k&&k>-1.001*d)k=-d;else if(k>d&&1.001*d>k)k=d;else if(-d>k||k>d)return null;return j>Math.PI&&(j-=2*Math.PI),g=Math.sin(k),i=Math.cos(k),h=g*g,f=this.a/Math.sqrt(1-this.es*h),b=(f+l)*i*Math.cos(j),c=(f+l)*i*Math.sin(j),e=(f*(1-this.es)+l)*g,a.x=b,a.y=c,a.z=e,m},geocentric_to_geodetic:function(a){var b,c,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t=1e-12,u=t*t,v=30,w=a.x,x=a.y,y=a.z?a.z:0;if(o=!1,b=Math.sqrt(w*w+x*x),c=Math.sqrt(w*w+x*x+y*y),b/this.a<t){if(o=!0,q=0,c/this.a<t)return r=d,void(s=-this.b)}else q=Math.atan2(x,w);e=y/c,f=b/c,g=1/Math.sqrt(1-this.es*(2-this.es)*f*f),j=f*(1-this.es)*g,k=e*g,p=0;do p++,i=this.a/Math.sqrt(1-this.es*k*k),s=b*j+y*k-i*(1-this.es*k*k),h=this.es*i/(i+s),g=1/Math.sqrt(1-h*(2-h)*f*f),l=f*(1-h)*g,m=e*g,n=m*j-l*k,j=l,k=m;while(n*n>u&&v>p);return r=Math.atan(m/Math.abs(l)),a.x=q,a.y=r,a.z=s,a},geocentric_to_geodetic_noniter:function(a){var b,c,e,f,g,h,i,j,m,n,o,p,q,r,s,t,u,v=a.x,w=a.y,x=a.z?a.z:0;if(v=parseFloat(v),w=parseFloat(w),x=parseFloat(x),u=!1,0!==v)b=Math.atan2(w,v);else if(w>0)b=d;else if(0>w)b=-d;else if(u=!0,b=0,x>0)c=d;else{if(!(0>x))return c=d,void(e=-this.b);c=-d}return g=v*v+w*w,f=Math.sqrt(g),h=x*k,j=Math.sqrt(h*h+g),n=h/j,p=f/j,o=n*n*n,i=x+this.b*this.ep2*o,t=f-this.a*this.es*p*p*p,m=Math.sqrt(i*i+t*t),q=i/m,r=t/m,s=this.a/Math.sqrt(1-this.es*q*q),e=r>=l?f/r-s:-l>=r?f/-r-s:x/q+s*(this.es-1),u===!1&&(c=Math.atan(q/r)),a.x=b,a.y=c,a.z=e,a},geocentric_to_wgs84:function(a){if(this.datum_type===e)a.x+=this.datum_params[0],a.y+=this.datum_params[1],a.z+=this.datum_params[2];else if(this.datum_type===f){var b=this.datum_params[0],c=this.datum_params[1],d=this.datum_params[2],g=this.datum_params[3],h=this.datum_params[4],i=this.datum_params[5],j=this.datum_params[6],k=j*(a.x-i*a.y+h*a.z)+b,l=j*(i*a.x+a.y-g*a.z)+c,m=j*(-h*a.x+g*a.y+a.z)+d;a.x=k,a.y=l,a.z=m}},geocentric_from_wgs84:function(a){if(this.datum_type===e)a.x-=this.datum_params[0],a.y-=this.datum_params[1],a.z-=this.datum_params[2];else if(this.datum_type===f){var b=this.datum_params[0],c=this.datum_params[1],d=this.datum_params[2],g=this.datum_params[3],h=this.datum_params[4],i=this.datum_params[5],j=this.datum_params[6],k=(a.x-b)/j,l=(a.y-c)/j,m=(a.z-d)/j;a.x=k+i*l-h*m,a.y=-i*k+l+g*m,a.z=h*k-g*l+m}}},b.exports=m},{}],31:[function(a,b,c){var d=1,e=2,f=3,g=5,h=6378137,i=.006694379990141316;b.exports=function(a,b,c){function j(a){return a===d||a===e}var k,l,m;if(a.compare_datums(b))return c;if(a.datum_type===g||b.datum_type===g)return c;var n=a.a,o=a.es,p=b.a,q=b.es,r=a.datum_type;if(r===f)if(0===this.apply_gridshift(a,0,c))a.a=h,a.es=i;else{if(!a.datum_params)return a.a=n,a.es=a.es,c;for(k=1,l=0,m=a.datum_params.length;m>l;l++)k*=a.datum_params[l];if(0===k)return a.a=n,a.es=a.es,c;r=a.datum_params.length>3?e:d}return b.datum_type===f&&(b.a=h,b.es=i),(a.es!==b.es||a.a!==b.a||j(r)||j(b.datum_type))&&(a.geodetic_to_geocentric(c),j(a.datum_type)&&a.geocentric_to_wgs84(c),j(b.datum_type)&&b.geocentric_from_wgs84(c),b.geocentric_to_geodetic(c)),b.datum_type===f&&this.apply_gridshift(b,1,c),a.a=n,a.es=o,b.a=p,b.es=q,c}},{}],32:[function(a,b,c){function d(a){var b=this;if(2===arguments.length){var c=arguments[1];"string"==typeof c?"+"===c.charAt(0)?d[a]=f(arguments[1]):d[a]=g(arguments[1]):d[a]=c}else if(1===arguments.length){if(Array.isArray(a))return a.map(function(a){Array.isArray(a)?d.apply(b,a):d(a)});if("string"==typeof a){if(a in d)return d[a]}else"EPSG"in a?d["EPSG:"+a.EPSG]=a:"ESRI"in a?d["ESRI:"+a.ESRI]=a:"IAU2000"in a?d["IAU2000:"+a.IAU2000]=a:console.log(a);return}}var e=a("./global"),f=a("./projString"),g=a("./wkt");e(d),b.exports=d},{"./global":35,"./projString":38,"./wkt":66}],33:[function(a,b,c){var d=a("./constants/Datum"),e=a("./constants/Ellipsoid"),f=a("./extend"),g=a("./datum"),h=1e-10,i=.16666666666666666,j=.04722222222222222,k=.022156084656084655;b.exports=function(a){if(a.datumCode&&"none"!==a.datumCode){var b=d[a.datumCode];b&&(a.datum_params=b.towgs84?b.towgs84.split(","):null,a.ellps=b.ellipse,a.datumName=b.datumName?b.datumName:a.datumCode)}if(!a.a){var c=e[a.ellps]?e[a.ellps]:e.WGS84;f(a,c)}return a.rf&&!a.b&&(a.b=(1-1/a.rf)*a.a),(0===a.rf||Math.abs(a.a-a.b)<h)&&(a.sphere=!0,a.b=a.a),a.a2=a.a*a.a,a.b2=a.b*a.b,a.es=(a.a2-a.b2)/a.a2,a.e=Math.sqrt(a.es),a.R_A&&(a.a*=1-a.es*(i+a.es*(j+a.es*k)),a.a2=a.a*a.a,a.b2=a.b*a.b,a.es=0),a.ep2=(a.a2-a.b2)/a.b2,a.k0||(a.k0=1),a.axis||(a.axis="enu"),a.datum||(a.datum=g(a)),a}},{"./constants/Datum":25,"./constants/Ellipsoid":26,"./datum":30,"./extend":34}],34:[function(a,b,c){b.exports=function(a,b){a=a||{};var c,d;if(!b)return a;for(d in b)c=b[d],void 0!==c&&(a[d]=c);return a}},{}],35:[function(a,b,c){b.exports=function(a){a("EPSG:4326","+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees"),a("EPSG:4269","+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees"),a("EPSG:3857","+title=WGS 84 / Pseudo-Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs"),a.WGS84=a["EPSG:4326"],a["EPSG:3785"]=a["EPSG:3857"],a.GOOGLE=a["EPSG:3857"],a["EPSG:900913"]=a["EPSG:3857"],a["EPSG:102113"]=a["EPSG:3857"]}},{}],36:[function(a,b,c){var proj4=a("./core");proj4.defaultDatum="WGS84",proj4.Proj=a("./Proj"),proj4.WGS84=new proj4.Proj("WGS84"),proj4.Point=a("./Point"),proj4.toPoint=a("./common/toPoint"),proj4.defs=a("./defs"),proj4.transform=a("./transform"),proj4.mgrs=a("mgrs"),proj4.version=a("../package.json").version,a("./includedProjections")(proj4),b.exports=proj4},{"../package.json":68,"./Point":1,"./Proj":2,"./common/toPoint":23,"./core":29,"./defs":32,"./includedProjections":"hTEDpn","./transform":65,mgrs:67}],37:[function(a,b,c){function d(a){return"string"==typeof a}function e(a){return a in i}function f(a){var b=["GEOGCS","GEOCCS","PROJCS","LOCAL_CS"];return b.reduce(function(b,c){return b+1+a.indexOf(c)},0)}function g(a){return"+"===a[0]}function h(a){return d(a)?e(a)?i[a]:f(a)?j(a):g(a)?k(a):void 0:a}var i=a("./defs"),j=a("./wkt"),k=a("./projString");b.exports=h},{"./defs":32,"./projString":38,"./wkt":66}],38:[function(a,b,c){var d=.017453292519943295,e=a("./constants/PrimeMeridian"),f=a("./constants/units");b.exports=function(a){var b={},c={};a.split("+").map(function(a){return a.trim()}).filter(function(a){return a}).forEach(function(a){var b=a.split("=");b.push(!0),c[b[0].toLowerCase()]=b[1]});var g,h,i,j={proj:"projName",datum:"datumCode",rf:function(a){b.rf=parseFloat(a)},lat_0:function(a){b.lat0=a*d},lat_1:function(a){b.lat1=a*d},lat_2:function(a){b.lat2=a*d},lat_ts:function(a){b.lat_ts=a*d},lon_0:function(a){b.long0=a*d},lon_1:function(a){b.long1=a*d},lon_2:function(a){b.long2=a*d},alpha:function(a){b.alpha=parseFloat(a)*d},lonc:function(a){b.longc=a*d},x_0:function(a){b.x0=parseFloat(a)},y_0:function(a){b.y0=parseFloat(a)},k_0:function(a){b.k0=parseFloat(a)},k:function(a){b.k0=parseFloat(a)},a:function(a){b.a=parseFloat(a)},b:function(a){b.b=parseFloat(a)},r_a:function(){b.R_A=!0},zone:function(a){b.zone=parseInt(a,10)},south:function(){b.utmSouth=!0},towgs84:function(a){b.datum_params=a.split(",").map(function(a){return parseFloat(a)})},to_meter:function(a){b.to_meter=parseFloat(a)},units:function(a){b.units=a,f[a]&&(b.to_meter=f[a].to_meter)},from_greenwich:function(a){b.from_greenwich=a*d},pm:function(a){b.from_greenwich=(e[a]?e[a]:parseFloat(a))*d},nadgrids:function(a){"@null"===a?b.datumCode="none":b.nadgrids=a},axis:function(a){var c="ewnsud";3===a.length&&-1!==c.indexOf(a.substr(0,1))&&-1!==c.indexOf(a.substr(1,1))&&-1!==c.indexOf(a.substr(2,1))&&(b.axis=a)}};for(g in c)h=c[g],g in j?(i=j[g],"function"==typeof i?i(h):b[i]=h):b[g]=h;return"string"==typeof b.datumCode&&"WGS84"!==b.datumCode&&(b.datumCode=b.datumCode.toLowerCase()),b}},{"./constants/PrimeMeridian":27,"./constants/units":28}],39:[function(a,b,c){function d(a,b){var c=g.length;return a.names?(g[c]=a,a.names.forEach(function(a){f[a.toLowerCase()]=c}),this):(console.log(b),!0)}var e=[a("./projections/merc"),a("./projections/longlat")],f={},g=[];c.add=d,c.get=function(a){if(!a)return!1;var b=a.toLowerCase();return"undefined"!=typeof f[b]&&g[f[b]]?g[f[b]]:void 0},c.start=function(){e.forEach(d)}},{"./projections/longlat":51,"./projections/merc":52}],40:[function(a,b,c){var d=1e-10,e=a("../common/msfnz"),f=a("../common/qsfnz"),g=a("../common/adjust_lon"),h=a("../common/asinz");c.init=function(){Math.abs(this.lat1+this.lat2)<d||(this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e3=Math.sqrt(this.es),this.sin_po=Math.sin(this.lat1),this.cos_po=Math.cos(this.lat1),this.t1=this.sin_po,this.con=this.sin_po,this.ms1=e(this.e3,this.sin_po,this.cos_po),this.qs1=f(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat2),this.cos_po=Math.cos(this.lat2),this.t2=this.sin_po,this.ms2=e(this.e3,this.sin_po,this.cos_po),this.qs2=f(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat0),this.cos_po=Math.cos(this.lat0),this.t3=this.sin_po,this.qs0=f(this.e3,this.sin_po,this.cos_po),Math.abs(this.lat1-this.lat2)>d?this.ns0=(this.ms1*this.ms1-this.ms2*this.ms2)/(this.qs2-this.qs1):this.ns0=this.con,this.c=this.ms1*this.ms1+this.ns0*this.qs1,this.rh=this.a*Math.sqrt(this.c-this.ns0*this.qs0)/this.ns0)},c.forward=function(a){var b=a.x,c=a.y;this.sin_phi=Math.sin(c),this.cos_phi=Math.cos(c);var d=f(this.e3,this.sin_phi,this.cos_phi),e=this.a*Math.sqrt(this.c-this.ns0*d)/this.ns0,h=this.ns0*g(b-this.long0),i=e*Math.sin(h)+this.x0,j=this.rh-e*Math.cos(h)+this.y0;return a.x=i,a.y=j,a},c.inverse=function(a){var b,c,d,e,f,h;return a.x-=this.x0,a.y=this.rh-a.y+this.y0,this.ns0>=0?(b=Math.sqrt(a.x*a.x+a.y*a.y),d=1):(b=-Math.sqrt(a.x*a.x+a.y*a.y),d=-1),e=0,0!==b&&(e=Math.atan2(d*a.x,d*a.y)),d=b*this.ns0/this.a,this.sphere?h=Math.asin((this.c-d*d)/(2*this.ns0)):(c=(this.c-d*d)/this.ns0,h=this.phi1z(this.e3,c)),f=g(e/this.ns0+this.long0),a.x=f,a.y=h,a},c.phi1z=function(a,b){var c,e,f,g,i,j=h(.5*b);if(d>a)return j;for(var k=a*a,l=1;25>=l;l++)if(c=Math.sin(j),e=Math.cos(j),f=a*c,g=1-f*f,i=.5*g*g/e*(b/(1-k)-c/g+.5/a*Math.log((1-f)/(1+f))),j+=i,Math.abs(i)<=1e-7)return j;return null},c.names=["Albers_Conic_Equal_Area","Albers","aea"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/msfnz":15,"../common/qsfnz":20}],41:[function(a,b,c){var d=a("../common/adjust_lon"),e=Math.PI/2,f=1e-10,g=a("../common/mlfn"),h=a("../common/e0fn"),i=a("../common/e1fn"),j=a("../common/e2fn"),k=a("../common/e3fn"),l=a("../common/gN"),m=a("../common/asinz"),n=a("../common/imlfn");c.init=function(){this.sin_p12=Math.sin(this.lat0),this.cos_p12=Math.cos(this.lat0)},c.forward=function(a){var b,c,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H=a.x,I=a.y,J=Math.sin(a.y),K=Math.cos(a.y),L=d(H-this.long0);return this.sphere?Math.abs(this.sin_p12-1)<=f?(a.x=this.x0+this.a*(e-I)*Math.sin(L),a.y=this.y0-this.a*(e-I)*Math.cos(L),a):Math.abs(this.sin_p12+1)<=f?(a.x=this.x0+this.a*(e+I)*Math.sin(L),a.y=this.y0+this.a*(e+I)*Math.cos(L),a):(B=this.sin_p12*J+this.cos_p12*K*Math.cos(L),z=Math.acos(B),A=z/Math.sin(z),a.x=this.x0+this.a*A*K*Math.sin(L),a.y=this.y0+this.a*A*(this.cos_p12*J-this.sin_p12*K*Math.cos(L)),a):(b=h(this.es),c=i(this.es),m=j(this.es),n=k(this.es),Math.abs(this.sin_p12-1)<=f?(o=this.a*g(b,c,m,n,e),p=this.a*g(b,c,m,n,I),a.x=this.x0+(o-p)*Math.sin(L),a.y=this.y0-(o-p)*Math.cos(L),a):Math.abs(this.sin_p12+1)<=f?(o=this.a*g(b,c,m,n,e),p=this.a*g(b,c,m,n,I),a.x=this.x0+(o+p)*Math.sin(L),a.y=this.y0+(o+p)*Math.cos(L),a):(q=J/K,r=l(this.a,this.e,this.sin_p12),s=l(this.a,this.e,J),t=Math.atan((1-this.es)*q+this.es*r*this.sin_p12/(s*K)),u=Math.atan2(Math.sin(L),this.cos_p12*Math.tan(t)-this.sin_p12*Math.cos(L)),C=0===u?Math.asin(this.cos_p12*Math.sin(t)-this.sin_p12*Math.cos(t)):Math.abs(Math.abs(u)-Math.PI)<=f?-Math.asin(this.cos_p12*Math.sin(t)-this.sin_p12*Math.cos(t)):Math.asin(Math.sin(L)*Math.cos(t)/Math.sin(u)),v=this.e*this.sin_p12/Math.sqrt(1-this.es),w=this.e*this.cos_p12*Math.cos(u)/Math.sqrt(1-this.es),x=v*w,y=w*w,D=C*C,E=D*C,F=E*C,G=F*C,z=r*C*(1-D*y*(1-y)/6+E/8*x*(1-2*y)+F/120*(y*(4-7*y)-3*v*v*(1-7*y))-G/48*x),a.x=this.x0+z*Math.sin(u),a.y=this.y0+z*Math.cos(u),a))},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I;if(this.sphere){if(b=Math.sqrt(a.x*a.x+a.y*a.y),b>2*e*this.a)return;return c=b/this.a,o=Math.sin(c),p=Math.cos(c),q=this.long0,Math.abs(b)<=f?r=this.lat0:(r=m(p*this.sin_p12+a.y*o*this.cos_p12/b),s=Math.abs(this.lat0)-e,q=d(Math.abs(s)<=f?this.lat0>=0?this.long0+Math.atan2(a.x,-a.y):this.long0-Math.atan2(-a.x,a.y):this.long0+Math.atan2(a.x*o,b*this.cos_p12*p-a.y*this.sin_p12*o))),a.x=q,a.y=r,a}return t=h(this.es),u=i(this.es),v=j(this.es),w=k(this.es),Math.abs(this.sin_p12-1)<=f?(x=this.a*g(t,u,v,w,e),b=Math.sqrt(a.x*a.x+a.y*a.y),y=x-b,r=n(y/this.a,t,u,v,w),q=d(this.long0+Math.atan2(a.x,-1*a.y)),a.x=q,a.y=r,a):Math.abs(this.sin_p12+1)<=f?(x=this.a*g(t,u,v,w,e),b=Math.sqrt(a.x*a.x+a.y*a.y),y=b-x,r=n(y/this.a,t,u,v,w),q=d(this.long0+Math.atan2(a.x,a.y)),a.x=q,a.y=r,a):(b=Math.sqrt(a.x*a.x+a.y*a.y),B=Math.atan2(a.x,a.y),z=l(this.a,this.e,this.sin_p12),C=Math.cos(B),D=this.e*this.cos_p12*C,E=-D*D/(1-this.es),F=3*this.es*(1-E)*this.sin_p12*this.cos_p12*C/(1-this.es),G=b/z,H=G-E*(1+E)*Math.pow(G,3)/6-F*(1+3*E)*Math.pow(G,4)/24,I=1-E*H*H/2-G*H*H*H/6,A=Math.asin(this.sin_p12*Math.cos(H)+this.cos_p12*Math.sin(H)*C),q=d(this.long0+Math.asin(Math.sin(B)*Math.sin(H)/Math.cos(A))),r=Math.atan((1-this.es*I*this.sin_p12/Math.sin(A))*Math.tan(A)/(1-this.es)),a.x=q,a.y=r,a)},c.names=["Azimuthal_Equidistant","aeqd"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/imlfn":12,"../common/mlfn":14}],42:[function(a,b,c){var d=a("../common/mlfn"),e=a("../common/e0fn"),f=a("../common/e1fn"),g=a("../common/e2fn"),h=a("../common/e3fn"),i=a("../common/gN"),j=a("../common/adjust_lon"),k=a("../common/adjust_lat"),l=a("../common/imlfn"),m=Math.PI/2,n=1e-10;c.init=function(){this.sphere||(this.e0=e(this.es),this.e1=f(this.es),this.e2=g(this.es),this.e3=h(this.es),this.ml0=this.a*d(this.e0,this.e1,this.e2,this.e3,this.lat0))},c.forward=function(a){var b,c,e=a.x,f=a.y;if(e=j(e-this.long0),this.sphere)b=this.a*Math.asin(Math.cos(f)*Math.sin(e)),c=this.a*(Math.atan2(Math.tan(f),Math.cos(e))-this.lat0);else{var g=Math.sin(f),h=Math.cos(f),k=i(this.a,this.e,g),l=Math.tan(f)*Math.tan(f),m=e*Math.cos(f),n=m*m,o=this.es*h*h/(1-this.es),p=this.a*d(this.e0,this.e1,this.e2,this.e3,f);b=k*m*(1-n*l*(1/6-(8-l+8*o)*n/120)),c=p-this.ml0+k*g/h*n*(.5+(5-l+6*o)*n/24)}return a.x=b+this.x0,a.y=c+this.y0,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,d=a.x/this.a,e=a.y/this.a;if(this.sphere){var f=e+this.lat0;b=Math.asin(Math.sin(f)*Math.cos(d)),c=Math.atan2(Math.tan(d),Math.cos(f))}else{var g=this.ml0/this.a+e,h=l(g,this.e0,this.e1,this.e2,this.e3);if(Math.abs(Math.abs(h)-m)<=n)return a.x=this.long0,a.y=m,0>e&&(a.y*=-1),a;var o=i(this.a,this.e,Math.sin(h)),p=o*o*o/this.a/this.a*(1-this.es),q=Math.pow(Math.tan(h),2),r=d*this.a/o,s=r*r;b=h-o*Math.tan(h)/p*r*r*(.5-(1+3*q)*r*r/24),c=r*(1-s*(q/3+(1+3*q)*q*s/15))/Math.cos(h)}return a.x=j(c+this.long0),a.y=k(b),a},c.names=["Cassini","Cassini_Soldner","cass"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/imlfn":12,"../common/mlfn":14}],43:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/qsfnz"),f=a("../common/msfnz"),g=a("../common/iqsfnz");c.init=function(){this.sphere||(this.k0=f(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)))},c.forward=function(a){var b,c,f=a.x,g=a.y,h=d(f-this.long0);if(this.sphere)b=this.x0+this.a*h*Math.cos(this.lat_ts),c=this.y0+this.a*Math.sin(g)/Math.cos(this.lat_ts);else{var i=e(this.e,Math.sin(g));b=this.x0+this.a*this.k0*h,c=this.y0+this.a*i*.5/this.k0}return a.x=b,a.y=c,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c;return this.sphere?(b=d(this.long0+a.x/this.a/Math.cos(this.lat_ts)),c=Math.asin(a.y/this.a*Math.cos(this.lat_ts))):(c=g(this.e,2*a.y*this.k0/this.a),b=d(this.long0+a.x/(this.a*this.k0))),a.x=b,a.y=c,a},c.names=["cea"]},{"../common/adjust_lon":5,"../common/iqsfnz":13,"../common/msfnz":15,"../common/qsfnz":20}],44:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/adjust_lat");c.init=function(){this.x0=this.x0||0,this.y0=this.y0||0,this.lat0=this.lat0||0,this.long0=this.long0||0,this.lat_ts=this.lat_ts||0,this.title=this.title||"Equidistant Cylindrical (Plate Carre)",this.rc=Math.cos(this.lat_ts)},c.forward=function(a){var b=a.x,c=a.y,f=d(b-this.long0),g=e(c-this.lat0);return a.x=this.x0+this.a*f*this.rc,a.y=this.y0+this.a*g,a},c.inverse=function(a){var b=a.x,c=a.y;return a.x=d(this.long0+(b-this.x0)/(this.a*this.rc)),a.y=e(this.lat0+(c-this.y0)/this.a),a},c.names=["Equirectangular","Equidistant_Cylindrical","eqc"]},{"../common/adjust_lat":4,"../common/adjust_lon":5}],45:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/msfnz"),i=a("../common/mlfn"),j=a("../common/adjust_lon"),k=a("../common/adjust_lat"),l=a("../common/imlfn"),m=1e-10;c.init=function(){Math.abs(this.lat1+this.lat2)<m||(this.lat2=this.lat2||this.lat1,this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.sinphi=Math.sin(this.lat1),this.cosphi=Math.cos(this.lat1),this.ms1=h(this.e,this.sinphi,this.cosphi),this.ml1=i(this.e0,this.e1,this.e2,this.e3,this.lat1),Math.abs(this.lat1-this.lat2)<m?this.ns=this.sinphi:(this.sinphi=Math.sin(this.lat2),this.cosphi=Math.cos(this.lat2),this.ms2=h(this.e,this.sinphi,this.cosphi),this.ml2=i(this.e0,this.e1,this.e2,this.e3,this.lat2),this.ns=(this.ms1-this.ms2)/(this.ml2-this.ml1)),this.g=this.ml1+this.ms1/this.ns,this.ml0=i(this.e0,this.e1,this.e2,this.e3,this.lat0),this.rh=this.a*(this.g-this.ml0))},c.forward=function(a){var b,c=a.x,d=a.y;if(this.sphere)b=this.a*(this.g-d);else{var e=i(this.e0,this.e1,this.e2,this.e3,d);b=this.a*(this.g-e)}var f=this.ns*j(c-this.long0),g=this.x0+b*Math.sin(f),h=this.y0+this.rh-b*Math.cos(f);return a.x=g,a.y=h,a},c.inverse=function(a){a.x-=this.x0,a.y=this.rh-a.y+this.y0;var b,c,d,e;this.ns>=0?(c=Math.sqrt(a.x*a.x+a.y*a.y),b=1):(c=-Math.sqrt(a.x*a.x+a.y*a.y),b=-1);var f=0;if(0!==c&&(f=Math.atan2(b*a.x,b*a.y)),this.sphere)return e=j(this.long0+f/this.ns),d=k(this.g-c/this.a),a.x=e,a.y=d,a;var g=this.g-c/this.a;return d=l(g,this.e0,this.e1,this.e2,this.e3),e=j(this.long0+f/this.ns),a.x=e,a.y=d,a},c.names=["Equidistant_Conic","eqdc"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/imlfn":12,"../common/mlfn":14,"../common/msfnz":15}],46:[function(a,b,c){var d=Math.PI/4,e=a("../common/srat"),f=Math.PI/2,g=20;c.init=function(){var a=Math.sin(this.lat0),b=Math.cos(this.lat0);b*=b,this.rc=Math.sqrt(1-this.es)/(1-this.es*a*a),this.C=Math.sqrt(1+this.es*b*b/(1-this.es)),this.phic0=Math.asin(a/this.C),this.ratexp=.5*this.C*this.e,this.K=Math.tan(.5*this.phic0+d)/(Math.pow(Math.tan(.5*this.lat0+d),this.C)*e(this.e*a,this.ratexp))},c.forward=function(a){var b=a.x,c=a.y;return a.y=2*Math.atan(this.K*Math.pow(Math.tan(.5*c+d),this.C)*e(this.e*Math.sin(c),this.ratexp))-f,a.x=this.C*b,a},c.inverse=function(a){for(var b=1e-14,c=a.x/this.C,h=a.y,i=Math.pow(Math.tan(.5*h+d)/this.K,1/this.C),j=g;j>0&&(h=2*Math.atan(i*e(this.e*Math.sin(a.y),-.5*this.e))-f,!(Math.abs(h-a.y)<b));--j)a.y=h;return j?(a.x=c,a.y=h,a):null},c.names=["gauss"]},{"../common/srat":22}],47:[function(a,b,c){var d=a("../common/adjust_lon"),e=1e-10,f=a("../common/asinz");c.init=function(){this.sin_p14=Math.sin(this.lat0),this.cos_p14=Math.cos(this.lat0),
this.infinity_dist=1e3*this.a,this.rc=1},c.forward=function(a){var b,c,f,g,h,i,j,k,l=a.x,m=a.y;return f=d(l-this.long0),b=Math.sin(m),c=Math.cos(m),g=Math.cos(f),i=this.sin_p14*b+this.cos_p14*c*g,h=1,i>0||Math.abs(i)<=e?(j=this.x0+this.a*h*c*Math.sin(f)/i,k=this.y0+this.a*h*(this.cos_p14*b-this.sin_p14*c*g)/i):(j=this.x0+this.infinity_dist*c*Math.sin(f),k=this.y0+this.infinity_dist*(this.cos_p14*b-this.sin_p14*c*g)),a.x=j,a.y=k,a},c.inverse=function(a){var b,c,e,g,h,i;return a.x=(a.x-this.x0)/this.a,a.y=(a.y-this.y0)/this.a,a.x/=this.k0,a.y/=this.k0,(b=Math.sqrt(a.x*a.x+a.y*a.y))?(g=Math.atan2(b,this.rc),c=Math.sin(g),e=Math.cos(g),i=f(e*this.sin_p14+a.y*c*this.cos_p14/b),h=Math.atan2(a.x*c,b*this.cos_p14*e-a.y*this.sin_p14*c),h=d(this.long0+h)):(i=this.phic0,h=0),a.x=h,a.y=i,a},c.names=["gnom"]},{"../common/adjust_lon":5,"../common/asinz":6}],48:[function(a,b,c){var d=a("../common/adjust_lon");c.init=function(){this.a=6377397.155,this.es=.006674372230614,this.e=Math.sqrt(this.es),this.lat0||(this.lat0=.863937979737193),this.long0||(this.long0=.4334234309119251),this.k0||(this.k0=.9999),this.s45=.785398163397448,this.s90=2*this.s45,this.fi0=this.lat0,this.e2=this.es,this.e=Math.sqrt(this.e2),this.alfa=Math.sqrt(1+this.e2*Math.pow(Math.cos(this.fi0),4)/(1-this.e2)),this.uq=1.04216856380474,this.u0=Math.asin(Math.sin(this.fi0)/this.alfa),this.g=Math.pow((1+this.e*Math.sin(this.fi0))/(1-this.e*Math.sin(this.fi0)),this.alfa*this.e/2),this.k=Math.tan(this.u0/2+this.s45)/Math.pow(Math.tan(this.fi0/2+this.s45),this.alfa)*this.g,this.k1=this.k0,this.n0=this.a*Math.sqrt(1-this.e2)/(1-this.e2*Math.pow(Math.sin(this.fi0),2)),this.s0=1.37008346281555,this.n=Math.sin(this.s0),this.ro0=this.k1*this.n0/Math.tan(this.s0),this.ad=this.s90-this.uq},c.forward=function(a){var b,c,e,f,g,h,i,j=a.x,k=a.y,l=d(j-this.long0);return b=Math.pow((1+this.e*Math.sin(k))/(1-this.e*Math.sin(k)),this.alfa*this.e/2),c=2*(Math.atan(this.k*Math.pow(Math.tan(k/2+this.s45),this.alfa)/b)-this.s45),e=-l*this.alfa,f=Math.asin(Math.cos(this.ad)*Math.sin(c)+Math.sin(this.ad)*Math.cos(c)*Math.cos(e)),g=Math.asin(Math.cos(c)*Math.sin(e)/Math.cos(f)),h=this.n*g,i=this.ro0*Math.pow(Math.tan(this.s0/2+this.s45),this.n)/Math.pow(Math.tan(f/2+this.s45),this.n),a.y=i*Math.cos(h)/1,a.x=i*Math.sin(h)/1,this.czech||(a.y*=-1,a.x*=-1),a},c.inverse=function(a){var b,c,d,e,f,g,h,i,j=a.x;a.x=a.y,a.y=j,this.czech||(a.y*=-1,a.x*=-1),g=Math.sqrt(a.x*a.x+a.y*a.y),f=Math.atan2(a.y,a.x),e=f/Math.sin(this.s0),d=2*(Math.atan(Math.pow(this.ro0/g,1/this.n)*Math.tan(this.s0/2+this.s45))-this.s45),b=Math.asin(Math.cos(this.ad)*Math.sin(d)-Math.sin(this.ad)*Math.cos(d)*Math.cos(e)),c=Math.asin(Math.cos(d)*Math.sin(e)/Math.cos(b)),a.x=this.long0-c/this.alfa,h=b,i=0;var k=0;do a.y=2*(Math.atan(Math.pow(this.k,-1/this.alfa)*Math.pow(Math.tan(b/2+this.s45),1/this.alfa)*Math.pow((1+this.e*Math.sin(h))/(1-this.e*Math.sin(h)),this.e/2))-this.s45),Math.abs(h-a.y)<1e-10&&(i=1),h=a.y,k+=1;while(0===i&&15>k);return k>=15?null:a},c.names=["Krovak","krovak"]},{"../common/adjust_lon":5}],49:[function(a,b,c){var d=Math.PI/2,e=Math.PI/4,f=1e-10,g=a("../common/qsfnz"),h=a("../common/adjust_lon");c.S_POLE=1,c.N_POLE=2,c.EQUIT=3,c.OBLIQ=4,c.init=function(){var a=Math.abs(this.lat0);if(Math.abs(a-d)<f?this.mode=this.lat0<0?this.S_POLE:this.N_POLE:Math.abs(a)<f?this.mode=this.EQUIT:this.mode=this.OBLIQ,this.es>0){var b;switch(this.qp=g(this.e,1),this.mmf=.5/(1-this.es),this.apa=this.authset(this.es),this.mode){case this.N_POLE:this.dd=1;break;case this.S_POLE:this.dd=1;break;case this.EQUIT:this.rq=Math.sqrt(.5*this.qp),this.dd=1/this.rq,this.xmf=1,this.ymf=.5*this.qp;break;case this.OBLIQ:this.rq=Math.sqrt(.5*this.qp),b=Math.sin(this.lat0),this.sinb1=g(this.e,b)/this.qp,this.cosb1=Math.sqrt(1-this.sinb1*this.sinb1),this.dd=Math.cos(this.lat0)/(Math.sqrt(1-this.es*b*b)*this.rq*this.cosb1),this.ymf=(this.xmf=this.rq)/this.dd,this.xmf*=this.dd}}else this.mode===this.OBLIQ&&(this.sinph0=Math.sin(this.lat0),this.cosph0=Math.cos(this.lat0))},c.forward=function(a){var b,c,i,j,k,l,m,n,o,p,q=a.x,r=a.y;if(q=h(q-this.long0),this.sphere){if(k=Math.sin(r),p=Math.cos(r),i=Math.cos(q),this.mode===this.OBLIQ||this.mode===this.EQUIT){if(c=this.mode===this.EQUIT?1+p*i:1+this.sinph0*k+this.cosph0*p*i,f>=c)return null;c=Math.sqrt(2/c),b=c*p*Math.sin(q),c*=this.mode===this.EQUIT?k:this.cosph0*k-this.sinph0*p*i}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(i=-i),Math.abs(r+this.phi0)<f)return null;c=e-.5*r,c=2*(this.mode===this.S_POLE?Math.cos(c):Math.sin(c)),b=c*Math.sin(q),c*=i}}else{switch(m=0,n=0,o=0,i=Math.cos(q),j=Math.sin(q),k=Math.sin(r),l=g(this.e,k),(this.mode===this.OBLIQ||this.mode===this.EQUIT)&&(m=l/this.qp,n=Math.sqrt(1-m*m)),this.mode){case this.OBLIQ:o=1+this.sinb1*m+this.cosb1*n*i;break;case this.EQUIT:o=1+n*i;break;case this.N_POLE:o=d+r,l=this.qp-l;break;case this.S_POLE:o=r-d,l=this.qp+l}if(Math.abs(o)<f)return null;switch(this.mode){case this.OBLIQ:case this.EQUIT:o=Math.sqrt(2/o),c=this.mode===this.OBLIQ?this.ymf*o*(this.cosb1*m-this.sinb1*n*i):(o=Math.sqrt(2/(1+n*i)))*m*this.ymf,b=this.xmf*o*n*j;break;case this.N_POLE:case this.S_POLE:l>=0?(b=(o=Math.sqrt(l))*j,c=i*(this.mode===this.S_POLE?o:-o)):b=c=0}}return a.x=this.a*b+this.x0,a.y=this.a*c+this.y0,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,e,g,i,j,k,l=a.x/this.a,m=a.y/this.a;if(this.sphere){var n,o=0,p=0;if(n=Math.sqrt(l*l+m*m),c=.5*n,c>1)return null;switch(c=2*Math.asin(c),(this.mode===this.OBLIQ||this.mode===this.EQUIT)&&(p=Math.sin(c),o=Math.cos(c)),this.mode){case this.EQUIT:c=Math.abs(n)<=f?0:Math.asin(m*p/n),l*=p,m=o*n;break;case this.OBLIQ:c=Math.abs(n)<=f?this.phi0:Math.asin(o*this.sinph0+m*p*this.cosph0/n),l*=p*this.cosph0,m=(o-Math.sin(c)*this.sinph0)*n;break;case this.N_POLE:m=-m,c=d-c;break;case this.S_POLE:c-=d}b=0!==m||this.mode!==this.EQUIT&&this.mode!==this.OBLIQ?Math.atan2(l,m):0}else{if(k=0,this.mode===this.OBLIQ||this.mode===this.EQUIT){if(l/=this.dd,m*=this.dd,j=Math.sqrt(l*l+m*m),f>j)return a.x=0,a.y=this.phi0,a;g=2*Math.asin(.5*j/this.rq),e=Math.cos(g),l*=g=Math.sin(g),this.mode===this.OBLIQ?(k=e*this.sinb1+m*g*this.cosb1/j,i=this.qp*k,m=j*this.cosb1*e-m*this.sinb1*g):(k=m*g/j,i=this.qp*k,m=j*e)}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(m=-m),i=l*l+m*m,!i)return a.x=0,a.y=this.phi0,a;k=1-i/this.qp,this.mode===this.S_POLE&&(k=-k)}b=Math.atan2(l,m),c=this.authlat(Math.asin(k),this.apa)}return a.x=h(this.long0+b),a.y=c,a},c.P00=.3333333333333333,c.P01=.17222222222222222,c.P02=.10257936507936508,c.P10=.06388888888888888,c.P11=.0664021164021164,c.P20=.016415012942191543,c.authset=function(a){var b,c=[];return c[0]=a*this.P00,b=a*a,c[0]+=b*this.P01,c[1]=b*this.P10,b*=a,c[0]+=b*this.P02,c[1]+=b*this.P11,c[2]=b*this.P20,c},c.authlat=function(a,b){var c=a+a;return a+b[0]*Math.sin(c)+b[1]*Math.sin(c+c)+b[2]*Math.sin(c+c+c)},c.names=["Lambert Azimuthal Equal Area","Lambert_Azimuthal_Equal_Area","laea"]},{"../common/adjust_lon":5,"../common/qsfnz":20}],50:[function(a,b,c){var d=1e-10,e=a("../common/msfnz"),f=a("../common/tsfnz"),g=Math.PI/2,h=a("../common/sign"),i=a("../common/adjust_lon"),j=a("../common/phi2z");c.init=function(){if(this.lat2||(this.lat2=this.lat1),this.k0||(this.k0=1),this.x0=this.x0||0,this.y0=this.y0||0,!(Math.abs(this.lat1+this.lat2)<d)){var a=this.b/this.a;this.e=Math.sqrt(1-a*a);var b=Math.sin(this.lat1),c=Math.cos(this.lat1),g=e(this.e,b,c),h=f(this.e,this.lat1,b),i=Math.sin(this.lat2),j=Math.cos(this.lat2),k=e(this.e,i,j),l=f(this.e,this.lat2,i),m=f(this.e,this.lat0,Math.sin(this.lat0));Math.abs(this.lat1-this.lat2)>d?this.ns=Math.log(g/k)/Math.log(h/l):this.ns=b,isNaN(this.ns)&&(this.ns=b),this.f0=g/(this.ns*Math.pow(h,this.ns)),this.rh=this.a*this.f0*Math.pow(m,this.ns),this.title||(this.title="Lambert Conformal Conic")}},c.forward=function(a){var b=a.x,c=a.y;Math.abs(2*Math.abs(c)-Math.PI)<=d&&(c=h(c)*(g-2*d));var e,j,k=Math.abs(Math.abs(c)-g);if(k>d)e=f(this.e,c,Math.sin(c)),j=this.a*this.f0*Math.pow(e,this.ns);else{if(k=c*this.ns,0>=k)return null;j=0}var l=this.ns*i(b-this.long0);return a.x=this.k0*(j*Math.sin(l))+this.x0,a.y=this.k0*(this.rh-j*Math.cos(l))+this.y0,a},c.inverse=function(a){var b,c,d,e,f,h=(a.x-this.x0)/this.k0,k=this.rh-(a.y-this.y0)/this.k0;this.ns>0?(b=Math.sqrt(h*h+k*k),c=1):(b=-Math.sqrt(h*h+k*k),c=-1);var l=0;if(0!==b&&(l=Math.atan2(c*h,c*k)),0!==b||this.ns>0){if(c=1/this.ns,d=Math.pow(b/(this.a*this.f0),c),e=j(this.e,d),-9999===e)return null}else e=-g;return f=i(l/this.ns+this.long0),a.x=f,a.y=e,a},c.names=["Lambert Tangential Conformal Conic Projection","Lambert_Conformal_Conic","Lambert_Conformal_Conic_2SP","lcc"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/sign":21,"../common/tsfnz":24}],51:[function(a,b,c){function d(a){return a}c.init=function(){},c.forward=d,c.inverse=d,c.names=["longlat","identity"]},{}],52:[function(a,b,c){var d=a("../common/msfnz"),e=Math.PI/2,f=1e-10,g=57.29577951308232,h=a("../common/adjust_lon"),i=Math.PI/4,j=a("../common/tsfnz"),k=a("../common/phi2z");c.init=function(){var a=this.b/this.a;this.es=1-a*a,"x0"in this||(this.x0=0),"y0"in this||(this.y0=0),this.e=Math.sqrt(this.es),this.lat_ts?this.sphere?this.k0=Math.cos(this.lat_ts):this.k0=d(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)):this.k0||(this.k?this.k0=this.k:this.k0=1)},c.forward=function(a){var b=a.x,c=a.y;if(c*g>90&&-90>c*g&&b*g>180&&-180>b*g)return null;var d,k;if(Math.abs(Math.abs(c)-e)<=f)return null;if(this.sphere)d=this.x0+this.a*this.k0*h(b-this.long0),k=this.y0+this.a*this.k0*Math.log(Math.tan(i+.5*c));else{var l=Math.sin(c),m=j(this.e,c,l);d=this.x0+this.a*this.k0*h(b-this.long0),k=this.y0-this.a*this.k0*Math.log(m)}return a.x=d,a.y=k,a},c.inverse=function(a){var b,c,d=a.x-this.x0,f=a.y-this.y0;if(this.sphere)c=e-2*Math.atan(Math.exp(-f/(this.a*this.k0)));else{var g=Math.exp(-f/(this.a*this.k0));if(c=k(this.e,g),-9999===c)return null}return b=h(this.long0+d/(this.a*this.k0)),a.x=b,a.y=c,a},c.names=["Mercator","Popular Visualisation Pseudo Mercator","Mercator_1SP","Mercator_Auxiliary_Sphere","merc"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/tsfnz":24}],53:[function(a,b,c){var d=a("../common/adjust_lon");c.init=function(){},c.forward=function(a){var b=a.x,c=a.y,e=d(b-this.long0),f=this.x0+this.a*e,g=this.y0+this.a*Math.log(Math.tan(Math.PI/4+c/2.5))*1.25;return a.x=f,a.y=g,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b=d(this.long0+a.x/this.a),c=2.5*(Math.atan(Math.exp(.8*a.y/this.a))-Math.PI/4);return a.x=b,a.y=c,a},c.names=["Miller_Cylindrical","mill"]},{"../common/adjust_lon":5}],54:[function(a,b,c){var d=a("../common/adjust_lon"),e=1e-10;c.init=function(){},c.forward=function(a){for(var b=a.x,c=a.y,f=d(b-this.long0),g=c,h=Math.PI*Math.sin(c),i=0;!0;i++){var j=-(g+Math.sin(g)-h)/(1+Math.cos(g));if(g+=j,Math.abs(j)<e)break}g/=2,Math.PI/2-Math.abs(c)<e&&(f=0);var k=.900316316158*this.a*f*Math.cos(g)+this.x0,l=1.4142135623731*this.a*Math.sin(g)+this.y0;return a.x=k,a.y=l,a},c.inverse=function(a){var b,c;a.x-=this.x0,a.y-=this.y0,c=a.y/(1.4142135623731*this.a),Math.abs(c)>.999999999999&&(c=.999999999999),b=Math.asin(c);var e=d(this.long0+a.x/(.900316316158*this.a*Math.cos(b)));e<-Math.PI&&(e=-Math.PI),e>Math.PI&&(e=Math.PI),c=(2*b+Math.sin(2*b))/Math.PI,Math.abs(c)>1&&(c=1);var f=Math.asin(c);return a.x=e,a.y=f,a},c.names=["Mollweide","moll"]},{"../common/adjust_lon":5}],55:[function(a,b,c){var d=484813681109536e-20;c.iterations=1,c.init=function(){this.A=[],this.A[1]=.6399175073,this.A[2]=-.1358797613,this.A[3]=.063294409,this.A[4]=-.02526853,this.A[5]=.0117879,this.A[6]=-.0055161,this.A[7]=.0026906,this.A[8]=-.001333,this.A[9]=67e-5,this.A[10]=-34e-5,this.B_re=[],this.B_im=[],this.B_re[1]=.7557853228,this.B_im[1]=0,this.B_re[2]=.249204646,this.B_im[2]=.003371507,this.B_re[3]=-.001541739,this.B_im[3]=.04105856,this.B_re[4]=-.10162907,this.B_im[4]=.01727609,this.B_re[5]=-.26623489,this.B_im[5]=-.36249218,this.B_re[6]=-.6870983,this.B_im[6]=-1.1651967,this.C_re=[],this.C_im=[],this.C_re[1]=1.3231270439,this.C_im[1]=0,this.C_re[2]=-.577245789,this.C_im[2]=-.007809598,this.C_re[3]=.508307513,this.C_im[3]=-.112208952,this.C_re[4]=-.15094762,this.C_im[4]=.18200602,this.C_re[5]=1.01418179,this.C_im[5]=1.64497696,this.C_re[6]=1.9660549,this.C_im[6]=2.5127645,this.D=[],this.D[1]=1.5627014243,this.D[2]=.5185406398,this.D[3]=-.03333098,this.D[4]=-.1052906,this.D[5]=-.0368594,this.D[6]=.007317,this.D[7]=.0122,this.D[8]=.00394,this.D[9]=-.0013},c.forward=function(a){var b,c=a.x,e=a.y,f=e-this.lat0,g=c-this.long0,h=f/d*1e-5,i=g,j=1,k=0;for(b=1;10>=b;b++)j*=h,k+=this.A[b]*j;var l,m,n=k,o=i,p=1,q=0,r=0,s=0;for(b=1;6>=b;b++)l=p*n-q*o,m=q*n+p*o,p=l,q=m,r=r+this.B_re[b]*p-this.B_im[b]*q,s=s+this.B_im[b]*p+this.B_re[b]*q;return a.x=s*this.a+this.x0,a.y=r*this.a+this.y0,a},c.inverse=function(a){var b,c,e,f=a.x,g=a.y,h=f-this.x0,i=g-this.y0,j=i/this.a,k=h/this.a,l=1,m=0,n=0,o=0;for(b=1;6>=b;b++)c=l*j-m*k,e=m*j+l*k,l=c,m=e,n=n+this.C_re[b]*l-this.C_im[b]*m,o=o+this.C_im[b]*l+this.C_re[b]*m;for(var p=0;p<this.iterations;p++){var q,r,s=n,t=o,u=j,v=k;for(b=2;6>=b;b++)q=s*n-t*o,r=t*n+s*o,s=q,t=r,u+=(b-1)*(this.B_re[b]*s-this.B_im[b]*t),v+=(b-1)*(this.B_im[b]*s+this.B_re[b]*t);s=1,t=0;var w=this.B_re[1],x=this.B_im[1];for(b=2;6>=b;b++)q=s*n-t*o,r=t*n+s*o,s=q,t=r,w+=b*(this.B_re[b]*s-this.B_im[b]*t),x+=b*(this.B_im[b]*s+this.B_re[b]*t);var y=w*w+x*x;n=(u*w+v*x)/y,o=(v*w-u*x)/y}var z=n,A=o,B=1,C=0;for(b=1;9>=b;b++)B*=z,C+=this.D[b]*B;var D=this.lat0+C*d*1e5,E=this.long0+A;return a.x=E,a.y=D,a},c.names=["New_Zealand_Map_Grid","nzmg"]},{}],56:[function(a,b,c){var d=a("../common/tsfnz"),e=a("../common/adjust_lon"),f=a("../common/phi2z"),g=Math.PI/2,h=Math.PI/4,i=1e-10;c.init=function(){this.no_off=this.no_off||!1,this.no_rot=this.no_rot||!1,isNaN(this.k0)&&(this.k0=1);var a=Math.sin(this.lat0),b=Math.cos(this.lat0),c=this.e*a;this.bl=Math.sqrt(1+this.es/(1-this.es)*Math.pow(b,4)),this.al=this.a*this.bl*this.k0*Math.sqrt(1-this.es)/(1-c*c);var f=d(this.e,this.lat0,a),g=this.bl/b*Math.sqrt((1-this.es)/(1-c*c));1>g*g&&(g=1);var h,i;if(isNaN(this.longc)){var j=d(this.e,this.lat1,Math.sin(this.lat1)),k=d(this.e,this.lat2,Math.sin(this.lat2));this.lat0>=0?this.el=(g+Math.sqrt(g*g-1))*Math.pow(f,this.bl):this.el=(g-Math.sqrt(g*g-1))*Math.pow(f,this.bl);var l=Math.pow(j,this.bl),m=Math.pow(k,this.bl);h=this.el/l,i=.5*(h-1/h);var n=(this.el*this.el-m*l)/(this.el*this.el+m*l),o=(m-l)/(m+l),p=e(this.long1-this.long2);this.long0=.5*(this.long1+this.long2)-Math.atan(n*Math.tan(.5*this.bl*p)/o)/this.bl,this.long0=e(this.long0);var q=e(this.long1-this.long0);this.gamma0=Math.atan(Math.sin(this.bl*q)/i),this.alpha=Math.asin(g*Math.sin(this.gamma0))}else h=this.lat0>=0?g+Math.sqrt(g*g-1):g-Math.sqrt(g*g-1),this.el=h*Math.pow(f,this.bl),i=.5*(h-1/h),this.gamma0=Math.asin(Math.sin(this.alpha)/g),this.long0=this.longc-Math.asin(i*Math.tan(this.gamma0))/this.bl;this.no_off?this.uc=0:this.lat0>=0?this.uc=this.al/this.bl*Math.atan2(Math.sqrt(g*g-1),Math.cos(this.alpha)):this.uc=-1*this.al/this.bl*Math.atan2(Math.sqrt(g*g-1),Math.cos(this.alpha))},c.forward=function(a){var b,c,f,j=a.x,k=a.y,l=e(j-this.long0);if(Math.abs(Math.abs(k)-g)<=i)f=k>0?-1:1,c=this.al/this.bl*Math.log(Math.tan(h+f*this.gamma0*.5)),b=-1*f*g*this.al/this.bl;else{var m=d(this.e,k,Math.sin(k)),n=this.el/Math.pow(m,this.bl),o=.5*(n-1/n),p=.5*(n+1/n),q=Math.sin(this.bl*l),r=(o*Math.sin(this.gamma0)-q*Math.cos(this.gamma0))/p;c=Math.abs(Math.abs(r)-1)<=i?Number.POSITIVE_INFINITY:.5*this.al*Math.log((1-r)/(1+r))/this.bl,b=Math.abs(Math.cos(this.bl*l))<=i?this.al*this.bl*l:this.al*Math.atan2(o*Math.cos(this.gamma0)+q*Math.sin(this.gamma0),Math.cos(this.bl*l))/this.bl}return this.no_rot?(a.x=this.x0+b,a.y=this.y0+c):(b-=this.uc,a.x=this.x0+c*Math.cos(this.alpha)+b*Math.sin(this.alpha),a.y=this.y0+b*Math.cos(this.alpha)-c*Math.sin(this.alpha)),a},c.inverse=function(a){var b,c;this.no_rot?(c=a.y-this.y0,b=a.x-this.x0):(c=(a.x-this.x0)*Math.cos(this.alpha)-(a.y-this.y0)*Math.sin(this.alpha),b=(a.y-this.y0)*Math.cos(this.alpha)+(a.x-this.x0)*Math.sin(this.alpha),b+=this.uc);var d=Math.exp(-1*this.bl*c/this.al),h=.5*(d-1/d),j=.5*(d+1/d),k=Math.sin(this.bl*b/this.al),l=(k*Math.cos(this.gamma0)+h*Math.sin(this.gamma0))/j,m=Math.pow(this.el/Math.sqrt((1+l)/(1-l)),1/this.bl);return Math.abs(l-1)<i?(a.x=this.long0,a.y=g):Math.abs(l+1)<i?(a.x=this.long0,a.y=-1*g):(a.y=f(this.e,m),a.x=e(this.long0-Math.atan2(h*Math.cos(this.gamma0)-k*Math.sin(this.gamma0),Math.cos(this.bl*b/this.al))/this.bl)),a},c.names=["Hotine_Oblique_Mercator","Hotine Oblique Mercator","Hotine_Oblique_Mercator_Azimuth_Natural_Origin","Hotine_Oblique_Mercator_Azimuth_Center","omerc"]},{"../common/adjust_lon":5,"../common/phi2z":16,"../common/tsfnz":24}],57:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/adjust_lon"),i=a("../common/adjust_lat"),j=a("../common/mlfn"),k=1e-10,l=a("../common/gN"),m=20;c.init=function(){this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.ml0=this.a*j(this.e0,this.e1,this.e2,this.e3,this.lat0)},c.forward=function(a){var b,c,d,e=a.x,f=a.y,g=h(e-this.long0);if(d=g*Math.sin(f),this.sphere)Math.abs(f)<=k?(b=this.a*g,c=-1*this.a*this.lat0):(b=this.a*Math.sin(d)/Math.tan(f),c=this.a*(i(f-this.lat0)+(1-Math.cos(d))/Math.tan(f)));else if(Math.abs(f)<=k)b=this.a*g,c=-1*this.ml0;else{var m=l(this.a,this.e,Math.sin(f))/Math.tan(f);b=m*Math.sin(d),c=this.a*j(this.e0,this.e1,this.e2,this.e3,f)-this.ml0+m*(1-Math.cos(d))}return a.x=b+this.x0,a.y=c+this.y0,a},c.inverse=function(a){var b,c,d,e,f,g,i,l,n;if(d=a.x-this.x0,e=a.y-this.y0,this.sphere)if(Math.abs(e+this.a*this.lat0)<=k)b=h(d/this.a+this.long0),c=0;else{g=this.lat0+e/this.a,i=d*d/this.a/this.a+g*g,l=g;var o;for(f=m;f;--f)if(o=Math.tan(l),n=-1*(g*(l*o+1)-l-.5*(l*l+i)*o)/((l-g)/o-1),l+=n,Math.abs(n)<=k){c=l;break}b=h(this.long0+Math.asin(d*Math.tan(l)/this.a)/Math.sin(c))}else if(Math.abs(e+this.ml0)<=k)c=0,b=h(this.long0+d/this.a);else{g=(this.ml0+e)/this.a,i=d*d/this.a/this.a+g*g,l=g;var p,q,r,s,t;for(f=m;f;--f)if(t=this.e*Math.sin(l),p=Math.sqrt(1-t*t)*Math.tan(l),q=this.a*j(this.e0,this.e1,this.e2,this.e3,l),r=this.e0-2*this.e1*Math.cos(2*l)+4*this.e2*Math.cos(4*l)-6*this.e3*Math.cos(6*l),s=q/this.a,n=(g*(p*s+1)-s-.5*p*(s*s+i))/(this.es*Math.sin(2*l)*(s*s+i-2*g*s)/(4*p)+(g-s)*(p*r-2/Math.sin(2*l))-r),l-=n,Math.abs(n)<=k){c=l;break}p=Math.sqrt(1-this.es*Math.pow(Math.sin(c),2))*Math.tan(c),b=h(this.long0+Math.asin(d*p/this.a)/Math.sin(c))}return a.x=b,a.y=c,a},c.names=["Polyconic","poly"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/mlfn":14}],58:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/adjust_lat"),f=a("../common/pj_enfn"),g=20,h=a("../common/pj_mlfn"),i=a("../common/pj_inv_mlfn"),j=Math.PI/2,k=1e-10,l=a("../common/asinz");c.init=function(){this.sphere?(this.n=1,this.m=0,this.es=0,this.C_y=Math.sqrt((this.m+1)/this.n),this.C_x=this.C_y/(this.m+1)):this.en=f(this.es)},c.forward=function(a){var b,c,e=a.x,f=a.y;if(e=d(e-this.long0),this.sphere){if(this.m)for(var i=this.n*Math.sin(f),j=g;j;--j){var l=(this.m*f+Math.sin(f)-i)/(this.m+Math.cos(f));if(f-=l,Math.abs(l)<k)break}else f=1!==this.n?Math.asin(this.n*Math.sin(f)):f;b=this.a*this.C_x*e*(this.m+Math.cos(f)),c=this.a*this.C_y*f}else{var m=Math.sin(f),n=Math.cos(f);c=this.a*h(f,m,n,this.en),b=this.a*e*n/Math.sqrt(1-this.es*m*m)}return a.x=b,a.y=c,a},c.inverse=function(a){var b,c,f,g;return a.x-=this.x0,f=a.x/this.a,a.y-=this.y0,b=a.y/this.a,this.sphere?(b/=this.C_y,f/=this.C_x*(this.m+Math.cos(b)),this.m?b=l((this.m*b+Math.sin(b))/this.n):1!==this.n&&(b=l(Math.sin(b)/this.n)),f=d(f+this.long0),b=e(b)):(b=i(a.y/this.a,this.es,this.en),g=Math.abs(b),j>g?(g=Math.sin(b),c=this.long0+a.x*Math.sqrt(1-this.es*g*g)/(this.a*Math.cos(b)),f=d(c)):j>g-k&&(f=this.long0)),a.x=f,a.y=b,a},c.names=["Sinusoidal","sinu"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/asinz":6,"../common/pj_enfn":17,"../common/pj_inv_mlfn":18,"../common/pj_mlfn":19}],59:[function(a,b,c){c.init=function(){var a=this.lat0;this.lambda0=this.long0;var b=Math.sin(a),c=this.a,d=this.rf,e=1/d,f=2*e-Math.pow(e,2),g=this.e=Math.sqrt(f);this.R=this.k0*c*Math.sqrt(1-f)/(1-f*Math.pow(b,2)),this.alpha=Math.sqrt(1+f/(1-f)*Math.pow(Math.cos(a),4)),this.b0=Math.asin(b/this.alpha);var h=Math.log(Math.tan(Math.PI/4+this.b0/2)),i=Math.log(Math.tan(Math.PI/4+a/2)),j=Math.log((1+g*b)/(1-g*b));this.K=h-this.alpha*i+this.alpha*g/2*j},c.forward=function(a){var b=Math.log(Math.tan(Math.PI/4-a.y/2)),c=this.e/2*Math.log((1+this.e*Math.sin(a.y))/(1-this.e*Math.sin(a.y))),d=-this.alpha*(b+c)+this.K,e=2*(Math.atan(Math.exp(d))-Math.PI/4),f=this.alpha*(a.x-this.lambda0),g=Math.atan(Math.sin(f)/(Math.sin(this.b0)*Math.tan(e)+Math.cos(this.b0)*Math.cos(f))),h=Math.asin(Math.cos(this.b0)*Math.sin(e)-Math.sin(this.b0)*Math.cos(e)*Math.cos(f));return a.y=this.R/2*Math.log((1+Math.sin(h))/(1-Math.sin(h)))+this.y0,a.x=this.R*g+this.x0,a},c.inverse=function(a){for(var b=a.x-this.x0,c=a.y-this.y0,d=b/this.R,e=2*(Math.atan(Math.exp(c/this.R))-Math.PI/4),f=Math.asin(Math.cos(this.b0)*Math.sin(e)+Math.sin(this.b0)*Math.cos(e)*Math.cos(d)),g=Math.atan(Math.sin(d)/(Math.cos(this.b0)*Math.cos(d)-Math.sin(this.b0)*Math.tan(e))),h=this.lambda0+g/this.alpha,i=0,j=f,k=-1e3,l=0;Math.abs(j-k)>1e-7;){if(++l>20)return;i=1/this.alpha*(Math.log(Math.tan(Math.PI/4+f/2))-this.K)+this.e*Math.log(Math.tan(Math.PI/4+Math.asin(this.e*Math.sin(j))/2)),k=j,j=2*Math.atan(Math.exp(i))-Math.PI/2}return a.x=h,a.y=j,a},c.names=["somerc"]},{}],60:[function(a,b,c){var d=Math.PI/2,e=1e-10,f=a("../common/sign"),g=a("../common/msfnz"),h=a("../common/tsfnz"),i=a("../common/phi2z"),j=a("../common/adjust_lon");c.ssfn_=function(a,b,c){return b*=c,Math.tan(.5*(d+a))*Math.pow((1-b)/(1+b),.5*c)},c.init=function(){this.coslat0=Math.cos(this.lat0),this.sinlat0=Math.sin(this.lat0),this.sphere?1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=e&&(this.k0=.5*(1+f(this.lat0)*Math.sin(this.lat_ts))):(Math.abs(this.coslat0)<=e&&(this.lat0>0?this.con=1:this.con=-1),this.cons=Math.sqrt(Math.pow(1+this.e,1+this.e)*Math.pow(1-this.e,1-this.e)),1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=e&&(this.k0=.5*this.cons*g(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts))/h(this.e,this.con*this.lat_ts,this.con*Math.sin(this.lat_ts))),this.ms1=g(this.e,this.sinlat0,this.coslat0),this.X0=2*Math.atan(this.ssfn_(this.lat0,this.sinlat0,this.e))-d,this.cosX0=Math.cos(this.X0),this.sinX0=Math.sin(this.X0))},c.forward=function(a){var b,c,f,g,i,k,l=a.x,m=a.y,n=Math.sin(m),o=Math.cos(m),p=j(l-this.long0);return Math.abs(Math.abs(l-this.long0)-Math.PI)<=e&&Math.abs(m+this.lat0)<=e?(a.x=NaN,a.y=NaN,a):this.sphere?(b=2*this.k0/(1+this.sinlat0*n+this.coslat0*o*Math.cos(p)),a.x=this.a*b*o*Math.sin(p)+this.x0,a.y=this.a*b*(this.coslat0*n-this.sinlat0*o*Math.cos(p))+this.y0,a):(c=2*Math.atan(this.ssfn_(m,n,this.e))-d,g=Math.cos(c),f=Math.sin(c),Math.abs(this.coslat0)<=e?(i=h(this.e,m*this.con,this.con*n),k=2*this.a*this.k0*i/this.cons,a.x=this.x0+k*Math.sin(l-this.long0),a.y=this.y0-this.con*k*Math.cos(l-this.long0),a):(Math.abs(this.sinlat0)<e?(b=2*this.a*this.k0/(1+g*Math.cos(p)),a.y=b*f):(b=2*this.a*this.k0*this.ms1/(this.cosX0*(1+this.sinX0*f+this.cosX0*g*Math.cos(p))),a.y=b*(this.cosX0*f-this.sinX0*g*Math.cos(p))+this.y0),a.x=b*g*Math.sin(p)+this.x0,a))},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,f,g,h,k=Math.sqrt(a.x*a.x+a.y*a.y);if(this.sphere){var l=2*Math.atan(k/(.5*this.a*this.k0));return b=this.long0,c=this.lat0,e>=k?(a.x=b,a.y=c,a):(c=Math.asin(Math.cos(l)*this.sinlat0+a.y*Math.sin(l)*this.coslat0/k),b=j(Math.abs(this.coslat0)<e?this.lat0>0?this.long0+Math.atan2(a.x,-1*a.y):this.long0+Math.atan2(a.x,a.y):this.long0+Math.atan2(a.x*Math.sin(l),k*this.coslat0*Math.cos(l)-a.y*this.sinlat0*Math.sin(l))),a.x=b,a.y=c,a)}if(Math.abs(this.coslat0)<=e){if(e>=k)return c=this.lat0,b=this.long0,a.x=b,a.y=c,a;a.x*=this.con,a.y*=this.con,f=k*this.cons/(2*this.a*this.k0),c=this.con*i(this.e,f),b=this.con*j(this.con*this.long0+Math.atan2(a.x,-1*a.y))}else g=2*Math.atan(k*this.cosX0/(2*this.a*this.k0*this.ms1)),b=this.long0,e>=k?h=this.X0:(h=Math.asin(Math.cos(g)*this.sinX0+a.y*Math.sin(g)*this.cosX0/k),b=j(this.long0+Math.atan2(a.x*Math.sin(g),k*this.cosX0*Math.cos(g)-a.y*this.sinX0*Math.sin(g)))),c=-1*i(this.e,Math.tan(.5*(d+h)));return a.x=b,a.y=c,a},c.names=["stere","Stereographic_South_Pole","Polar Stereographic (variant B)"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/sign":21,"../common/tsfnz":24}],61:[function(a,b,c){var d=a("./gauss"),e=a("../common/adjust_lon");c.init=function(){d.init.apply(this),this.rc&&(this.sinc0=Math.sin(this.phic0),this.cosc0=Math.cos(this.phic0),this.R2=2*this.rc,this.title||(this.title="Oblique Stereographic Alternative"))},c.forward=function(a){var b,c,f,g;return a.x=e(a.x-this.long0),d.forward.apply(this,[a]),b=Math.sin(a.y),c=Math.cos(a.y),f=Math.cos(a.x),g=this.k0*this.R2/(1+this.sinc0*b+this.cosc0*c*f),a.x=g*c*Math.sin(a.x),a.y=g*(this.cosc0*b-this.sinc0*c*f),a.x=this.a*a.x+this.x0,a.y=this.a*a.y+this.y0,a},c.inverse=function(a){var b,c,f,g,h;if(a.x=(a.x-this.x0)/this.a,a.y=(a.y-this.y0)/this.a,a.x/=this.k0,a.y/=this.k0,h=Math.sqrt(a.x*a.x+a.y*a.y)){var i=2*Math.atan2(h,this.R2);b=Math.sin(i),c=Math.cos(i),g=Math.asin(c*this.sinc0+a.y*b*this.cosc0/h),f=Math.atan2(a.x*b,h*this.cosc0*c-a.y*this.sinc0*b)}else g=this.phic0,f=0;return a.x=f,a.y=g,d.inverse.apply(this,[a]),a.x=e(a.x+this.long0),a},c.names=["Stereographic_North_Pole","Oblique_Stereographic","Polar_Stereographic","sterea","Oblique Stereographic Alternative"]},{"../common/adjust_lon":5,"./gauss":46}],62:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/mlfn"),i=a("../common/adjust_lon"),j=Math.PI/2,k=1e-10,l=a("../common/sign"),m=a("../common/asinz");c.init=function(){this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.ml0=this.a*h(this.e0,this.e1,this.e2,this.e3,this.lat0)},c.forward=function(a){var b,c,d,e=a.x,f=a.y,g=i(e-this.long0),j=Math.sin(f),k=Math.cos(f);if(this.sphere){var l=k*Math.sin(g);if(Math.abs(Math.abs(l)-1)<1e-10)return 93;c=.5*this.a*this.k0*Math.log((1+l)/(1-l)),b=Math.acos(k*Math.cos(g)/Math.sqrt(1-l*l)),0>f&&(b=-b),d=this.a*this.k0*(b-this.lat0)}else{var m=k*g,n=Math.pow(m,2),o=this.ep2*Math.pow(k,2),p=Math.tan(f),q=Math.pow(p,2);b=1-this.es*Math.pow(j,2);var r=this.a/Math.sqrt(b),s=this.a*h(this.e0,this.e1,this.e2,this.e3,f);c=this.k0*r*m*(1+n/6*(1-q+o+n/20*(5-18*q+Math.pow(q,2)+72*o-58*this.ep2)))+this.x0,d=this.k0*(s-this.ml0+r*p*(n*(.5+n/24*(5-q+9*o+4*Math.pow(o,2)+n/30*(61-58*q+Math.pow(q,2)+600*o-330*this.ep2)))))+this.y0}return a.x=c,a.y=d,a},c.inverse=function(a){var b,c,d,e,f,g,h=6;if(this.sphere){var n=Math.exp(a.x/(this.a*this.k0)),o=.5*(n-1/n),p=this.lat0+a.y/(this.a*this.k0),q=Math.cos(p);b=Math.sqrt((1-q*q)/(1+o*o)),f=m(b),0>p&&(f=-f),g=0===o&&0===q?this.long0:i(Math.atan2(o,q)+this.long0)}else{var r=a.x-this.x0,s=a.y-this.y0;for(b=(this.ml0+s/this.k0)/this.a,c=b,e=0;!0&&(d=(b+this.e1*Math.sin(2*c)-this.e2*Math.sin(4*c)+this.e3*Math.sin(6*c))/this.e0-c,c+=d,!(Math.abs(d)<=k));e++)if(e>=h)return 95;if(Math.abs(c)<j){var t=Math.sin(c),u=Math.cos(c),v=Math.tan(c),w=this.ep2*Math.pow(u,2),x=Math.pow(w,2),y=Math.pow(v,2),z=Math.pow(y,2);b=1-this.es*Math.pow(t,2);var A=this.a/Math.sqrt(b),B=A*(1-this.es)/b,C=r/(A*this.k0),D=Math.pow(C,2);f=c-A*v*D/B*(.5-D/24*(5+3*y+10*w-4*x-9*this.ep2-D/30*(61+90*y+298*w+45*z-252*this.ep2-3*x))),g=i(this.long0+C*(1-D/6*(1+2*y+w-D/20*(5-2*w+28*y-3*x+8*this.ep2+24*z)))/u)}else f=j*l(s),g=this.long0}return a.x=g,a.y=f,a},c.names=["Transverse_Mercator","Transverse Mercator","tmerc"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/mlfn":14,"../common/sign":21}],63:[function(a,b,c){var d=.017453292519943295,e=a("./tmerc");c.dependsOn="tmerc",c.init=function(){this.zone&&(this.lat0=0,this.long0=(6*Math.abs(this.zone)-183)*d,this.x0=5e5,this.y0=this.utmSouth?1e7:0,this.k0=.9996,e.init.apply(this),this.forward=e.forward,this.inverse=e.inverse)},c.names=["Universal Transverse Mercator System","utm"]},{"./tmerc":62}],64:[function(a,b,c){var d=a("../common/adjust_lon"),e=Math.PI/2,f=1e-10,g=a("../common/asinz");c.init=function(){this.R=this.a},c.forward=function(a){var b,c,h=a.x,i=a.y,j=d(h-this.long0);Math.abs(i)<=f&&(b=this.x0+this.R*j,c=this.y0);var k=g(2*Math.abs(i/Math.PI));(Math.abs(j)<=f||Math.abs(Math.abs(i)-e)<=f)&&(b=this.x0,c=i>=0?this.y0+Math.PI*this.R*Math.tan(.5*k):this.y0+Math.PI*this.R*-Math.tan(.5*k));var l=.5*Math.abs(Math.PI/j-j/Math.PI),m=l*l,n=Math.sin(k),o=Math.cos(k),p=o/(n+o-1),q=p*p,r=p*(2/n-1),s=r*r,t=Math.PI*this.R*(l*(p-s)+Math.sqrt(m*(p-s)*(p-s)-(s+m)*(q-s)))/(s+m);0>j&&(t=-t),b=this.x0+t;var u=m+p;return t=Math.PI*this.R*(r*u-l*Math.sqrt((s+m)*(m+1)-u*u))/(s+m),c=i>=0?this.y0+t:this.y0-t,a.x=b,a.y=c,a},c.inverse=function(a){var b,c,e,g,h,i,j,k,l,m,n,o,p;return a.x-=this.x0,a.y-=this.y0,n=Math.PI*this.R,e=a.x/n,g=a.y/n,h=e*e+g*g,i=-Math.abs(g)*(1+h),j=i-2*g*g+e*e,k=-2*i+1+2*g*g+h*h,p=g*g/k+(2*j*j*j/k/k/k-9*i*j/k/k)/27,l=(i-j*j/3/k)/k,m=2*Math.sqrt(-l/3),n=3*p/l/m,Math.abs(n)>1&&(n=n>=0?1:-1),o=Math.acos(n)/3,c=a.y>=0?(-m*Math.cos(o+Math.PI/3)-j/3/k)*Math.PI:-(-m*Math.cos(o+Math.PI/3)-j/3/k)*Math.PI,b=Math.abs(e)<f?this.long0:d(this.long0+Math.PI*(h-1+Math.sqrt(1+2*(e*e-g*g)+h*h))/2/e),a.x=b,a.y=c,a},c.names=["Van_der_Grinten_I","VanDerGrinten","vandg"]},{"../common/adjust_lon":5,"../common/asinz":6}],65:[function(a,b,c){var d=.017453292519943295,e=57.29577951308232,f=1,g=2,h=a("./datum_transform"),i=a("./adjust_axis"),j=a("./Proj"),k=a("./common/toPoint");b.exports=function l(a,b,c){function m(a,b){return(a.datum.datum_type===f||a.datum.datum_type===g)&&"WGS84"!==b.datumCode}var n;return Array.isArray(c)&&(c=k(c)),a.datum&&b.datum&&(m(a,b)||m(b,a))&&(n=new j("WGS84"),l(a,n,c),a=n),"enu"!==a.axis&&i(a,!1,c),"longlat"===a.projName?(c.x*=d,c.y*=d):(a.to_meter&&(c.x*=a.to_meter,c.y*=a.to_meter),a.inverse(c)),a.from_greenwich&&(c.x+=a.from_greenwich),c=h(a.datum,b.datum,c),b.from_greenwich&&(c.x-=b.from_greenwich),"longlat"===b.projName?(c.x*=e,c.y*=e):(b.forward(c),b.to_meter&&(c.x/=b.to_meter,c.y/=b.to_meter)),"enu"!==b.axis&&i(b,!0,c),c}},{"./Proj":2,"./adjust_axis":3,"./common/toPoint":23,"./datum_transform":31}],66:[function(a,b,c){function d(a,b,c){a[b]=c.map(function(a){var b={};return e(a,b),b}).reduce(function(a,b){return j(a,b)},{})}function e(a,b){var c;return Array.isArray(a)?(c=a.shift(),"PARAMETER"===c&&(c=a.shift()),1===a.length?Array.isArray(a[0])?(b[c]={},e(a[0],b[c])):b[c]=a[0]:a.length?"TOWGS84"===c?b[c]=a:(b[c]={},["UNIT","PRIMEM","VERT_DATUM"].indexOf(c)>-1?(b[c]={name:a[0].toLowerCase(),convert:a[1]},3===a.length&&(b[c].auth=a[2])):"SPHEROID"===c?(b[c]={name:a[0],a:a[1],rf:a[2]},4===a.length&&(b[c].auth=a[3])):["GEOGCS","GEOCCS","DATUM","VERT_CS","COMPD_CS","LOCAL_CS","FITTED_CS","LOCAL_DATUM"].indexOf(c)>-1?(a[0]=["name",a[0]],d(b,c,a)):a.every(function(a){return Array.isArray(a)})?d(b,c,a):e(a,b[c])):b[c]=!0,void 0):void(b[a]=!0)}function f(a,b){var c=b[0],d=b[1];!(c in a)&&d in a&&(a[c]=a[d],3===b.length&&(a[c]=b[2](a[c])))}function g(a){return a*i}function h(a){function b(b){var c=a.to_meter||1;return parseFloat(b,10)*c}"GEOGCS"===a.type?a.projName="longlat":"LOCAL_CS"===a.type?(a.projName="identity",a.local=!0):"object"==typeof a.PROJECTION?a.projName=Object.keys(a.PROJECTION)[0]:a.projName=a.PROJECTION,a.UNIT&&(a.units=a.UNIT.name.toLowerCase(),"metre"===a.units&&(a.units="meter"),
a.UNIT.convert&&("GEOGCS"===a.type?a.DATUM&&a.DATUM.SPHEROID&&(a.to_meter=parseFloat(a.UNIT.convert,10)*a.DATUM.SPHEROID.a):a.to_meter=parseFloat(a.UNIT.convert,10))),a.GEOGCS&&(a.GEOGCS.DATUM?a.datumCode=a.GEOGCS.DATUM.name.toLowerCase():a.datumCode=a.GEOGCS.name.toLowerCase(),"d_"===a.datumCode.slice(0,2)&&(a.datumCode=a.datumCode.slice(2)),("new_zealand_geodetic_datum_1949"===a.datumCode||"new_zealand_1949"===a.datumCode)&&(a.datumCode="nzgd49"),"wgs_1984"===a.datumCode&&("Mercator_Auxiliary_Sphere"===a.PROJECTION&&(a.sphere=!0),a.datumCode="wgs84"),"_ferro"===a.datumCode.slice(-6)&&(a.datumCode=a.datumCode.slice(0,-6)),"_jakarta"===a.datumCode.slice(-8)&&(a.datumCode=a.datumCode.slice(0,-8)),~a.datumCode.indexOf("belge")&&(a.datumCode="rnb72"),a.GEOGCS.DATUM&&a.GEOGCS.DATUM.SPHEROID&&(a.ellps=a.GEOGCS.DATUM.SPHEROID.name.replace("_19","").replace(/[Cc]larke\_18/,"clrk"),"international"===a.ellps.toLowerCase().slice(0,13)&&(a.ellps="intl"),a.a=a.GEOGCS.DATUM.SPHEROID.a,a.rf=parseFloat(a.GEOGCS.DATUM.SPHEROID.rf,10)),~a.datumCode.indexOf("osgb_1936")&&(a.datumCode="osgb36")),a.b&&!isFinite(a.b)&&(a.b=a.a);var c=function(b){return f(a,b)},d=[["standard_parallel_1","Standard_Parallel_1"],["standard_parallel_2","Standard_Parallel_2"],["false_easting","False_Easting"],["false_northing","False_Northing"],["central_meridian","Central_Meridian"],["latitude_of_origin","Latitude_Of_Origin"],["latitude_of_origin","Central_Parallel"],["scale_factor","Scale_Factor"],["k0","scale_factor"],["latitude_of_center","Latitude_of_center"],["lat0","latitude_of_center",g],["longitude_of_center","Longitude_Of_Center"],["longc","longitude_of_center",g],["x0","false_easting",b],["y0","false_northing",b],["long0","central_meridian",g],["lat0","latitude_of_origin",g],["lat0","standard_parallel_1",g],["lat1","standard_parallel_1",g],["lat2","standard_parallel_2",g],["alpha","azimuth",g],["srsCode","name"]];d.forEach(c),a.long0||!a.longc||"Albers_Conic_Equal_Area"!==a.projName&&"Lambert_Azimuthal_Equal_Area"!==a.projName||(a.long0=a.longc),a.lat_ts||!a.lat1||"Stereographic_South_Pole"!==a.projName&&"Polar Stereographic (variant B)"!==a.projName||(a.lat0=g(a.lat1>0?90:-90),a.lat_ts=a.lat1)}var i=.017453292519943295,j=a("./extend");b.exports=function(a,b){var c=JSON.parse((","+a).replace(/\s*\,\s*([A-Z_0-9]+?)(\[)/g,',["$1",').slice(1).replace(/\s*\,\s*([A-Z_0-9]+?)\]/g,',"$1"]').replace(/,\["VERTCS".+/,"")),d=c.shift(),f=c.shift();c.unshift(["name",f]),c.unshift(["type",d]),c.unshift("output");var g={};return e(c,g),h(g.output),j(b,g.output)}},{"./extend":34}],67:[function(a,b,c){function d(a){return a*(Math.PI/180)}function e(a){return 180*(a/Math.PI)}function f(a){var b,c,e,f,g,i,j,k,l,m=a.lat,n=a.lon,o=6378137,p=.00669438,q=.9996,r=d(m),s=d(n);l=Math.floor((n+180)/6)+1,180===n&&(l=60),m>=56&&64>m&&n>=3&&12>n&&(l=32),m>=72&&84>m&&(n>=0&&9>n?l=31:n>=9&&21>n?l=33:n>=21&&33>n?l=35:n>=33&&42>n&&(l=37)),b=6*(l-1)-180+3,k=d(b),c=p/(1-p),e=o/Math.sqrt(1-p*Math.sin(r)*Math.sin(r)),f=Math.tan(r)*Math.tan(r),g=c*Math.cos(r)*Math.cos(r),i=Math.cos(r)*(s-k),j=o*((1-p/4-3*p*p/64-5*p*p*p/256)*r-(3*p/8+3*p*p/32+45*p*p*p/1024)*Math.sin(2*r)+(15*p*p/256+45*p*p*p/1024)*Math.sin(4*r)-35*p*p*p/3072*Math.sin(6*r));var t=q*e*(i+(1-f+g)*i*i*i/6+(5-18*f+f*f+72*g-58*c)*i*i*i*i*i/120)+5e5,u=q*(j+e*Math.tan(r)*(i*i/2+(5-f+9*g+4*g*g)*i*i*i*i/24+(61-58*f+f*f+600*g-330*c)*i*i*i*i*i*i/720));return 0>m&&(u+=1e7),{northing:Math.round(u),easting:Math.round(t),zoneNumber:l,zoneLetter:h(m)}}function g(a){var b=a.northing,c=a.easting,d=a.zoneLetter,f=a.zoneNumber;if(0>f||f>60)return null;var h,i,j,k,l,m,n,o,p,q,r=.9996,s=6378137,t=.00669438,u=(1-Math.sqrt(1-t))/(1+Math.sqrt(1-t)),v=c-5e5,w=b;"N">d&&(w-=1e7),o=6*(f-1)-180+3,h=t/(1-t),n=w/r,p=n/(s*(1-t/4-3*t*t/64-5*t*t*t/256)),q=p+(3*u/2-27*u*u*u/32)*Math.sin(2*p)+(21*u*u/16-55*u*u*u*u/32)*Math.sin(4*p)+151*u*u*u/96*Math.sin(6*p),i=s/Math.sqrt(1-t*Math.sin(q)*Math.sin(q)),j=Math.tan(q)*Math.tan(q),k=h*Math.cos(q)*Math.cos(q),l=s*(1-t)/Math.pow(1-t*Math.sin(q)*Math.sin(q),1.5),m=v/(i*r);var x=q-i*Math.tan(q)/l*(m*m/2-(5+3*j+10*k-4*k*k-9*h)*m*m*m*m/24+(61+90*j+298*k+45*j*j-252*h-3*k*k)*m*m*m*m*m*m/720);x=e(x);var y=(m-(1+2*j+k)*m*m*m/6+(5-2*k+28*j-3*k*k+8*h+24*j*j)*m*m*m*m*m/120)/Math.cos(q);y=o+e(y);var z;if(a.accuracy){var A=g({northing:a.northing+a.accuracy,easting:a.easting+a.accuracy,zoneLetter:a.zoneLetter,zoneNumber:a.zoneNumber});z={top:A.lat,right:A.lon,bottom:x,left:y}}else z={lat:x,lon:y};return z}function h(a){var b="Z";return 84>=a&&a>=72?b="X":72>a&&a>=64?b="W":64>a&&a>=56?b="V":56>a&&a>=48?b="U":48>a&&a>=40?b="T":40>a&&a>=32?b="S":32>a&&a>=24?b="R":24>a&&a>=16?b="Q":16>a&&a>=8?b="P":8>a&&a>=0?b="N":0>a&&a>=-8?b="M":-8>a&&a>=-16?b="L":-16>a&&a>=-24?b="K":-24>a&&a>=-32?b="J":-32>a&&a>=-40?b="H":-40>a&&a>=-48?b="G":-48>a&&a>=-56?b="F":-56>a&&a>=-64?b="E":-64>a&&a>=-72?b="D":-72>a&&a>=-80&&(b="C"),b}function i(a,b){var c="00000"+a.easting,d="00000"+a.northing;return a.zoneNumber+a.zoneLetter+j(a.easting,a.northing,a.zoneNumber)+c.substr(c.length-5,b)+d.substr(d.length-5,b)}function j(a,b,c){var d=k(c),e=Math.floor(a/1e5),f=Math.floor(b/1e5)%20;return l(e,f,d)}function k(a){var b=a%q;return 0===b&&(b=q),b}function l(a,b,c){var d=c-1,e=r.charCodeAt(d),f=s.charCodeAt(d),g=e+a-1,h=f+b,i=!1;g>x&&(g=g-x+t-1,i=!0),(g===u||u>e&&g>u||(g>u||u>e)&&i)&&g++,(g===v||v>e&&g>v||(g>v||v>e)&&i)&&(g++,g===u&&g++),g>x&&(g=g-x+t-1),h>w?(h=h-w+t-1,i=!0):i=!1,(h===u||u>f&&h>u||(h>u||u>f)&&i)&&h++,(h===v||v>f&&h>v||(h>v||v>f)&&i)&&(h++,h===u&&h++),h>w&&(h=h-w+t-1);var j=String.fromCharCode(g)+String.fromCharCode(h);return j}function m(a){if(a&&0===a.length)throw"MGRSPoint coverting from nothing";for(var b,c=a.length,d=null,e="",f=0;!/[A-Z]/.test(b=a.charAt(f));){if(f>=2)throw"MGRSPoint bad conversion from: "+a;e+=b,f++}var g=parseInt(e,10);if(0===f||f+3>c)throw"MGRSPoint bad conversion from: "+a;var h=a.charAt(f++);if("A">=h||"B"===h||"Y"===h||h>="Z"||"I"===h||"O"===h)throw"MGRSPoint zone letter "+h+" not handled: "+a;d=a.substring(f,f+=2);for(var i=k(g),j=n(d.charAt(0),i),l=o(d.charAt(1),i);l<p(h);)l+=2e6;var m=c-f;if(m%2!==0)throw"MGRSPoint has to have an even number \nof digits after the zone letter and two 100km letters - front \nhalf for easting meters, second half for \nnorthing meters"+a;var q,r,s,t,u,v=m/2,w=0,x=0;return v>0&&(q=1e5/Math.pow(10,v),r=a.substring(f,f+v),w=parseFloat(r)*q,s=a.substring(f+v),x=parseFloat(s)*q),t=w+j,u=x+l,{easting:t,northing:u,zoneLetter:h,zoneNumber:g,accuracy:q}}function n(a,b){for(var c=r.charCodeAt(b-1),d=1e5,e=!1;c!==a.charCodeAt(0);){if(c++,c===u&&c++,c===v&&c++,c>x){if(e)throw"Bad character: "+a;c=t,e=!0}d+=1e5}return d}function o(a,b){if(a>"V")throw"MGRSPoint given invalid Northing "+a;for(var c=s.charCodeAt(b-1),d=0,e=!1;c!==a.charCodeAt(0);){if(c++,c===u&&c++,c===v&&c++,c>w){if(e)throw"Bad character: "+a;c=t,e=!0}d+=1e5}return d}function p(a){var b;switch(a){case"C":b=11e5;break;case"D":b=2e6;break;case"E":b=28e5;break;case"F":b=37e5;break;case"G":b=46e5;break;case"H":b=55e5;break;case"J":b=64e5;break;case"K":b=73e5;break;case"L":b=82e5;break;case"M":b=91e5;break;case"N":b=0;break;case"P":b=8e5;break;case"Q":b=17e5;break;case"R":b=26e5;break;case"S":b=35e5;break;case"T":b=44e5;break;case"U":b=53e5;break;case"V":b=62e5;break;case"W":b=7e6;break;case"X":b=79e5;break;default:b=-1}if(b>=0)return b;throw"Invalid zone letter: "+a}var q=6,r="AJSAJS",s="AFAFAF",t=65,u=73,v=79,w=86,x=90;c.forward=function(a,b){return b=b||5,i(f({lat:a[1],lon:a[0]}),b)},c.inverse=function(a){var b=g(m(a.toUpperCase()));return b.lat&&b.lon?[b.lon,b.lat,b.lon,b.lat]:[b.left,b.bottom,b.right,b.top]},c.toPoint=function(a){var b=g(m(a.toUpperCase()));return b.lat&&b.lon?[b.lon,b.lat]:[(b.left+b.right)/2,(b.top+b.bottom)/2]}},{}],68:[function(a,b,c){b.exports={name:"proj4",version:"2.3.14",description:"Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",main:"lib/index.js",directories:{test:"test",doc:"docs"},scripts:{test:"./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js"},repository:{type:"git",url:"git://github.com/proj4js/proj4js.git"},author:"",license:"MIT",jam:{main:"dist/proj4.js",include:["dist/proj4.js","README.md","AUTHORS","LICENSE.md"]},devDependencies:{"grunt-cli":"~0.1.13",grunt:"~0.4.2","grunt-contrib-connect":"~0.6.0","grunt-contrib-jshint":"~0.8.0",chai:"~1.8.1",mocha:"~1.17.1","grunt-mocha-phantomjs":"~0.4.0",browserify:"~12.0.1","grunt-browserify":"~4.0.1","grunt-contrib-uglify":"~0.11.1",curl:"git://github.com/cujojs/curl.git",istanbul:"~0.2.4",tin:"~0.4.0"},dependencies:{mgrs:"~0.0.2"}}},{}],"./includedProjections":[function(a,b,c){b.exports=a("hTEDpn")},{}],hTEDpn:[function(a,b,c){var d=[a("./lib/projections/tmerc"),a("./lib/projections/utm"),a("./lib/projections/sterea"),a("./lib/projections/stere"),a("./lib/projections/somerc"),a("./lib/projections/omerc"),a("./lib/projections/lcc"),a("./lib/projections/krovak"),a("./lib/projections/cass"),a("./lib/projections/laea"),a("./lib/projections/aea"),a("./lib/projections/gnom"),a("./lib/projections/cea"),a("./lib/projections/eqc"),a("./lib/projections/poly"),a("./lib/projections/nzmg"),a("./lib/projections/mill"),a("./lib/projections/sinu"),a("./lib/projections/moll"),a("./lib/projections/eqdc"),a("./lib/projections/vandg"),a("./lib/projections/aeqd")];b.exports=function(proj4){d.forEach(function(a){proj4.Proj.projections.add(a)})}},{"./lib/projections/aea":40,"./lib/projections/aeqd":41,"./lib/projections/cass":42,"./lib/projections/cea":43,"./lib/projections/eqc":44,"./lib/projections/eqdc":45,"./lib/projections/gnom":47,"./lib/projections/krovak":48,"./lib/projections/laea":49,"./lib/projections/lcc":50,"./lib/projections/mill":53,"./lib/projections/moll":54,"./lib/projections/nzmg":55,"./lib/projections/omerc":56,"./lib/projections/poly":57,"./lib/projections/sinu":58,"./lib/projections/somerc":59,"./lib/projections/stere":60,"./lib/projections/sterea":61,"./lib/projections/tmerc":62,"./lib/projections/utm":63,"./lib/projections/vandg":64}]},{},[36])(36)});</script>
<script>(function (factory) {
var L, proj4;
if (typeof define === 'function' && define.amd) {
// AMD
define(['leaflet', 'proj4'], factory);
} else if (typeof module === 'object' && typeof module.exports === "object") {
// Node/CommonJS
L = require('leaflet');
proj4 = require('proj4');
module.exports = factory(L, proj4);
} else {
// Browser globals
if (typeof window.L === 'undefined' || typeof window.proj4 === 'undefined')
throw 'Leaflet and proj4 must be loaded first';
factory(window.L, window.proj4);
}
}(function (L, proj4) {
if (proj4.__esModule && proj4.default) {
// If proj4 was bundled as an ES6 module, unwrap it to get
// to the actual main proj4 object.
// See discussion in https://github.com/kartena/Proj4Leaflet/pull/147
proj4 = proj4.default;
}
L.Proj = {};
L.Proj._isProj4Obj = function(a) {
return (typeof a.inverse !== 'undefined' &&
typeof a.forward !== 'undefined');
};
L.Proj.Projection = L.Class.extend({
initialize: function(code, def, bounds) {
var isP4 = L.Proj._isProj4Obj(code);
this._proj = isP4 ? code : this._projFromCodeDef(code, def);
this.bounds = isP4 ? def : bounds;
},
project: function (latlng) {
var point = this._proj.forward([latlng.lng, latlng.lat]);
return new L.Point(point[0], point[1]);
},
unproject: function (point, unbounded) {
var point2 = this._proj.inverse([point.x, point.y]);
return new L.LatLng(point2[1], point2[0], unbounded);
},
_projFromCodeDef: function(code, def) {
if (def) {
proj4.defs(code, def);
} else if (proj4.defs[code] === undefined) {
var urn = code.split(':');
if (urn.length > 3) {
code = urn[urn.length - 3] + ':' + urn[urn.length - 1];
}
if (proj4.defs[code] === undefined) {
throw 'No projection definition for code ' + code;
}
}
return proj4(code);
}
});
L.Proj.CRS = L.Class.extend({
includes: L.CRS,
options: {
transformation: new L.Transformation(1, 0, -1, 0)
},
initialize: function(a, b, c) {
var code,
proj,
def,
options;
if (L.Proj._isProj4Obj(a)) {
proj = a;
code = proj.srsCode;
options = b || {};
this.projection = new L.Proj.Projection(proj, options.bounds);
} else {
code = a;
def = b;
options = c || {};
this.projection = new L.Proj.Projection(code, def, options.bounds);
}
L.Util.setOptions(this, options);
this.code = code;
this.transformation = this.options.transformation;
if (this.options.origin) {
this.transformation =
new L.Transformation(1, -this.options.origin[0],
-1, this.options.origin[1]);
}
if (this.options.scales) {
this._scales = this.options.scales;
} else if (this.options.resolutions) {
this._scales = [];
for (var i = this.options.resolutions.length - 1; i >= 0; i--) {
if (this.options.resolutions[i]) {
this._scales[i] = 1 / this.options.resolutions[i];
}
}
}
this.infinite = !this.options.bounds;
},
scale: function(zoom) {
var iZoom = Math.floor(zoom),
baseScale,
nextScale,
scaleDiff,
zDiff;
if (zoom === iZoom) {
return this._scales[zoom];
} else {
// Non-integer zoom, interpolate
baseScale = this._scales[iZoom];
nextScale = this._scales[iZoom + 1];
scaleDiff = nextScale - baseScale;
zDiff = (zoom - iZoom);
return baseScale + scaleDiff * zDiff;
}
},
zoom: function(scale) {
// Find closest number in this._scales, down
var downScale = this._closestElement(this._scales, scale),
downZoom = this._scales.indexOf(downScale),
nextScale,
nextZoom,
scaleDiff;
// Check if scale is downScale => return array index
if (scale === downScale) {
return downZoom;
}
if (downScale === undefined) {
return -Infinity;
}
// Interpolate
nextZoom = downZoom + 1;
nextScale = this._scales[nextZoom];
if (nextScale === undefined) {
return Infinity;
}
scaleDiff = nextScale - downScale;
return (scale - downScale) / scaleDiff + downZoom;
},
distance: L.CRS.Earth.distance,
R: L.CRS.Earth.R,
/* Get the closest lowest element in an array */
_closestElement: function(array, element) {
var low;
for (var i = array.length; i--;) {
if (array[i] <= element && (low === undefined || low < array[i])) {
low = array[i];
}
}
return low;
}
});
L.Proj.GeoJSON = L.GeoJSON.extend({
initialize: function(geojson, options) {
this._callLevel = 0;
L.GeoJSON.prototype.initialize.call(this, geojson, options);
},
addData: function(geojson) {
var crs;
if (geojson) {
if (geojson.crs && geojson.crs.type === 'name') {
crs = new L.Proj.CRS(geojson.crs.properties.name);
} else if (geojson.crs && geojson.crs.type) {
crs = new L.Proj.CRS(geojson.crs.type + ':' + geojson.crs.properties.code);
}
if (crs !== undefined) {
this.options.coordsToLatLng = function(coords) {
var point = L.point(coords[0], coords[1]);
return crs.projection.unproject(point);
};
}
}
// Base class' addData might call us recursively, but
// CRS shouldn't be cleared in that case, since CRS applies
// to the whole GeoJSON, inluding sub-features.
this._callLevel++;
try {
L.GeoJSON.prototype.addData.call(this, geojson);
} finally {
this._callLevel--;
if (this._callLevel === 0) {
delete this.options.coordsToLatLng;
}
}
}
});
L.Proj.geoJson = function(geojson, options) {
return new L.Proj.GeoJSON(geojson, options);
};
L.Proj.ImageOverlay = L.ImageOverlay.extend({
initialize: function (url, bounds, options) {
L.ImageOverlay.prototype.initialize.call(this, url, null, options);
this._projectedBounds = bounds;
},
// Danger ahead: Overriding internal methods in Leaflet.
// Decided to do this rather than making a copy of L.ImageOverlay
// and doing very tiny modifications to it.
// Future will tell if this was wise or not.
_animateZoom: function (event) {
var scale = this._map.getZoomScale(event.zoom);
var northWest = L.point(this._projectedBounds.min.x, this._projectedBounds.max.y);
var offset = this._projectedToNewLayerPoint(northWest, event.zoom, event.center);
L.DomUtil.setTransform(this._image, offset, scale);
},
_reset: function () {
var zoom = this._map.getZoom();
var pixelOrigin = this._map.getPixelOrigin();
var bounds = L.bounds(
this._transform(this._projectedBounds.min, zoom)._subtract(pixelOrigin),
this._transform(this._projectedBounds.max, zoom)._subtract(pixelOrigin)
);
var size = bounds.getSize();
L.DomUtil.setPosition(this._image, bounds.min);
this._image.style.width = size.x + 'px';
this._image.style.height = size.y + 'px';
},
_projectedToNewLayerPoint: function (point, zoom, center) {
var viewHalf = this._map.getSize()._divideBy(2);
var newTopLeft = this._map.project(center, zoom)._subtract(viewHalf)._round();
var topLeft = newTopLeft.add(this._map._getMapPanePos());
return this._transform(point, zoom)._subtract(topLeft);
},
_transform: function (point, zoom) {
var crs = this._map.options.crs;
var transformation = crs.transformation;
var scale = crs.scale(zoom);
return transformation.transform(point, scale);
}
});
L.Proj.imageOverlay = function (url, bounds, options) {
return new L.Proj.ImageOverlay(url, bounds, options);
};
return L.Proj;
}));
</script>
<style type="text/css">.leaflet-tooltip.leaflet-tooltip-text-only,
.leaflet-tooltip.leaflet-tooltip-text-only:before,
.leaflet-tooltip.leaflet-tooltip-text-only:after {
background: none;
border: none;
box-shadow: none;
}
.leaflet-tooltip.leaflet-tooltip-text-only.leaflet-tooltip-left {
margin-left: 5px;
}
.leaflet-tooltip.leaflet-tooltip-text-only.leaflet-tooltip-right {
margin-left: -5px;
}
.leaflet-tooltip:after {
border-right: 6px solid transparent;
}
.leaflet-popup-pane .leaflet-popup-tip-container {
pointer-events: all;
cursor: pointer;
}
.leaflet-map-pane {
z-index: auto;
}
</style>
<script>(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
var _util = require("./util");
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var ClusterLayerStore = function () {
function ClusterLayerStore(group) {
_classCallCheck(this, ClusterLayerStore);
this._layers = {};
this._group = group;
}
_createClass(ClusterLayerStore, [{
key: "add",
value: function add(layer, id) {
if (typeof id !== "undefined" && id !== null) {
if (this._layers[id]) {
this._group.removeLayer(this._layers[id]);
}
this._layers[id] = layer;
}
this._group.addLayer(layer);
}
}, {
key: "remove",
value: function remove(id) {
if (typeof id === "undefined" || id === null) {
return;
}
id = (0, _util.asArray)(id);
for (var i = 0; i < id.length; i++) {
if (this._layers[id[i]]) {
this._group.removeLayer(this._layers[id[i]]);
delete this._layers[id[i]];
}
}
}
}, {
key: "clear",
value: function clear() {
this._layers = {};
this._group.clearLayers();
}
}]);
return ClusterLayerStore;
}();
exports.default = ClusterLayerStore;
},{"./util":17}],2:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var ControlStore = function () {
function ControlStore(map) {
_classCallCheck(this, ControlStore);
this._controlsNoId = [];
this._controlsById = {};
this._map = map;
}
_createClass(ControlStore, [{
key: "add",
value: function add(control, id, html) {
if (typeof id !== "undefined" && id !== null) {
if (this._controlsById[id]) {
this._map.removeControl(this._controlsById[id]);
}
this._controlsById[id] = control;
} else {
this._controlsNoId.push(control);
}
this._map.addControl(control);
}
}, {
key: "get",
value: function get(id) {
var control = null;
if (this._controlsById[id]) {
control = this._controlsById[id];
}
return control;
}
}, {
key: "remove",
value: function remove(id) {
if (this._controlsById[id]) {
var control = this._controlsById[id];
this._map.removeControl(control);
delete this._controlsById[id];
}
}
}, {
key: "clear",
value: function clear() {
for (var i = 0; i < this._controlsNoId.length; i++) {
var control = this._controlsNoId[i];
this._map.removeControl(control);
}
this._controlsNoId = [];
for (var key in this._controlsById) {
var _control = this._controlsById[key];
this._map.removeControl(_control);
}
this._controlsById = {};
}
}]);
return ControlStore;
}();
exports.default = ControlStore;
},{}],3:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getCRS = getCRS;
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
var _proj4leaflet = require("./global/proj4leaflet");
var _proj4leaflet2 = _interopRequireDefault(_proj4leaflet);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// Helper function to instanciate a ICRS instance.
function getCRS(crsOptions) {
var crs = _leaflet2.default.CRS.EPSG3857; // Default Spherical Mercator
switch (crsOptions.crsClass) {
case "L.CRS.EPSG3857":
crs = _leaflet2.default.CRS.EPSG3857;
break;
case "L.CRS.EPSG4326":
crs = _leaflet2.default.CRS.EPSG4326;
break;
case "L.CRS.EPSG3395":
crs = _leaflet2.default.CRS.EPSG3395;
break;
case "L.CRS.Simple":
crs = _leaflet2.default.CRS.Simple;
break;
case "L.Proj.CRS":
if (crsOptions.options && crsOptions.options.bounds) {
crsOptions.options.bounds = _leaflet2.default.bounds(crsOptions.options.bounds);
}
if (crsOptions.options && crsOptions.options.transformation) {
crsOptions.options.transformation = new _leaflet2.default.Transformation(crsOptions.options.transformation[0], crsOptions.options.transformation[1], crsOptions.options.transformation[2], crsOptions.options.transformation[3]);
}
crs = new _proj4leaflet2.default.CRS(crsOptions.code, crsOptions.proj4def, crsOptions.options);
break;
case "L.Proj.CRS.TMS":
if (crsOptions.options && crsOptions.options.bounds) {
crsOptions.options.bounds = _leaflet2.default.bounds(crsOptions.options.bounds);
}
if (crsOptions.options && crsOptions.options.transformation) {
crsOptions.options.transformation = _leaflet2.default.Transformation(crsOptions.options.transformation[0], crsOptions.options.transformation[1], crsOptions.options.transformation[2], crsOptions.options.transformation[3]);
}
// L.Proj.CRS.TMS is deprecated as of Leaflet 1.x, fall back to L.Proj.CRS
//crs = new Proj4Leaflet.CRS.TMS(crsOptions.code, crsOptions.proj4def, crsOptions.projectedBounds, crsOptions.options);
crs = new _proj4leaflet2.default.CRS(crsOptions.code, crsOptions.proj4def, crsOptions.options);
break;
}
return crs;
}
},{"./global/leaflet":10,"./global/proj4leaflet":11}],4:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
var _util = require("./util");
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var DataFrame = function () {
function DataFrame() {
_classCallCheck(this, DataFrame);
this.columns = [];
this.colnames = [];
this.colstrict = [];
this.effectiveLength = 0;
this.colindices = {};
}
_createClass(DataFrame, [{
key: "_updateCachedProperties",
value: function _updateCachedProperties() {
var _this = this;
this.effectiveLength = 0;
this.colindices = {};
this.columns.forEach(function (column, i) {
_this.effectiveLength = Math.max(_this.effectiveLength, column.length);
_this.colindices[_this.colnames[i]] = i;
});
}
}, {
key: "_colIndex",
value: function _colIndex(colname) {
var index = this.colindices[colname];
if (typeof index === "undefined") return -1;
return index;
}
}, {
key: "col",
value: function col(name, values, strict) {
if (typeof name !== "string") throw new Error("Invalid column name \"" + name + "\"");
var index = this._colIndex(name);
if (arguments.length === 1) {
if (index < 0) return null;else return (0, _util.recycle)(this.columns[index], this.effectiveLength);
}
if (index < 0) {
index = this.colnames.length;
this.colnames.push(name);
}
this.columns[index] = (0, _util.asArray)(values);
this.colstrict[index] = !!strict;
// TODO: Validate strictness (ensure lengths match up with other stricts)
this._updateCachedProperties();
return this;
}
}, {
key: "cbind",
value: function cbind(obj, strict) {
var _this2 = this;
Object.keys(obj).forEach(function (name) {
var coldata = obj[name];
_this2.col(name, coldata);
});
return this;
}
}, {
key: "get",
value: function get(row, col, missingOK) {
var _this3 = this;
if (row > this.effectiveLength) throw new Error("Row argument was out of bounds: " + row + " > " + this.effectiveLength);
var colIndex = -1;
if (typeof col === "undefined") {
var rowData = {};
this.colnames.forEach(function (name, i) {
rowData[name] = _this3.columns[i][row % _this3.columns[i].length];
});
return rowData;
} else if (typeof col === "string") {
colIndex = this._colIndex(col);
} else if (typeof col === "number") {
colIndex = col;
}
if (colIndex < 0 || colIndex > this.columns.length) {
if (missingOK) return void 0;else throw new Error("Unknown column index: " + col);
}
return this.columns[colIndex][row % this.columns[colIndex].length];
}
}, {
key: "nrow",
value: function nrow() {
return this.effectiveLength;
}
}]);
return DataFrame;
}();
exports.default = DataFrame;
},{"./util":17}],5:[function(require,module,exports){
"use strict";
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// In RMarkdown's self-contained mode, we don't have a way to carry around the
// images that Leaflet needs but doesn't load into the page. Instead, we'll set
// data URIs for the default marker, and let any others be loaded via CDN.
if (typeof _leaflet2.default.Icon.Default.imagePath === "undefined") {
// if in a local file, support http
switch (window.location.protocol) {
case "http:":
// don't force http site to be done with https
_leaflet2.default.Icon.Default.imagePath = "http://cdn.leafletjs.com/leaflet/v1.3.1/images/";
break;
default:
// file
// https
// otherwise use https as it works on files and https
_leaflet2.default.Icon.Default.imagePath = "https://unpkg.com/leaflet@1.3.1/dist/images/";
break;
}
// don't know how to make this dataURI work since
// will be appended to Defaul.imagePath above
/*
if (L.Browser.retina) {
L.Icon.Default.prototype.options.iconUrl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAYAAAAWy4frAAAPiElEQVR42t1bCVCU5xkmbabtZJJOO+l0mhgT0yQe0WXZgz2570NB8I6J6UzaTBoORRFEruVGDhWUPRAQRFFREDnVxCtEBRb24DBNE3Waaatpkmluo4m+fd9v999olGVBDu3OPLj+//s+7/W93/f9//6/EwA4/T9g3AlFOUeeUGR2uMqzOyJk2R2x0qyOAmnmkS3SrCPrZJlHlsqzjypcs49OX1Jf//P7KhD885A0u10my2ovQscvybI6wEF8ivI7pFntAV6qkw9PWSBK1bEnZRltm2WZ7R8h4FbI0VG33GPgXXgCAra+A4EIn8KT4JH/FigoiJ/IIz6TZbVVKLLan5u0QESqlkckWW3p0sy2bxDAgZwO13TDytoB+NPe9+zild2DEFGuB7/NpzDodriF55o0o7XIRXXoNxMaiCSj9VU09C8EENxyj0C4thterh2EV+veuwOr6s7Dy3ssoO93k3llzxBE6PTgkXcMOF7EJ9KMtqjR9JFDQnNV9b+QqlqqEECQZ7TBgu1nYdXuIXgVneSwYtcgRFb1Q1iFGULLzRCsM90GOrZghxkiKvthec0grLpFlxCu6cKh1w6cHUSbctPhx8YlEElu4+NSVfNpBBACtpyGlbsGmBOElRhMBDofgk4GobOjQXC5CRZiUC/VDtn4qLrBJZ3A2cNg+nE4P31PgSDBbImq5UNJejMQFqi7cCicZ3iZBTAAQVoTBI4DKKCVGBDHH6nrBRlWxWr7sljVIhlTIDLVoRkS1eH/SNIPgzyzFRZV9NnG++LqQcyoGQLQgfFEIFYpcueAzc6SSiMOtTYgH9CXr+WpTbxRBeKlqn9UktZkRoACZ5PlO81YgfMM4RX9EKAxTSjCdvTjELPYW17dD8rsdiBfEBclSY2POxQIHnlIknroEAJk6U2wpMLISF/aNQShWAV/tWlSEIK2VqBNsr200gRyGmLokyS18cTdFtA7AnFNbcxAACGMrQtDLAjqBT+1cVJBNsk2+bBQ1wOcX5K0xs12A8GyzXRNafgeAYFb3mEkrBI4I/mWGUeNQI1lyp2PoO9j4aDKcH4Ebe0E8g3xgyylcc6wgbimNjSSoFtWK1sTqLRh2BM+SOgIfDGLJL8IG3ZZjUX/ViyvGYLFOwdZn/ljYI7yzsee4TjcsV/IR3FqQ+tdAxEnNSjFyQeBEK7pgRVodEnVIPhsNzqEYK0ZluFsRnq3YjH22KJyA6z4yTmSpZ5zlH8RTvWkt1CrB85PYUqjzx2BuG6sPyfeeAA8sjtwphhiCFSbwXub0S7ISPiOAZvO4h048xSfBM+cDpDieCZOggSz6JHdBv5FJ3CN6LPJR1QMgO9204h2aALgdDxzjlp4kw8YaHKyBSJJPigWb6wHQiRmbxkKL0QDXkhgD94YxGKsGskTQkvfxVnlIHBcBNfkegziwB3HAnHDuGynRXcp/utXZhrRHiWM5CPLjbdwHVDYAhFt3J8rTtoPbpktSDrE4INZ8iw12kUYEpPs4kozeOW0A3EQIovbYcfxITj798vwxbfX4Or1H8B46ROo7fwbvKY9bpNzy2hmiSOOyMrBEe2RT5x/7tjHxCFK2l/4YyBJ+95HQABmibKzEJvRs9RgF4FqE5MleGS3AumLN+6D4lYjfIeOD/e5eROg7sz7oEg7wHRk6Y3Yi/2MJwT7bCS75BvJBuGsSvqID1ggaHyeaAMeQERgyajBg3BG8SgxDAsvJFxUOcBkg7d0Ml3XjfuhCyvg6Ofix1+Al6qB6fpueotxsckFh5A92+QbydHw4vymGJxEG+rWiRL3goJWcSwvwbPECO5bDcMiRGNmchS4a1I9kP62DhOM9tPad4npEhaUdTPOsPJ+u7bJN85PpaqJ6YoT6xKcRIl1pQjwxIukxXhyIY57N1Swh7DyASbrm38MSHdRUStc+/4GjOUTV32acbhlNjNO6pWR7FPTk6xX3lGmK0ys0zrhn0Zhwh7wK3ibnVyg6we3LQa7WFQxyGSpiqRbe/o8jPXTe+EK4xDjECHOxdYRYc8++UhyfgXHma5w/Z5mJ+H63T3ChN3Y6O/guMcxj8NGicLDgYyQ3CKcnsUbMBuoa7j48ZgD+erqdczqbsYTpulj3LSu2POBfCQ58pn0EH1OwoTafwvX1+JV2VmIxEwHlJlBsdkwLHy2mZjcgjI9kJ4Ynbh6/Xu4l09YfhPjCsSJg7hpIbbng/92M5Mjn0kPcdlJGF/7JQJCSrsgAseeHzoqL+4bFnSe5EJKzgHpeaTsg3v9rCrtYFz+hScZdzAGYs8HX84H9Jn0KAYnQfyuIQT4Y5mo0akiMhQeDh44tEguXGcE0iP845MvxxzEjRs3QZ5Ux3hCtnUxbqq6PR/8cRdAcuSz1YfzGEhNm2BdDfjkvw0LcTYKokCK+oaFAolIjiDFBYl02/oujDmQC1c+ZxzC+BoIp2t35HXHPrDnA/lIcuQz6SKOOAnWVqsRbHscjidDNf0gRWF7CNX2M1l3VTOQbmpd55gDqT01xDhkmBTiJMhGsB+isdrPbGe6wrU15RjIzkQEyHB3GqYbYCAiSeHwCMBmI7mAYiwt6grX7QT9h5dHHcQ/P/sKlEm7GYd37lHGGaLut2tbirD5iT6TriCuKsVJsLrCwyWuih2Yj/unMC2VFlfsgr5hodxsZHIEZVoTkP787APw7TXHZy/ac/25rJ3pSpP24tRrZnyeW012bbtZbS9AefKZ+b6mMtjJS6V6GP/zOR3wK+pkQn7bzHbJCCRDsqFlBpz+djHCV7a2wMUr/x0xiM++ugprq45bnFhbhdNoF+MKLOt32C75SvqIb7xUO3/Fdr/8uMqDLmsqwU3VipH2QzA2k3hTr11ICnqZHMn7F+HCFIfZQQ5JfDVUvW1mzv708/V316FV/wF4Je9hsgSv3GOMYz71Jg6bkezS0CN5N1WLhSOussW2jResrnzNZXUFm5PnW0nl2CciVLQHebHBJh9U0g1S3GYQD4eQjH2QWH0C0utw15DXAEIybD0nxoUsYPMZmz4N59HYE+K0SzyC2Mo3bIHw4zTT+Kt33ESAX/FZCMWovUtMIMzvHRFKJA9G+VAGvJ7IPsKGC3HdDYI4qnwzhJQZmQ5l2AODcMSWb6mJ6fgWn+H4bsxbWzX9tmt2l9Xl7fzYcpwJGhl5MI5XESoL8kaGKB9XWww8xOoYIXBrD3hvOgnK9BbEYdypHsctSBcGYLbJ+FMvbupz2AanJ01uAPLVJab88B03H1xidKH8WB0TCCq1KNEM4YgRDm7FRlys+m8L6G6gJLmPkpuqxhJU0st8JF8FMeV+dwTipFL9zDlGewmB1wYdzJh/qRlccntHDcqevBCv6NBZ3xIz+CGP5xYTKIoMIMZzo+UTIAK3WRKgULUB+egcrTs/7A06XpQ20Tlai+O4mm0DKLuSAgPwkWgqIcOkkC+BOBRdVlcC+ciL0kUNG4jodd3vnKM13yHAK/8UBG6nTBrBOUc/pfDBRZJ88cg9DuQbL1rzxdw3yx61exPbOUazi4Rd8VqYMhBIwyunF5yz9VMCUV6vxQ+ECJcH8s05SlMy4t145xi1jAkjfIu7GIESxzYPSacC1Gfkg3fhGbD6ddMlVvuCQz/0oHAfKclSmiAAK0JN75zdC/Oy9JMKanKyTxBvOGAJJEbd4fAvVrxo9UukxMfZwbu4hwWiKDLCXCSfTNAUTba9Cs5x1SD4OBwIm4qjNQOkKE1uBH+aQkssVZmbqZ8UCLAvyS5BnLDf2hvaE6P+MZQfpYngsuBd2A1+W7EqBUZ4MUM/KXAvMjGbHvm23gCXaI1yTD9Po7KezWBJB8EXp0ACD0s+J6NnQkGzJGdPlFDHBdI+5t/Z+dGaQC4bHpvOgg+uznJcIGereiYUykIjs+WW22mrBi9WLbqnJx9wlugkIlHifvBGcgLNKLPQ4ESA+pCzI4jfwy2Ajff8CAduWzy4rLjnnWEGqFdmpfdMCKgaZEOZc5qrxg3nWM28cXmohhetPcqqsn4veG02MczDmWVmWs+4wjmr18YvWFfLBVI3bk8HubxZ5spVRZHTyQzJsSovoPHxhAKrQdyKrFNcED/wo8pnjuvzWrgHayJyIY5bz2ITw1ycJp9P7R4X8LDCHK/L2l0sEH60tmrcHzzjRet4tM9hVck+xQzKNxnGLRDqO+KUZZ7gqnHdZY1mxoQ8QUfjlYwI1taCBy5YBKrKcynd9wTqNwufEfhrqq17Ko16wh4FpPFK45ZtKDNOgnshZjDfAH9M7r4nyPONjEua/hZXjav8NzTTJvThTF6UppJtF+JqwA2NE15U6eFZdGgsmJvRyziUeBXIX7PT2huazRP+lKkgavszeM18jW0oVcfBrYCqYoRnN3aPGlw1iMM17ai1Gtqvnd/Q/H5SnvvF7f12ljkcz0psUmWBpSoz0LnRgKpBugq6L8CuxSkQde6kPcAsWqN7Ao1+yzaUacdAsckI0jwDPJPU5TBmbOxi/UW64pQOrjc+5/1V/dtJfRIbrw0KWFVWV+Hw6GNDZE6aHp7e0OUQ5qTrmY48rw/4sRWW3ojSpk36I+Wzo7Y/7hyl+ZJtXVI7WJ+45hrgacz29A32QTISrCDpiJLbuWp8Oiuh8jGYiof8eTHqDEtVKkCGmZVZqzI9scsuSIZkZXTfKnYHt8NNmLK3FaQxpb9GJz5jVcHMclWhrD+VeHfQsJLkWqohTGrlqnFZ9LrukSl97YIXpU5kVcHMSvDKTppnhNmY8WkJXXcFnSMZSY6e3cO1ruKxU/7+CGUSnbnCti4bWjHbOAvlGOApdPrJ9beDjtE5khFsaOaq8dHzMaW/vC/e6KGMWm4flYMku4cNnVmpPej8udtA1aBzrll47RGjs/aG+vX75tUkyihl1lKVZnDFrIuy+2AaOv9EvAX0nY7ROZeEJq4aF+g3zPvqHStejOYvlvGuA1FmNxtCM1P18AcMgjALv9MxYWaX9WcBktWuuu9eFqPM4mbvAzbEEg5h9tHpLIOtP+g7HeMnNHLVeG/JkvF7YWxc33jDqqy0ZhoEKovzM1P0DPSdjtFvG5ZVXLP0vn19z3KrVTvIHF3fYHHeCvruHN/AbdNN3PO69+17iLgzjrRux8El/SwIMg0M9P3HG9HqsPv+hUrrJXEvczj+AAbRx+AcX88F0v1AvBnKAnlTG8Rln5/6LuLHW5/zorT+D0wg1qq8y5xfu88CSyCnH5h3dW/ZGXve8uOMZRWP0no8cIFY7+YfswURrT36QL09ffsMppHYegW/P7CBWHvlMOGBe5/9jtdjY7R8wkTb+R9meZA6n2oJWAAAAABJRU5ErkJggg==";
} else {
L.Icon.Default.prototype.options.iconUrl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAGmklEQVRYw7VXeUyTZxjvNnfELFuyIzOabermMZEeQC/OclkO49CpOHXOLJl/CAURuYbQi3KLgEhbrhZ1aDwmaoGqKII6odATmH/scDFbdC7LvFqOCc+e95s2VG50X/LLm/f4/Z7neY/ne18aANCmAr5E/xZf1uDOkTcGcWR6hl9247tT5U7Y6SNvWsKT63P58qbfeLJG8M5qcgTknrvvrdDbsT7Ml+tv82X6vVxJE33aRmgSyYtcWVMqX97Yv2JvW39UhRE2HuyBL+t+gK1116ly06EeWFNlAmHxlQE0OMiV6mQCScusKRlhS3QLeVJdl1+23h5dY4FNB3thrbYboqptEFlphTC1hSpJnbRvxP4NWgsE5Jyz86QNNi/5qSUTGuFk1gu54tN9wuK2wc3o+Wc13RCmsoBwEqzGcZsxsvCSy/9wJKf7UWf1mEY8JWfewc67UUoDbDjQC+FqK4QqLVMGGR9d2wurKzqBk3nqIT/9zLxRRjgZ9bqQgub+DdoeCC03Q8j+0QhFhBHR/eP3U/zCln7Uu+hihJ1+bBNffLIvmkyP0gpBZWYXhKussK6mBz5HT6M1Nqpcp+mBCPXosYQfrekGvrjewd59/GvKCE7TbK/04/ZV5QZYVWmDwH1mF3xa2Q3ra3DBC5vBT1oP7PTj4C0+CcL8c7C2CtejqhuCnuIQHaKHzvcRfZpnylFfXsYJx3pNLwhKzRAwAhEqG0SpusBHfAKkxw3w4627MPhoCH798z7s0ZnBJ/MEJbZSbXPhER2ih7p2ok/zSj2cEJDd4CAe+5WYnBCgR2uruyEw6zRoW6/DWJ/OeAP8pd/BGtzOZKpG8oke0SX6GMmRk6GFlyAc59K32OTEinILRJRchah8HQwND8N435Z9Z0FY1EqtxUg+0SO6RJ/mmXz4VuS+DpxXC3gXmZwIL7dBSH4zKE50wESf8qwVgrP1EIlTO5JP9Igu0aexdh28F1lmAEGJGfh7jE6ElyM5Rw/FDcYJjWhbeiBYoYNIpc2FT/SILivp0F1ipDWk4BIEo2VuodEJUifhbiltnNBIXPUFCMpthtAyqws/BPlEF/VbaIxErdxPphsU7rcCp8DohC+GvBIPJS/tW2jtvTmmAeuNO8BNOYQeG8G/2OzCJ3q+soYB5i6NhMaKr17FSal7GIHheuV3uSCY8qYVuEm1cOzqdWr7ku/R0BDoTT+DT+ohCM6/CCvKLKO4RI+dXPeAuaMqksaKrZ7L3FE5FIFbkIceeOZ2OcHO6wIhTkNo0ffgjRGxEqogXHYUPHfWAC/lADpwGcLRY3aeK4/oRGCKYcZXPVoeX/kelVYY8dUGf8V5EBRbgJXT5QIPhP9ePJi428JKOiEYhYXFBqou2Guh+p/mEB1/RfMw6rY7cxcjTrneI1FrDyuzUSRm9miwEJx8E/gUmqlyvHGkneiwErR21F3tNOK5Tf0yXaT+O7DgCvALTUBXdM4YhC/IawPU+2PduqMvuaR6eoxSwUk75ggqsYJ7VicsnwGIkZBSXKOUww73WGXyqP+J2/b9c+gi1YAg/xpwck3gJuucNrh5JvDPvQr0WFXf0piyt8f8/WI0hV4pRxxkQZdJDfDJNOAmM0Ag8jyT6hz0WGXWuP94Yh2jcfjmXAGvHCMslRimDHYuHuDsy2QtHuIavznhbYURq5R57KpzBBRZKPJi8eQg48h4j8SDdowifdIrEVdU+gbO6QNvRRt4ZBthUaZhUnjlYObNagV3keoeru3rU7rcuceqU1mJBxy+BWZYlNEBH+0eH4vRiB+OYybU2hnblYlTvkHinM4m54YnxSyaZYSF6R3jwgP7udKLGIX6r/lbNa9N6y5MFynjWDtrHd75ZvTYAPO/6RgF0k76mQla3FGq7dO+cH8sKn0Vo7nDllwAhqwLPkxrHwWmHJOo+AKJ4rab5OgrM7rVu8eWb2Pu0Dh4eDgXoOfvp7Y7QeqknRmvcTBEyq9m/HQQSCSz6LHq3z0yzsNySRfMS253wl2KyRDbcZPcfJKjZmSEOjcxyi+Y8dUOtsIEH6R2wNykdqrkYJ0RV92H0W58pkfQk7cKevsLK10Py8SdMGfXNXATY+pPbyJR/ET6n9nIfztNtZYRV9XniQu9IA2vOVgy4ir7GCLVmmd+zjkH0eAF9Po6K61pmCXHxU5rHMYd1ftc3owjwRSVRzLjKvqZEty6cRUD7jGqiOdu5HG6MdHjNcNYGqfDm5YRzLBBCCDl/2bk8a8gdbqcfwECu62Fg/HrggAAAABJRU5ErkJggg==";
}
*/
}
},{"./global/leaflet":10}],6:[function(require,module,exports){
"use strict";
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// add texxtsize, textOnly, and style
_leaflet2.default.Tooltip.prototype.options.textsize = "10px";
_leaflet2.default.Tooltip.prototype.options.textOnly = false;
_leaflet2.default.Tooltip.prototype.options.style = null;
// copy original layout to not completely stomp it.
var initLayoutOriginal = _leaflet2.default.Tooltip.prototype._initLayout;
_leaflet2.default.Tooltip.prototype._initLayout = function () {
initLayoutOriginal.call(this);
this._container.style.fontSize = this.options.textsize;
if (this.options.textOnly) {
_leaflet2.default.DomUtil.addClass(this._container, "leaflet-tooltip-text-only");
}
if (this.options.style) {
for (var property in this.options.style) {
this._container.style[property] = this.options.style[property];
}
}
};
},{"./global/leaflet":10}],7:[function(require,module,exports){
"use strict";
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var protocolRegex = /^\/\//;
var upgrade_protocol = function upgrade_protocol(urlTemplate) {
if (protocolRegex.test(urlTemplate)) {
if (window.location.protocol === "file:") {
// if in a local file, support http
// http should auto upgrade if necessary
urlTemplate = "http:" + urlTemplate;
}
}
return urlTemplate;
};
var originalLTileLayerInitialize = _leaflet2.default.TileLayer.prototype.initialize;
_leaflet2.default.TileLayer.prototype.initialize = function (urlTemplate, options) {
urlTemplate = upgrade_protocol(urlTemplate);
originalLTileLayerInitialize.call(this, urlTemplate, options);
};
var originalLTileLayerWMSInitialize = _leaflet2.default.TileLayer.WMS.prototype.initialize;
_leaflet2.default.TileLayer.WMS.prototype.initialize = function (urlTemplate, options) {
urlTemplate = upgrade_protocol(urlTemplate);
originalLTileLayerWMSInitialize.call(this, urlTemplate, options);
};
},{"./global/leaflet":10}],8:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = global.HTMLWidgets;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],9:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = global.jQuery;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],10:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = global.L;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],11:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = global.L.Proj;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],12:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = global.Shiny;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],13:[function(require,module,exports){
"use strict";
var _jquery = require("./global/jquery");
var _jquery2 = _interopRequireDefault(_jquery);
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
var _shiny = require("./global/shiny");
var _shiny2 = _interopRequireDefault(_shiny);
var _htmlwidgets = require("./global/htmlwidgets");
var _htmlwidgets2 = _interopRequireDefault(_htmlwidgets);
var _util = require("./util");
var _crs_utils = require("./crs_utils");
var _controlStore = require("./control-store");
var _controlStore2 = _interopRequireDefault(_controlStore);
var _layerManager = require("./layer-manager");
var _layerManager2 = _interopRequireDefault(_layerManager);
var _methods = require("./methods");
var _methods2 = _interopRequireDefault(_methods);
require("./fixup-default-icon");
require("./fixup-default-tooltip");
require("./fixup-url-protocol");
var _dataframe = require("./dataframe");
var _dataframe2 = _interopRequireDefault(_dataframe);
var _clusterLayerStore = require("./cluster-layer-store");
var _clusterLayerStore2 = _interopRequireDefault(_clusterLayerStore);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
window.LeafletWidget = {};
window.LeafletWidget.utils = {};
var methods = window.LeafletWidget.methods = _jquery2.default.extend({}, _methods2.default);
window.LeafletWidget.DataFrame = _dataframe2.default;
window.LeafletWidget.ClusterLayerStore = _clusterLayerStore2.default;
window.LeafletWidget.utils.getCRS = _crs_utils.getCRS;
// Send updated bounds back to app. Takes a leaflet event object as input.
function updateBounds(map) {
var id = map.getContainer().id;
var bounds = map.getBounds();
_shiny2.default.onInputChange(id + "_bounds", {
north: bounds.getNorthEast().lat,
east: bounds.getNorthEast().lng,
south: bounds.getSouthWest().lat,
west: bounds.getSouthWest().lng
});
_shiny2.default.onInputChange(id + "_center", {
lng: map.getCenter().lng,
lat: map.getCenter().lat
});
_shiny2.default.onInputChange(id + "_zoom", map.getZoom());
}
function preventUnintendedZoomOnScroll(map) {
// Prevent unwanted scroll capturing. Similar in purpose to
// https://github.com/CliffCloud/Leaflet.Sleep but with a
// different set of heuristics.
// The basic idea is that when a mousewheel/DOMMouseScroll
// event is seen, we disable scroll wheel zooming until the
// user moves their mouse cursor or clicks on the map. This
// is slightly trickier than just listening for mousemove,
// because mousemove is fired when the page is scrolled,
// even if the user did not physically move the mouse. We
// handle this by examining the mousemove event's screenX
// and screenY properties; if they change, we know it's a
// "true" move.
// lastScreen can never be null, but its x and y can.
var lastScreen = { x: null, y: null };
(0, _jquery2.default)(document).on("mousewheel DOMMouseScroll", "*", function (e) {
// Disable zooming (until the mouse moves or click)
map.scrollWheelZoom.disable();
// Any mousemove events at this screen position will be ignored.
lastScreen = { x: e.originalEvent.screenX, y: e.originalEvent.screenY };
});
(0, _jquery2.default)(document).on("mousemove", "*", function (e) {
// Did the mouse really move?
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
map.scrollWheelZoom.enable();
lastScreen = { x: null, y: null };
}
});
(0, _jquery2.default)(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
map.scrollWheelZoom.enable();
lastScreen = { x: null, y: null };
});
}
_htmlwidgets2.default.widget({
name: "leaflet",
type: "output",
factory: function factory(el, width, height) {
var map = null;
return {
// we need to store our map in our returned object.
getMap: function getMap() {
return map;
},
renderValue: function renderValue(data) {
// Create an appropriate CRS Object if specified
if (data && data.options && data.options.crs) {
data.options.crs = (0, _crs_utils.getCRS)(data.options.crs);
}
// As per https://github.com/rstudio/leaflet/pull/294#discussion_r79584810
if (map) {
map.remove();
map = function () {
return;
}(); // undefine map
}
if (data.options.mapFactory && typeof data.options.mapFactory === "function") {
map = data.options.mapFactory(el, data.options);
} else {
map = _leaflet2.default.map(el, data.options);
}
preventUnintendedZoomOnScroll(map);
// Store some state in the map object
map.leafletr = {
// Has the map ever rendered successfully?
hasRendered: false,
// Data to be rendered when resize is called with area != 0
pendingRenderData: null
};
// Check if the map is rendered statically (no output binding)
if (_htmlwidgets2.default.shinyMode && /\bshiny-bound-output\b/.test(el.className)) {
map.id = el.id;
// Store the map on the element so we can find it later by ID
(0, _jquery2.default)(el).data("leaflet-map", map);
// When the map is clicked, send the coordinates back to the app
map.on("click", function (e) {
_shiny2.default.onInputChange(map.id + "_click", {
lat: e.latlng.lat,
lng: e.latlng.lng,
".nonce": Math.random() // Force reactivity if lat/lng hasn't changed
});
});
var groupTimerId = null;
map.on("moveend", function (e) {
updateBounds(e.target);
}).on("layeradd layerremove", function (e) {
// If the layer that's coming or going is a group we created, tell
// the server.
if (map.layerManager.getGroupNameFromLayerGroup(e.layer)) {
// But to avoid chattiness, coalesce events
if (groupTimerId) {
clearTimeout(groupTimerId);
groupTimerId = null;
}
groupTimerId = setTimeout(function () {
groupTimerId = null;
_shiny2.default.onInputChange(map.id + "_groups", map.layerManager.getVisibleGroups());
}, 100);
}
});
}
this.doRenderValue(data, map);
},
doRenderValue: function doRenderValue(data, map) {
// Leaflet does not behave well when you set up a bunch of layers when
// the map is not visible (width/height == 0). Popups get misaligned
// relative to their owning markers, and the fitBounds calculations
// are off. Therefore we wait until the map is actually showing to
// render the value (we rely on the resize() callback being invoked
// at the appropriate time).
//
// There may be an issue with leafletProxy() calls being made while
// the map is not being viewed--not sure what the right solution is
// there.
if (el.offsetWidth === 0 || el.offsetHeight === 0) {
map.leafletr.pendingRenderData = data;
return;
}
map.leafletr.pendingRenderData = null;
// Merge data options into defaults
var options = _jquery2.default.extend({ zoomToLimits: "always" }, data.options);
if (!map.layerManager) {
map.controls = new _controlStore2.default(map);
map.layerManager = new _layerManager2.default(map);
} else {
map.controls.clear();
map.layerManager.clear();
}
var explicitView = false;
if (data.setView) {
explicitView = true;
map.setView.apply(map, data.setView);
}
if (data.fitBounds) {
explicitView = true;
methods.fitBounds.apply(map, data.fitBounds);
}
if (data.flyTo) {
if (!explicitView && !map.leafletr.hasRendered) {
// must be done to give a initial starting point
map.fitWorld();
}
explicitView = true;
map.flyTo.apply(map, data.flyTo);
}
if (data.flyToBounds) {
if (!explicitView && !map.leafletr.hasRendered) {
// must be done to give a initial starting point
map.fitWorld();
}
explicitView = true;
methods.flyToBounds.apply(map, data.flyToBounds);
}
if (data.options.center) {
explicitView = true;
}
// Returns true if the zoomToLimits option says that the map should be
// zoomed to map elements.
function needsZoom() {
return options.zoomToLimits === "always" || options.zoomToLimits === "first" && !map.leafletr.hasRendered;
}
if (!explicitView && needsZoom() && !map.getZoom()) {
if (data.limits && !_jquery2.default.isEmptyObject(data.limits)) {
// Use the natural limits of what's being drawn on the map
// If the size of the bounding box is 0, leaflet gets all weird
var pad = 0.006;
if (data.limits.lat[0] === data.limits.lat[1]) {
data.limits.lat[0] = data.limits.lat[0] - pad;
data.limits.lat[1] = data.limits.lat[1] + pad;
}
if (data.limits.lng[0] === data.limits.lng[1]) {
data.limits.lng[0] = data.limits.lng[0] - pad;
data.limits.lng[1] = data.limits.lng[1] + pad;
}
map.fitBounds([[data.limits.lat[0], data.limits.lng[0]], [data.limits.lat[1], data.limits.lng[1]]]);
} else {
map.fitWorld();
}
}
for (var i = 0; data.calls && i < data.calls.length; i++) {
var call = data.calls[i];
if (methods[call.method]) methods[call.method].apply(map, call.args);else (0, _util.log)("Unknown method " + call.method);
}
map.leafletr.hasRendered = true;
if (_htmlwidgets2.default.shinyMode) {
setTimeout(function () {
updateBounds(map);
}, 1);
}
},
resize: function resize(width, height) {
if (map) {
map.invalidateSize();
if (map.leafletr.pendingRenderData) {
this.doRenderValue(map.leafletr.pendingRenderData, map);
}
}
}
};
}
});
if (_htmlwidgets2.default.shinyMode) {
_shiny2.default.addCustomMessageHandler("leaflet-calls", function (data) {
var id = data.id;
var el = document.getElementById(id);
var map = el ? (0, _jquery2.default)(el).data("leaflet-map") : null;
if (!map) {
(0, _util.log)("Couldn't find map with id " + id);
return;
}
for (var i = 0; i < data.calls.length; i++) {
var call = data.calls[i];
if (call.dependencies) {
_shiny2.default.renderDependencies(call.dependencies);
}
if (methods[call.method]) methods[call.method].apply(map, call.args);else (0, _util.log)("Unknown method " + call.method);
}
});
}
},{"./cluster-layer-store":1,"./control-store":2,"./crs_utils":3,"./dataframe":4,"./fixup-default-icon":5,"./fixup-default-tooltip":6,"./fixup-url-protocol":7,"./global/htmlwidgets":8,"./global/jquery":9,"./global/leaflet":10,"./global/shiny":12,"./layer-manager":14,"./methods":15,"./util":17}],14:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
var _jquery = require("./global/jquery");
var _jquery2 = _interopRequireDefault(_jquery);
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
var _util = require("./util");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var LayerManager = function () {
function LayerManager(map) {
_classCallCheck(this, LayerManager);
this._map = map;
// BEGIN layer indices
// {<groupname>: {<stamp>: layer}}
this._byGroup = {};
// {<categoryName>: {<stamp>: layer}}
this._byCategory = {};
// {<categoryName_layerId>: layer}
this._byLayerId = {};
// {<stamp>: {
// "group": <groupname>,
// "layerId": <layerId>,
// "category": <category>,
// "container": <container>
// }
// }
this._byStamp = {};
// {<crosstalkGroupName>: {<key>: [<stamp>, <stamp>, ...], ...}}
this._byCrosstalkGroup = {};
// END layer indices
// {<categoryName>: L.layerGroup}
this._categoryContainers = {};
// {<groupName>: L.layerGroup}
this._groupContainers = {};
}
_createClass(LayerManager, [{
key: "addLayer",
value: function addLayer(layer, category, layerId, group, ctGroup, ctKey) {
var _this = this;
// Was a group provided?
var hasId = typeof layerId === "string";
var grouped = typeof group === "string";
var stamp = _leaflet2.default.Util.stamp(layer) + "";
// This will be the default layer group to add the layer to.
// We may overwrite this let before using it (i.e. if a group is assigned).
// This one liner creates the _categoryContainers[category] entry if it
// doesn't already exist.
var container = this._categoryContainers[category] = this._categoryContainers[category] || _leaflet2.default.layerGroup().addTo(this._map);
var oldLayer = null;
if (hasId) {
// First, remove any layer with the same category and layerId
var prefixedLayerId = this._layerIdKey(category, layerId);
oldLayer = this._byLayerId[prefixedLayerId];
if (oldLayer) {
this._removeLayer(oldLayer);
}
// Update layerId index
this._byLayerId[prefixedLayerId] = layer;
}
// Update group index
if (grouped) {
this._byGroup[group] = this._byGroup[group] || {};
this._byGroup[group][stamp] = layer;
// Since a group is assigned, don't add the layer to the category's layer
// group; instead, use the group's layer group.
// This one liner creates the _groupContainers[group] entry if it doesn't
// already exist.
container = this.getLayerGroup(group, true);
}
// Update category index
this._byCategory[category] = this._byCategory[category] || {};
this._byCategory[category][stamp] = layer;
// Update stamp index
var layerInfo = this._byStamp[stamp] = {
layer: layer,
group: group,
ctGroup: ctGroup,
ctKey: ctKey,
layerId: layerId,
category: category,
container: container,
hidden: false
};
// Update crosstalk group index
if (ctGroup) {
if (layer.setStyle) {
// Need to save this info so we know what to set opacity to later
layer.options.origOpacity = typeof layer.options.opacity !== "undefined" ? layer.options.opacity : 0.5;
layer.options.origFillOpacity = typeof layer.options.fillOpacity !== "undefined" ? layer.options.fillOpacity : 0.2;
}
var ctg = this._byCrosstalkGroup[ctGroup];
if (!ctg) {
ctg = this._byCrosstalkGroup[ctGroup] = {};
var crosstalk = global.crosstalk;
var handleFilter = function handleFilter(e) {
if (!e.value) {
var groupKeys = Object.keys(ctg);
for (var i = 0; i < groupKeys.length; i++) {
var key = groupKeys[i];
var _layerInfo = _this._byStamp[ctg[key]];
_this._setVisibility(_layerInfo, true);
}
} else {
var selectedKeys = {};
for (var _i = 0; _i < e.value.length; _i++) {
selectedKeys[e.value[_i]] = true;
}
var _groupKeys = Object.keys(ctg);
for (var _i2 = 0; _i2 < _groupKeys.length; _i2++) {
var _key = _groupKeys[_i2];
var _layerInfo2 = _this._byStamp[ctg[_key]];
_this._setVisibility(_layerInfo2, selectedKeys[_groupKeys[_i2]]);
}
}
};
var filterHandle = new crosstalk.FilterHandle(ctGroup);
filterHandle.on("change", handleFilter);
var handleSelection = function handleSelection(e) {
if (!e.value || !e.value.length) {
var groupKeys = Object.keys(ctg);
for (var i = 0; i < groupKeys.length; i++) {
var key = groupKeys[i];
var _layerInfo3 = _this._byStamp[ctg[key]];
_this._setOpacity(_layerInfo3, 1.0);
}
} else {
var selectedKeys = {};
for (var _i3 = 0; _i3 < e.value.length; _i3++) {
selectedKeys[e.value[_i3]] = true;
}
var _groupKeys2 = Object.keys(ctg);
for (var _i4 = 0; _i4 < _groupKeys2.length; _i4++) {
var _key2 = _groupKeys2[_i4];
var _layerInfo4 = _this._byStamp[ctg[_key2]];
_this._setOpacity(_layerInfo4, selectedKeys[_groupKeys2[_i4]] ? 1.0 : 0.2);
}
}
};
var selHandle = new crosstalk.SelectionHandle(ctGroup);
selHandle.on("change", handleSelection);
setTimeout(function () {
handleFilter({ value: filterHandle.filteredKeys });
handleSelection({ value: selHandle.value });
}, 100);
}
if (!ctg[ctKey]) ctg[ctKey] = [];
ctg[ctKey].push(stamp);
}
// Add to container
if (!layerInfo.hidden) container.addLayer(layer);
return oldLayer;
}
}, {
key: "brush",
value: function brush(bounds, extraInfo) {
var _this2 = this;
/* eslint-disable no-console */
// For each Crosstalk group...
Object.keys(this._byCrosstalkGroup).forEach(function (ctGroupName) {
var ctg = _this2._byCrosstalkGroup[ctGroupName];
var selection = [];
// ...iterate over each Crosstalk key (each of which may have multiple
// layers)...
Object.keys(ctg).forEach(function (ctKey) {
// ...and for each layer...
ctg[ctKey].forEach(function (stamp) {
var layerInfo = _this2._byStamp[stamp];
// ...if it's something with a point...
if (layerInfo.layer.getLatLng) {
// ... and it's inside the selection bounds...
// TODO: Use pixel containment, not lat/lng containment
if (bounds.contains(layerInfo.layer.getLatLng())) {
// ...add the key to the selection.
selection.push(ctKey);
}
}
});
});
new global.crosstalk.SelectionHandle(ctGroupName).set(selection, extraInfo);
});
}
}, {
key: "unbrush",
value: function unbrush(extraInfo) {
Object.keys(this._byCrosstalkGroup).forEach(function (ctGroupName) {
new global.crosstalk.SelectionHandle(ctGroupName).clear(extraInfo);
});
}
}, {
key: "_setVisibility",
value: function _setVisibility(layerInfo, visible) {
if (layerInfo.hidden ^ visible) {
return;
} else if (visible) {
layerInfo.container.addLayer(layerInfo.layer);
layerInfo.hidden = false;
} else {
layerInfo.container.removeLayer(layerInfo.layer);
layerInfo.hidden = true;
}
}
}, {
key: "_setOpacity",
value: function _setOpacity(layerInfo, opacity) {
if (layerInfo.layer.setOpacity) {
layerInfo.layer.setOpacity(opacity);
} else if (layerInfo.layer.setStyle) {
layerInfo.layer.setStyle({
opacity: opacity * layerInfo.layer.options.origOpacity,
fillOpacity: opacity * layerInfo.layer.options.origFillOpacity
});
}
}
}, {
key: "getLayer",
value: function getLayer(category, layerId) {
return this._byLayerId[this._layerIdKey(category, layerId)];
}
}, {
key: "removeLayer",
value: function removeLayer(category, layerIds) {
var _this3 = this;
// Find layer info
_jquery2.default.each((0, _util.asArray)(layerIds), function (i, layerId) {
var layer = _this3._byLayerId[_this3._layerIdKey(category, layerId)];
if (layer) {
_this3._removeLayer(layer);
}
});
}
}, {
key: "clearLayers",
value: function clearLayers(category) {
var _this4 = this;
// Find all layers in _byCategory[category]
var catTable = this._byCategory[category];
if (!catTable) {
return false;
}
// Remove all layers. Make copy of keys to avoid mutating the collection
// behind the iterator you're accessing.
var stamps = [];
_jquery2.default.each(catTable, function (k, v) {
stamps.push(k);
});
_jquery2.default.each(stamps, function (i, stamp) {
_this4._removeLayer(stamp);
});
}
}, {
key: "getLayerGroup",
value: function getLayerGroup(group, ensureExists) {
var g = this._groupContainers[group];
if (ensureExists && !g) {
this._byGroup[group] = this._byGroup[group] || {};
g = this._groupContainers[group] = _leaflet2.default.featureGroup();
g.groupname = group;
g.addTo(this._map);
}
return g;
}
}, {
key: "getGroupNameFromLayerGroup",
value: function getGroupNameFromLayerGroup(layerGroup) {
return layerGroup.groupname;
}
}, {
key: "getVisibleGroups",
value: function getVisibleGroups() {
var _this5 = this;
var result = [];
_jquery2.default.each(this._groupContainers, function (k, v) {
if (_this5._map.hasLayer(v)) {
result.push(k);
}
});
return result;
}
}, {
key: "getAllGroupNames",
value: function getAllGroupNames() {
var result = [];
_jquery2.default.each(this._groupContainers, function (k, v) {
result.push(k);
});
return result;
}
}, {
key: "clearGroup",
value: function clearGroup(group) {
var _this6 = this;
// Find all layers in _byGroup[group]
var groupTable = this._byGroup[group];
if (!groupTable) {
return false;
}
// Remove all layers. Make copy of keys to avoid mutating the collection
// behind the iterator you're accessing.
var stamps = [];
_jquery2.default.each(groupTable, function (k, v) {
stamps.push(k);
});
_jquery2.default.each(stamps, function (i, stamp) {
_this6._removeLayer(stamp);
});
}
}, {
key: "clear",
value: function clear() {
function clearLayerGroup(key, layerGroup) {
layerGroup.clearLayers();
}
// Clear all indices and layerGroups
this._byGroup = {};
this._byCategory = {};
this._byLayerId = {};
this._byStamp = {};
this._byCrosstalkGroup = {};
_jquery2.default.each(this._categoryContainers, clearLayerGroup);
this._categoryContainers = {};
_jquery2.default.each(this._groupContainers, clearLayerGroup);
this._groupContainers = {};
}
}, {
key: "_removeLayer",
value: function _removeLayer(layer) {
var stamp = void 0;
if (typeof layer === "string") {
stamp = layer;
} else {
stamp = _leaflet2.default.Util.stamp(layer);
}
var layerInfo = this._byStamp[stamp];
if (!layerInfo) {
return false;
}
layerInfo.container.removeLayer(stamp);
if (typeof layerInfo.group === "string") {
delete this._byGroup[layerInfo.group][stamp];
}
if (typeof layerInfo.layerId === "string") {
delete this._byLayerId[this._layerIdKey(layerInfo.category, layerInfo.layerId)];
}
delete this._byCategory[layerInfo.category][stamp];
delete this._byStamp[stamp];
if (layerInfo.ctGroup) {
var ctGroup = this._byCrosstalkGroup[layerInfo.ctGroup];
var layersForKey = ctGroup[layerInfo.ctKey];
var idx = layersForKey ? layersForKey.indexOf(stamp) : -1;
if (idx >= 0) {
if (layersForKey.length === 1) {
delete ctGroup[layerInfo.ctKey];
} else {
layersForKey.splice(idx, 1);
}
}
}
}
}, {
key: "_layerIdKey",
value: function _layerIdKey(category, layerId) {
return category + "\n" + layerId;
}
}]);
return LayerManager;
}();
exports.default = LayerManager;
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./global/jquery":9,"./global/leaflet":10,"./util":17}],15:[function(require,module,exports){
(function (global){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _jquery = require("./global/jquery");
var _jquery2 = _interopRequireDefault(_jquery);
var _leaflet = require("./global/leaflet");
var _leaflet2 = _interopRequireDefault(_leaflet);
var _shiny = require("./global/shiny");
var _shiny2 = _interopRequireDefault(_shiny);
var _htmlwidgets = require("./global/htmlwidgets");
var _htmlwidgets2 = _interopRequireDefault(_htmlwidgets);
var _util = require("./util");
var _crs_utils = require("./crs_utils");
var _dataframe = require("./dataframe");
var _dataframe2 = _interopRequireDefault(_dataframe);
var _clusterLayerStore = require("./cluster-layer-store");
var _clusterLayerStore2 = _interopRequireDefault(_clusterLayerStore);
var _mipmapper = require("./mipmapper");
var _mipmapper2 = _interopRequireDefault(_mipmapper);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var methods = {};
exports.default = methods;
function mouseHandler(mapId, layerId, group, eventName, extraInfo) {
return function (e) {
if (!_htmlwidgets2.default.shinyMode) return;
var latLng = e.target.getLatLng ? e.target.getLatLng() : e.latlng;
if (latLng) {
// retrieve only lat, lon values to remove prototype
// and extra parameters added by 3rd party modules
// these objects are for json serialization, not javascript
var latLngVal = _leaflet2.default.latLng(latLng); // make sure it has consistent shape
latLng = { lat: latLngVal.lat, lng: latLngVal.lng };
}
var eventInfo = _jquery2.default.extend({
id: layerId,
".nonce": Math.random() // force reactivity
}, group !== null ? { group: group } : null, latLng, extraInfo);
_shiny2.default.onInputChange(mapId + "_" + eventName, eventInfo);
};
}
methods.mouseHandler = mouseHandler;
methods.clearGroup = function (group) {
var _this = this;
_jquery2.default.each((0, _util.asArray)(group), function (i, v) {
_this.layerManager.clearGroup(v);
});
};
methods.setView = function (center, zoom, options) {
this.setView(center, zoom, options);
};
methods.fitBounds = function (lat1, lng1, lat2, lng2, options) {
this.fitBounds([[lat1, lng1], [lat2, lng2]], options);
};
methods.flyTo = function (center, zoom, options) {
this.flyTo(center, zoom, options);
};
methods.flyToBounds = function (lat1, lng1, lat2, lng2, options) {
this.flyToBounds([[lat1, lng1], [lat2, lng2]], options);
};
methods.setMaxBounds = function (lat1, lng1, lat2, lng2) {
this.setMaxBounds([[lat1, lng1], [lat2, lng2]]);
};
methods.addPopups = function (lat, lng, popup, layerId, group, options) {
var _this2 = this;
var df = new _dataframe2.default().col("lat", lat).col("lng", lng).col("popup", popup).col("layerId", layerId).col("group", group).cbind(options);
var _loop = function _loop(i) {
if (_jquery2.default.isNumeric(df.get(i, "lat")) && _jquery2.default.isNumeric(df.get(i, "lng"))) {
(function () {
var popup = _leaflet2.default.popup(df.get(i)).setLatLng([df.get(i, "lat"), df.get(i, "lng")]).setContent(df.get(i, "popup"));
var thisId = df.get(i, "layerId");
var thisGroup = df.get(i, "group");
this.layerManager.addLayer(popup, "popup", thisId, thisGroup);
}).call(_this2);
}
};
for (var i = 0; i < df.nrow(); i++) {
_loop(i);
}
};
methods.removePopup = function (layerId) {
this.layerManager.removeLayer("popup", layerId);
};
methods.clearPopups = function () {
this.layerManager.clearLayers("popup");
};
methods.addTiles = function (urlTemplate, layerId, group, options) {
this.layerManager.addLayer(_leaflet2.default.tileLayer(urlTemplate, options), "tile", layerId, group);
};
methods.removeTiles = function (layerId) {
this.layerManager.removeLayer("tile", layerId);
};
methods.clearTiles = function () {
this.layerManager.clearLayers("tile");
};
methods.addWMSTiles = function (baseUrl, layerId, group, options) {
if (options && options.crs) {
options.crs = (0, _crs_utils.getCRS)(options.crs);
}
this.layerManager.addLayer(_leaflet2.default.tileLayer.wms(baseUrl, options), "tile", layerId, group);
};
// Given:
// {data: ["a", "b", "c"], index: [0, 1, 0, 2]}
// returns:
// ["a", "b", "a", "c"]
function unpackStrings(iconset) {
if (!iconset) {
return iconset;
}
if (typeof iconset.index === "undefined") {
return iconset;
}
iconset.data = (0, _util.asArray)(iconset.data);
iconset.index = (0, _util.asArray)(iconset.index);
return _jquery2.default.map(iconset.index, function (e, i) {
return iconset.data[e];
});
}
function addMarkers(map, df, group, clusterOptions, clusterId, markerFunc) {
(function () {
var _this3 = this;
var clusterGroup = this.layerManager.getLayer("cluster", clusterId),
cluster = clusterOptions !== null;
if (cluster && !clusterGroup) {
clusterGroup = _leaflet2.default.markerClusterGroup.layerSupport(clusterOptions);
if (clusterOptions.freezeAtZoom) {
var freezeAtZoom = clusterOptions.freezeAtZoom;
delete clusterOptions.freezeAtZoom;
clusterGroup.freezeAtZoom(freezeAtZoom);
}
clusterGroup.clusterLayerStore = new _clusterLayerStore2.default(clusterGroup);
}
var extraInfo = cluster ? { clusterId: clusterId } : {};
var _loop2 = function _loop2(i) {
if (_jquery2.default.isNumeric(df.get(i, "lat")) && _jquery2.default.isNumeric(df.get(i, "lng"))) {
(function () {
var marker = markerFunc(df, i);
var thisId = df.get(i, "layerId");
var thisGroup = cluster ? null : df.get(i, "group");
if (cluster) {
clusterGroup.clusterLayerStore.add(marker, thisId);
} else {
this.layerManager.addLayer(marker, "marker", thisId, thisGroup, df.get(i, "ctGroup", true), df.get(i, "ctKey", true));
}
var popup = df.get(i, "popup");
var popupOptions = df.get(i, "popupOptions");
if (popup !== null) {
if (popupOptions !== null) {
marker.bindPopup(popup, popupOptions);
} else {
marker.bindPopup(popup);
}
}
var label = df.get(i, "label");
var labelOptions = df.get(i, "labelOptions");
if (label !== null) {
if (labelOptions !== null) {
if (labelOptions.permanent) {
marker.bindTooltip(label, labelOptions).openTooltip();
} else {
marker.bindTooltip(label, labelOptions);
}
} else {
marker.bindTooltip(label);
}
}
marker.on("click", mouseHandler(this.id, thisId, thisGroup, "marker_click", extraInfo), this);
marker.on("mouseover", mouseHandler(this.id, thisId, thisGroup, "marker_mouseover", extraInfo), this);
marker.on("mouseout", mouseHandler(this.id, thisId, thisGroup, "marker_mouseout", extraInfo), this);
marker.on("dragend", mouseHandler(this.id, thisId, thisGroup, "marker_dragend", extraInfo), this);
}).call(_this3);
}
};
for (var i = 0; i < df.nrow(); i++) {
_loop2(i);
}
if (cluster) {
this.layerManager.addLayer(clusterGroup, "cluster", clusterId, group);
}
}).call(map);
}
methods.addGenericMarkers = addMarkers;
methods.addMarkers = function (lat, lng, icon, layerId, group, options, popup, popupOptions, clusterOptions, clusterId, label, labelOptions, crosstalkOptions) {
var icondf = void 0;
var getIcon = void 0;
if (icon) {
// Unpack icons
icon.iconUrl = unpackStrings(icon.iconUrl);
icon.iconRetinaUrl = unpackStrings(icon.iconRetinaUrl);
icon.shadowUrl = unpackStrings(icon.shadowUrl);
icon.shadowRetinaUrl = unpackStrings(icon.shadowRetinaUrl);
// This cbinds the icon URLs and any other icon options; they're all
// present on the icon object.
icondf = new _dataframe2.default().cbind(icon);
// Constructs an icon from a specified row of the icon dataframe.
getIcon = function getIcon(i) {
var opts = icondf.get(i);
if (!opts.iconUrl) {
return new _leaflet2.default.Icon.Default();
}
// Composite options (like points or sizes) are passed from R with each
// individual component as its own option. We need to combine them now
// into their composite form.
if (opts.iconWidth) {
opts.iconSize = [opts.iconWidth, opts.iconHeight];
}
if (opts.shadowWidth) {
opts.shadowSize = [opts.shadowWidth, opts.shadowHeight];
}
if (opts.iconAnchorX) {
opts.iconAnchor = [opts.iconAnchorX, opts.iconAnchorY];
}
if (opts.shadowAnchorX) {
opts.shadowAnchor = [opts.shadowAnchorX, opts.shadowAnchorY];
}
if (opts.popupAnchorX) {
opts.popupAnchor = [opts.popupAnchorX, opts.popupAnchorY];
}
return new _leaflet2.default.Icon(opts);
};
}
if (!(_jquery2.default.isEmptyObject(lat) || _jquery2.default.isEmptyObject(lng)) || _jquery2.default.isNumeric(lat) && _jquery2.default.isNumeric(lng)) {
var df = new _dataframe2.default().col("lat", lat).col("lng", lng).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).cbind(options).cbind(crosstalkOptions || {});
if (icon) icondf.effectiveLength = df.nrow();
addMarkers(this, df, group, clusterOptions, clusterId, function (df, i) {
var options = df.get(i);
if (icon) options.icon = getIcon(i);
return _leaflet2.default.marker([df.get(i, "lat"), df.get(i, "lng")], options);
});
}
};
methods.addAwesomeMarkers = function (lat, lng, icon, layerId, group, options, popup, popupOptions, clusterOptions, clusterId, label, labelOptions, crosstalkOptions) {
var icondf = void 0;
var getIcon = void 0;
if (icon) {
// This cbinds the icon URLs and any other icon options; they're all
// present on the icon object.
icondf = new _dataframe2.default().cbind(icon);
// Constructs an icon from a specified row of the icon dataframe.
getIcon = function getIcon(i) {
var opts = icondf.get(i);
if (!opts) {
return new _leaflet2.default.AwesomeMarkers.icon();
}
if (opts.squareMarker) {
opts.className = "awesome-marker awesome-marker-square";
}
return new _leaflet2.default.AwesomeMarkers.icon(opts);
};
}
if (!(_jquery2.default.isEmptyObject(lat) || _jquery2.default.isEmptyObject(lng)) || _jquery2.default.isNumeric(lat) && _jquery2.default.isNumeric(lng)) {
var df = new _dataframe2.default().col("lat", lat).col("lng", lng).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).cbind(options).cbind(crosstalkOptions || {});
if (icon) icondf.effectiveLength = df.nrow();
addMarkers(this, df, group, clusterOptions, clusterId, function (df, i) {
var options = df.get(i);
if (icon) options.icon = getIcon(i);
return _leaflet2.default.marker([df.get(i, "lat"), df.get(i, "lng")], options);
});
}
};
function addLayers(map, category, df, layerFunc) {
var _loop3 = function _loop3(i) {
(function () {
var layer = layerFunc(df, i);
if (!_jquery2.default.isEmptyObject(layer)) {
var thisId = df.get(i, "layerId");
var thisGroup = df.get(i, "group");
this.layerManager.addLayer(layer, category, thisId, thisGroup, df.get(i, "ctGroup", true), df.get(i, "ctKey", true));
if (layer.bindPopup) {
var popup = df.get(i, "popup");
var popupOptions = df.get(i, "popupOptions");
if (popup !== null) {
if (popupOptions !== null) {
layer.bindPopup(popup, popupOptions);
} else {
layer.bindPopup(popup);
}
}
}
if (layer.bindTooltip) {
var label = df.get(i, "label");
var labelOptions = df.get(i, "labelOptions");
if (label !== null) {
if (labelOptions !== null) {
layer.bindTooltip(label, labelOptions);
} else {
layer.bindTooltip(label);
}
}
}
layer.on("click", mouseHandler(this.id, thisId, thisGroup, category + "_click"), this);
layer.on("mouseover", mouseHandler(this.id, thisId, thisGroup, category + "_mouseover"), this);
layer.on("mouseout", mouseHandler(this.id, thisId, thisGroup, category + "_mouseout"), this);
var highlightStyle = df.get(i, "highlightOptions");
if (!_jquery2.default.isEmptyObject(highlightStyle)) {
var defaultStyle = {};
_jquery2.default.each(highlightStyle, function (k, v) {
if (k != "bringToFront" && k != "sendToBack") {
if (df.get(i, k)) {
defaultStyle[k] = df.get(i, k);
}
}
});
layer.on("mouseover", function (e) {
this.setStyle(highlightStyle);
if (highlightStyle.bringToFront) {
this.bringToFront();
}
});
layer.on("mouseout", function (e) {
this.setStyle(defaultStyle);
if (highlightStyle.sendToBack) {
this.bringToBack();
}
});
}
}
}).call(map);
};
for (var i = 0; i < df.nrow(); i++) {
_loop3(i);
}
}
methods.addGenericLayers = addLayers;
methods.addCircles = function (lat, lng, radius, layerId, group, options, popup, popupOptions, label, labelOptions, highlightOptions, crosstalkOptions) {
if (!(_jquery2.default.isEmptyObject(lat) || _jquery2.default.isEmptyObject(lng)) || _jquery2.default.isNumeric(lat) && _jquery2.default.isNumeric(lng)) {
var df = new _dataframe2.default().col("lat", lat).col("lng", lng).col("radius", radius).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).col("highlightOptions", highlightOptions).cbind(options).cbind(crosstalkOptions || {});
addLayers(this, "shape", df, function (df, i) {
if (_jquery2.default.isNumeric(df.get(i, "lat")) && _jquery2.default.isNumeric(df.get(i, "lng")) && _jquery2.default.isNumeric(df.get(i, "radius"))) {
return _leaflet2.default.circle([df.get(i, "lat"), df.get(i, "lng")], df.get(i, "radius"), df.get(i));
} else {
return null;
}
});
}
};
methods.addCircleMarkers = function (lat, lng, radius, layerId, group, options, clusterOptions, clusterId, popup, popupOptions, label, labelOptions, crosstalkOptions) {
if (!(_jquery2.default.isEmptyObject(lat) || _jquery2.default.isEmptyObject(lng)) || _jquery2.default.isNumeric(lat) && _jquery2.default.isNumeric(lng)) {
var df = new _dataframe2.default().col("lat", lat).col("lng", lng).col("radius", radius).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).cbind(crosstalkOptions || {}).cbind(options);
addMarkers(this, df, group, clusterOptions, clusterId, function (df, i) {
return _leaflet2.default.circleMarker([df.get(i, "lat"), df.get(i, "lng")], df.get(i));
});
}
};
/*
* @param lat Array of arrays of latitude coordinates for polylines
* @param lng Array of arrays of longitude coordinates for polylines
*/
methods.addPolylines = function (polygons, layerId, group, options, popup, popupOptions, label, labelOptions, highlightOptions) {
if (polygons.length > 0) {
var df = new _dataframe2.default().col("shapes", polygons).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).col("highlightOptions", highlightOptions).cbind(options);
addLayers(this, "shape", df, function (df, i) {
var shapes = df.get(i, "shapes");
shapes = shapes.map(function (shape) {
return _htmlwidgets2.default.dataframeToD3(shape[0]);
});
if (shapes.length > 1) {
return _leaflet2.default.polyline(shapes, df.get(i));
} else {
return _leaflet2.default.polyline(shapes[0], df.get(i));
}
});
}
};
methods.removeMarker = function (layerId) {
this.layerManager.removeLayer("marker", layerId);
};
methods.clearMarkers = function () {
this.layerManager.clearLayers("marker");
};
methods.removeMarkerCluster = function (layerId) {
this.layerManager.removeLayer("cluster", layerId);
};
methods.removeMarkerFromCluster = function (layerId, clusterId) {
var cluster = this.layerManager.getLayer("cluster", clusterId);
if (!cluster) return;
cluster.clusterLayerStore.remove(layerId);
};
methods.clearMarkerClusters = function () {
this.layerManager.clearLayers("cluster");
};
methods.removeShape = function (layerId) {
this.layerManager.removeLayer("shape", layerId);
};
methods.clearShapes = function () {
this.layerManager.clearLayers("shape");
};
methods.addRectangles = function (lat1, lng1, lat2, lng2, layerId, group, options, popup, popupOptions, label, labelOptions, highlightOptions) {
var df = new _dataframe2.default().col("lat1", lat1).col("lng1", lng1).col("lat2", lat2).col("lng2", lng2).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).col("highlightOptions", highlightOptions).cbind(options);
addLayers(this, "shape", df, function (df, i) {
if (_jquery2.default.isNumeric(df.get(i, "lat1")) && _jquery2.default.isNumeric(df.get(i, "lng1")) && _jquery2.default.isNumeric(df.get(i, "lat2")) && _jquery2.default.isNumeric(df.get(i, "lng2"))) {
return _leaflet2.default.rectangle([[df.get(i, "lat1"), df.get(i, "lng1")], [df.get(i, "lat2"), df.get(i, "lng2")]], df.get(i));
} else {
return null;
}
});
};
/*
* @param lat Array of arrays of latitude coordinates for polygons
* @param lng Array of arrays of longitude coordinates for polygons
*/
methods.addPolygons = function (polygons, layerId, group, options, popup, popupOptions, label, labelOptions, highlightOptions) {
if (polygons.length > 0) {
var df = new _dataframe2.default().col("shapes", polygons).col("layerId", layerId).col("group", group).col("popup", popup).col("popupOptions", popupOptions).col("label", label).col("labelOptions", labelOptions).col("highlightOptions", highlightOptions).cbind(options);
addLayers(this, "shape", df, function (df, i) {
// This code used to use L.multiPolygon, but that caused
// double-click on a multipolygon to fail to zoom in on the
// map. Surprisingly, putting all the rings in a single
// polygon seems to still work; complicated multipolygons
// are still rendered correctly.
var shapes = df.get(i, "shapes").map(function (polygon) {
return polygon.map(_htmlwidgets2.default.dataframeToD3);
}).reduce(function (acc, val) {
return acc.concat(val);
}, []);
return _leaflet2.default.polygon(shapes, df.get(i));
});
}
};
methods.addGeoJSON = function (data, layerId, group, style) {
// This time, self is actually needed because the callbacks below need
// to access both the inner and outer senses of "this"
var self = this;
if (typeof data === "string") {
data = JSON.parse(data);
}
var globalStyle = _jquery2.default.extend({}, style, data.style || {});
var gjlayer = _leaflet2.default.geoJson(data, {
style: function style(feature) {
if (feature.style || feature.properties.style) {
return _jquery2.default.extend({}, globalStyle, feature.style, feature.properties.style);
} else {
return globalStyle;
}
},
onEachFeature: function onEachFeature(feature, layer) {
var extraInfo = {
featureId: feature.id,
properties: feature.properties
};
var popup = feature.properties ? feature.properties.popup : null;
if (typeof popup !== "undefined" && popup !== null) layer.bindPopup(popup);
layer.on("click", mouseHandler(self.id, layerId, group, "geojson_click", extraInfo), this);
layer.on("mouseover", mouseHandler(self.id, layerId, group, "geojson_mouseover", extraInfo), this);
layer.on("mouseout", mouseHandler(self.id, layerId, group, "geojson_mouseout", extraInfo), this);
}
});
this.layerManager.addLayer(gjlayer, "geojson", layerId, group);
};
methods.removeGeoJSON = function (layerId) {
this.layerManager.removeLayer("geojson", layerId);
};
methods.clearGeoJSON = function () {
this.layerManager.clearLayers("geojson");
};
methods.addTopoJSON = function (data, layerId, group, style) {
// This time, self is actually needed because the callbacks below need
// to access both the inner and outer senses of "this"
var self = this;
if (typeof data === "string") {
data = JSON.parse(data);
}
var globalStyle = _jquery2.default.extend({}, style, data.style || {});
var gjlayer = _leaflet2.default.geoJson(null, {
style: function style(feature) {
if (feature.style || feature.properties.style) {
return _jquery2.default.extend({}, globalStyle, feature.style, feature.properties.style);
} else {
return globalStyle;
}
},
onEachFeature: function onEachFeature(feature, layer) {
var extraInfo = {
featureId: feature.id,
properties: feature.properties
};
var popup = feature.properties.popup;
if (typeof popup !== "undefined" && popup !== null) layer.bindPopup(popup);
layer.on("click", mouseHandler(self.id, layerId, group, "topojson_click", extraInfo), this);
layer.on("mouseover", mouseHandler(self.id, layerId, group, "topojson_mouseover", extraInfo), this);
layer.on("mouseout", mouseHandler(self.id, layerId, group, "topojson_mouseout", extraInfo), this);
}
});
global.omnivore.topojson.parse(data, null, gjlayer);
this.layerManager.addLayer(gjlayer, "topojson", layerId, group);
};
methods.removeTopoJSON = function (layerId) {
this.layerManager.removeLayer("topojson", layerId);
};
methods.clearTopoJSON = function () {
this.layerManager.clearLayers("topojson");
};
methods.addControl = function (html, position, layerId, classes) {
function onAdd(map) {
var div = _leaflet2.default.DomUtil.create("div", classes);
if (typeof layerId !== "undefined" && layerId !== null) {
div.setAttribute("id", layerId);
}
this._div = div;
// It's possible for window.Shiny to be true but Shiny.initializeInputs to
// not be, when a static leaflet widget is included as part of the shiny
// UI directly (not through leafletOutput or uiOutput). In this case we
// don't do the normal Shiny stuff as that will all happen when Shiny
// itself loads and binds the entire doc.
if (window.Shiny && _shiny2.default.initializeInputs) {
_shiny2.default.renderHtml(html, this._div);
_shiny2.default.initializeInputs(this._div);
_shiny2.default.bindAll(this._div);
} else {
this._div.innerHTML = html;
}
return this._div;
}
function onRemove(map) {
if (window.Shiny && _shiny2.default.unbindAll) {
_shiny2.default.unbindAll(this._div);
}
}
var Control = _leaflet2.default.Control.extend({
options: { position: position },
onAdd: onAdd,
onRemove: onRemove
});
this.controls.add(new Control(), layerId, html);
};
methods.addCustomControl = function (control, layerId) {
this.controls.add(control, layerId);
};
methods.removeControl = function (layerId) {
this.controls.remove(layerId);
};
methods.getControl = function (layerId) {
this.controls.get(layerId);
};
methods.clearControls = function () {
this.controls.clear();
};
methods.addLegend = function (options) {
var legend = _leaflet2.default.control({ position: options.position });
var gradSpan = void 0;
legend.onAdd = function (map) {
var div = _leaflet2.default.DomUtil.create("div", options.className),
colors = options.colors,
labels = options.labels,
legendHTML = "";
if (options.type === "numeric") {
// # Formatting constants.
var singleBinHeight = 20; // The distance between tick marks, in px
var vMargin = 8; // If 1st tick mark starts at top of gradient, how
// many extra px are needed for the top half of the
// 1st label? (ditto for last tick mark/label)
var tickWidth = 4; // How wide should tick marks be, in px?
var labelPadding = 6; // How much distance to reserve for tick mark?
// (Must be >= tickWidth)
// # Derived formatting parameters.
// What's the height of a single bin, in percentage (of gradient height)?
// It might not just be 1/(n-1), if the gradient extends past the tick
// marks (which can be the case for pretty cut points).
var singleBinPct = (options.extra.p_n - options.extra.p_1) / (labels.length - 1);
// Each bin is `singleBinHeight` high. How tall is the gradient?
var totalHeight = 1 / singleBinPct * singleBinHeight + 1;
// How far should the first tick be shifted down, relative to the top
// of the gradient?
var tickOffset = singleBinHeight / singleBinPct * options.extra.p_1;
gradSpan = (0, _jquery2.default)("<span/>").css({
"background": "linear-gradient(" + colors + ")",
"opacity": options.opacity,
"height": totalHeight + "px",
"width": "18px",
"display": "block",
"margin-top": vMargin + "px"
});
var leftDiv = (0, _jquery2.default)("<div/>").css("float", "left"),
rightDiv = (0, _jquery2.default)("<div/>").css("float", "left");
leftDiv.append(gradSpan);
(0, _jquery2.default)(div).append(leftDiv).append(rightDiv).append((0, _jquery2.default)("<br>"));
// Have to attach the div to the body at this early point, so that the
// svg text getComputedTextLength() actually works, below.
document.body.appendChild(div);
var ns = "http://www.w3.org/2000/svg";
var svg = document.createElementNS(ns, "svg");
rightDiv.append(svg);
var g = document.createElementNS(ns, "g");
(0, _jquery2.default)(g).attr("transform", "translate(0, " + vMargin + ")");
svg.appendChild(g);
// max label width needed to set width of svg, and right-justify text
var maxLblWidth = 0;
// Create tick marks and labels
_jquery2.default.each(labels, function (i, label) {
var y = tickOffset + i * singleBinHeight + 0.5;
var thisLabel = document.createElementNS(ns, "text");
(0, _jquery2.default)(thisLabel).text(labels[i]).attr("y", y).attr("dx", labelPadding).attr("dy", "0.5ex");
g.appendChild(thisLabel);
maxLblWidth = Math.max(maxLblWidth, thisLabel.getComputedTextLength());
var thisTick = document.createElementNS(ns, "line");
(0, _jquery2.default)(thisTick).attr("x1", 0).attr("x2", tickWidth).attr("y1", y).attr("y2", y).attr("stroke-width", 1);
g.appendChild(thisTick);
});
// Now that we know the max label width, we can right-justify
(0, _jquery2.default)(svg).find("text").attr("dx", labelPadding + maxLblWidth).attr("text-anchor", "end");
// Final size for <svg>
(0, _jquery2.default)(svg).css({
width: maxLblWidth + labelPadding + "px",
height: totalHeight + vMargin * 2 + "px"
});
if (options.na_color && _jquery2.default.inArray(options.na_label, labels) < 0) {
(0, _jquery2.default)(div).append("<div><i style=\"" + "background:" + options.na_color + ";opacity:" + options.opacity + ";margin-right:" + labelPadding + "px" + ";\"></i>" + options.na_label + "</div>");
}
} else {
if (options.na_color && _jquery2.default.inArray(options.na_label, labels) < 0) {
colors.push(options.na_color);
labels.push(options.na_label);
}
for (var i = 0; i < colors.length; i++) {
legendHTML += "<i style=\"background:" + colors[i] + ";opacity:" + options.opacity + "\"></i> " + labels[i] + "<br>";
}
div.innerHTML = legendHTML;
}
if (options.title) (0, _jquery2.default)(div).prepend("<div style=\"margin-bottom:3px\"><strong>" + options.title + "</strong></div>");
return div;
};
if (options.group) {
// Auto generate a layerID if not provided
if (!options.layerId) {
options.layerId = _leaflet2.default.Util.stamp(legend);
}
var map = this;
map.on("overlayadd", function (e) {
if (e.name === options.group) {
map.controls.add(legend, options.layerId);
}
});
map.on("overlayremove", function (e) {
if (e.name === options.group) {
map.controls.remove(options.layerId);
}
});
map.on("groupadd", function (e) {
if (e.name === options.group) {
map.controls.add(legend, options.layerId);
}
});
map.on("groupremove", function (e) {
if (e.name === options.group) {
map.controls.remove(options.layerId);
}
});
}
this.controls.add(legend, options.layerId);
};
methods.addLayersControl = function (baseGroups, overlayGroups, options) {
var _this4 = this;
// Only allow one layers control at a time
methods.removeLayersControl.call(this);
var firstLayer = true;
var base = {};
_jquery2.default.each((0, _util.asArray)(baseGroups), function (i, g) {
var layer = _this4.layerManager.getLayerGroup(g, true);
if (layer) {
base[g] = layer;
// Check if >1 base layers are visible; if so, hide all but the first one
if (_this4.hasLayer(layer)) {
if (firstLayer) {
firstLayer = false;
} else {
_this4.removeLayer(layer);
}
}
}
});
var overlay = {};
_jquery2.default.each((0, _util.asArray)(overlayGroups), function (i, g) {
var layer = _this4.layerManager.getLayerGroup(g, true);
if (layer) {
overlay[g] = layer;
}
});
this.currentLayersControl = _leaflet2.default.control.layers(base, overlay, options);
this.addControl(this.currentLayersControl);
};
methods.removeLayersControl = function () {
if (this.currentLayersControl) {
this.removeControl(this.currentLayersControl);
this.currentLayersControl = null;
}
};
methods.addScaleBar = function (options) {
// Only allow one scale bar at a time
methods.removeScaleBar.call(this);
var scaleBar = _leaflet2.default.control.scale(options).addTo(this);
this.currentScaleBar = scaleBar;
};
methods.removeScaleBar = function () {
if (this.currentScaleBar) {
this.currentScaleBar.remove();
this.currentScaleBar = null;
}
};
methods.hideGroup = function (group) {
var _this5 = this;
_jquery2.default.each((0, _util.asArray)(group), function (i, g) {
var layer = _this5.layerManager.getLayerGroup(g, true);
if (layer) {
_this5.removeLayer(layer);
}
});
};
methods.showGroup = function (group) {
var _this6 = this;
_jquery2.default.each((0, _util.asArray)(group), function (i, g) {
var layer = _this6.layerManager.getLayerGroup(g, true);
if (layer) {
_this6.addLayer(layer);
}
});
};
function setupShowHideGroupsOnZoom(map) {
if (map.leafletr._hasInitializedShowHideGroups) {
return;
}
map.leafletr._hasInitializedShowHideGroups = true;
function setVisibility(layer, visible, group) {
if (visible !== map.hasLayer(layer)) {
if (visible) {
map.addLayer(layer);
map.fire("groupadd", { "name": group, "layer": layer });
} else {
map.removeLayer(layer);
map.fire("groupremove", { "name": group, "layer": layer });
}
}
}
function showHideGroupsOnZoom() {
if (!map.layerManager) return;
var zoom = map.getZoom();
map.layerManager.getAllGroupNames().forEach(function (group) {
var layer = map.layerManager.getLayerGroup(group, false);
if (layer && typeof layer.zoomLevels !== "undefined") {
setVisibility(layer, layer.zoomLevels === true || layer.zoomLevels.indexOf(zoom) >= 0, group);
}
});
}
map.showHideGroupsOnZoom = showHideGroupsOnZoom;
map.on("zoomend", showHideGroupsOnZoom);
}
methods.setGroupOptions = function (group, options) {
var _this7 = this;
_jquery2.default.each((0, _util.asArray)(group), function (i, g) {
var layer = _this7.layerManager.getLayerGroup(g, true);
// This slightly tortured check is because 0 is a valid value for zoomLevels
if (typeof options.zoomLevels !== "undefined" && options.zoomLevels !== null) {
layer.zoomLevels = (0, _util.asArray)(options.zoomLevels);
}
});
setupShowHideGroupsOnZoom(this);
this.showHideGroupsOnZoom();
};
methods.addRasterImage = function (uri, bounds, opacity, attribution, layerId, group) {
// uri is a data URI containing an image. We want to paint this image as a
// layer at (top-left) bounds[0] to (bottom-right) bounds[1].
// We can't simply use ImageOverlay, as it uses bilinear scaling which looks
// awful as you zoom in (and sometimes shifts positions or disappears).
// Instead, we'll use a TileLayer.Canvas to draw pieces of the image.
// First, some helper functions.
// degree2tile converts latitude, longitude, and zoom to x and y tile
// numbers. The tile numbers returned can be non-integral, as there's no
// reason to expect that the lat/lng inputs are exactly on the border of two
// tiles.
//
// We'll use this to convert the bounds we got from the server, into coords
// in tile-space at a given zoom level. Note that once we do the conversion,
// we don't to do any more trigonometry to convert between pixel coordinates
// and tile coordinates; the source image pixel coords, destination canvas
// pixel coords, and tile coords all can be scaled linearly.
function degree2tile(lat, lng, zoom) {
// See http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames
var latRad = lat * Math.PI / 180;
var n = Math.pow(2, zoom);
var x = (lng + 180) / 360 * n;
var y = (1 - Math.log(Math.tan(latRad) + 1 / Math.cos(latRad)) / Math.PI) / 2 * n;
return { x: x, y: y };
}
// Given a range [from,to) and either one or two numbers, returns true if
// there is any overlap between [x,x1) and the range--or if x1 is omitted,
// then returns true if x is within [from,to).
function overlap(from, to, x, /* optional */x1) {
if (arguments.length == 3) x1 = x;
return x < to && x1 >= from;
}
function getCanvasSmoothingProperty(ctx) {
var candidates = ["imageSmoothingEnabled", "mozImageSmoothingEnabled", "webkitImageSmoothingEnabled", "msImageSmoothingEnabled"];
for (var i = 0; i < candidates.length; i++) {
if (typeof ctx[candidates[i]] !== "undefined") {
return candidates[i];
}
}
return null;
}
// Our general strategy is to:
// 1. Load the data URI in an Image() object, so we can get its pixel
// dimensions and the underlying image data. (We could have done this
// by not encoding as PNG at all but just send an array of RGBA values
// from the server, but that would inflate the JSON too much.)
// 2. Create a hidden canvas that we use just to extract the image data
// from the Image (using Context2D.getImageData()).
// 3. Create a TileLayer.Canvas and add it to the map.
// We want to synchronously create and attach the TileLayer.Canvas (so an
// immediate call to clearRasters() will be respected, for example), but
// Image loads its data asynchronously. Fortunately we can resolve this
// by putting TileLayer.Canvas into async mode, which will let us create
// and attach the layer but have it wait until the image is loaded before
// it actually draws anything.
// These are the variables that we will populate once the image is loaded.
var imgData = null; // 1d row-major array, four [0-255] integers per pixel
var imgDataMipMapper = null;
var w = null; // image width in pixels
var h = null; // image height in pixels
// We'll use this array to store callbacks that need to be invoked once
// imgData, w, and h have been resolved.
var imgDataCallbacks = [];
// Consumers of imgData, w, and h can call this to be notified when data
// is available.
function getImageData(callback) {
if (imgData != null) {
// Must not invoke the callback immediately; it's too confusing and
// fragile to have a function invoke the callback *either* immediately
// or in the future. Better to be consistent here.
setTimeout(function () {
callback(imgData, w, h, imgDataMipMapper);
}, 0);
} else {
imgDataCallbacks.push(callback);
}
}
var img = new Image();
img.onload = function () {
// Save size
w = img.width;
h = img.height;
// Create a dummy canvas to extract the image data
var imgDataCanvas = document.createElement("canvas");
imgDataCanvas.width = w;
imgDataCanvas.height = h;
imgDataCanvas.style.display = "none";
document.body.appendChild(imgDataCanvas);
var imgDataCtx = imgDataCanvas.getContext("2d");
imgDataCtx.drawImage(img, 0, 0);
// Save the image data.
imgData = imgDataCtx.getImageData(0, 0, w, h).data;
imgDataMipMapper = new _mipmapper2.default(img);
// Done with the canvas, remove it from the page so it can be gc'd.
document.body.removeChild(imgDataCanvas);
// Alert any getImageData callers who are waiting.
for (var i = 0; i < imgDataCallbacks.length; i++) {
imgDataCallbacks[i](imgData, w, h, imgDataMipMapper);
}
imgDataCallbacks = [];
};
img.src = uri;
var canvasTiles = _leaflet2.default.gridLayer({
opacity: opacity,
attribution: attribution,
detectRetina: true,
async: true
});
// NOTE: The done() function MUST NOT be invoked until after the current
// tick; done() looks in Leaflet's tile cache for the current tile, and
// since it's still being constructed, it won't be found.
canvasTiles.createTile = function (tilePoint, done) {
var zoom = tilePoint.z;
var canvas = _leaflet2.default.DomUtil.create("canvas");
var error = void 0;
// setup tile width and height according to the options
var size = this.getTileSize();
canvas.width = size.x;
canvas.height = size.y;
getImageData(function (imgData, w, h, mipmapper) {
try {
// The Context2D we'll being drawing onto. It's always 256x256.
var ctx = canvas.getContext("2d");
// Convert our image data's top-left and bottom-right locations into
// x/y tile coordinates. This is essentially doing a spherical mercator
// projection, then multiplying by 2^zoom.
var topLeft = degree2tile(bounds[0][0], bounds[0][1], zoom);
var bottomRight = degree2tile(bounds[1][0], bounds[1][1], zoom);
// The size of the image in x/y tile coordinates.
var extent = { x: bottomRight.x - topLeft.x, y: bottomRight.y - topLeft.y };
// Short circuit if tile is totally disjoint from image.
if (!overlap(tilePoint.x, tilePoint.x + 1, topLeft.x, bottomRight.x)) return;
if (!overlap(tilePoint.y, tilePoint.y + 1, topLeft.y, bottomRight.y)) return;
// The linear resolution of the tile we're drawing is always 256px per tile unit.
// If the linear resolution (in either direction) of the image is less than 256px
// per tile unit, then use nearest neighbor; otherwise, use the canvas's built-in
// scaling.
var imgRes = {
x: w / extent.x,
y: h / extent.y
};
// We can do the actual drawing in one of three ways:
// - Call drawImage(). This is easy and fast, and results in smooth
// interpolation (bilinear?). This is what we want when we are
// reducing the image from its native size.
// - Call drawImage() with imageSmoothingEnabled=false. This is easy
// and fast and gives us nearest-neighbor interpolation, which is what
// we want when enlarging the image. However, it's unsupported on many
// browsers (including QtWebkit).
// - Do a manual nearest-neighbor interpolation. This is what we'll fall
// back to when enlarging, and imageSmoothingEnabled isn't supported.
// In theory it's slower, but still pretty fast on my machine, and the
// results look the same AFAICT.
// Is imageSmoothingEnabled supported? If so, we can let canvas do
// nearest-neighbor interpolation for us.
var smoothingProperty = getCanvasSmoothingProperty(ctx);
if (smoothingProperty || imgRes.x >= 256 && imgRes.y >= 256) {
// Use built-in scaling
// Turn off anti-aliasing if necessary
if (smoothingProperty) {
ctx[smoothingProperty] = imgRes.x >= 256 && imgRes.y >= 256;
}
// Don't necessarily draw with the full-size image; if we're
// downscaling, use the mipmapper to get a pre-downscaled image
// (see comments on Mipmapper class for why this matters).
mipmapper.getBySize(extent.x * 256, extent.y * 256, function (mip) {
// It's possible that the image will go off the edge of the canvas--
// that's OK, the canvas should clip appropriately.
ctx.drawImage(mip,
// Convert abs tile coords to rel tile coords, then *256 to convert
// to rel pixel coords
(topLeft.x - tilePoint.x) * 256, (topLeft.y - tilePoint.y) * 256,
// Always draw the whole thing and let canvas clip; so we can just
// convert from size in tile coords straight to pixels
extent.x * 256, extent.y * 256);
});
} else {
// Use manual nearest-neighbor interpolation
// Calculate the source image pixel coordinates that correspond with
// the top-left and bottom-right of this tile. (If the source image
// only partially overlaps the tile, we use max/min to limit the
// sourceStart/End to only reflect the overlapping portion.)
var sourceStart = {
x: Math.max(0, Math.floor((tilePoint.x - topLeft.x) * imgRes.x)),
y: Math.max(0, Math.floor((tilePoint.y - topLeft.y) * imgRes.y))
};
var sourceEnd = {
x: Math.min(w, Math.ceil((tilePoint.x + 1 - topLeft.x) * imgRes.x)),
y: Math.min(h, Math.ceil((tilePoint.y + 1 - topLeft.y) * imgRes.y))
};
// The size, in dest pixels, that each source pixel should occupy.
// This might be greater or less than 1 (e.g. if x and y resolution
// are very different).
var pixelSize = {
x: 256 / imgRes.x,
y: 256 / imgRes.y
};
// For each pixel in the source image that overlaps the tile...
for (var row = sourceStart.y; row < sourceEnd.y; row++) {
for (var col = sourceStart.x; col < sourceEnd.x; col++) {
// ...extract the pixel data...
var i = (row * w + col) * 4;
var r = imgData[i];
var g = imgData[i + 1];
var b = imgData[i + 2];
var a = imgData[i + 3];
ctx.fillStyle = "rgba(" + [r, g, b, a / 255].join(",") + ")";
// ...calculate the corresponding pixel coord in the dest image
// where it should be drawn...
var pixelPos = {
x: (col / imgRes.x + topLeft.x - tilePoint.x) * 256,
y: (row / imgRes.y + topLeft.y - tilePoint.y) * 256
};
// ...and draw a rectangle there.
ctx.fillRect(Math.round(pixelPos.x), Math.round(pixelPos.y),
// Looks crazy, but this is necessary to prevent rounding from
// causing overlap between this rect and its neighbors. The
// minuend is the location of the next pixel, while the
// subtrahend is the position of the current pixel (to turn an
// absolute coordinate to a width/height). Yes, I had to look
// up minuend and subtrahend.
Math.round(pixelPos.x + pixelSize.x) - Math.round(pixelPos.x), Math.round(pixelPos.y + pixelSize.y) - Math.round(pixelPos.y));
}
}
}
} catch (e) {
error = e;
} finally {
done(error, canvas);
}
});
return canvas;
};
this.layerManager.addLayer(canvasTiles, "image", layerId, group);
};
methods.removeImage = function (layerId) {
this.layerManager.removeLayer("image", layerId);
};
methods.clearImages = function () {
this.layerManager.clearLayers("image");
};
methods.addMeasure = function (options) {
// if a measureControl already exists, then remove it and
// replace with a new one
methods.removeMeasure.call(this);
this.measureControl = _leaflet2.default.control.measure(options);
this.addControl(this.measureControl);
};
methods.removeMeasure = function () {
if (this.measureControl) {
this.removeControl(this.measureControl);
this.measureControl = null;
}
};
methods.addSelect = function (ctGroup) {
var _this8 = this;
methods.removeSelect.call(this);
this._selectButton = _leaflet2.default.easyButton({
states: [{
stateName: "select-inactive",
icon: "ion-qr-scanner",
title: "Make a selection",
onClick: function onClick(btn, map) {
btn.state("select-active");
_this8._locationFilter = new _leaflet2.default.LocationFilter2();
if (ctGroup) {
var selectionHandle = new global.crosstalk.SelectionHandle(ctGroup);
selectionHandle.on("change", function (e) {
if (e.sender !== selectionHandle) {
if (_this8._locationFilter) {
_this8._locationFilter.disable();
btn.state("select-inactive");
}
}
});
var handler = function handler(e) {
_this8.layerManager.brush(_this8._locationFilter.getBounds(), { sender: selectionHandle });
};
_this8._locationFilter.on("enabled", handler);
_this8._locationFilter.on("change", handler);
_this8._locationFilter.on("disabled", function () {
selectionHandle.close();
_this8._locationFilter = null;
});
}
_this8._locationFilter.addTo(map);
}
}, {
stateName: "select-active",
icon: "ion-close-round",
title: "Dismiss selection",
onClick: function onClick(btn, map) {
btn.state("select-inactive");
_this8._locationFilter.disable();
// If explicitly dismissed, clear the crosstalk selections
_this8.layerManager.unbrush();
}
}]
});
this._selectButton.addTo(this);
};
methods.removeSelect = function () {
if (this._locationFilter) {
this._locationFilter.disable();
}
if (this._selectButton) {
this.removeControl(this._selectButton);
this._selectButton = null;
}
};
methods.createMapPane = function (name, zIndex) {
this.createPane(name);
this.getPane(name).style.zIndex = zIndex;
};
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./cluster-layer-store":1,"./crs_utils":3,"./dataframe":4,"./global/htmlwidgets":8,"./global/jquery":9,"./global/leaflet":10,"./global/shiny":12,"./mipmapper":16,"./util":17}],16:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
// This class simulates a mipmap, which shrinks images by powers of two. This
// stepwise reduction results in "pixel-perfect downscaling" (where every
// pixel of the original image has some contribution to the downscaled image)
// as opposed to a single-step downscaling which will discard a lot of data
// (and with sparse images at small scales can give very surprising results).
var Mipmapper = function () {
function Mipmapper(img) {
_classCallCheck(this, Mipmapper);
this._layers = [img];
}
// The various functions on this class take a callback function BUT MAY OR MAY
// NOT actually behave asynchronously.
_createClass(Mipmapper, [{
key: "getBySize",
value: function getBySize(desiredWidth, desiredHeight, callback) {
var _this = this;
var i = 0;
var lastImg = this._layers[0];
var testNext = function testNext() {
_this.getByIndex(i, function (img) {
// If current image is invalid (i.e. too small to be rendered) or
// it's smaller than what we wanted, return the last known good image.
if (!img || img.width < desiredWidth || img.height < desiredHeight) {
callback(lastImg);
return;
} else {
lastImg = img;
i++;
testNext();
return;
}
});
};
testNext();
}
}, {
key: "getByIndex",
value: function getByIndex(i, callback) {
var _this2 = this;
if (this._layers[i]) {
callback(this._layers[i]);
return;
}
this.getByIndex(i - 1, function (prevImg) {
if (!prevImg) {
// prevImg could not be calculated (too small, possibly)
callback(null);
return;
}
if (prevImg.width < 2 || prevImg.height < 2) {
// Can't reduce this image any further
callback(null);
return;
}
// If reduce ever becomes truly asynchronous, we should stuff a promise or
// something into this._layers[i] before calling this.reduce(), to prevent
// redundant reduce operations from happening.
_this2.reduce(prevImg, function (reducedImg) {
_this2._layers[i] = reducedImg;
callback(reducedImg);
return;
});
});
}
}, {
key: "reduce",
value: function reduce(img, callback) {
var imgDataCanvas = document.createElement("canvas");
imgDataCanvas.width = Math.ceil(img.width / 2);
imgDataCanvas.height = Math.ceil(img.height / 2);
imgDataCanvas.style.display = "none";
document.body.appendChild(imgDataCanvas);
try {
var imgDataCtx = imgDataCanvas.getContext("2d");
imgDataCtx.drawImage(img, 0, 0, img.width / 2, img.height / 2);
callback(imgDataCanvas);
} finally {
document.body.removeChild(imgDataCanvas);
}
}
}]);
return Mipmapper;
}();
exports.default = Mipmapper;
},{}],17:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.log = log;
exports.recycle = recycle;
exports.asArray = asArray;
function log(message) {
/* eslint-disable no-console */
if (console && console.log) console.log(message);
/* eslint-enable no-console */
}
function recycle(values, length, inPlace) {
if (length === 0 && !inPlace) return [];
if (!(values instanceof Array)) {
if (inPlace) {
throw new Error("Can't do in-place recycling of a non-Array value");
}
values = [values];
}
if (typeof length === "undefined") length = values.length;
var dest = inPlace ? values : [];
var origLength = values.length;
while (dest.length < length) {
dest.push(values[dest.length % origLength]);
}
if (dest.length > length) {
dest.splice(length, dest.length - length);
}
return dest;
}
function asArray(value) {
if (value instanceof Array) return value;else return [value];
}
},{}]},{},[13]);
</script>
<script>(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['leaflet'], factory);
} else if (typeof modules === 'object' && module.exports) {
// define a Common JS module that relies on 'leaflet'
module.exports = factory(require('leaflet'));
} else {
// Assume Leaflet is loaded into global object L already
factory(L);
}
}(this, function (L) {
'use strict';
L.TileLayer.Provider = L.TileLayer.extend({
initialize: function (arg, options) {
var providers = L.TileLayer.Provider.providers;
var parts = arg.split('.');
var providerName = parts[0];
var variantName = parts[1];
if (!providers[providerName]) {
throw 'No such provider (' + providerName + ')';
}
var provider = {
url: providers[providerName].url,
options: providers[providerName].options
};
// overwrite values in provider from variant.
if (variantName && 'variants' in providers[providerName]) {
if (!(variantName in providers[providerName].variants)) {
throw 'No such variant of ' + providerName + ' (' + variantName + ')';
}
var variant = providers[providerName].variants[variantName];
var variantOptions;
if (typeof variant === 'string') {
variantOptions = {
variant: variant
};
} else {
variantOptions = variant.options;
}
provider = {
url: variant.url || provider.url,
options: L.Util.extend({}, provider.options, variantOptions)
};
}
// replace attribution placeholders with their values from toplevel provider attribution,
// recursively
var attributionReplacer = function (attr) {
if (attr.indexOf('{attribution.') === -1) {
return attr;
}
return attr.replace(/\{attribution.(\w*)\}/g,
function (match, attributionName) {
return attributionReplacer(providers[attributionName].options.attribution);
}
);
};
provider.options.attribution = attributionReplacer(provider.options.attribution);
// Compute final options combining provider options with any user overrides
var layerOpts = L.Util.extend({}, provider.options, options);
L.TileLayer.prototype.initialize.call(this, provider.url, layerOpts);
}
});
/**
* Definition of providers.
* see http://leafletjs.com/reference.html#tilelayer for options in the options map.
*/
L.TileLayer.Provider.providers = {
OpenStreetMap: {
url: '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
maxZoom: 19,
attribution:
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
},
variants: {
Mapnik: {},
DE: {
url: '//{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png',
options: {
maxZoom: 18
}
},
CH: {
url: '//tile.osm.ch/switzerland/{z}/{x}/{y}.png',
options: {
maxZoom: 18,
bounds: [[45, 5], [48, 11]]
}
},
France: {
url: '//{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png',
options: {
maxZoom: 20,
attribution: '© Openstreetmap France | {attribution.OpenStreetMap}'
}
},
HOT: {
url: '//{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',
options: {
attribution:
'{attribution.OpenStreetMap}, ' +
'Tiles style by <a href="https://www.hotosm.org/" target="_blank">Humanitarian OpenStreetMap Team</a> ' +
'hosted by <a href="https://openstreetmap.fr/" target="_blank">OpenStreetMap France</a>'
}
},
BZH: {
url: '//tile.openstreetmap.bzh/br/{z}/{x}/{y}.png',
options: {
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://www.openstreetmap.bzh/" target="_blank">Breton OpenStreetMap Team</a>',
bounds: [[46.2, -5.5], [50, 0.7]]
}
}
}
},
OpenSeaMap: {
url: '//tiles.openseamap.org/seamark/{z}/{x}/{y}.png',
options: {
attribution: 'Map data: © <a href="http://www.openseamap.org">OpenSeaMap</a> contributors'
}
},
OpenPtMap: {
url: 'http://openptmap.org/tiles/{z}/{x}/{y}.png',
options: {
maxZoom: 17,
attribution: 'Map data: © <a href="http://www.openptmap.org">OpenPtMap</a> contributors'
}
},
OpenTopoMap: {
url: 'https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',
options: {
maxZoom: 17,
attribution: 'Map data: {attribution.OpenStreetMap}, <a href="http://viewfinderpanoramas.org">SRTM</a> | Map style: © <a href="https://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)'
}
},
OpenRailwayMap: {
url: 'https://{s}.tiles.openrailwaymap.org/standard/{z}/{x}/{y}.png',
options: {
maxZoom: 19,
attribution: 'Map data: {attribution.OpenStreetMap} | Map style: © <a href="https://www.OpenRailwayMap.org">OpenRailwayMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)'
}
},
OpenFireMap: {
url: 'http://openfiremap.org/hytiles/{z}/{x}/{y}.png',
options: {
maxZoom: 19,
attribution: 'Map data: {attribution.OpenStreetMap} | Map style: © <a href="http://www.openfiremap.org">OpenFireMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)'
}
},
SafeCast: {
url: '//s3.amazonaws.com/te512.safecast.org/{z}/{x}/{y}.png',
options: {
maxZoom: 16,
attribution: 'Map data: {attribution.OpenStreetMap} | Map style: © <a href="https://blog.safecast.org/about/">SafeCast</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)'
}
},
Thunderforest: {
url: 'https://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png?apikey={apikey}',
options: {
attribution:
'© <a href="http://www.thunderforest.com/">Thunderforest</a>, {attribution.OpenStreetMap}',
variant: 'cycle',
apikey: '<insert your api key here>',
maxZoom: 22
},
variants: {
OpenCycleMap: 'cycle',
Transport: {
options: {
variant: 'transport'
}
},
TransportDark: {
options: {
variant: 'transport-dark'
}
},
SpinalMap: {
options: {
variant: 'spinal-map'
}
},
Landscape: 'landscape',
Outdoors: 'outdoors',
Pioneer: 'pioneer',
MobileAtlas: 'mobile-atlas',
Neighbourhood: 'neighbourhood'
}
},
OpenMapSurfer: {
url: 'https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png',
options: {
maxZoom: 19,
variant: 'roads',
attribution: 'Imagery from <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> | Map data '
},
variants: {
Roads: {
options: {
variant: 'roads',
attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}'
}
},
Hybrid: {
options: {
variant: 'hybrid',
attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}'
}
},
AdminBounds: {
options: {
variant: 'adminb',
maxZoom: 18,
attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}'
}
},
ContourLines: {
options: {
variant: 'asterc',
maxZoom: 18,
minZoom: 13,
attribution: '{attribution.OpenMapSurfer} <a href="https://lpdaac.usgs.gov/products/aster_policies">ASTER GDEM</a>'
}
},
Hillshade: {
options: {
variant: 'asterh',
maxZoom: 18,
attribution: '{attribution.OpenMapSurfer} <a href="https://lpdaac.usgs.gov/products/aster_policies">ASTER GDEM</a>, <a href="http://srtm.csi.cgiar.org/">SRTM</a>'
}
},
ElementsAtRisk: {
options: {
variant: 'elements_at_risk',
attribution: '{attribution.OpenMapSurfer}{attribution.OpenStreetMap}'
}
}
}
},
Hydda: {
url: '//{s}.tile.openstreetmap.se/hydda/{variant}/{z}/{x}/{y}.png',
options: {
maxZoom: 18,
variant: 'full',
attribution: 'Tiles courtesy of <a href="http://openstreetmap.se/" target="_blank">OpenStreetMap Sweden</a> — Map data {attribution.OpenStreetMap}'
},
variants: {
Full: 'full',
Base: 'base',
RoadsAndLabels: 'roads_and_labels'
}
},
MapBox: {
url: 'https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}{r}.png?access_token={accessToken}',
options: {
attribution:
'<a href="https://www.mapbox.com/about/maps/" target="_blank">© Mapbox</a> ' +
'{attribution.OpenStreetMap} ' +
'<a href="https://www.mapbox.com/map-feedback/" target="_blank">Improve this map</a>',
subdomains: 'abcd',
id: 'mapbox.streets',
accessToken: '<insert your access token here>',
}
},
Stamen: {
url: '//stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}{r}.{ext}',
options: {
attribution:
'Map tiles by <a href="http://stamen.com">Stamen Design</a>, ' +
'<a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — ' +
'Map data {attribution.OpenStreetMap}',
subdomains: 'abcd',
minZoom: 0,
maxZoom: 20,
variant: 'toner',
ext: 'png'
},
variants: {
Toner: 'toner',
TonerBackground: 'toner-background',
TonerHybrid: 'toner-hybrid',
TonerLines: 'toner-lines',
TonerLabels: 'toner-labels',
TonerLite: 'toner-lite',
Watercolor: {
url: '//stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}.{ext}',
options: {
variant: 'watercolor',
ext: 'jpg',
minZoom: 1,
maxZoom: 16
}
},
Terrain: {
options: {
variant: 'terrain',
minZoom: 0,
maxZoom: 18
}
},
TerrainBackground: {
options: {
variant: 'terrain-background',
minZoom: 0,
maxZoom: 18
}
},
TerrainLabels: {
options: {
variant: 'terrain-labels',
minZoom: 0,
maxZoom: 18
}
},
TopOSMRelief: {
url: '//stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}.{ext}',
options: {
variant: 'toposm-color-relief',
ext: 'jpg',
bounds: [[22, -132], [51, -56]]
}
},
TopOSMFeatures: {
options: {
variant: 'toposm-features',
bounds: [[22, -132], [51, -56]],
opacity: 0.9
}
}
}
},
TomTom: {
url: 'https://{s}.api.tomtom.com/map/1/tile/{variant}/{style}/{z}/{x}/{y}.{ext}?key={apikey}',
options: {
variant: 'basic',
maxZoom: 22,
attribution:
'<a href="https://tomtom.com" target="_blank">© 1992 - ' + new Date().getFullYear() + ' TomTom.</a> ',
subdomains: 'abcd',
style: 'main',
ext: 'png',
apikey: '<insert your API key here>',
},
variants: {
Basic: 'basic',
Hybrid: 'hybrid',
Labels: 'labels'
}
},
Esri: {
url: '//server.arcgisonline.com/ArcGIS/rest/services/{variant}/MapServer/tile/{z}/{y}/{x}',
options: {
variant: 'World_Street_Map',
attribution: 'Tiles © Esri'
},
variants: {
WorldStreetMap: {
options: {
attribution:
'{attribution.Esri} — ' +
'Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012'
}
},
DeLorme: {
options: {
variant: 'Specialty/DeLorme_World_Base_Map',
minZoom: 1,
maxZoom: 11,
attribution: '{attribution.Esri} — Copyright: ©2012 DeLorme'
}
},
WorldTopoMap: {
options: {
variant: 'World_Topo_Map',
attribution:
'{attribution.Esri} — ' +
'Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community'
}
},
WorldImagery: {
options: {
variant: 'World_Imagery',
attribution:
'{attribution.Esri} — ' +
'Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'
}
},
WorldTerrain: {
options: {
variant: 'World_Terrain_Base',
maxZoom: 13,
attribution:
'{attribution.Esri} — ' +
'Source: USGS, Esri, TANA, DeLorme, and NPS'
}
},
WorldShadedRelief: {
options: {
variant: 'World_Shaded_Relief',
maxZoom: 13,
attribution: '{attribution.Esri} — Source: Esri'
}
},
WorldPhysical: {
options: {
variant: 'World_Physical_Map',
maxZoom: 8,
attribution: '{attribution.Esri} — Source: US National Park Service'
}
},
OceanBasemap: {
options: {
variant: 'Ocean_Basemap',
maxZoom: 13,
attribution: '{attribution.Esri} — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri'
}
},
NatGeoWorldMap: {
options: {
variant: 'NatGeo_World_Map',
maxZoom: 16,
attribution: '{attribution.Esri} — National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC'
}
},
WorldGrayCanvas: {
options: {
variant: 'Canvas/World_Light_Gray_Base',
maxZoom: 16,
attribution: '{attribution.Esri} — Esri, DeLorme, NAVTEQ'
}
}
}
},
OpenWeatherMap: {
url: 'http://{s}.tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png?appid={apiKey}',
options: {
maxZoom: 19,
attribution: 'Map data © <a href="http://openweathermap.org">OpenWeatherMap</a>',
apiKey:'<insert your api key here>',
opacity: 0.5
},
variants: {
Clouds: 'clouds',
CloudsClassic: 'clouds_cls',
Precipitation: 'precipitation',
PrecipitationClassic: 'precipitation_cls',
Rain: 'rain',
RainClassic: 'rain_cls',
Pressure: 'pressure',
PressureContour: 'pressure_cntr',
Wind: 'wind',
Temperature: 'temp',
Snow: 'snow'
}
},
HERE: {
/*
* HERE maps, formerly Nokia maps.
* These basemaps are free, but you need an API key. Please sign up at
* https://developer.here.com/plans
*/
url:
'https://{s}.{base}.maps.api.here.com/maptile/2.1/' +
'{type}/{mapID}/{variant}/{z}/{x}/{y}/{size}/{format}?' +
'app_id={app_id}&app_code={app_code}&lg={language}',
options: {
attribution:
'Map © 1987-' + new Date().getFullYear() + ' <a href="http://developer.here.com">HERE</a>',
subdomains: '1234',
mapID: 'newest',
'app_id': '<insert your app_id here>',
'app_code': '<insert your app_code here>',
base: 'base',
variant: 'normal.day',
maxZoom: 20,
type: 'maptile',
language: 'eng',
format: 'png8',
size: '256'
},
variants: {
normalDay: 'normal.day',
normalDayCustom: 'normal.day.custom',
normalDayGrey: 'normal.day.grey',
normalDayMobile: 'normal.day.mobile',
normalDayGreyMobile: 'normal.day.grey.mobile',
normalDayTransit: 'normal.day.transit',
normalDayTransitMobile: 'normal.day.transit.mobile',
normalDayTraffic: {
options: {
variant: 'normal.traffic.day',
base: 'traffic',
type: 'traffictile'
}
},
normalNight: 'normal.night',
normalNightMobile: 'normal.night.mobile',
normalNightGrey: 'normal.night.grey',
normalNightGreyMobile: 'normal.night.grey.mobile',
normalNightTransit: 'normal.night.transit',
normalNightTransitMobile: 'normal.night.transit.mobile',
reducedDay: 'reduced.day',
reducedNight: 'reduced.night',
basicMap: {
options: {
type: 'basetile'
}
},
mapLabels: {
options: {
type: 'labeltile',
format: 'png'
}
},
trafficFlow: {
options: {
base: 'traffic',
type: 'flowtile'
}
},
carnavDayGrey: 'carnav.day.grey',
hybridDay: {
options: {
base: 'aerial',
variant: 'hybrid.day'
}
},
hybridDayMobile: {
options: {
base: 'aerial',
variant: 'hybrid.day.mobile'
}
},
hybridDayTransit: {
options: {
base: 'aerial',
variant: 'hybrid.day.transit'
}
},
hybridDayGrey: {
options: {
base: 'aerial',
variant: 'hybrid.grey.day'
}
},
hybridDayTraffic: {
options: {
variant: 'hybrid.traffic.day',
base: 'traffic',
type: 'traffictile'
}
},
pedestrianDay: 'pedestrian.day',
pedestrianNight: 'pedestrian.night',
satelliteDay: {
options: {
base: 'aerial',
variant: 'satellite.day'
}
},
terrainDay: {
options: {
base: 'aerial',
variant: 'terrain.day'
}
},
terrainDayMobile: {
options: {
base: 'aerial',
variant: 'terrain.day.mobile'
}
}
}
},
FreeMapSK: {
url: 'http://t{s}.freemap.sk/T/{z}/{x}/{y}.jpeg',
options: {
minZoom: 8,
maxZoom: 16,
subdomains: '1234',
bounds: [[47.204642, 15.996093], [49.830896, 22.576904]],
attribution:
'{attribution.OpenStreetMap}, vizualization CC-By-SA 2.0 <a href="http://freemap.sk">Freemap.sk</a>'
}
},
MtbMap: {
url: 'http://tile.mtbmap.cz/mtbmap_tiles/{z}/{x}/{y}.png',
options: {
attribution:
'{attribution.OpenStreetMap} & USGS'
}
},
CartoDB: {
url: 'https://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}{r}.png',
options: {
attribution: '{attribution.OpenStreetMap} © <a href="https://carto.com/attributions">CARTO</a>',
subdomains: 'abcd',
maxZoom: 19,
variant: 'light_all'
},
variants: {
Positron: 'light_all',
PositronNoLabels: 'light_nolabels',
PositronOnlyLabels: 'light_only_labels',
DarkMatter: 'dark_all',
DarkMatterNoLabels: 'dark_nolabels',
DarkMatterOnlyLabels: 'dark_only_labels',
Voyager: 'rastertiles/voyager',
VoyagerNoLabels: 'rastertiles/voyager_nolabels',
VoyagerOnlyLabels: 'rastertiles/voyager_only_labels',
VoyagerLabelsUnder: 'rastertiles/voyager_labels_under'
}
},
HikeBike: {
url: 'https://tiles.wmflabs.org/{variant}/{z}/{x}/{y}.png',
options: {
maxZoom: 19,
attribution: '{attribution.OpenStreetMap}',
variant: 'hikebike'
},
variants: {
HikeBike: {},
HillShading: {
options: {
maxZoom: 15,
variant: 'hillshading'
}
}
}
},
BasemapAT: {
url: '//maps{s}.wien.gv.at/basemap/{variant}/normal/google3857/{z}/{y}/{x}.{format}',
options: {
maxZoom: 19,
attribution: 'Datenquelle: <a href="https://www.basemap.at">basemap.at</a>',
subdomains: ['', '1', '2', '3', '4'],
format: 'png',
bounds: [[46.358770, 8.782379], [49.037872, 17.189532]],
variant: 'geolandbasemap'
},
variants: {
basemap: {
options: {
maxZoom: 20, // currently only in Vienna
variant: 'geolandbasemap'
}
},
grau: 'bmapgrau',
overlay: 'bmapoverlay',
highdpi: {
options: {
variant: 'bmaphidpi',
format: 'jpeg'
}
},
orthofoto: {
options: {
maxZoom: 20, // currently only in Vienna
variant: 'bmaporthofoto30cm',
format: 'jpeg'
}
}
}
},
nlmaps: {
url: '//geodata.nationaalgeoregister.nl/tiles/service/wmts/{variant}/EPSG:3857/{z}/{x}/{y}.png',
options: {
minZoom: 6,
maxZoom: 19,
bounds: [[50.5, 3.25], [54, 7.6]],
attribution: 'Kaartgegevens © <a href="kadaster.nl">Kadaster</a>'
},
variants: {
'standaard': 'brtachtergrondkaart',
'pastel': 'brtachtergrondkaartpastel',
'grijs': 'brtachtergrondkaartgrijs',
'luchtfoto': {
'url': '//geodata.nationaalgeoregister.nl/luchtfoto/rgb/wmts/1.0.0/2016_ortho25/EPSG:3857/{z}/{x}/{y}.png',
}
}
},
NASAGIBS: {
url: 'https://map1.vis.earthdata.nasa.gov/wmts-webmerc/{variant}/default/{time}/{tilematrixset}{maxZoom}/{z}/{y}/{x}.{format}',
options: {
attribution:
'Imagery provided by services from the Global Imagery Browse Services (GIBS), operated by the NASA/GSFC/Earth Science Data and Information System ' +
'(<a href="https://earthdata.nasa.gov">ESDIS</a>) with funding provided by NASA/HQ.',
bounds: [[-85.0511287776, -179.999999975], [85.0511287776, 179.999999975]],
minZoom: 1,
maxZoom: 9,
format: 'jpg',
time: '',
tilematrixset: 'GoogleMapsCompatible_Level'
},
variants: {
ModisTerraTrueColorCR: 'MODIS_Terra_CorrectedReflectance_TrueColor',
ModisTerraBands367CR: 'MODIS_Terra_CorrectedReflectance_Bands367',
ViirsEarthAtNight2012: {
options: {
variant: 'VIIRS_CityLights_2012',
maxZoom: 8
}
},
ModisTerraLSTDay: {
options: {
variant: 'MODIS_Terra_Land_Surface_Temp_Day',
format: 'png',
maxZoom: 7,
opacity: 0.75
}
},
ModisTerraSnowCover: {
options: {
variant: 'MODIS_Terra_Snow_Cover',
format: 'png',
maxZoom: 8,
opacity: 0.75
}
},
ModisTerraAOD: {
options: {
variant: 'MODIS_Terra_Aerosol',
format: 'png',
maxZoom: 6,
opacity: 0.75
}
},
ModisTerraChlorophyll: {
options: {
variant: 'MODIS_Terra_Chlorophyll_A',
format: 'png',
maxZoom: 7,
opacity: 0.75
}
}
}
},
NLS: {
// NLS maps are copyright National library of Scotland.
// http://maps.nls.uk/projects/api/index.html
// Please contact NLS for anything other than non-commercial low volume usage
//
// Map sources: Ordnance Survey 1:1m to 1:63K, 1920s-1940s
// z0-9 - 1:1m
// z10-11 - quarter inch (1:253440)
// z12-18 - one inch (1:63360)
url: '//nls-{s}.tileserver.com/nls/{z}/{x}/{y}.jpg',
options: {
attribution: '<a href="http://geo.nls.uk/maps/">National Library of Scotland Historic Maps</a>',
bounds: [[49.6, -12], [61.7, 3]],
minZoom: 1,
maxZoom: 18,
subdomains: '0123',
}
},
JusticeMap: {
// Justice Map (http://www.justicemap.org/)
// Visualize race and income data for your community, county and country.
// Includes tools for data journalists, bloggers and community activists.
url: 'http://www.justicemap.org/tile/{size}/{variant}/{z}/{x}/{y}.png',
options: {
attribution: '<a href="http://www.justicemap.org/terms.php">Justice Map</a>',
// one of 'county', 'tract', 'block'
size: 'county',
// Bounds for USA, including Alaska and Hawaii
bounds: [[14, -180], [72, -56]]
},
variants: {
income: 'income',
americanIndian: 'indian',
asian: 'asian',
black: 'black',
hispanic: 'hispanic',
multi: 'multi',
nonWhite: 'nonwhite',
white: 'white',
plurality: 'plural'
}
},
Wikimedia: {
url: 'https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png',
options: {
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia</a>',
minZoom: 1,
maxZoom: 19
}
},
GeoportailFrance: {
url: 'https://wxs.ign.fr/{apikey}/geoportail/wmts?REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0&STYLE={style}&TILEMATRIXSET=PM&FORMAT={format}&LAYER={variant}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}',
options: {
attribution: '<a target="_blank" href="https://www.geoportail.gouv.fr/">Geoportail France</a>',
bounds: [[-75, -180], [81, 180]],
minZoom: 2,
maxZoom: 18,
// Get your own geoportail apikey here : http://professionnels.ign.fr/ign/contrats/
// NB : 'choisirgeoportail' is a demonstration key that comes with no guarantee
apikey: 'choisirgeoportail',
format: 'image/jpeg',
style : 'normal',
variant: 'GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-EXPRESS.STANDARD'
},
variants: {
parcels: {
options : {
variant: 'CADASTRALPARCELS.PARCELS',
maxZoom: 20,
style : 'bdparcellaire',
format: 'image/png'
}
},
ignMaps: 'GEOGRAPHICALGRIDSYSTEMS.MAPS',
maps: 'GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-EXPRESS.STANDARD',
orthos: {
options: {
maxZoom: 19,
variant: 'ORTHOIMAGERY.ORTHOPHOTOS'
}
}
}
},
OneMapSG: {
url: '//maps-{s}.onemap.sg/v3/{variant}/{z}/{x}/{y}.png',
options: {
variant: 'Default',
minZoom: 11,
maxZoom: 18,
bounds: [[1.56073, 104.11475], [1.16, 103.502]],
attribution: '<img src="https://docs.onemap.sg/maps/images/oneMap64-01.png" style="height:20px;width:20px;"/> New OneMap | Map data © contributors, <a href="http://SLA.gov.sg">Singapore Land Authority</a>'
},
variants: {
Default: 'Default',
Night: 'Night',
Original: 'Original',
Grey: 'Grey',
LandLot: 'LandLot'
}
}
};
L.tileLayer.provider = function (provider, options) {
return new L.TileLayer.Provider(provider, options);
};
return L;
}));
</script>
<script>LeafletWidget.methods.addProviderTiles = function(provider, layerId, group, options) {
this.layerManager.addLayer(L.tileLayer.provider(provider, options), "tile", layerId, group);
};
</script>
</head>
<body style="background-color: white;">
<div id="htmlwidget_container">
<div id="htmlwidget-39288e2a7446f1b5f76c" class="leaflet html-widget" style="width:100%;height:400px;">
</div>
</div>
<script type="application/json" data-for="htmlwidget-39288e2a7446f1b5f76c">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addProviderTiles","args":["OpenStreetMap",null,"OpenStreetMap",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["Stamen.Toner",null,"Stamen.Toner",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["Stamen.Terrain",null,"Stamen.Terrain",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["Esri.WorldStreetMap",null,"Esri.WorldStreetMap",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["Wikimedia",null,"Wikimedia",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["CartoDB.Positron",null,"CartoDB.Positron",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addProviderTiles","args":["Esri.WorldImagery",null,"Esri.WorldImagery",{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addLayersControl","args":[["OpenStreetMap","Stamen.Toner","Stamen.Terrain","Esri.WorldStreetMap","Wikimedia","CartoDB.Positron","Esri.WorldImagery"],[],{"collapsed":true,"autoZIndex":true,"position":"topleft"}]},{"method":"addCircles","args":[[52.0106998765597,51.9434515849758,52.0823451082562,52.0654396530306,52.0116531621675,51.9917856289589,51.9394590627518,51.9508632587317,51.9767157694644,51.9924584107668,51.9871790196824],[4.29869854062059,4.32297508943418,4.2760771057989,4.33608873685204,4.1966189216833,4.37086749550543,4.41955013638807,4.32649438213032,4.43033272097097,4.46682001559137,4.3935088751711],10,null,null,{"interactive":true,"className":"","stroke":true,"color":"green","weight":[0,0,49.9018758282571,0,0,13.3333333333333,0,12.7815852379421,0,35.1475730333305,0],"opacity":0.5,"fill":true,"fillColor":"green","fillOpacity":0.2},null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null,null]},{"method":"addCircles","args":[[52.0106998765597,51.9434515849758,52.0823451082562,52.0654396530306,52.0116531621675,51.9917856289589,51.9491632237422,51.9508632587317,51.9767157694644,51.9924584107668,51.9871790196824,52.0465572591862,52.050394498374],[4.29869854062059,4.32297508943418,4.2760771057989,4.33608873685204,4.1966189216833,4.37086749550543,4.41148596610721,4.32649438213032,4.43033272097097,4.46682001559137,4.3935088751711,4.20018101460759,4.20365129861267],10,null,null,{"interactive":true,"className":"","stroke":true,"color":"blue","weight":[1.28917115316043,33.3333333333333,0,1.36844635310912,25.2067550102448,16.1338998124982,0,59.1955921695077,0,39.3265299037757,12.4613799795937,69.1311896062463,65.625],"opacity":0.5,"fill":true,"fillColor":"blue","fillOpacity":0.2},null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null,null]},{"method":"addCircles","args":[[52.0106998765597,51.9434515849758,52.0823451082562,52.0654396530306,52.0116531621675,51.9917856289589,51.9491632237422,51.9655906256527,51.9508632587317,51.9767157694644,51.9924584107668,51.9871790196824,52.0465572591862],[4.29869854062059,4.32297508943418,4.2760771057989,4.33608873685204,4.1966189216833,4.37086749550543,4.41148596610721,4.30322706354411,4.32649438213032,4.43033272097097,4.46682001559137,4.3935088751711,4.20018101460759],10,null,null,{"interactive":true,"className":"","stroke":true,"color":"orange","weight":[0,0,49.9018758282571,0,0,13.3333333333333,0,12.7815852379421,0,35.1475730333305,0],"opacity":0.5,"fill":true,"fillColor":"orange","fillOpacity":0.2},null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null,null]},{"method":"addLegend","args":[{"colors":["green","blue","orange"],"labels":["2018","2019","2020"],"na_color":null,"na_label":"NA","opacity":1,"position":"bottomright","type":"unknown","title":"Jaren van EKR opnamen","extra":null,"layerId":null,"className":"info legend","group":null}]}],"limits":{"lat":[51.9394590627518,52.0823451082562],"lng":[4.1966189216833,4.46682001559137]}},"evals":[],"jsHooks":[]}</script>
<script type="application/htmlwidget-sizing" data-for="htmlwidget-39288e2a7446f1b5f76c">{"viewer":{"width":"100%","height":400,"padding":0,"fill":true},"browser":{"width":"100%","height":400,"padding":0,"fill":true}}</script>
</body>
</html>
|
76d61f6e5bdef26fadd9d780acfd17d7d623e7f1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/564/DEPENDENCIES/17_2data.sci
|
0a19372e3e1c36bd41611a3057ee3f65b188a38f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 41
|
sci
|
17_2data.sci
|
h=50;//in mm
t=1.5;//in mm
b=25;//in mm
|
bbf49c3215ff636adfda37838645fba67eed3ae9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1994/CH3/EX3.8/Example3_8.sce
|
e1c1960bf4e83167fea09ddeb2617b52421fe2d3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 435
|
sce
|
Example3_8.sce
|
//Chapter-3,Example3_8,pg 3_38
n=3
R=1/(10^n)
//for 10V range
R=R*10
err1=R//1-digit error
//reading is 5V
err=(0.5/100)*5//error due to reading
errt=err1+err//total error
printf("error when reading is 5V\n")
printf("errt=%.4f V\n",errt)
//reading is 0.1V
err=(0.5/100)*0.1//error due to reading
errt=err+err1//total error
errp=(errt/0.1)*100
printf("percent error when reading is 0.1V\n")
printf("errp=%.1f ",errp)
|
1ec64f9b72323baecf868e829ff5d74124f1be2b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2891/CH1/EX1.23/Ex1_23.sce
|
97b796eb7dd329a16254fef4c9a237265254b3ac
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 396
|
sce
|
Ex1_23.sce
|
// Exa 1.23
clc;
clear;
close;
// given :
rho=5 // magnitude of the complex number A
phi=45 // phase of a complex number A in Degrees
x=rho*cosd(phi) // real part of complex number A
y=rho*sind(phi) // imaginary part of complex number A
A=x+y*(%i) // complex number A
disp(x,"real part of complex number A:")
disp(y,"imaginary part of complex number A:")
disp(A,"complex number A:")
|
d39b31953ed0654345813e34ff28023ba662cc92
|
6e257f133dd8984b578f3c9fd3f269eabc0750be
|
/ScilabFromTheoryToPractice/CreatingPlots/testsurf.sce
|
106c0b72a7aecb24972654ecfa9e4362b32686a7
|
[] |
no_license
|
markusmorawitz77/Scilab
|
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
|
7c98963a7d80915f66a3231a2235010e879049aa
|
refs/heads/master
| 2021-01-19T23:53:52.068010
| 2017-04-22T12:39:21
| 2017-04-22T12:39:21
| 89,051,705
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 341
|
sce
|
testsurf.sce
|
// evaluate over a grid
x=[-1:0.2:1];y=x;[X,Y]=meshgrid(x,y);
Z=X.^2-Y.^2;
// compute a color (0,1,...,10) for each facet
C=round(5*(1+X));
// display the surface
clf;
subplot(221)
surf(Z)
xtitle('surf(z)')
subplot(222)
surf(Z,C)
xtitle('surf(z,C)')
subplot(223)
surf(x,y,Z,C)
xtitle('surf(x,y,z,C)')
subplot(224)
mesh(Z)
xtitle('mesh(z)')
|
14218b8b232306e98f61d70c6d2d524c3731cb64
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/409/CH1/EX1.2/Example1_2.sce
|
89e6ea1b6e56cef101cf310878876561a88fa590
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 425
|
sce
|
Example1_2.sce
|
clear ;
clc;
// Example 1.2
printf('Example 1.2\n\n');
//Page no. 17
// Solution
// (a)
// Converting all terms to same unit
ml = 1.61;//[km]
km = (2*1)/(ml);//[miles]
printf('(a) 2 kilometers is equal to %.2f miles.\n',km);
//(b)
in = 2.54;//[cm]
dy = 24*60;//[min]
nw_unit = (400*(in)^3*1)/(1*dy);//[cubic centimetre/min]
printf(' (b) 400 cubic in./day is equal to %.2f cubic centimetre/min.',nw_unit);
|
30414315d80a6bf1759d66547344eaaf6cb885da
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3556/CH14/EX14.18/Ex14_18.sce
|
490e283e63b9d658993d483db11a48b10a3d0e9d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 755
|
sce
|
Ex14_18.sce
|
clc
// Fundamental of Electric Circuit
// Charles K. Alexander and Matthew N.O Sadiku
// Mc Graw Hill of New York
// 5th Edition
// Part 2 : AC Circuits
// Chapter 14 : Frequency Response
// Example 14 - 18
clear; clc; close;
//
// Given data
f0 = 770.0000;
f1 = 697.0000;
f2 = 852.0000;
R = 600.0000;
//
// Calculations Bandwidth
B = 2*%pi*(f2 - f1);
// Calculations L
L = R/B;
// Calculation C
C = 1/(4*(%pi)^2*(f0)^2*L);
//
disp("Example 14-18 Solution : ");
printf(" \n C = Capacitance of Capacitor = %.3f nanoFarad",C*10^9)
printf(" \n L = Inductance of Inductor = %.3f Henry",L)
|
853550728f965b1a0d4fa76593eb3b277fe4a093
|
9574e2f15e61e5569a749dc3cba2ae0396b0c81e
|
/MA p2.sce
|
0732ee3090eb734bd83dca84c4f91f464f95302c
|
[] |
no_license
|
jangwoopark/presentation-forgiveness
|
5ec0ba032a2cb7b8324d69389200d5904801ca39
|
b01f721076c37c871218d2868ce09323a5045139
|
refs/heads/master
| 2020-06-25T04:23:41.578096
| 2017-09-12T20:42:53
| 2017-09-12T20:42:53
| 96,959,321
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 5,373
|
sce
|
MA p2.sce
|
scenario = "Mutual Advantage game player 2";
scenario_type = fMRI_emulation;
#scenario_type = fMRI;
scan_period = 3000;
response_matching = simple_matching;
no_logfile = false;
sequence_interrupt=false; #default
#active_buttons = 2;
#button_codes=0,1;
default_font="arial";
default_font_size=30;
default_text_color=255,255,255;
default_background_color=0,0,0;
begin;
picture { text { caption =
"You are Player 2"; }; x=0; y=0; } player2;
picture { text { caption =
"Player 1 will choose to send you
between 0 and 10 dollars."; }; x=0; y=0; } p2DG1;
picture { text { caption =
"You have been sent 5 dollars by Player 1."; }; x=0; y=0; } p2DGa;
#picture { text { caption =
#"You have been sent 9 dollars by player 1."; }; x=0; y=0; } p2DGb;
picture { text { caption = "+"; font_size = 50; }; x=0; y=0; } fix;
picture { text { caption = "+"; font_size = 50; }; x=0; y=0; } startfix;
picture { text { caption = "Now you will play a new game
for 4 rounds with the same Player 1."; }; x=0; y=0; } p2TGa;
picture { text { caption =
"You and Player 1 both begin with 10 dollars.
Whatever Player 1 sends you
will be tripled in your account."; }; x=0; y=0; } p2TG;
picture { text { caption =
"Please wait while Player 1 chooses an amount."; }; x=0; y=0; } p2TG1;
picture { text { caption =
"Round 2"; }; x=0; y=0; } p2TGr2;
picture { text { caption =
"Round 3"; }; x=0; y=0; } p2TGr3;
picture { text { caption =
"Round 4"; }; x=0; y=0; } p2TGr4;
trial { picture player2; duration = 3000; code = "p2 playing";} player2t;
trial { picture p2DG1; duration = 3000; code = "p2 DG";} p2DG1t;
trial { picture p2DGa; duration = 14000; code = "p1 sent 2";} p2DGat;
#trial { picture p2DGb; duration = 3000; code = "p1 sent 9";} p2DGbt;
trial { picture p2TG; duration = 3000; code = "p2 TG";} p2TGt;
trial { picture p2TG1; duration = 3000; code = "p2 wait";} p2TG1t;
trial { picture p2TGa; duration = 3000; code = "p2 New";} p2TGat;
trial { picture fix; duration = 5000; code = "fix";} fixing;
trial { picture fix; duration = 15000; code = "startfix";} startfixing;
trial { picture p2TGr2; duration = 3000; code = "round 2";} p2TGr2t;
trial { picture p2TGr3; duration = 3000; code = "round 3";} p2TGr3t;
trial { picture p2TGr4; duration = 3000; code = "round 4";} p2TGr4t;
# sending
text { caption = "With the tripled amount sent to you by Player 1,
you have
Choose any amount to send back to Player 1."; } Person;
text { caption = "_"; } selling;
picture { text Person; x=0; y=0; text selling; x=140; y=20; } Sentpe;
trial { stimulus_event { picture Sentpe; duration = 14000; } personsent;} Sentperson;
# selecting
text { caption = " "; font_size = 12; } cross;
text { caption = "SELECT
AMOUNT
FROM"; } select;
text { caption = "SENDING:"; } sending;
text { caption = "KEEPING:"; } keeping;
text { caption = "_"; } dollar_2;
text { caption = "_"; } dollar_3;
text { caption = "_"; } ac10;
box { height = 486; width = 2; color = 255,255,255; } vert;
box { height = 2; width = 142; color = 255,255,255; } horiz;
box { height = 2; width = 4; color = 255,255,255; } divide;
box { height = 42; width = 140; color = 0,0,0; } zero;
box { height = 440; width = 140; color = 255,0,0;} red1;
text { caption = "Move mouse up
to acknowledge";} move;
# cursors for 10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40
TEMPLATE "cursors.tem" {
dol dollar k red10 rex cursor coding codes;
10 dollar_10 10 "red10_10_" rex10 cursor10 coding10 codes10;
13 dollar_13 13 "red10_13_" rex13 cursor13 coding13 codes13;
16 dollar_16 16 "red10_16_" rex16 cursor16 coding16 codes16;
19 dollar_19 19 "red10_19_" rex19 cursor19 coding19 codes19;
22 dollar_22 22 "red10_22_" rex22 cursor22 coding22 codes22;
25 dollar_25 25 "red10_25_" rex25 cursor25 coding25 codes25;
28 dollar_28 28 "red10_28_" rex28 cursor28 coding28 codes28;
31 dollar_31 31 "red10_31_" rex31 cursor31 coding31 codes31;
34 dollar_34 34 "red10_34_" rex34 cursor34 coding34 codes34;
37 dollar_37 37 "red10_37_" rex37 cursor37 coding37 codes37;
40 dollar_40 40 "red10_40_" rex40 cursor40 coding40 codes40;
};
# cursor for accepting
picture { text cross; x=0; y=0;
box red1; x=0; y=0;
text move; x = -250; y = 0;
text ac10; x = 250; y = 0;
box zero; x=0; y=-242;
box vert; x=70; y=-22;
box vert; x=-70; y=-22;
box horiz; x=0; y=220;
box horiz; x=0; y=-264;
} acknow;
trial { stimulus_event {picture acknow;} acknowl; } acknowledge;
begin_pcl;
include "cursors.pcl";
include "MA p2.pcl";
# Sequence for delivery of stimuli
#array <int> sequence[5] = {1,2,2,2,2};
# loop int i=1
# until i>5
# begin
# if sequence[i]==1
# then player2t.present(); p2DG1t.present(); DGsent(); p2DG2t.present(); fixing.present()
# elseif sequence[i]==2
# then player2t.present(); p2TG1t.present(); TGsent(11000); fixing.present()
# end;
# i=i+1
#end;
#presenting the dictator game as p2
startfixing.present(); player2t.present(); p2DG1t.present(); p2DGat.present(); DGsent(10000); fixing.present();
#presenting the trust game 1 as p2
p2TGat.present(); p2TGt.present(); TGsent1(24000); fixing.present();
#presenting the trust game 2 as p2
p2TGr2t.present(); p2TG1t.present(); TGsent2(24000); fixing.present();
#presenting the trust game 3 as p2
p2TGr3t.present(); p2TG1t.present(); TGsent3(24000); fixing.present();
#presenting the trust game 4 as p2
p2TGr4t.present(); p2TG1t.present(); TGsent4(24000); fixing.present();
|
391b4d4a3f99012900e4b9d9885ff112179a45d1
|
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
|
/New LSTMAttn Model/.data/lemma-split/GOLD-TEST/cre.tst
|
05e70381a8f0b997d4503a9eda7cd9f9613ed270
|
[] |
no_license
|
davidgu13/Lemma-vs-Form-Splits
|
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
|
3cce087f756420523f5a14234d02482452a7bfa5
|
refs/heads/master
| 2023-08-01T16:15:52.417307
| 2021-09-14T20:19:28
| 2021-09-14T20:19:28
| 395,023,433
| 3
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 50,137
|
tst
|
cre.tst
|
kissinamukun kitta wẻ kissinamukỏkepun V;IPFV;SBJV+POT+OPT
kissinamukun ā kẻ kissinamukủkepun V;PFV;SBJV
kissinamukun ā kissinamukủkepunā V;IPFV;ADM
kissinamukun kẻ kissinamukunotookwā V;PRF;COND+IND
kissinamukun kitta kẻ kissinamukunookopun V;PFV;COND+POT
kissinamukun kitta kẻ wẻ kissinamukunookopun V;PFV;COND+POT+OPT
kissinamukun kitta kissinamukủkwā V;ADM;FUT
kissinamukun ā wẻ kissinamukkepun V;IPFV;SBJV+OPT
kissinamukun kitta wẻ kissinamukủkwā V;ADM+OPT;FUT
kissinamukun kitta kẻ kissinamukủkepunā V;PFV;ADM+POT
kissinamukun kissinamukun V;IND;PRS
kissinamukun ā wẻ kissinamukk V;SBJV+OPT;PRS
kissinamukun kitta kissinamukunookopunā V;IPFV;ADM+POT
kissinamukun kitta kẻ wẻ kissinamukủkepun V;PFV;SBJV+POT+OPT
kissinamukun kẻ kissinamukunookopunā V;PFV;ADM
kissinamukun kitta kẻ wẻ kissinamukunotookwā V;COND+POT+OPT;PRS
kissinamukun kẻ kissinamukunopun V;PFV;IND
kissinamukun ā kissinamukunookwā V;ADM;PRS
kissinamukun kẻ wẻ kissinamukunookopun V;PFV;COND+IND+OPT
kissinamukun kissinamukunookopun V;IPFV;COND+IND
kissinamukun wẻ kissinamukun V;IND+OPT;PRS
kissinamukun kitta wẻ kissinamukỏk V;SBJV+OPT;FUT
kissinamukun kẻ kissinamukunookopun V;PFV;COND+IND
kissinamukun kẻ wẻ kissinamukunopun V;PFV;IND+OPT
kissinamukun ā kẻ kissinamukủk V;PRF;SBJV
kissinamukun ā kẻ wẻ kissinamukỏkepun V;PFV;SBJV+OPT
kissinamukun kitta wẻ kissinamukunotookwā V;COND+IND+OPT;FUT
kissinamukun kitta kẻ wẻ kissinamukunātookwā V;PFV;COND+IND+OPT;FUT
kissinamukun ā kẻ kissinamukủkātookwā V;PRF;COND+SBJV
kissinamukun kitta kissinamukun V;IND;FUT
kissinamukun kitta kẻ kissinamukủk V;PFV;SBJV;FUT
kissinamukun kitta kẻ wẻ kissinamukủkātookwā V;PFV;COND+SBJV+OPT;FUT
kissinamukun kitta kẻ wẻ kissinamukỏk V;PFV;SBJV+OPT;FUT
kissinamukun kitta kẻ kissinamukun V;PFV;IND;FUT
kissinamukun kitta kissinamukunotookwā V;COND+IND;FUT
kissinamukun ā kissinamukủkepun V;IPFV;COND+SBJV
kissinamukun kitta wẻ kissinamukunookopun V;IPFV;COND+POT+OPT
kissinamukun ā kẻ wẻ kissinamukủkepun V;PFV;COND+SBJV+OPT
kissinamukun kissinamukunotookwā V;COND+IND;PRS
kissinamukun kitta kissinamukỏk V;SBJV;FUT
kissinamukun kitta wẻ kissinamukủkātookwā V;COND+SBJV+OPT;FUT
kissinamukun kitta kẻ kissinamukunotookwā V;COND+POT;PRS
kissinamukun kitta kẻ wẻ kissinamukủkepunā V;PFV;ADM+POT+OPT
kissinamukun ā kissinamukủkātookwā V;COND+SBJV;PRS
kissinamukun kissinamukunopun V;IPFV;IND
kissinamukun kitta kissinamukunopun V;IPFV;POT
kissinamukun kẻ wẻ kissinamukủkepunā V;PFV;ADM+OPT
kissinamukun ā kẻ wẻ kissinamukủkātookwā V;PRF;COND+SBJV+OPT
kissinamukun wẻ kissinamukunookopun V;IPFV;COND+IND+OPT
kissinamukun ā wẻ kissinamukủkepun V;IPFV;COND+SBJV+OPT
kissinamukun kitta kẻ wẻ kissinamukunookwā V;PFV;ADM+OPT;FUT
kissinamukun ā kẻ kissinamukủkepun V;PFV;COND+SBJV
kissinamukun kitta kẻ kissinamukỏkepun V;PFV;SBJV+POT
kissinamukun kitta kẻ kissinamukunātookwā V;PFV;COND+IND;FUT
kissinamukun kẻ wẻ kissinamukun V;PRF;IND+OPT
kissinamukun kitta kẻ kissinamukunopun V;PFV;POT
kissinamukun kitta kẻ wẻ kissinamukun V;PFV;IND+OPT;FUT
kissinamukun kitta wẻ kissinamukun V;IMP+OPT
kissinamukun kitta kissinamukun V;IND+IMP
kissinamukun kẻ wẻ kissinamukunotookwā V;PRF;COND+IND+OPT
kissinamukun ā wẻ kissinamukủkātookwā V;COND+SBJV+OPT;PRS
kissinamukun kitta kissinamukủkepun V;IPFV;COND+POT
kissinamukun kitta kissinamukủkātookwā V;COND+SBJV;FUT
kissinamukun kitta wẻ kissinamukunookopunā V;IPFV;ADM+POT+OPT
kissinamukun ā wẻ kissinamukủkepunā V;IPFV;ADM+OPT
kissinamukun ā wẻ kissinamukủkwā V;ADM+OPT;PRS
kissinamukun ā kissinamukủkepun V;IPFV;SBJV
kissinamukun kitta wẻ kissinamukun V;IND+OPT;FUT
kissinamukun wẻ kissinamukunopun V;IPFV;IND+OPT
kissinamukun kitta wẻ kissinamukunopun V;IPFV;POT+OPT
kissinamukun kẻ wẻ kissinamukunookwā V;PRF;ADM+OPT
kissinamukun ā kissinamukỏk V;SBJV;PRS
kissinamukun wẻ kissinamukunotookwā V;COND+IND+OPT;PRS
kissinamukun ā kẻ wẻ kissinamukủk V;PRF;SBJV+OPT
kissinamukun kẻ kissinamukun V;PRF;IND
kissinamukun kitta kissinamukủkepun V;IPFV;SBJV+POT
kissinamukun kitta kẻ wẻ kissinamukunopun V;PFV;POT+OPT
kissinamukun ā kissinamukủk V;SBJV;PRS
kissinamukun kitta kẻ kissinamukủkātookwā V;PFV;COND+SBJV;FUT
kissinamukun kitta kẻ kissinamukủkwā V;PFV;ADM;FUT
kissinamukun kitta kẻ wẻ kissinamukunookopunā V;PFV;ADM+POT+OPT
kissinamukun kẻ kissinamukunookwā V;PRF;ADM
kissinamukun kitta kissinamukủkepunā V;IPFV;ADM+POT
kissinamukun kitta kẻ wẻ kissinamukủk V;PFV;SBJV+OPT;FUT
kissinamukun kitta kẻ wẻ kissinamukủkwā V;PFV;ADM+OPT;FUT
kissinamukun kitta wẻ kissinamukủk V;SBJV+OPT;FUT
kissinamukun kitta kẻ wẻ kissinamukỏkepun V;PFV;SBJV+POT+OPT
kissinamukun kẻ kissinamukủkwā V;PRF;ADM
kissinamukun kitta kẻ kissinamukủkepun V;PFV;SBJV+POT
kissinamukun kitta wẻ kissinamukủkepunā V;IPFV;ADM+POT+OPT
kissinamukun kitta kẻ kissinamukunookwā V;PFV;ADM;FUT
kissinamukun ā wẻ kissinamukunookwā V;ADM+OPT;PRS
kissinamukun kitta kissinamukunookwā V;ADM;FUT
kissinamukun ā kissinamukỏkepun V;IPFV;SBJV
kissinamukun kẻ wẻ kissinamukunookopunā V;PFV;ADM+OPT
kissinamukun kitta kissinamukỏkepun V;IPFV;SBJV+POT
kisastāmukun kitta kẻ wẻ kisastāmukủkepun V;PFV;COND+POT+OPT
kisastāmukun ā wẻ kisastāmukkepun V;IPFV;SBJV+OPT
kisastāmukun ā kẻ kisastāmukỏkepun V;PFV;SBJV
kisastāmukun kitta kẻ kisastāmukunookwā V;PFV;ADM;FUT
kisastāmukun kitta wẻ kisastāmukủk V;SBJV+OPT;FUT
kisastāmukun kitta kisastāmukủk V;SBJV;FUT
kisastāmukun kitta kisastāmukủkepunā V;IPFV;ADM+POT
kisastāmukun kitta wẻ kisastāmukủkepun V;IPFV;SBJV+POT+OPT
kisastāmukun kẻ kisastāmukun V;PRF;IND
kisastāmukun kitta wẻ kisastāmukunopun V;IPFV;POT+OPT
kisastāmukun ā kẻ kisastāmukỏk V;PRF;SBJV
kisastāmukun ā kisastāmukủkepunātookwā V;IPFV;COND+SBJV
kisastāmukun kitta kisastāmukủkepun V;IPFV;COND+POT
kisastāmukun kitta wẻ kisastāmukủkwā V;ADM+OPT;FUT
kisastāmukun ā wẻ kisastāmukunookopunā V;IPFV;ADM+OPT
kisastāmukun kẻ wẻ kisastāmukủkepunā V;PFV;ADM+OPT
kisastāmukun ā kisastāmukủkātookwā V;COND+SBJV;PRS
kisastāmukun kitta kẻ kisastāmukủkepun V;PFV;COND+POT
kisastāmukun kitta wẻ kisastāmukun V;IND+OPT;FUT
kisastāmukun wẻ kisastāmukunotookwā V;COND+IND+OPT;PRS
kisastāmukun kitta kisastāmukun V;IND+IMP
kisastāmukun ā kẻ kisastāmukủkātookwā V;PRF;COND+SBJV
kisastāmukun wẻ kisastāmukun V;IND+OPT;PRS
kisastāmukun kẻ wẻ kisastāmukunopun V;PFV;IND+OPT
kisastāmukun ā kisastāmukủkwā V;ADM;PRS
kisastāmukun kẻ wẻ kisastāmukun V;PRF;IND+OPT
kisastāmukun kẻ kisastāmukunookopunā V;PFV;ADM
kisastāmukun kitta wẻ kisastāmukủkātookwā V;COND+SBJV+OPT;FUT
kisastāmukun kitta kẻ wẻ kisastāmukunookwā V;PFV;ADM+OPT;FUT
kisastāmukun ā wẻ kisastāmukủkātookwā V;COND+SBJV+OPT;PRS
kisastāmukun ā wẻ kisastāmukunookwā V;ADM+OPT;PRS
kisastāmukun kitta kẻ kisastāmukunotookwā V;PFV;COND+IND;FUT
kisastāmukun kẻ wẻ kisastāmukủkwā V;PRF;ADM+OPT
kisastāmukun kẻ kisastāmukủkwā V;PRF;ADM
kisastāmukun kitta kisastāmukủkwā V;ADM;FUT
kisastāmukun kitta kẻ kisastāmukủkepunā V;PFV;ADM+POT
kisastāmukun ā wẻ kisastāmukk V;SBJV+OPT;PRS
kisastāmukun wẻ kisastāmukunopun V;IPFV;IND+OPT
kisastāmukun ā kisastāmukỏk V;SBJV;PRS
kisastāmukun kitta kẻ kisastāmukun V;PFV;IND;FUT
kisastāmukun kitta kẻ kisastāmukunopun V;PFV;POT
kisastāmukun kẻ wẻ kisastāmukunotookwā V;PRF;COND+IND+OPT
kisastāmukun kitta kẻ kisastāmukủkātookwā V;PFV;COND+SBJV;FUT
kisastāmukun ā kẻ kisastāmukủkepun V;PFV;COND+SBJV
kisastāmukun kitta kẻ kisastāmukủkepun V;PFV;SBJV+POT
kisastāmukun kitta kẻ kisastāmukunotookwā V;COND+POT;PRS
kisastāmukun kitta wẻ kisastāmukunotookwā V;COND+IND+OPT;FUT
kisastāmukun kitta kisastāmukun V;IND;FUT
kisastāmukun kitta kisastāmukunopun V;IPFV;POT
kisastāmukun kisastāmukunookopun V;IPFV;COND+IND
kisastāmukun kitta wẻ kisastāmukunookopun V;IPFV;COND+POT+OPT
kisastāmukun ā kẻ wẻ kisastāmukủkepun V;PFV;SBJV+OPT
kisastāmukun ā wẻ kisastāmukủkepunātookwā V;IPFV;COND+SBJV+OPT
kisastāmukun kẻ kisastāmukunookopun V;PFV;COND+IND
kisastāmukun kitta kẻ wẻ kisastāmukỏk V;PFV;SBJV+OPT;FUT
kisastāmukun kitta kẻ wẻ kisastāmukunotookwā V;PFV;COND+IND+OPT;FUT
kisastāmukun kitta kisastāmukỏkepun V;IPFV;SBJV+POT
kisastāmukun ā kisastāmukủkepunā V;IPFV;ADM
kisastāmukun kisastāmukun V;IND;PRS
kisastāmukun ā kẻ wẻ kisastāmukủkepun V;PFV;COND+SBJV+OPT
kisastāmukun kitta kẻ wẻ kisastāmukủkepun V;PFV;SBJV+POT+OPT
kisastāmukun ā kẻ wẻ kisastāmukủkātookwā V;PRF;COND+SBJV+OPT
kisastāmukun kitta kẻ wẻ kisastāmukủkātookwā V;PFV;COND+SBJV+OPT;FUT
kisastāmukun kitta wẻ kisastāmukủkepunā V;IPFV;ADM+POT+OPT
kisastāmukun kitta kẻ kisastāmukỏk V;PFV;SBJV;FUT
kisastāmukun kẻ kisastāmukunopun V;PFV;IND
kisastāmukun kitta kisastāmukủkātookwā V;COND+SBJV;FUT
kisastāmukun ā kisastāmukủkepun V;IPFV;SBJV
kisastāmukun kitta kẻ wẻ kisastāmukủkepunā V;PFV;ADM+POT+OPT
kisastāmukun kẻ kisastāmukunotookwā V;PRF;COND+IND
kisastāmukun kisastāmukunopun V;IPFV;IND
kisastāmukun kitta kẻ wẻ kisastāmukun V;PFV;IND+OPT;FUT
kisastāmukun kẻ wẻ kisastāmukunookopun V;PFV;COND+IND+OPT
kisastāmukun wẻ kisastāmukunookopun V;IPFV;COND+IND+OPT
kisastāmukun kitta kisastāmukunotookwā V;COND+IND;FUT
kisastāmukun kitta wẻ kisastāmukun V;IMP+OPT
kisastāmukun kitta kẻ wẻ kisastāmukỏkepun V;PFV;SBJV+POT+OPT
kisastāmukun ā kẻ wẻ kisastāmukủk V;PRF;SBJV+OPT
kisastāmukun kitta kẻ kisastāmukunookopunā V;PFV;ADM+POT
kisastāmukun kẻ wẻ kisastāmukunookwā V;PRF;ADM+OPT
kisastāmukun kitta wẻ kisastāmukủkepun V;IPFV;COND+POT+OPT
kisastāmukun kẻ wẻ kisastāmukunookopunā V;PFV;ADM+OPT
kisastāmukun kitta kisastāmukủkepun V;IPFV;SBJV+POT
kisastāmukun kitta kẻ wẻ kisastāmukunotookwā V;COND+POT+OPT;PRS
kisastāmukun ā kẻ wẻ kisastāmukỏk V;PRF;SBJV+OPT
kisastāmukun ā kisastāmukunookopunā V;IPFV;ADM
kisastāmukun kisastāmukunotookwā V;COND+IND;PRS
kisastāmukun kitta kẻ wẻ kisastāmukunookopunā V;PFV;ADM+POT+OPT
kisastāmukun kẻ kisastāmukủkepunā V;PFV;ADM
kisastāmukun kẻ kisastāmukunookwā V;PRF;ADM
kisastāmukun ā kẻ kisastāmukủk V;PRF;SBJV
kisastāmukun ā kisastāmukủk V;SBJV;PRS
kisastāmukun kitta wẻ kisastāmukunookopunā V;IPFV;ADM+POT+OPT
kisastāmukun kitta kẻ wẻ kisastāmukunopun V;PFV;POT+OPT
kisastāmukun kitta wẻ kisastāmukunookwā V;ADM+OPT;FUT
kisastāmukun kitta kẻ wẻ kisastāmukủkwā V;PFV;ADM+OPT;FUT
kisastāmukun ā kisastāmukunookwā V;ADM;PRS
kisastāmukun kitta kẻ kisastāmukỏkepun V;PFV;SBJV+POT
isitissảhum kitta isitissảhumủpun V;NO3SI;SBJV+POT;SG;3;PST
isitissảhum ga kẻ isitissảhumowawuk V;NO3PA;POT;SG;1;PRS
isitissảhum ga isitissảhumowāo V;NO3PA;IND;SG;3;FUT
isitissảhum ga isitissảhumān V;NO3SI;IND;SG;2;FUT
isitissảhum ā isitissảhumumủkepun V;NO3SI;SBJV;PL;1+INCL;PST
isitissảhum isitissảhumumwuk V;NO3SI;IMP;PL;3;PRS
isitissảhum isitissảhumānanapun V;NO3SI;IND;PL;1+INCL;PST
isitissảhum isitissảhumowatak V;NO3SA;IMP;PL;1+INCL;PRS
isitissảhum kẻ isitissảhumowanan V;NO3SA;PRF;IND;PL;1+INCL
isitissảhum kitta isitissảhumumākepun V;NO3SI;SBJV+POT;PL;2;PST
isitissảhum ga isitissảhumowảtawaw V;NO3SA;POT;PL;2;PST
isitissảhum ga kẻ isitissảhumowảtyuk V;NO3PA;PFV;POT;SG;1
isitissảhum kẻ isitissảhumānawaw V;NO3SI;PRF;IND;PL;2
isitissảhum isitissảhumumook V;NO3SI;IMP;PL;2;PRS
isitissảhum kẻ isitissảhumowảty V;NO3PA;IND;SG;3;PST
isitissảhum ga kẻ isitissảhumowảtawawuk V;NO3PA;PFV;POT;PL;2
isitissảhum kitta isitissảhumowāo V;NO3PA;IMP;SG;3;PRS
isitissảhum kẻ isitissảhumowảtawawuk V;NO3PA;IND;PL;2;PST
isitissảhum kẻ isitissảhumảtawaw V;NO3SI;PFV;IND;PL;2
isitissảhum isitissảhumowảtananowuk V;NO3PA;IND;PL;1+INCL;PST
isitissảhum ga isitissảhumowảty V;NO3SA;POT;SG;2;PST
isitissảhum ā isitissảhumumảk V;NO3SI;SBJV;PL;1+INCL;PRS
isitissảhum ga kẻ isitissảhumowanan V;NO3SA;PRF;IND;PL;1;FUT
isitissảhum ga isitissảhumả V;NO3SI;POT;SG;3;PST
isitissảhum isitissảhumānawaw V;NO3SI;IND;PL;2;PRS
isitissảhum ā isitissảhumowuk V;NO3SA;SBJV;SG;1;PRS
isitissảhum ga isitissảhumowảtawawuk V;NO3PA;POT;PL;2;PST
isitissảhum ga isitissảhumumopuneek V;NO3SI;POT;PL;3;PST
isitissảhum ga isitissảhumānan V;NO3SI;IND;PL;1+INCL;FUT
isitissảhum ā isitissảhumủkikepun V;NO3SI;SBJV;PL;3;PST
isitissảhum ga isitissảhumum V;NO3SI;IND;SG;3;FUT
isitissảhum isitissảhumowảkākook V;NO3SA;IMP;PL;2;FUT
isitissảhum kitta kẻ isitissảhumumảkepun V;NO3SI;PFV;SBJV+POT;PL;1+INCL
isitissảhum kẻ isitissảhumowảtawaw V;NO3SA;PFV;IND;PL;3
isitissảhum isitissảhumảtawaw V;NO3SI;IND;PL;2;PST
isitissảhum ā kẻ isitissảhumủkikepun V;NO3SI;PFV;SBJV;PL;3
isitissảhum isitissảhumum V;NO3SI;IND;SG;3;PRS
isitissảhum kẻ isitissảhumowāo V;NO3PA;PRF;IND;SG;3
isitissảhum kẻ isitissảhumowảtawaw V;NO3PA;IND;PL;3;PST
isitissảhum kẻ isitissảhumowaw V;ANIM;NO3SA;PRF;IND;SG;1
isitissảhum kẻ isitissảhumowāwuk V;NO3SA;PRF;IND;PL;3
isitissảhum isitissảhumảtawaw V;NO3SI;IND;PL;3;PST
isitissảhum kẻ isitissảhumowảty V;NO3SA;PFV;IND;SG;2
isitissảhum ga kẻ isitissảhumowāo V;NO3SA;PRF;IND;SG;3;FUT
isitissảhum isitissảhumowawawuk V;NO3PA;IND;PL;2;PRS
isitissảhum ā isitissảhumowat V;NO3SA;SBJV;SG;3;PRS
isitissảhum ga isitissảhumowananuk V;NO3PA;IND;PL;1+INCL;FUT
isitissảhum isitissảhumowảkủkwawik V;NO3PA;IMP;PL;1+INCL;FUT
isitissảhum kẻ isitissảhumảtanan V;NO3SI;PFV;IND;PL;1+INCL
isitissảhum kitta kẻ isitissảhumuman V;NO3SI;PRF;SBJV;SG;1;FUT
isitissảhum ga kẻ isitissảhumowảtanan V;NO3SA;PFV;POT;PL;1+INCL
isitissảhum ga isitissảhumānanapun V;NO3SI;POT;PL;1+INCL;PST
isitissảhum isitissảhumoweẻkook V;NO3SA;IMP;PL;2;PRS
isitissảhum ā isitissảhumowutchik V;NO3PA;SBJV;SG;2;PRS
isitissảhum kitta isitissảhumủkwảpun V;NO3SI;SBJV+POT;PL;3;PST
isitissảhum kẻ isitissảhumowawuk V;NO3PA;PRF;IND;SG;2
isitissảhum ga isitissảhumowảtyuk V;NO3PA;POT;SG;1;PST
isitissảhum ā isitissảhumumapan V;NO3SI;SBJV;SG;1;PST
isitissảhum ā isitissảhumuman V;NO3SI;SBJV;SG;1;PRS
isitissảhum ga isitissảhumowaw V;ANIM;NO3SA;IND;SG;1;FUT
isitissảhum ga kẻ isitissảhumowawawuk V;NO3PA;PRF;IND;PL;2;FUT
isitissảhum kitta kẻ isitissảhumumwảpun V;NO3SI;PFV;SBJV+POT;PL;3
isitissảhum kitta kẻ isitissảhumủkepun V;NO3SI;PFV;SBJV+POT;SG;3
isitissảhum ga kẻ isitissảhumānanapun V;NO3SI;PFV;POT;PL;1+INCL
isitissảhum isitissảhumtak V;NO3SI;IMP;PL;1+INCL;PRS
isitissảhum ga isitissảhumowảty V;NO3PA;POT;SG;3;PST
isitissảhum kẻ isitissảhumānan V;NO3SI;PRF;IND;PL;1+INCL
isitissảhum kitta isitissảhumowāo V;NO3PA;IMP;SG;3;FUT
isitissảhum kẻ isitissảhumān V;NO3SI;PRF;IND;SG;2
isitissảhum isitissảhumowananow V;NO3SA;IND;PL;1+INCL;PRS
isitissảhum ā isitissảhumủk V;NO3SI;SBJV;SG;3;PRS
isitissảhum ga kẻ isitissảhumum V;NO3SI;PRF;IND;SG;3;FUT
isitissảhum isitissảhumumopun V;NO3SI;IND;SG;3;PST
isitissảhum kẻ isitissảhumānapun V;NO3SI;PFV;IND;SG;1
isitissảhum ga kẻ isitissảhumowāo V;NO3PA;POT;SG;3;PRS
isitissảhum kitta kẻ isitissảhumủk V;NO3SI;PRF;SBJV;SG;3;FUT
isitissảhum ā isitissảhumowukeetchik V;NO3PA;SBJV;PL;1;PRS
isitissảhum isitissảhumowảty V;IND;SG;3;PST
isitissảhum ga isitissảhumowảtananuk V;NO3PA;POT;PL;1+INCL;PST
isitissảhum ā kẻ isitissảhumumun V;NO3SI;PRF;SBJV;SG;2
isitissảhum ga kẻ isitissảhumowảtawaw V;NO3PA;PFV;POT;PL;3
isitissảhum kẻ isitissảhumowảty V;NO3SA;PFV;IND;SG;1
isitissảhum ga isitissảhumānawaw V;NO3SI;IND;PL;2;FUT
isitissảhum ga isitissảhumowawaw V;NO3SA;IND;PL;2;FUT
isitissảhum ā kẻ isitissảhumủk V;NO3SI;PRF;SBJV;SG;3
isitissảhum ga isitissảhumānapun V;NO3SI;POT;SG;1;PST
isitissảhum ga isitissảhumowāo V;NO3SA;IND;SG;3;FUT
isitissảhum ga kẻ isitissảhumowảty V;PFV;POT;SG;3
isitissảhum ga kẻ isitissảhumumopuneek V;NO3SI;PFV;POT;PL;3
isitissảhum isitissảhumowảtyuk V;NO3PA;IND;SG;1;PST
isitissảhum kitta isitissảhumủk V;NO3SI;SBJV;SG;3;FUT
isitissảhum isitissảhumumwuk V;NO3SI;IND;PL;3;PRS
isitissảhum ā kẻ isitissảhumumủkepun V;NO3SI;PFV;SBJV;PL;1+INCL
isitissảhum ga isitissảhumānawapun V;NO3SI;POT;PL;2;PST
isitissảhum isitissảhumowanan V;NO3SA;IND;PL;1;PRS
isitissảhum isitissảhumả V;NO3SI;IND;SG;2;PST
isitissảhum isitissảhumả V;NO3SI;IND;SG;1;PST
isitissảhum kitta isitissảhumủmāk V;NO3SI;SBJV;PL;2;FUT
isitissảhum kẻ isitissảhumowảty V;PFV;IND;SG;3
isitissảhum ga isitissảhumowảtawaw V;NO3SA;POT;PL;3;PST
isitissảhum ga isitissảhumumwuk V;NO3SI;IND;PL;3;FUT
isitissảhum ā isitissảhumủmāk V;NO3SI;SBJV;PL;2;PRS
isitissảhum ga isitissảhumowanan V;NO3SA;IND;PL;1+INCL;FUT
isitissảhum ā isitissảhumowatchik V;NO3PA;SBJV;PL;3;PRS
isitissảhum isitissảhumowawaw V;NO3SA;IND;PL;2;PRS
isitissảhum ga kẻ isitissảhumowawuk V;NO3PA;POT;SG;2;PRS
isitissảhum isitissảhum ả V;NO3SI;IMP;SG;2;PRS
isitissảhum ga isitissảhumowảtanan V;NO3SA;POT;PL;1+INCL;PST
isitissảhum kẻ isitissảhumumopuneek V;NO3SI;PFV;IND;PL;3
isitissảhum isitissảhumānanow V;NO3SI;PRF;IND;PL;1+INCL;FUT
isitissảhum kẻ isitissảhumowaw V;NO3SA;PRF;IND;SG;2
isitissảhum kitta isitissảhumowāwuk V;NO3SA;IMP;PL;3;FUT
isitissảhum ā isitissảhumowủk V;NO3SA;SBJV;PL;1+INCL;PRS
isitissảhum ga kẻ isitissảhumowāo V;NO3SA;POT;SG;3;PRS
isitissảhum isitissảhumowảtanan V;NO3SA;IND;PL;1+INCL;PST
isitissảhum ā isitissảhumowukeet V;NO3SA;SBJV;PL;1;PRS
isitissảhum isitissảhumowảtyuk V;NO3PA;IND;SG;2;PST
isitissảhum kẻ isitissảhumowananowuk V;NO3PA;PRF;IND;PL;1+INCL
isitissảhum ga kẻ isitissảhumowảty V;NO3PA;PFV;POT;SG;3
isitissảhum ga kẻ isitissảhumowảty V;NO3SA;PFV;POT;SG;2
isitissảhum ā isitissảhumumun V;NO3SI;SBJV;SG;2;PRS
isitissảhum ga isitissảhumānapun V;NO3SI;POT;SG;2;PST
isitissảhum isitissảhumowảkun V;NO3PA;IMP;SG;2;FUT
isitissảhum kitta kẻ isitissảhumumảk V;NO3SI;PRF;SBJV;PL;1+INCL;FUT
isitissảhum isitissảhumowatan V;NO3SA;IMP;PL;1;PRS
isitissảhum ga kẻ isitissảhumowảtawaw V;NO3SA;PFV;POT;PL;2
isitissảhum ga kẻ isitissảhumumwuk V;NO3SI;PRF;IND;PL;3;FUT
isitissảhum ga kẻ isitissảhumowanan V;NO3SA;POT;PL;1+INCL;PRS
isitissảhum isitissảhumowananowuk V;NO3PA;IND;PL;1+INCL;PRS
isitissảhum ga isitissảhumowawawuk V;NO3PA;IND;PL;2;FUT
isitissảhum ā isitissảhumủkik V;NO3SI;SBJV;PL;3;PRS
isitissảhum ga isitissảhumowawuk V;NO3PA;IND;SG;2;FUT
isitissảhum kitta isitissảhumowāo V;NO3SA;IMP;SG;3;PRS
isitissảhum ga kẻ isitissảhumānapun V;NO3SI;PFV;POT;SG;2
isitissảhum isitissảhumowaw V;NO3SA;IND;SG;1;PRS
isitissảhum ā kẻ isitissảhumumảk V;NO3SI;PRF;SBJV;PL;1+INCL
isitissảhum ā kẻ isitissảhumủpun V;NO3SI;PFV;SBJV;SG;3
isitissảhum kitta kẻ isitissảhumủkwaw V;NO3SI;PRF;SBJV;PL;3;FUT
isitissảhum ā isitissảhumumupun V;NO3SI;SBJV;SG;2;PST
isitissảhum ga kẻ isitissảhumowawaw V;NO3SA;POT;PL;2;PRS
isitissảhum kitta kẻ isitissảhumumapan V;NO3SI;PFV;SBJV+POT;SG;1
isitissảhum isitissảhumowawuk V;NO3PA;IND;SG;1;PRS
isitissảhum ga kẻ isitissảhumowananow V;NO3SA;PRF;IND;PL;1+INCL;FUT
isitissảhum isitissảhumowatanik V;NO3PA;IMP;PL;1;PRS
isitissảhum ga isitissảhumowaw V;NO3SA;IND;SG;2;FUT
isitissảhum ā kẻ isitissảhumủkik V;NO3SI;PRF;SBJV;PL;3
isitissảhum kẻ isitissảhumowảtananow V;NO3SA;PFV;IND;PL;1+INCL
isitissảhum ga kẻ isitissảhumowāwuk V;NO3SA;PRF;IND;PL;3;FUT
isitissảhum ga kẻ isitissảhumowảty V;NO3SA;PFV;POT;SG;1
isitissảhum ga isitissảhumowảty V;POT;SG;3;PST
isitissảhum kitta isitissảhumuman V;NO3SI;SBJV;SG;1;FUT
isitissảhum kitta kẻ isitissảhumumākepun V;NO3SI;PFV;SBJV+POT;PL;2
isitissảhum ā kẻ isitissảhumumupun V;NO3SI;PFV;SBJV;SG;2
isitissảhum ga kẻ isitissảhumowananowuk V;NO3PA;POT;PL;1+INCL;PRS
isitissảhum kitta isitissảhumumapan V;NO3SI;SBJV+POT;SG;1;PST
isitissảhum ga kẻ isitissảhumumopun V;NO3SI;PFV;POT;SG;3
isitissảhum kitta isitissảhumumủk V;NO3SI;SBJV;PL;1+INCL;FUT
isitissảhum ga kẻ isitissảhumān V;NO3SI;PRF;IND;SG;1;FUT
isitissảhum ga kẻ isitissảhumowảtyuk V;NO3PA;PFV;POT;SG;2
isitissảhum ā kẻ isitissảhumumākepun V;NO3SI;PFV;SBJV;PL;2
isitissảhum isitissảhumowāo V;NO3SA;IND;SG;3;PRS
isitissảhum isitissảhumowảtawaw V;NO3SA;IND;PL;3;PST
isitissảhum isitissảhumān V;NO3SI;IND;SG;1;PRS
isitissảhum isitissảhumow V;NO3SA;IMP;SG;2;PRS
isitissảhum ga kẻ isitissảhumowaw V;NO3SA;POT;SG;2;PRS
isitissảhum kẻ isitissảhumả V;NO3SI;PFV;IND;SG;3
isitissảhum ā isitissảhumowākook V;NO3PA;SBJV;PL;2;PRS
isitissảhum ā kẻ isitissảhumumapan V;NO3SI;PFV;SBJV;SG;1
isitissảhum ga kẻ isitissảhumả V;NO3SI;PFV;POT;SG;1
isitissảhum ā isitissảhumowatchik V;NO3SA;SBJV;PL;3;PRS
isitissảhum isitissảhumowảty V;NO3SA;IND;SG;1;PST
isitissảhum isitissảhumowananuk V;NO3PA;IND;PL;1;PRS
isitissảhum ā isitissảhumowủkook V;NO3PA;SBJV;PL;1+INCL;PRS
isitissảhum ga kẻ isitissảhumảtawaw V;NO3SI;PFV;POT;PL;2
isitissảhum ga kẻ isitissảhumowāwuk V;NO3PA;POT;PL;3;PRS
isitissảhum ga kẻ isitissảhumowananowuk V;NO3PA;PRF;IND;PL;1+INCL;FUT
isitissảhum kitta isitissảhumowāwuk V;NO3SA;IMP;PL;3;PRS
isitissảhum ā isitissảhumowāk V;NO3SA;SBJV;PL;2;PRS
isitissảhum kẻ isitissảhumowāo V;NO3SA;PRF;IND;SG;3
isitissảhum kitta kẻ isitissảhumumun V;NO3SI;PRF;SBJV;SG;2;FUT
isitissảhum kẻ isitissảhumowawawuk V;NO3PA;PRF;IND;PL;2
isitissảhum ga kẻ isitissảhumowaw V;ANIM;NO3SA;PRF;IND;SG;1;FUT
isitissảhum ga kẻ isitissảhumowawawuk V;NO3PA;POT;PL;2;PRS
isitissảhum ga isitissảhumowảtawaw V;NO3PA;POT;PL;3;PST
isitissảhum ga kẻ isitissảhumowaw V;ANIM;NO3SA;POT;SG;1;PRS
isitissảhum ā isitissảhumủkepun V;NO3SI;SBJV;SG;3;PST
isitissảhum kitta kẻ isitissảhumủmāk V;NO3SI;PRF;SBJV;PL;2;FUT
isitissảhum kitta isitissảhumủkik V;NO3SI;SBJV;PL;3;FUT
isitissảhum ga isitissảhumowāwuk V;NO3PA;IND;PL;3;FUT
isitissảhum ā kẻ isitissảhumumủk V;NO3SI;PRF;SBJV;PL;1+INCL
isitissảhum kitta isitissảhumumupun V;NO3SI;SBJV+POT;SG;2;PST
isitissảhum kitta isitissảhumumun V;NO3SI;SBJV;SG;2;FUT
isitissảhum ā kẻ isitissảhumủmāk V;NO3SI;PRF;SBJV;PL;2
isitissảhum isitissảhumowaw V;NO3SA;IND;SG;2;PRS
isitissảhum kẻ isitissảhumānawapun V;NO3SI;PFV;IND;PL;2
isitissảhum ā kẻ isitissảhumuman V;NO3SI;PRF;SBJV;SG;1
isitissảhum isitissảhumān V;NO3SI;IND;SG;2;PRS
isitissảhum isitissảhumowảkunik V;NO3PA;IMP;SG;2;FUT
isitissảhum ā isitissảhumowut V;NO3SA;SBJV;SG;2;PRS
isitissảhum ga kẻ isitissảhumowảtananowuk V;NO3PA;PFV;POT;PL;1+INCL
isitissảhum ā kẻ isitissảhumumwảpun V;NO3SI;PFV;SBJV;PL;3
isitissảhum kẻ isitissảhumowawuk V;NO3PA;PRF;IND;SG;1
isitissảhum kitta kẻ isitissảhumumủkepun V;NO3SI;PFV;SBJV+POT;PL;1+INCL
isitissảhum isitissảhumowảkủkwanik V;NO3PA;IMP;PL;1+INCL;FUT
isitissảhum isitissảhumum V;NO3SI;IMP;SG;3;PRS
isitissảhum ga kẻ isitissảhumowāwuk V;NO3SA;POT;PL;3;PRS
isitissảhum ga kẻ isitissảhumānawaw V;NO3SI;PRF;IND;PL;2;FUT
isitissảhum ā isitissảhumủpun V;NO3SI;SBJV;SG;3;PST
isitissảhum isitissảhumảtanan V;NO3SI;IND;PL;1+INCL;PST
isitissảhum ā isitissảhumowat V;NO3PA;SBJV;SG;3;PRS
isitissảhum ā isitissảhumumākepun V;NO3SI;SBJV;PL;2;PST
isitissảhum ga kẻ isitissảhumānawapun V;NO3SI;PFV;POT;PL;2
isitissảhum kẻ isitissảhumānapun V;NO3SI;PFV;IND;SG;2
isitissảhum isitissảhumowānanow V;NO3SI;IND;PL;1+INCL;PRS
isitissảhum ga isitissảhumowảtananowuk V;NO3PA;POT;PL;1+INCL;PST
isitissảhum kẻ isitissảhumả V;NO3SI;PFV;IND;SG;2
isitissảhum isitissảhumowāo V;NO3PA;IND;SG;3;PRS
isitissảhum kitta kẻ isitissảhumumupun V;NO3SI;PFV;SBJV+POT;SG;2
isitissảhum ga isitissảhumowảty V;NO3SA;POT;SG;1;PST
isitissảhum kitta kẻ isitissảhumủkikepun V;NO3SI;PFV;SBJV+POT;PL;3
isitissảhum ga kẻ isitissảhumowawaw V;NO3SA;PRF;IND;PL;2;FUT
isitissảhum isitissảhumānapun V;NO3SI;IND;SG;2;PST
isitissảhum ga isitissảhumumopun V;NO3SI;POT;SG;3;PST
isitissảhum ga kẻ isitissảhumowảtananuk V;NO3PA;PFV;POT;PL;1+INCL
isitissảhum isitissảhumowik V;NO3PA;IMP;SG;2;PRS
isitissảhum isitissảhumowawuk V;NO3PA;IND;SG;2;PRS
isitissảhum ga kẻ isitissảhumowananow V;NO3SA;POT;PL;1+INCL;PRS
isitissảhum ga kẻ isitissảhumowawuk V;NO3PA;PRF;IND;SG;1;FUT
isitissảhum ga kẻ isitissảhumowāo V;NO3PA;PRF;IND;SG;3;FUT
isitissảhum ga kẻ isitissảhumowawuk V;NO3PA;PRF;IND;SG;2;FUT
isitissảhum kẻ isitissảhumowảtawaw V;NO3SA;PFV;IND;PL;2
isitissảhum kẻ isitissảhumảtananow V;NO3SI;PFV;IND;PL;1+INCL
isitissảhum kitta isitissảhumumảkepun V;NO3SI;SBJV+POT;PL;1+INCL;PST
isitissảhum ga kẻ isitissảhumowāwuk V;NO3PA;PRF;IND;PL;3;FUT
isitissảhum kitta isitissảhumumảk V;NO3SI;SBJV;PL;1+INCL;FUT
isitissảhum kitta kẻ isitissảhumumủk V;NO3SI;PRF;SBJV;PL;1+INCL;FUT
isitissảhum isitissảhumowāwuk V;NO3PA;IND;PL;3;PRS
isitissảhum ga isitissảhumān V;NO3SI;IND;SG;1;FUT
isitissảhum isitissảhumowảty V;NO3PA;IND;SG;3;PST
isitissảhum ga isitissảhumowawuk V;NO3PA;IND;SG;1;FUT
isitissảhum kitta isitissảhumủkwaw V;NO3SI;SBJV;PL;3;FUT
isitissảhum kẻ isitissảhumowāwuk V;NO3PA;PRF;IND;PL;3
isitissảhum kẻ isitissảhumowảtanan V;NO3SA;PFV;IND;PL;1+INCL
isitissảhum ga isitissảhumowāwuk V;NO3SA;IND;PL;3;FUT
isitissảhum isitissảhumowảkủk V;NO3PA;IMP;PL;1;FUT
isitissảhum ā isitissảhumowukik V;NO3PA;SBJV;SG;1;PRS
isitissảhum isitissảhumānan V;NO3SI;IND;PL;1+INCL;PRS
isitissảhum ga kẻ isitissảhumumoowảpun V;NO3SI;PFV;POT;PL;3
isitissảhum kitta isitissảhumumwảpun V;NO3SI;SBJV+POT;PL;3;PST
isitissảhum isitissảhumả V;NO3SI;IND;SG;3;PST
isitissảhum ga kẻ isitissảhumowảtawaw V;NO3SA;PFV;POT;PL;3
isitissảhum kẻ isitissảhumowawaw V;NO3SA;PRF;IND;PL;2
isitissảhum isitissảhumowảtawaw V;NO3SA;IND;PL;2;PST
isitissảhum kitta kẻ isitissảhumủkik V;NO3SI;PRF;SBJV;PL;3;FUT
isitissảhum ga isitissảhumumoowảpun V;NO3SI;POT;PL;3;PST
isitissảhum ga isitissảhumowảtyuk V;NO3PA;POT;SG;2;PST
isitissảhum isitissảhumoweẻk V;NO3SA;IMP;PL;2;PRS
isitissảhum isitissảhumowāwuk V;NO3SA;IND;PL;3;PRS
isitissảhum ga isitissảhumảtanan V;NO3SI;POT;PL;1+INCL;PST
isitissảhum kẻ isitissảhumowảtyuk V;NO3PA;IND;SG;2;PST
isitissảhum isitissảhumowảtananuk V;NO3PA;IND;PL;1+INCL;PST
isitissảhum ga kẻ isitissảhumowaw V;NO3SA;PRF;IND;SG;2;FUT
isitissảhum ga kẻ isitissảhumowananuk V;NO3PA;PRF;IND;PL;1+INCL;FUT
isitissảhum ga kẻ isitissảhumowảtananow V;NO3SA;PFV;POT;PL;1+INCL
isitissảhum kẻ isitissảhumảtawaw V;NO3SI;PFV;IND;PL;3
isitissảhum ga kẻ isitissảhumānan V;NO3SI;PRF;IND;PL;1+INCL;FUT
isitissảhum ga kẻ isitissảhumān V;NO3SI;PRF;IND;SG;2;FUT
isitissảhum kẻ isitissảhumān V;NO3SI;PRF;IND;SG;1
isitissảhum kẻ isitissảhumum V;NO3SI;PRF;IND;SG;3
isitissảhum isitissảhumowảty V;NO3SA;IND;SG;2;PST
isitissảhum isitissảhumủtan V;NO3SI;IMP;PL;1+INCL;PRS
isitissảhum kẻ isitissảhumumwuk V;NO3SI;PRF;IND;PL;3
isitissảhum ga kẻ isitissảhumānapun V;NO3SI;PFV;POT;SG;1
wapun kitta wẻ wapủkātookwā V;COND+SBJV+OPT;FUT
wapun ey wẻ wapủkwā V;ADM+OPT;PRS
wapun wapunookopun V;IPFV;COND+IND
wapun kitta kẻ wẻ wapủkepun V;PFV;SBJV+POT+OPT
wapun kitta kẻ wapunookopun V;PFV;COND+POT
wapun wẻ wapun V;IND+OPT;PRS
wapun kitta kẻ wẻ wapunookopunā V;PFV;ADM+POT+OPT
wapun ey wapủkwā V;ADM;PRS
wapun kitta kẻ wapun V;PFV;IND;FUT
wapun kitta kẻ wẻ wapunotookwā V;COND+POT+OPT;PRS
wapun kitta kẻ wẻ wapủkātookwā V;PFV;COND+SBJV+OPT;FUT
wapun kitta wapunopun V;IPFV;POT
wapun kitta kẻ wẻ wapunātookwā V;PFV;COND+IND+OPT;FUT
wapun kẻ wẻ wapunookopun V;PFV;COND+IND+OPT
wapun kitta wapunotookwā V;COND+IND;FUT
wapun kitta kẻ wapủkātookwā V;PFV;COND+SBJV;FUT
wapun kitta wẻ wapunookwā V;ADM+OPT;FUT
wapun ā wẻ wapk V;SBJV+OPT;PRS
wapun kẻ wẻ wapunotookwā V;PRF;COND+IND+OPT
wapun kitta kẻ wẻ wapunopun V;PFV;POT+OPT
wapun kitta kẻ wapunopun V;PFV;POT
wapun ā kẻ wẻ wapủkātookwā V;PRF;COND+SBJV+OPT
wapun ā wapủkepun V;IPFV;SBJV
wapun kitta wapunookopunā V;IPFV;ADM+POT
wapun wẻ wapunopun V;IPFV;IND+OPT
wapun kitta wapủkepun V;IPFV;COND+POT
wapun kitta kẻ wapunātookwā V;PFV;COND+IND;FUT
wapun kitta wapun V;IND;FUT
wapun ā kẻ wapủkātookwā V;PRF;COND+SBJV
wapun kitta wẻ wapủk V;SBJV+OPT;FUT
wapun ā kẻ wapủkepun V;PFV;SBJV
wapun ey wẻ wapủkepunā V;IPFV;ADM+OPT
wapun kitta kẻ wapunotookwā V;COND+POT;PRS
wapun kitta wẻ wapủkepun V;IPFV;SBJV+POT+OPT
wapun kẻ wapun V;PRF;IND
wapun ā wẻ wapủkātookwā V;COND+SBJV+OPT;PRS
wapun kẻ wapủkwā V;PRF;ADM
wapun ā kẻ wẻ wapủk V;PRF;SBJV+OPT
wapun kẻ wẻ wapunookopunā V;PFV;ADM+OPT
wapun wẻ wapunookopun V;IPFV;COND+IND+OPT
wapun kitta wẻ wapunotookwā V;COND+IND+OPT;FUT
wapun wapunopun V;IPFV;IND
wapun kitta kẻ wẻ wapủkepun V;PFV;COND+POT+OPT
wapun ā kẻ wapủk V;PRF;SBJV
wapun kitta wẻ wapun V;IND+OPT;FUT
wapun ā kẻ wẻ wapủkepun V;PFV;SBJV+OPT
wapun ā wapủkepun V;IPFV;COND+SBJV
wapun wapunotookwā V;COND+IND;PRS
wapun kitta wapủkepun V;IPFV;SBJV+POT
wapun kitta wẻ wapunookopunā V;IPFV;ADM+POT+OPT
wapun kẻ wẻ wapun V;PRF;IND+OPT
wapun kẻ wapunookopunā V;PFV;ADM
wapun ā kẻ wapủkepun V;PFV;COND+SBJV
wapun kitta wapủk V;SBJV;FUT
wapun kitta wapủkwā V;ADM;FUT
wapun kẻ wẻ wapunopun V;PFV;IND+OPT
wapun kitta kẻ wapủkwā V;PFV;ADM;FUT
wapun kitta wẻ wapủkepun V;IPFV;COND+POT+OPT
wapun wapun V;IND;PRS
wapun ā kẻ wẻ wapủkepun V;PFV;COND+SBJV+OPT
wapun ā wapủk V;SBJV;PRS
wapun kitta wapun V;IND+IMP
wapun ā wẻ wapủkepunātookwā V;IPFV;COND+SBJV+OPT
wapun kitta kẻ wẻ wapun V;PFV;IND+OPT;FUT
wapun kitta kẻ wẻ wapủk V;PFV;SBJV+OPT;FUT
wapun ā wẻ wapkepun V;IPFV;SBJV+OPT
wapun kẻ wapunookopun V;PFV;COND+IND
wapun ā wapủkātookwā V;COND+SBJV;PRS
wapun wẻ wapunotookwā V;COND+IND+OPT;PRS
wapun kẻ wapunotookwā V;PRF;COND+IND
wapun kitta kẻ wapủkepunā V;PFV;ADM+POT
wapun kitta kẻ wapủkepun V;PFV;SBJV+POT
wapun kẻ wẻ wapủkwā V;PRF;ADM+OPT
wapun ey wapunookwā V;ADM;PRS
wapun kitta wapủkātookwā V;COND+SBJV;FUT
wapun kẻ wapunopun V;PFV;IND
wapun kitta kẻ wapunookopunā V;PFV;ADM+POT
wapun kitta kẻ wẻ wapủkwā V;PFV;ADM+OPT;FUT
wapun kitta kẻ wapủk V;PFV;SBJV;FUT
wapun ā wapủkepunātookwā V;IPFV;COND+SBJV
wapun ey wẻ wapunookopunā V;IPFV;ADM+OPT
wapun kitta wẻ wapunopun V;IPFV;POT+OPT
wapun ey wapunookopunā V;IPFV;ADM
wapun kitta wẻ wapủkepunā V;IPFV;ADM+POT+OPT
wapun kitta wẻ wapun V;IMP+OPT
wapun kitta wẻ wapủkwā V;ADM+OPT;FUT
wapun ey wẻ wapunookwā V;ADM+OPT;PRS
wapun kitta kẻ wẻ wapunookwā V;PFV;ADM+OPT;FUT
wapun kitta kẻ wẻ wapủkepunā V;PFV;ADM+POT+OPT
wapun kitta kẻ wapunookwā V;PFV;ADM;FUT
pusustả kẻ pusustảumoowảpun V;NO3SI;PFV;IND;PL;3
pusustả pusustảweẻk V;NO3SA;IMP;PL;2;PRS
pusustả ga pusustảumoowảpun V;NO3SI;POT;PL;3;PST
pusustả ā pusustảumapan V;NO3SI;SBJV;SG;1;PST
pusustả ga pusustảwawuk V;NO3PA;IND;SG;1;FUT
pusustả kẻ pusustảảtanan V;NO3SI;PFV;IND;PL;1+INCL
pusustả ā pusustảủpun V;NO3SI;SBJV;SG;3;PST
pusustả ga kẻ pusustảwāwuk V;NO3SA;POT;PL;3;PRS
pusustả ga pusustảwāo V;NO3SA;IND;SG;3;FUT
pusustả ga pusustảtảty V;POT;SG;3;PST
pusustả pusustảảtananow V;NO3SI;IND;PL;1+INCL;PST
pusustả pusustảānapun V;NO3SI;IND;SG;2;PST
pusustả ga kẻ pusustảwảtawaw V;NO3SA;PFV;POT;PL;3
pusustả ga kẻ pusustảwāo V;NO3PA;POT;SG;3;PRS
pusustả ga kẻ pusustảānawapun V;NO3SI;PFV;POT;PL;2
pusustả pusustảtảty V;IND;SG;3;PST
pusustả pusustảwatak V;NO3SA;IMP;PL;1+INCL;PRS
pusustả ā kẻ pusustảumwảpun V;NO3SI;PFV;SBJV;PL;3
pusustả ga kẻ pusustảum V;NO3SI;PRF;IND;SG;3;FUT
pusustả ga pusustảān V;NO3SI;IND;SG;1;FUT
pusustả ga kẻ pusustảtảty V;NO3SA;PFV;POT;SG;2
pusustả pusustảwaw V;NO3SA;IND;SG;1;PRS
pusustả ga pusustảwāwuk V;NO3SA;IND;PL;3;FUT
pusustả kitta kẻ pusustảủpun V;NO3SI;PFV;SBJV+POT;SG;3
pusustả ā pusustảwukik V;NO3PA;SBJV;SG;1;PRS
pusustả kẻ pusustảwāo V;NO3PA;PRF;IND;SG;3
pusustả kẻ pusustảānapun V;NO3SI;PFV;IND;SG;2
pusustả ga kẻ pusustảānawaw V;NO3SI;PRF;IND;PL;2;FUT
pusustả ā kẻ pusustảumảk V;NO3SI;PRF;SBJV;PL;1+INCL
pusustả pusustảwảtawaw V;NO3SA;IND;PL;2;PST
pusustả ga pusustảumopun V;NO3SI;POT;SG;3;PST
pusustả kitta kẻ pusustảủmāk V;NO3SI;PRF;SBJV;PL;2;FUT
pusustả pusustảwawaw V;NO3SA;IND;PL;2;PRS
pusustả pusustảwawawuk V;NO3PA;IND;PL;2;PRS
pusustả pusustảwảtawaw V;NO3SA;IND;PL;3;PST
pusustả pusustảānanow V;NO3SI;PRF;IND;PL;1+INCL
pusustả ga pusustảānapun V;NO3SI;POT;SG;2;PST
pusustả pusustảwāo V;NO3SA;IND;SG;3;PRS
pusustả kitta kẻ pusustảủkik V;NO3SI;PRF;SBJV;PL;3;FUT
pusustả ga kẻ pusustảwanan V;NO3SA;PRF;IND;PL;1;FUT
pusustả kitta kẻ pusustảumảk V;NO3SI;PRF;SBJV;PL;1+INCL;FUT
pusustả kẻ pusustảwảtawaw V;NO3SA;PFV;IND;PL;2
pusustả pusustảwāo V;NO3PA;IND;SG;3;PRS
pusustả pusustảwawuk V;NO3PA;IND;SG;2;PRS
pusustả ga kẻ pusustảwawaw V;NO3SA;POT;PL;2;PRS
pusustả kẻ pusustảwảtanan V;NO3SA;PFV;IND;PL;1+INCL
pusustả ga pusustảtảtyuk V;NO3PA;POT;SG;1;PST
pusustả kitta pusustảuman V;NO3SI;SBJV;SG;1;FUT
pusustả ga pusustảtảtyuk V;NO3PA;POT;SG;2;PST
pusustả pusustảānawapun V;NO3SI;IND;PL;2;PST
pusustả pusustảwawuk V;NO3PA;IND;SG;1;PRS
pusustả kẻ pusustảumwuk V;NO3SI;PRF;IND;PL;3
pusustả kẻ pusustảwaw V;NO3SA;PRF;IND;SG;2
pusustả ā pusustảwatchik V;NO3PA;SBJV;PL;3;PRS
pusustả pusustảānanow V;NO3SI;IND;PL;1+INCL;FUT
pusustả ga kẻ pusustảwawuk V;NO3PA;POT;SG;2;PRS
pusustả ā pusustảwukeet V;NO3SA;SBJV;PL;1;PRS
pusustả ga pusustảtảty V;NO3SA;POT;SG;1;PST
pusustả kẻ pusustảwanan V;NO3SA;PRF;IND;PL;1+INCL
pusustả ga kẻ pusustảwawuk V;NO3PA;POT;SG;1;PRS
pusustả ā pusustảwākook V;NO3PA;SBJV;PL;2;PRS
pusustả pusustảwảkủk V;NO3PA;IMP;PL;1;FUT
pusustả kẻ pusustảānawapun V;NO3SI;PFV;IND;PL;2
pusustả ga pusustảān V;NO3SI;IND;SG;2;FUT
pusustả kitta pusustảumapan V;NO3SI;SBJV+POT;SG;1;PST
pusustả ga kẻ pusustảwảtawaw V;NO3PA;PFV;POT;PL;3
pusustả ā pusustảwat V;NO3PA;SBJV;SG;3;PRS
pusustả pusustảwảtawawuk V;NO3PA;IND;PL;2;PST
pusustả kẻ pusustảwāo V;NO3SA;PRF;IND;SG;3
pusustả ga kẻ pusustảtảty V;PFV;POT;SG;3
pusustả ā kẻ pusustảủmāk V;NO3SI;PRF;SBJV;PL;2
pusustả kitta kẻ pusustảumwảpun V;NO3SI;PFV;SBJV+POT;PL;3
pusustả ā kẻ pusustảủkwaw V;NO3SI;PRF;SBJV;PL;3
pusustả pusustảumopun V;NO3SI;IND;SG;3;PST
pusustả ā kẻ pusustảumupun V;NO3SI;PFV;SBJV;SG;2
pusustả pusustảwāwuk V;NO3PA;IND;PL;3;PRS
pusustả kẻ pusustảān V;NO3SI;PRF;IND;SG;1
pusustả kẻ pusustảwananuk V;NO3PA;PRF;IND;PL;1+INCL
pusustả kẻ pusustảtảty V;PFV;IND;SG;3
pusustả ga kẻ pusustảānan V;NO3SI;PRF;IND;PL;1+INCL;FUT
pusustả kitta pusustảumun V;NO3SI;SBJV;SG;2;FUT
pusustả ā pusustảwukeetchik V;NO3PA;SBJV;PL;1;PRS
pusustả pusustảān V;NO3SI;IND;SG;1;PRS
pusustả pusustảwatanik V;NO3PA;IMP;PL;1;PRS
pusustả pusustảủtan V;NO3SI;IMP;PL;1+INCL;PRS
pusustả ga kẻ pusustảwảtanan V;NO3SA;PFV;POT;PL;1+INCL
pusustả pusustả ả V;NO3SI;IMP;SG;2;PRS
pusustả kitta pusustảwāo V;NO3PA;IMP;SG;3;PRS
pusustả kẻ pusustảả V;NO3SI;PFV;IND;SG;1
pusustả pusustảwảkủkwawik V;NO3PA;IMP;PL;1+INCL;FUT
pusustả kitta pusustảwāwuk V;NO3SA;IMP;PL;3;FUT
pusustả kitta pusustảủkik V;NO3SI;SBJV;PL;3;FUT
pusustả kẻ pusustảwāwuk V;NO3SA;PRF;IND;PL;3
pusustả ga pusustảum V;NO3SI;IND;SG;3;FUT
pusustả pusustảumook V;NO3SI;IMP;PL;2;PRS
pusustả ga kẻ pusustảwawawuk V;NO3PA;POT;PL;2;PRS
pusustả kitta pusustảwāwuk V;NO3SA;IMP;PL;3;PRS
pusustả ga pusustảwảtawaw V;NO3PA;POT;PL;3;PST
pusustả kẻ pusustảả V;NO3SI;PFV;IND;SG;3
pusustả ā kẻ pusustảủkepun V;NO3SI;PFV;SBJV;SG;3
pusustả kitta pusustảumākepun V;NO3SI;SBJV+POT;PL;2;PST
pusustả kitta pusustảủpun V;NO3SI;SBJV+POT;SG;3;PST
pusustả ga pusustảānawaw V;NO3SI;IND;PL;2;FUT
pusustả ga kẻ pusustảumopuneek V;NO3SI;PFV;POT;PL;3
pusustả pusustảānapun V;NO3SI;IND;SG;1;PST
pusustả ga kẻ pusustảwawaw V;NO3SA;PRF;IND;PL;2;FUT
pusustả kitta pusustảủkikepun V;NO3SI;SBJV+POT;PL;3;PST
pusustả kẻ pusustảwawawuk V;NO3PA;PRF;IND;PL;2
pusustả kitta pusustảwāo V;NO3PA;IMP;SG;3;FUT
pusustả ā pusustảwat V;NO3SA;SBJV;SG;3;PRS
pusustả ga kẻ pusustảwananowuk V;NO3PA;POT;PL;1+INCL;PRS
pusustả kẻ pusustảwawuk V;NO3PA;PRF;IND;SG;1
pusustả kẻ pusustảtảty V;NO3SA;PFV;IND;SG;1
pusustả ga pusustảwananuk V;NO3PA;IND;PL;1+INCL;FUT
pusustả pusustảwảtananowuk V;NO3PA;IND;PL;1+INCL;PST
pusustả ga pusustảtảty V;NO3PA;POT;SG;3;PST
pusustả kẻ pusustảtảty V;NO3PA;IND;SG;3;PST
pusustả pusustảảtawaw V;NO3SI;IND;PL;3;PST
pusustả pusustảtảty V;NO3SA;IND;SG;2;PST
pusustả kẻ pusustảānawaw V;NO3SI;PRF;IND;PL;2
pusustả pusustảwāwuk V;NO3SA;IND;PL;3;PRS
pusustả pusustảtảtyuk V;NO3PA;IND;SG;1;PST
pusustả ga pusustảwaw V;NO3SA;IND;SG;2;FUT
pusustả pusustảw V;NO3SA;IMP;SG;2;PRS
pusustả ga kẻ pusustảwāwuk V;NO3SA;PRF;IND;PL;3;FUT
pusustả ā pusustảumảk V;NO3SI;SBJV;PL;1+INCL;PRS
pusustả ga pusustảả V;NO3SI;POT;SG;1;PST
pusustả ā kẻ pusustảumapan V;NO3SI;PFV;SBJV;SG;1
pusustả ā kẻ pusustảủk V;NO3SI;PRF;SBJV;SG;3
pusustả ga pusustảwananow V;NO3SA;IND;PL;1+INCL;FUT
pusustả pusustảwảtanan V;NO3SA;IND;PL;1+INCL;PST
pusustả ga kẻ pusustảumopun V;NO3SI;PFV;POT;SG;3
pusustả pusustảwikảkāk V;NO3SA;IMP;PL;2;FUT
pusustả ā pusustảumwảpun V;NO3SI;SBJV;PL;3;PST
pusustả pusustảwānanow V;NO3SI;IND;PL;1+INCL;PRS
pusustả pusustảtảty V;NO3SA;IND;SG;1;PST
pusustả pusustảwatan V;NO3SA;IMP;PL;1;PRS
pusustả kitta pusustảwāo V;NO3SA;IMP;SG;3;PRS
pusustả pusustảwananow V;NO3SA;IND;PL;1+INCL;PRS
pusustả ga pusustảwāwuk V;NO3PA;IND;PL;3;FUT
pusustả kẻ pusustảān V;NO3SI;PRF;IND;SG;2
pusustả ga pusustảảtananow V;NO3SI;POT;PL;1+INCL;PST
pusustả ā pusustảwutchik V;NO3PA;SBJV;SG;2;PRS
pusustả ā pusustảwuk V;NO3SA;SBJV;SG;1;PRS
pusustả kẻ pusustảwawaw V;NO3SA;PRF;IND;PL;2
pusustả pusustảwananuk V;NO3PA;IND;PL;1;PRS
pusustả ga kẻ pusustảān V;NO3SI;PRF;IND;SG;1;FUT
pusustả ā pusustảwāk V;NO3SA;SBJV;PL;2;PRS
pusustả ā pusustảwủk V;NO3SA;SBJV;PL;1+INCL;PRS
pusustả ga pusustảtảty V;NO3SA;POT;SG;2;PST
pusustả pusustảwảtawaw V;NO3PA;IND;PL;3;PST
pusustả ga pusustảwảtawaw V;NO3SA;POT;PL;2;PST
pusustả ā pusustảủmāk V;NO3SI;SBJV;PL;2;PRS
pusustả ā kẻ pusustảumảkepun V;NO3SI;PFV;SBJV;PL;1+INCL
pusustả ā pusustảumun V;NO3SI;SBJV;SG;2;PRS
pusustả ā kẻ pusustảumākepun V;NO3SI;PFV;SBJV;PL;2
pusustả ga pusustảảtawaw V;NO3SI;POT;PL;2;PST
pusustả kitta kẻ pusustảumủkepun V;NO3SI;PFV;SBJV+POT;PL;1+INCL
pusustả ga pusustảwảtawaw V;NO3SA;POT;PL;3;PST
pusustả ā kẻ pusustảumun V;NO3SI;PRF;SBJV;SG;2
pusustả ga pusustảwảtanan V;NO3SA;POT;PL;1+INCL;PST
pusustả ga kẻ pusustảwaw V;NO3SA;POT;SG;2;PRS
pusustả ga kẻ pusustảān V;NO3SI;PRF;IND;SG;2;FUT
pusustả pusustảwik V;NO3PA;IMP;SG;2;PRS
pusustả ga kẻ pusustảtảty V;NO3PA;PFV;POT;SG;3
pusustả ga pusustảwawaw V;NO3SA;IND;PL;2;FUT
pusustả ā kẻ pusustảuman V;NO3SI;PRF;SBJV;SG;1
pusustả kitta kẻ pusustảumapan V;NO3SI;PFV;SBJV+POT;SG;1
pusustả kitta kẻ pusustảumupun V;NO3SI;PFV;SBJV+POT;SG;2
pusustả ga pusustảwảtawawuk V;NO3PA;POT;PL;2;PST
pusustả ga kẻ pusustảānanapun V;NO3SI;PFV;POT;PL;1+INCL
pusustả ga kẻ pusustảwảtawawuk V;NO3PA;PFV;POT;PL;2
pusustả kitta pusustảumảk V;NO3SI;SBJV;PL;1+INCL;FUT
pusustả ā pusustảumākepun V;NO3SI;SBJV;PL;2;PST
pusustả ga kẻ pusustảwảtananowuk V;NO3PA;PFV;POT;PL;1+INCL
pusustả ga kẻ pusustảwaw V;ANIM;NO3SA;PRF;IND;SG;1;FUT
pusustả ga pusustảwawawuk V;NO3PA;IND;PL;2;FUT
pusustả kitta kẻ pusustảủk V;NO3SI;PRF;SBJV;SG;3;FUT
pusustả pusustảumwuk V;NO3SI;IMP;PL;3;PRS
pusustả ā pusustảwut V;NO3SA;SBJV;SG;2;PRS
pusustả ga kẻ pusustảwāo V;NO3PA;PRF;IND;SG;3;FUT
pusustả pusustảtảtyuk V;NO3PA;IND;SG;2;PST
pusustả pusustảum V;NO3SI;IND;SG;3;PRS
pusustả ga kẻ pusustảtảty V;NO3SA;PFV;POT;SG;1
pusustả ā pusustảwủkook V;NO3PA;SBJV;PL;1+INCL;PRS
pusustả kẻ pusustảwảtananuk V;NO3PA;IND;PL;1+INCL;PST
pusustả ga kẻ pusustảwaw V;ANIM;NO3SA;POT;SG;1;PRS
pusustả pusustảả V;NO3SI;IND;SG;3;PST
pusustả kitta kẻ pusustảủkikepun V;NO3SI;PFV;SBJV+POT;PL;3
pusustả ga kẻ pusustảwawawuk V;NO3PA;PRF;IND;PL;2;FUT
pusustả ga pusustảwảtananowuk V;NO3PA;POT;PL;1+INCL;PST
pusustả pusustảum V;NO3SI;IMP;SG;3;PRS
pusustả ga kẻ pusustảảtananow V;NO3SI;PFV;POT;PL;1+INCL
pusustả ā kẻ pusustảủkik V;NO3SI;PRF;SBJV;PL;3
pusustả kẻ pusustảānan V;NO3SI;PRF;IND;PL;1+INCL
pusustả kitta kẻ pusustảumun V;NO3SI;PRF;SBJV;SG;2;FUT
pusustả ā pusustảủkwaw V;NO3SI;SBJV;PL;3;PRS
pusustả kitta pusustảủkwảpun V;NO3SI;SBJV+POT;PL;3;PST
pusustả ga kẻ pusustảumwuk V;NO3SI;PRF;IND;PL;3;FUT
pusustả ā pusustảuman V;NO3SI;SBJV;SG;1;PRS
pusustả pusustảwananowuk V;NO3PA;IND;PL;1+INCL;PRS
pusustả ga kẻ pusustảtảtyuk V;NO3PA;PFV;POT;SG;2
pusustả kẻ pusustảtảtyuk V;NO3PA;IND;SG;1;PST
pusustả kitta kẻ pusustảủkepun V;NO3SI;PFV;SBJV+POT;SG;3
pusustả ga pusustảumwuk V;NO3SI;IND;PL;3;FUT
pusustả kẻ pusustảwảtawaw V;NO3PA;IND;PL;3;PST
pusustả kẻ pusustảwảtawawuk V;NO3PA;IND;PL;2;PST
pusustả kitta pusustảủmāk V;NO3SI;SBJV;PL;2;FUT
pusustả ga kẻ pusustảānapun V;NO3SI;PFV;POT;SG;2
pusustả pusustảwaw V;NO3SA;IND;SG;2;PRS
pusustả kẻ pusustảảtawaw V;NO3SI;PFV;IND;PL;2
pusustả pusustảumwuk V;NO3SI;IND;PL;3;PRS
pusustả ga pusustảảtanan V;NO3SI;POT;PL;1+INCL;PST
pusustả ā kẻ pusustảumủk V;NO3SI;PRF;SBJV;PL;1+INCL
pusustả ā pusustảumảkepun V;NO3SI;SBJV;PL;1+INCL;PST
pusustả kitta pusustảumupun V;NO3SI;SBJV+POT;SG;2;PST
pusustả ga kẻ pusustảwảtawaw V;NO3SA;PFV;POT;PL;2
pusustả ga kẻ pusustảwananow V;NO3SA;PRF;IND;PL;1+INCL;FUT
pusustả kitta pusustảumủk V;NO3SI;SBJV;PL;1+INCL;FUT
pusustả ga kẻ pusustảānapun V;NO3SI;PFV;POT;SG;1
pusustả pusustảwảkun V;NO3PA;IMP;SG;2;FUT
pusustả ga kẻ pusustảwananowuk V;NO3PA;PRF;IND;PL;1+INCL;FUT
pusustả ā pusustảủkikepun V;NO3SI;SBJV;PL;3;PST
pusustả ga kẻ pusustảwāo V;NO3SA;PRF;IND;SG;3;FUT
pusustả ga pusustảānawapun V;NO3SI;POT;PL;2;PST
pusustả ga pusustảwaw V;ANIM;NO3SA;IND;SG;1;FUT
pusustả ga pusustảwawuk V;NO3PA;IND;SG;2;FUT
pusustả pusustảān V;NO3SI;IND;SG;2;PRS
pusustả ga kẻ pusustảảtawaw V;NO3SI;PFV;POT;PL;3
pusustả ga kẻ pusustảwananow V;NO3SA;POT;PL;1+INCL;PRS
pusustả kitta pusustảủkepun V;NO3SI;SBJV+POT;SG;3;PST
pusustả pusustảwanan V;NO3SA;IND;PL;1;PRS
pusustả ga pusustảả V;NO3SI;POT;SG;2;PST
pusustả pusustảảtawaw V;NO3SI;IND;PL;2;PST
pusustả kitta pusustảủk V;NO3SI;SBJV;SG;3;FUT
pusustả ga kẻ pusustảwaw V;NO3SA;PRF;IND;SG;2;FUT
pusustả ā kẻ pusustảủkikepun V;NO3SI;PFV;SBJV;PL;3
pusustả ā pusustảwatchik V;NO3SA;SBJV;PL;3;PRS
pusustả kitta pusustảumảkepun V;NO3SI;SBJV+POT;PL;1+INCL;PST
pusustả ā pusustảumupun V;NO3SI;SBJV;SG;2;PST
pusustả pusustảumoowảpun V;NO3SI;IND;PL;3;PST
pusustả kẻ pusustảwảtananowuk V;NO3PA;IND;PL;1+INCL;PST
pusustả ga kẻ pusustảwawuk V;NO3PA;PRF;IND;SG;2;FUT
pusustả ga kẻ pusustảwāo V;NO3SA;POT;SG;3;PRS
pusustả kẻ pusustảtảty V;NO3SA;PFV;IND;SG;2
pusustả kẻ pusustảum V;NO3SI;PRF;IND;SG;3
pusustả ga pusustảwāo V;NO3PA;IND;SG;3;FUT
pusustả ā pusustảumủkepun V;NO3SI;SBJV;PL;1+INCL;PST
pusustả ā pusustảủk V;NO3SI;SBJV;SG;3;PRS
pusustả ga kẻ pusustảwāwuk V;NO3PA;PRF;IND;PL;3;FUT
pusustả kẻ pusustảumopuneek V;NO3SI;PFV;IND;PL;3
pusustả kẻ pusustảwawuk V;NO3PA;PRF;IND;SG;2
pusustả kitta kẻ pusustảuman V;NO3SI;PRF;SBJV;SG;1;FUT
pusustả kẻ pusustảtảtyuk V;NO3PA;IND;SG;2;PST
pusustả pusustảānawaw V;NO3SI;IND;PL;2;PRS
pusustả kitta kẻ pusustảumākepun V;NO3SI;PFV;SBJV+POT;PL;2
pusustả ga kẻ pusustảả V;NO3SI;PFV;POT;SG;3
pusustả kẻ pusustảwaw V;ANIM;NO3SA;PRF;IND;SG;1
pusustả kẻ pusustảwảtawaw V;NO3SA;PFV;IND;PL;3
pusustả ā pusustảủkik V;NO3SI;SBJV;PL;3;PRS
pusustả ga kẻ pusustảwāwuk V;NO3PA;POT;PL;3;PRS
pusustả ga kẻ pusustảwawuk V;NO3PA;PRF;IND;SG;1;FUT
pusustả ga kẻ pusustảtảtyuk V;NO3PA;PFV;POT;SG;1
pusustả kẻ pusustảwāwuk V;NO3PA;PRF;IND;PL;3
pusustả ā kẻ pusustảumủkepun V;NO3SI;PFV;SBJV;PL;1+INCL
pusustả ga kẻ pusustảả V;NO3SI;PFV;POT;SG;2
pusustả ga kẻ pusustảảtawaw V;NO3SI;PFV;POT;PL;2
pusustả kẻ pusustảwananow V;NO3SA;PRF;IND;PL;1+INCL
kissinaw kitta kẻ kissinakepun V;PFV;SBJV+POT
kissinaw kẻ wẻ kissinapun V;PFV;IND+OPT
kissinaw kẻ kissinapun V;PFV;IND
kissinaw kissinapun V;IPFV;IND
kissinaw kitta kẻ kissinatookwā V;COND+POT;PRS
kissinaw kitta kissinak V;SBJV;FUT
kissinaw kitta kẻ wẻ kissinapun V;PFV;POT+OPT
kissinaw kẻ wẻ kissinakepunā V;PFV;ADM+OPT
kissinaw kitta wẻ kissinapun V;IPFV;POT+OPT
kissinaw kitta kẻ wẻ kissinakepun V;PFV;COND+POT+OPT
kissinaw kitta kẻ wẻ kissinātookwā V;PFV;COND+IND+OPT;FUT
kissinaw kitta kẻ kissinaw V;PFV;IND;FUT
kissinaw kẻ kissinatookwā V;PRF;COND+IND
kissinaw kitta wẻ kissinaw V;IMP+OPT
kissinaw wẻ kissinakopun V;IPFV;COND+IND+OPT
kissinaw kitta kissinaw V;IND;FUT
kissinaw kitta kissinātookwā V;COND+IND;FUT
kissinaw ā kissinakepunā V;IPFV;ADM
kissinaw kitta wẻ kissinakepun V;IPFV;SBJV+POT+OPT
kissinaw ā wẻ kissinakepunātookwā V;IPFV;COND+SBJV+OPT
kissinaw kissinatookwā V;COND+IND;PRS
kissinaw ā kẻ kissinakepun V;PFV;SBJV
kissinaw ā kissinakepun V;IPFV;SBJV
kissinaw kissinaw V;IND;PRS
kissinaw ā kẻ wẻ kissinakepun V;PFV;COND+SBJV+OPT
kissinaw kitta kissinaw V;IND+IMP
kissinaw wẻ kissinaw V;IND+OPT;PRS
kissinaw kitta kẻ kissinakwā V;PFV;ADM;FUT
kissinaw ā wẻ kissinakepun V;IPFV;SBJV+OPT
kissinaw kitta kissinakwā V;ADM;FUT
kissinaw ā kẻ kissinakātookwā V;PRF;COND+SBJV
kissinaw kitta wẻ kissinaw V;IND+OPT;FUT
kissinaw kẻ kissinakepunā V;PFV;ADM
kissinaw kitta kẻ wẻ kissinaw V;PFV;IND+OPT;FUT
kissinaw kitta kissinakopun V;IPFV;COND+POT
kissinaw kitta kissinakātookwā V;COND+SBJV;FUT
kissinaw kitta kẻ wẻ kissinakātookwā V;PFV;COND+SBJV+OPT;FUT
kissinaw kitta kẻ kissinakopun V;PFV;COND+POT
kissinaw ā kẻ kissinak V;PRF;SBJV
kissinaw ā kissinak V;SBJV;PRS
kissinaw wẻ kissinapun V;IPFV;IND+OPT
kissinaw kitta kẻ wẻ kissinakwā V;PFV;ADM+OPT;FUT
kissinaw ā kẻ wẻ kissinak V;PRF;SBJV+OPT
kissinaw kitta kẻ kissinak V;PFV;SBJV;FUT
kissinaw kitta kissinakepunā V;IPFV;ADM+POT
kissinaw wẻ kissinatookwā V;COND+IND+OPT;PRS
kissinaw ā kẻ kissinakepun V;PFV;COND+SBJV
kissinaw kitta wẻ kissinak V;SBJV+OPT;FUT
kissinaw ā kissinakātookwā V;COND+SBJV;PRS
kissinaw kẻ wẻ kissinatookwā V;PRF;COND+IND+OPT
kissinaw kitta kẻ wẻ kissinatookwā V;COND+POT+OPT;PRS
kissinaw kitta wẻ kissinakepun V;IPFV;COND+POT+OPT
kissinaw ā kissinakepunātookwā V;IPFV;COND+SBJV
kissinaw kẻ kissinakwā V;PRF;ADM
kissinaw kitta kẻ kissinakātookwā V;PFV;COND+SBJV;FUT
kissinaw kitta kissinapun V;IPFV;POT
kissinaw kitta kẻ kissinakepunā V;PFV;ADM+POT
kissinaw kissinakopun V;IPFV;COND+IND
kissinaw kitta wẻ kissinātookwā V;COND+IND+OPT;FUT
kissinaw kitta wẻ kissinatookwā V;COND+IND+OPT;FUT
kissinaw kitta kissinakepun V;IPFV;COND+POT
kissinaw kitta kẻ wẻ kissinakepun V;PFV;SBJV+POT+OPT
kissinaw ā wẻ kissinakwā V;ADM+OPT;PRS
kissinaw kẻ kissinakopun V;PFV;COND+IND
kissinaw kitta wẻ kissinakātookwā V;COND+SBJV+OPT;FUT
kissinaw kitta wẻ kissinakopun V;IPFV;COND+POT+OPT
kissinaw kitta wẻ kissinakepunā V;IPFV;ADM+POT+OPT
kissinaw ā kẻ wẻ kissinakepun V;PFV;SBJV+OPT
kissinaw kitta kissinakepun V;IPFV;SBJV+POT
kissinaw kitta kẻ wẻ kissinakepunā V;PFV;ADM+POT+OPT
kissinaw kitta kẻ wẻ kissinak V;PFV;SBJV+OPT;FUT
kissinaw kitta wẻ kissinakwā V;ADM+OPT;FUT
kissinaw ā wẻ kissinakepunā V;IPFV;ADM+OPT
kissinaw ā wẻ kissinakātookwā V;COND+SBJV+OPT;PRS
kissinaw kitta kẻ kissinapun V;PFV;POT
kissinaw ā kissinakwā V;ADM;PRS
kissinaw kẻ wẻ kissinakopun V;PFV;COND+IND+OPT
kissinaw ā wẻ kissinak V;SBJV+OPT;PRS
kissinaw ā kẻ wẻ kissinakātookwā V;PRF;COND+SBJV+OPT
kissinaw kitta kẻ kissinātookwā V;PFV;COND+IND;FUT
kissinaw kẻ kissinaw V;PRF;IND
kissinaw kẻ wẻ kissinaw V;PRF;IND+OPT
kissinaw kẻ wẻ kissinakwā V;PRF;ADM+OPT
|
a3f1551dd209d793dcc630b2c6aaf44785bf7fd8
|
78ff3e16a288175ff606f38ee5ee877d4844773e
|
/6_chapter/6_01_solution.sce
|
8e6efd126cf29ed180010ad84beb07ce46010c60
|
[] |
no_license
|
rngalvan/fluid-mech-cengel
|
16c12ed8f71f25c812700be4322328c5663b71cf
|
ee45f924e73cbb8b5716fac43504dac15ffd1f64
|
refs/heads/master
| 2021-05-27T20:52:22.586023
| 2013-04-17T04:25:37
| 2013-04-17T04:25:37
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 269
|
sce
|
6_01_solution.sce
|
//Solution 6-1
WD=get_absolute_file_path('6_01_solution.sce');
datafile=WD+filesep()+'6_01_example.sci';
clc;
exec(datafile)
beta1 = -4*integrate('y**2','y',1,0) //integrating to obtain beta
printf("Momentum-Flux Correction Factor for Laminar pipe flow is %1.2f",beta1)
|
56737ad89134fac6e0926db8d31dd77698810ca1
|
99b4e2e61348ee847a78faf6eee6d345fde36028
|
/Toolbox Test/uencode/uencode8.sce
|
6de29a48dde51d5d49807635f617b8d0307d3969
|
[] |
no_license
|
deecube/fosseetesting
|
ce66f691121021fa2f3474497397cded9d57658c
|
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
|
refs/heads/master
| 2021-01-20T11:34:43.535019
| 2016-09-27T05:12:48
| 2016-09-27T05:12:48
| 59,456,386
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 234
|
sce
|
uencode8.sce
|
//check o/p when 1 i/p arg is passed to the function
y=uencode([1 2 3 4 5 5]);
disp(y);
//output
//!--error 10000
//Incorrect number of input arguments.
//at line 42 of function uencode called by :
//y=uencode([1 2 3 4 5 5]);
|
10a1c2c634f38d9e777d1050a0d75b1b9e02e3e5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3769/CH10/EX10.2/Ex10_2.sce
|
a821d1694aba4b6b86cc3f185afb82353468f282
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 246
|
sce
|
Ex10_2.sce
|
clear
//Given
F=14.4*10**-4 //N
d=0.05 //m
F1=1.6*10**-4
//Calculation
//
u=4*%pi*10**-7
m=sqrt((F*4*%pi*d**2)/u)
d1=1/(sqrt((F1*4*%pi)/(u*m**2)))
//Result
printf("\n Distance is %0.3f m",d1)
|
68f794383fc94d8f6d57f6c5719051648c852f97
|
089894a36ef33cb3d0f697541716c9b6cd8dcc43
|
/NLP_Project/test/blog/ngram/5.15_12.tst
|
ddf03404aec22d2eab41737e7ef4f7f1c1d98d77
|
[] |
no_license
|
mandar15/NLP_Project
|
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
|
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
|
refs/heads/master
| 2020-05-20T13:36:05.842840
| 2013-07-31T06:53:59
| 2013-07-31T06:53:59
| 6,534,406
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 508,470
|
tst
|
5.15_12.tst
|
15 192:1 1746:1 2577:1 3240:1 3403:1 3572:1 3842:1 5150:1 5711:1 5896:1 6482:1 7246:1 7329:1 7724:1 7882:1 8606:1 8907:2 9390:1 9450:2 10836:2 11550:1 11694:1 12161:1 12769:1 12922:1 12975:1 13092:1 13099:1 13113:1 14801:1 15439:2 17173:1 17307:1 17427:1 17434:1 17495:1 18191:1 18608:1 18791:1 19378:1 19943:1 19962:1 20482:1 20940:1 21301:84 21822:1 22844:1 23345:1 23376:1 24477:1 25669:1 26253:1 26354:1 26394:1 26797:2 26843:1 27997:1 28264:1 28379:1 29446:1 31215:2 31250:1 31530:1 32090:1 32245:1 32910:1
15 192:1 419:1 643:1 1026:1 1030:1 1217:1 1469:1 1577:1 1746:1 1820:1 2259:1 2577:1 2614:1 2627:1 2642:1 2814:1 3240:1 3312:1 3403:1 3572:1 3642:1 3842:1 4221:1 4241:1 4412:1 4655:1 4676:1 4809:1 5150:1 5367:1 5645:1 5711:1 5833:1 5896:1 6144:1 6482:1 6597:1 6761:1 7246:1 7329:1 7351:1 7724:1 7882:1 8246:1 8590:1 8606:1 8653:1 8823:1 8835:2 8855:1 8907:2 9390:2 9450:2 10836:2 11014:1 11197:1 11218:1 11550:1 11649:1 11694:1 11958:1 12096:1 12161:1 12297:1 12693:1 12769:1 12775:1 12827:2 12922:1 12975:1 13092:1 13099:1 13113:1 13390:1 13420:1 13563:1 13721:1 13795:1 14801:1 14895:1 15036:1 15439:2 15725:1 16003:1 16143:1 17173:1 17307:1 17427:1 17434:1 17492:1 17495:1 18125:1 18191:1 18604:1 18608:1 18617:1 18791:1 19023:1 19378:1 19495:1 19943:1 19962:1 20482:1 20677:1 20940:1 21019:1 21301:169 21325:1 21425:1 21822:1 22109:1 22521:1 22844:1 23345:1 23376:1 23924:1 23967:1 24105:1 24275:1 24477:1 24878:1 25669:1 25731:1 26159:1 26253:1 26305:2 26354:1 26394:1 26589:1 26797:2 26843:1 27134:1 27906:1 27997:1 28188:1 28264:1 28379:1 28967:1 29135:1 29212:1 29325:2 29405:1 29446:1 29664:1 30523:1 30674:1 30913:1 31215:2 31250:1 31507:1 31530:1 32090:1 32245:1 32910:1 32980:1
15 192:1 378:1 419:1 562:1 643:1 700:1 1026:1 1030:1 1217:1 1469:1 1577:1 1746:1 1820:2 2025:1 2254:1 2259:1 2577:1 2614:1 2627:1 2641:1 2642:1 2814:1 3240:1 3312:1 3403:1 3412:1 3572:1 3642:1 3842:1 4117:1 4221:1 4241:1 4403:1 4412:1 4414:1 4655:1 4676:1 4809:1 4827:1 5091:1 5150:1 5170:1 5312:1 5367:1 5645:1 5711:1 5833:1 5896:1 5951:1 6144:1 6147:1 6166:1 6350:1 6482:1 6597:1 6761:1 6988:1 6993:1 7246:1 7299:1 7329:1 7351:1 7418:2 7530:1 7536:1 7724:1 7882:1 8184:1 8246:1 8329:1 8590:1 8606:1 8653:1 8823:1 8835:3 8855:1 8907:2 8926:1 9390:2 9450:2 9491:1 9650:1 10008:1 10186:1 10599:1 10605:1 10836:2 11014:1 11031:1 11197:1 11218:1 11550:1 11649:1 11694:1 11803:1 11853:1 11939:1 11958:1 12096:1 12161:1 12297:1 12493:1 12567:1 12673:1 12693:1 12769:1 12775:1 12827:2 12922:1 12975:1 13092:1 13099:1 13113:1 13390:1 13420:1 13563:1 13593:1 13721:1 13795:1 13874:1 14133:1 14455:1 14801:1 14895:1 14933:1 15036:1 15351:1 15375:1 15439:2 15445:1 15524:1 15725:1 16003:1 16143:1 16267:1 16541:1 16901:1 17173:1 17241:1 17307:1 17308:1 17326:1 17427:1 17434:1 17492:1 17495:1 17911:1 18125:1 18191:1 18291:1 18419:1 18604:1 18608:1 18617:1 18791:1 18958:1 19023:1 19228:1 19378:1 19495:1 19746:1 19943:1 19962:1 20482:1 20677:1 20757:1 20940:1 21019:1 21145:1 21301:251 21325:1 21425:1 21822:1 21825:1 22109:1 22264:1 22521:1 22779:1 22823:1 22844:1 22886:1 23145:1 23300:1 23345:1 23376:1 23707:1 23814:1 23915:1 23924:1 23967:1 24105:1 24275:1 24436:1 24477:1 24497:1 24713:1 24878:1 24894:1 25669:1 25731:1 26159:1 26253:1 26305:2 26354:1 26394:1 26496:1 26589:1 26797:2 26843:1 27134:1 27906:1 27997:1 28188:1 28257:1 28264:1 28379:1 28621:1 28669:1 28679:1 28967:1 29135:1 29187:1 29212:1 29325:2 29405:1 29446:1 29664:1 29724:1 30051:1 30200:1 30523:1 30578:1 30638:1 30674:1 30913:1 31215:2 31250:1 31507:1 31530:1 32090:1 32201:1 32245:1 32910:1 32980:1
15 114:1 192:1 378:1 419:1 545:1 562:1 643:1 700:1 1026:1 1030:1 1217:1 1275:1 1469:1 1480:1 1577:1 1746:1 1778:1 1820:2 2025:1 2254:1 2259:1 2577:1 2614:1 2627:1 2633:1 2641:1 2642:1 2729:1 2813:1 2814:1 3137:1 3240:1 3256:1 3312:1 3403:1 3412:1 3572:1 3642:1 3842:1 4117:1 4162:1 4221:1 4241:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4809:1 4827:1 5091:1 5150:1 5170:1 5214:1 5312:1 5367:1 5510:1 5645:1 5654:1 5675:1 5699:1 5711:1 5833:1 5896:1 5934:1 5951:1 6144:1 6147:1 6166:1 6350:1 6482:1 6597:1 6761:1 6882:1 6930:1 6988:1 6993:1 7246:1 7299:1 7329:1 7351:2 7418:2 7530:1 7536:1 7724:1 7882:1 8184:1 8246:1 8329:1 8453:2 8590:1 8606:1 8653:1 8758:2 8823:1 8835:4 8855:1 8907:2 8926:1 9080:1 9390:2 9450:2 9491:1 9650:1 9745:1 10008:1 10186:1 10599:1 10605:1 10608:1 10836:2 11014:1 11031:1 11197:1 11218:1 11550:1 11649:1 11694:1 11803:1 11853:1 11939:1 11958:1 12096:1 12130:1 12161:1 12172:1 12287:1 12297:2 12493:1 12567:1 12673:1 12693:1 12769:1 12775:1 12827:2 12922:1 12975:1 13092:1 13099:1 13113:1 13390:1 13420:1 13480:1 13492:1 13563:2 13593:1 13721:1 13795:1 13874:1 14133:1 14455:1 14583:1 14630:1 14801:1 14895:1 14929:1 14933:1 15036:1 15293:1 15351:1 15375:1 15439:2 15445:1 15492:1 15524:1 15725:1 16003:1 16143:1 16267:1 16541:1 16790:1 16901:1 17062:1 17173:1 17241:1 17307:1 17308:1 17326:1 17427:1 17434:1 17492:1 17495:1 17911:1 18125:2 18173:1 18174:1 18191:1 18291:1 18419:1 18604:1 18608:1 18617:1 18791:1 18947:1 18958:1 19023:1 19076:1 19190:1 19204:1 19228:1 19378:1 19385:1 19495:1 19496:1 19746:1 19943:1 19962:1 20152:1 20376:1 20482:1 20677:1 20757:1 20940:1 21019:1 21145:1 21301:318 21325:1 21425:1 21668:1 21822:1 21825:1 22109:1 22206:1 22264:1 22521:1 22779:1 22801:1 22823:1 22844:1 22886:1 23145:1 23300:1 23345:1 23376:1 23707:1 23718:1 23814:1 23915:1 23924:1 23967:1 24105:1 24227:1 24275:1 24436:1 24477:1 24497:1 24713:1 24878:1 24894:1 24938:1 25041:1 25669:1 25731:1 25969:1 26159:1 26253:1 26305:2 26354:1 26394:1 26400:1 26496:1 26589:1 26797:2 26843:1 27134:1 27557:1 27655:1 27906:2 27997:1 28188:1 28257:1 28264:1 28379:1 28467:1 28473:1 28621:1 28669:1 28679:1 28967:1 29135:1 29148:1 29187:1 29212:1 29325:2 29405:1 29446:2 29664:1 29724:1 30051:1 30200:1 30523:1 30578:1 30638:1 30646:1 30674:1 30808:1 30913:1 31215:2 31250:1 31433:1 31507:1 31530:1 31707:2 31777:1 31979:1 32090:1 32201:1 32245:1 32581:1 32910:1 32980:1
15 75:1 114:1 192:1 291:3 378:1 412:1 419:1 545:1 562:1 643:1 700:1 990:1 1026:1 1030:1 1184:1 1217:1 1275:1 1469:1 1480:1 1492:1 1577:1 1735:1 1746:1 1778:1 1820:2 1857:1 1983:1 2025:1 2121:1 2254:1 2259:1 2487:1 2577:1 2614:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2813:1 2814:1 2960:1 3137:1 3240:1 3256:1 3304:1 3312:1 3375:1 3403:1 3412:1 3572:1 3642:1 3842:1 4117:1 4158:1 4162:1 4221:1 4241:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4809:1 4827:1 5091:1 5150:1 5170:1 5181:1 5214:1 5312:1 5367:1 5510:1 5581:1 5644:1 5645:1 5654:1 5675:1 5699:1 5711:1 5833:1 5896:1 5934:1 5951:1 6144:1 6147:1 6166:1 6350:1 6482:1 6508:1 6569:1 6597:1 6761:1 6882:1 6930:1 6988:1 6993:1 7126:1 7240:1 7246:1 7284:1 7299:1 7329:1 7348:1 7351:2 7418:2 7530:1 7531:1 7536:1 7648:1 7724:1 7882:1 7977:1 8184:1 8246:1 8329:1 8453:2 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8758:2 8782:1 8823:1 8835:4 8855:1 8907:2 8926:1 9080:1 9390:2 9450:2 9491:1 9641:1 9650:1 9745:1 9854:1 9965:1 10008:1 10186:1 10231:1 10599:1 10605:1 10608:1 10727:1 10836:2 10918:1 11014:1 11031:1 11197:2 11218:1 11264:1 11550:1 11649:1 11694:1 11803:1 11853:1 11939:1 11958:1 11978:1 12014:1 12054:1 12096:2 12130:1 12161:1 12172:1 12287:1 12297:2 12493:1 12567:1 12673:1 12693:1 12769:1 12775:1 12827:2 12895:1 12922:1 12933:1 12975:1 13015:1 13045:1 13092:1 13099:1 13113:1 13130:1 13390:1 13403:1 13420:1 13480:1 13492:1 13563:2 13593:1 13721:1 13795:1 13874:1 14133:1 14327:1 14455:1 14583:1 14630:1 14679:1 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15143:1 15177:1 15280:1 15293:1 15351:1 15375:1 15439:2 15445:1 15492:1 15524:1 15725:1 15999:1 16003:1 16015:1 16143:1 16267:1 16541:1 16734:1 16790:1 16901:1 16928:3 17062:1 17173:1 17241:1 17259:1 17307:1 17308:1 17326:1 17427:1 17434:1 17467:1 17492:1 17495:1 17777:1 17911:1 18032:3 18125:2 18126:1 18173:1 18174:1 18191:1 18209:3 18291:1 18332:1 18419:1 18543:1 18604:1 18608:1 18617:1 18791:1 18822:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19228:1 19378:1 19385:1 19495:1 19496:1 19746:1 19943:1 19956:1 19962:1 20152:1 20376:1 20482:1 20489:1 20588:1 20677:1 20757:1 20839:1 20940:1 21019:1 21145:1 21301:428 21325:1 21425:1 21668:1 21822:1 21825:1 21885:1 21975:1 22109:1 22206:1 22264:1 22521:1 22573:1 22779:1 22801:1 22802:1 22823:1 22844:1 22886:1 23145:1 23206:1 23300:1 23320:1 23345:1 23376:2 23668:1 23707:1 23718:1 23814:1 23910:1 23915:1 23924:1 23967:1 24105:1 24227:1 24275:1 24436:1 24462:1 24477:1 24497:1 24697:1 24713:1 24878:1 24894:1 24938:1 25041:1 25072:1 25353:1 25370:1 25491:1 25669:1 25731:1 25969:1 26159:1 26253:1 26305:2 26354:1 26394:1 26400:1 26443:1 26479:1 26496:1 26589:1 26745:1 26797:2 26843:1 27014:1 27134:1 27190:1 27276:1 27557:1 27635:1 27655:1 27906:2 27997:1 28127:1 28188:1 28257:1 28264:1 28379:1 28467:1 28473:1 28596:1 28621:1 28669:1 28679:1 28809:1 28872:1 28967:1 29135:1 29148:1 29187:1 29212:1 29228:1 29325:2 29405:1 29446:2 29664:1 29674:1 29724:1 29953:1 30042:1 30051:1 30200:1 30359:1 30391:1 30523:1 30578:1 30638:1 30646:1 30674:1 30808:1 30852:1 30913:1 30990:1 30999:1 31131:1 31215:2 31250:1 31433:1 31468:1 31507:2 31530:1 31666:1 31707:2 31777:1 31979:1 32023:1 32026:1 32090:1 32201:1 32245:1 32581:1 32733:1 32860:1 32889:1 32910:1 32980:1 32984:1 33021:1
15 75:1 114:1 192:1 271:1 291:3 378:1 412:1 419:1 545:1 562:1 612:1 643:1 700:1 990:1 1026:1 1030:1 1184:1 1217:1 1275:1 1469:1 1480:1 1492:1 1577:1 1685:1 1735:1 1746:1 1778:1 1820:2 1857:1 1983:1 2025:1 2121:1 2254:1 2259:1 2455:1 2487:1 2577:1 2614:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2813:1 2814:1 2847:1 2960:1 3137:1 3240:1 3256:1 3304:1 3312:1 3375:1 3403:1 3412:1 3572:1 3642:1 3797:1 3842:1 4117:1 4158:1 4162:1 4212:1 4221:1 4241:1 4339:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4809:1 4827:1 5030:1 5091:1 5109:1 5150:1 5170:1 5181:1 5214:1 5312:1 5367:1 5510:1 5581:1 5644:1 5645:1 5654:1 5675:1 5699:1 5706:1 5711:1 5833:1 5896:1 5934:1 5951:1 6144:1 6147:1 6166:1 6227:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6569:1 6597:1 6668:1 6761:1 6882:1 6930:1 6988:1 6993:1 7126:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7418:2 7530:1 7531:1 7536:1 7648:1 7724:1 7882:1 7977:1 8184:1 8246:1 8291:1 8329:1 8453:2 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8758:2 8782:1 8823:1 8830:1 8835:4 8855:1 8907:2 8926:1 9080:1 9390:2 9450:2 9491:1 9641:1 9650:1 9745:1 9774:1 9854:1 9965:1 10008:1 10087:1 10186:1 10231:1 10599:1 10605:1 10608:1 10727:1 10823:1 10836:2 10918:1 11014:1 11031:1 11197:2 11210:1 11218:1 11264:1 11550:1 11649:1 11694:1 11803:1 11853:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12096:2 12130:1 12161:1 12169:1 12172:1 12287:1 12297:2 12408:1 12493:1 12567:1 12673:1 12693:1 12769:1 12775:1 12827:2 12895:1 12922:1 12933:1 12975:1 13015:1 13045:1 13092:1 13099:1 13113:1 13130:1 13390:1 13403:1 13420:1 13480:1 13492:1 13563:2 13593:1 13721:1 13795:1 13874:1 14133:1 14209:1 14327:1 14455:1 14532:1 14541:1 14583:1 14630:1 14679:1 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15143:1 15177:1 15280:1 15293:1 15351:1 15375:1 15439:2 15445:1 15492:1 15524:1 15725:1 15999:1 16003:1 16015:1 16143:1 16267:1 16541:1 16734:1 16790:1 16901:1 16928:3 17062:1 17173:1 17241:1 17259:1 17307:1 17308:1 17326:1 17427:1 17434:1 17467:1 17492:1 17495:1 17777:1 17911:1 18032:3 18125:2 18126:1 18173:1 18174:1 18191:1 18209:3 18291:1 18332:1 18419:1 18543:1 18604:1 18608:1 18617:1 18791:1 18822:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19228:1 19378:1 19385:1 19495:1 19496:1 19519:1 19549:1 19746:1 19943:1 19956:1 19962:1 20152:1 20376:1 20482:1 20489:1 20588:1 20677:1 20757:1 20839:1 20940:1 21019:1 21145:1 21301:456 21325:1 21425:1 21550:1 21668:1 21822:1 21825:1 21885:1 21975:1 22109:1 22177:1 22206:1 22264:1 22521:1 22573:1 22574:1 22779:1 22801:1 22802:1 22823:1 22844:1 22886:1 23145:1 23206:1 23300:1 23320:1 23345:1 23376:2 23644:1 23668:1 23707:1 23718:1 23814:1 23910:1 23915:1 23924:1 23967:1 24105:1 24227:1 24275:1 24436:1 24462:1 24477:1 24497:1 24697:1 24713:1 24835:1 24878:1 24894:1 24938:1 25041:1 25072:1 25092:1 25353:1 25370:1 25491:1 25559:1 25669:1 25731:1 25969:1 26159:1 26196:1 26253:1 26305:2 26354:1 26394:1 26400:1 26443:1 26479:1 26481:1 26496:1 26589:1 26745:1 26797:2 26843:1 27014:1 27134:1 27190:1 27276:1 27557:1 27635:1 27655:1 27819:1 27906:2 27997:1 28127:1 28188:1 28257:1 28264:1 28379:1 28467:1 28473:1 28596:1 28621:1 28669:1 28679:1 28809:1 28872:1 28967:1 29135:1 29148:1 29187:1 29212:1 29228:1 29325:2 29405:1 29446:2 29664:1 29674:1 29724:1 29749:1 29953:1 30042:1 30051:1 30200:1 30359:1 30391:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30808:1 30841:1 30845:1 30852:1 30913:1 30990:1 30999:1 31131:1 31215:2 31250:1 31433:1 31468:1 31507:2 31530:1 31666:1 31669:1 31707:2 31777:1 31979:1 32023:1 32026:1 32090:1 32201:1 32245:1 32299:1 32581:1 32733:1 32860:1 32889:1 32910:1 32980:1 32984:1 32989:1 33021:1
15 75:1 114:1 192:1 271:1 291:3 378:1 412:1 419:1 545:1 562:1 612:1 643:1 688:1 700:1 751:1 990:1 1026:1 1030:1 1077:1 1184:1 1217:1 1275:1 1469:1 1480:1 1492:1 1577:1 1685:2 1735:1 1746:1 1778:1 1820:2 1857:1 1940:1 1983:1 2025:1 2121:1 2254:1 2259:1 2455:1 2487:1 2577:1 2614:1 2622:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2813:1 2814:1 2847:1 2960:1 3137:1 3240:1 3256:1 3304:1 3312:1 3322:1 3375:1 3403:1 3412:1 3572:1 3642:1 3797:1 3816:1 3842:1 3903:1 4117:1 4158:1 4162:1 4212:1 4221:1 4241:1 4339:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4701:1 4809:1 4827:1 5030:1 5091:1 5109:1 5150:1 5170:2 5181:1 5214:1 5306:1 5312:1 5367:1 5449:1 5499:1 5510:1 5581:1 5609:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5833:1 5896:1 5934:1 5951:1 6144:1 6147:1 6166:1 6227:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6569:1 6597:1 6668:1 6761:1 6882:1 6930:1 6988:2 6993:1 7126:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7407:1 7418:2 7530:1 7531:2 7536:1 7648:1 7724:1 7882:1 7977:1 8006:1 8118:1 8184:1 8246:1 8291:1 8329:1 8453:2 8478:1 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8758:2 8782:1 8823:1 8830:1 8835:5 8855:1 8907:2 8926:1 9080:1 9312:1 9390:2 9449:1 9450:2 9491:1 9641:1 9650:1 9745:1 9774:1 9854:1 9965:1 10008:1 10059:1 10087:1 10186:1 10231:2 10599:1 10605:1 10608:1 10727:1 10823:1 10836:2 10918:1 11014:1 11031:1 11197:2 11210:1 11218:1 11264:1 11550:1 11649:1 11670:1 11694:1 11803:1 11853:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12096:2 12130:1 12161:1 12169:2 12172:1 12287:1 12297:2 12408:1 12493:1 12567:1 12673:1 12693:1 12756:1 12769:1 12775:1 12827:2 12895:1 12922:1 12933:1 12975:1 13015:1 13045:1 13092:1 13099:1 13113:1 13130:1 13137:1 13390:1 13403:1 13420:1 13480:1 13492:1 13563:2 13593:1 13634:1 13721:1 13795:1 13874:1 13988:1 14019:1 14133:1 14209:1 14327:1 14370:1 14455:1 14532:1 14541:1 14583:1 14630:1 14677:1 14679:2 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15124:1 15143:1 15177:1 15275:1 15280:2 15293:1 15294:1 15351:1 15375:2 15439:2 15445:1 15492:1 15524:1 15725:1 15812:1 15999:1 16003:1 16015:1 16143:1 16226:1 16267:1 16541:1 16734:1 16790:1 16901:1 16928:3 17062:1 17157:1 17173:1 17241:1 17259:1 17307:1 17308:1 17326:1 17427:1 17434:1 17467:1 17492:1 17495:1 17687:1 17777:1 17911:1 18032:3 18125:2 18126:1 18173:1 18174:1 18191:1 18209:3 18291:2 18332:1 18419:1 18543:1 18604:1 18608:1 18617:1 18791:1 18822:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19228:1 19279:1 19326:1 19378:1 19385:1 19495:1 19496:1 19519:1 19549:1 19746:1 19943:1 19956:1 19962:1 20152:1 20376:1 20482:1 20489:1 20588:1 20677:1 20757:1 20839:1 20940:1 21019:1 21145:1 21153:1 21301:508 21325:1 21425:1 21549:1 21550:1 21668:1 21822:1 21825:1 21885:1 21975:1 22029:1 22109:1 22177:1 22199:1 22206:1 22264:1 22288:1 22521:1 22573:1 22574:1 22779:1 22801:1 22802:2 22823:1 22844:1 22886:1 22996:1 23145:1 23197:1 23206:1 23300:1 23304:1 23320:1 23345:1 23376:2 23644:2 23668:1 23703:1 23707:1 23718:1 23794:1 23814:1 23909:1 23910:1 23915:1 23924:1 23940:1 23942:1 23967:1 24105:1 24227:1 24275:1 24436:1 24462:1 24477:1 24497:1 24697:1 24713:1 24835:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25353:1 25370:2 25491:1 25559:1 25669:1 25731:1 25969:1 26159:1 26196:1 26253:1 26305:2 26354:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26496:1 26589:1 26689:1 26745:1 26797:2 26843:1 26921:1 27014:1 27134:1 27190:1 27276:1 27553:1 27555:1 27557:1 27635:1 27655:1 27783:1 27819:1 27906:2 27997:1 28023:1 28026:1 28127:1 28188:1 28247:1 28257:1 28264:1 28379:1 28467:1 28473:1 28596:1 28613:1 28621:1 28669:1 28679:1 28809:1 28872:1 28967:1 29114:1 29135:1 29148:1 29187:1 29212:1 29228:1 29247:1 29325:2 29405:1 29425:1 29446:2 29664:1 29674:1 29724:1 29749:1 29953:1 30042:1 30051:1 30200:1 30253:1 30359:1 30364:1 30391:1 30521:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30808:1 30841:1 30845:1 30852:1 30913:1 30990:1 30999:1 31131:1 31215:2 31250:1 31433:1 31468:1 31507:2 31530:1 31666:1 31669:1 31707:2 31777:1 31979:1 32023:1 32026:1 32090:1 32201:1 32232:1 32245:1 32299:1 32581:1 32733:1 32812:1 32860:1 32889:1 32900:1 32903:1 32910:1 32980:1 32984:1 32989:1 33021:1
15 75:1 114:1 192:1 271:1 291:3 378:1 412:1 419:1 545:1 562:1 612:1 643:1 688:1 700:1 751:1 990:1 1020:1 1026:1 1030:1 1047:1 1077:1 1184:1 1217:1 1275:1 1469:1 1480:1 1492:1 1577:1 1667:1 1685:2 1735:1 1746:1 1778:1 1820:2 1842:2 1857:1 1940:1 1983:1 2025:1 2093:1 2121:1 2122:2 2254:1 2259:1 2455:1 2487:1 2577:1 2614:1 2622:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3304:1 3312:1 3322:1 3375:1 3403:1 3412:1 3566:1 3572:1 3642:1 3797:1 3816:1 3842:1 3903:1 3904:1 3920:1 4117:1 4158:1 4162:1 4212:1 4221:1 4241:1 4339:1 4368:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4701:1 4752:1 4802:1 4809:1 4827:1 5025:1 5030:1 5091:1 5109:1 5150:1 5170:2 5181:1 5214:1 5306:1 5312:1 5330:1 5361:1 5367:1 5449:1 5499:1 5510:1 5552:1 5581:1 5609:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5825:1 5833:1 5896:1 5903:1 5934:1 5951:1 5974:2 6118:1 6144:1 6147:1 6166:1 6210:1 6227:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6569:1 6597:1 6668:1 6761:1 6882:1 6930:1 6988:2 6993:1 7126:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7407:1 7418:2 7523:1 7530:1 7531:2 7536:1 7648:1 7691:1 7724:1 7882:1 7977:1 8006:1 8079:2 8118:1 8184:1 8246:1 8291:1 8329:1 8453:2 8478:1 8520:1 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8656:1 8758:2 8782:1 8823:1 8830:1 8835:5 8855:1 8907:2 8909:1 8926:1 9080:1 9206:1 9215:1 9304:1 9312:1 9340:1 9390:3 9449:1 9450:2 9491:1 9641:1 9650:1 9745:1 9774:1 9854:1 9855:1 9965:1 10008:1 10059:1 10061:1 10071:1 10087:1 10186:1 10231:2 10420:1 10599:1 10605:1 10608:1 10727:1 10823:1 10836:2 10918:1 11014:1 11031:1 11043:1 11197:2 11210:1 11218:1 11264:1 11550:1 11632:1 11649:1 11670:1 11694:1 11803:1 11841:1 11853:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12096:2 12130:1 12161:1 12169:2 12172:1 12287:1 12297:2 12408:1 12445:1 12493:1 12538:1 12567:1 12673:1 12693:1 12756:1 12769:1 12775:1 12827:2 12895:1 12922:1 12933:1 12975:1 13015:1 13045:1 13092:1 13099:1 13113:1 13115:1 13130:1 13137:1 13390:1 13403:1 13420:1 13480:1 13492:1 13563:2 13593:1 13634:1 13721:1 13795:1 13837:1 13874:1 13988:1 14019:1 14072:1 14133:1 14209:1 14327:1 14370:1 14455:1 14532:1 14541:1 14583:1 14630:1 14677:1 14679:2 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15124:2 15143:1 15177:1 15195:2 15212:1 15275:1 15280:2 15293:1 15294:1 15351:1 15375:2 15439:2 15445:1 15492:1 15524:1 15725:1 15812:1 15999:1 16003:1 16015:1 16019:1 16143:1 16226:1 16267:1 16541:1 16616:1 16734:1 16790:1 16893:1 16901:1 16928:4 17062:1 17118:1 17131:1 17157:1 17173:1 17241:1 17259:1 17284:1 17307:1 17308:1 17326:1 17427:1 17434:1 17467:1 17492:1 17495:1 17687:1 17730:1 17777:1 17911:1 17923:2 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:3 18291:2 18332:1 18419:1 18543:1 18604:1 18608:2 18617:1 18637:1 18791:1 18798:2 18808:1 18822:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:1 19326:1 19378:1 19385:1 19495:1 19496:1 19519:1 19549:1 19573:1 19746:1 19894:1 19941:1 19943:1 19951:1 19956:1 19962:1 19963:1 20024:1 20134:2 20152:1 20214:1 20376:1 20482:1 20489:1 20588:1 20677:1 20757:1 20839:1 20940:1 21019:1 21061:1 21145:1 21153:1 21301:651 21325:1 21425:1 21549:1 21550:1 21668:1 21725:1 21822:1 21825:1 21885:1 21975:1 22029:1 22109:1 22177:1 22199:1 22206:1 22264:1 22288:1 22332:1 22521:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:1 22844:1 22886:1 22996:1 23145:1 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23345:1 23376:2 23529:1 23563:1 23644:2 23668:1 23703:1 23707:1 23718:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23924:1 23940:1 23942:1 23967:1 24054:1 24105:1 24227:1 24258:1 24275:1 24436:1 24462:1 24463:1 24477:1 24497:1 24697:1 24713:1 24835:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25295:1 25353:1 25370:3 25490:1 25491:1 25559:1 25669:1 25731:1 25969:1 26159:1 26184:1 26196:1 26220:1 26253:1 26287:1 26305:2 26336:1 26354:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26496:1 26589:1 26635:1 26689:1 26733:1 26745:1 26797:2 26843:1 26860:1 26921:1 26990:1 27014:1 27134:1 27190:1 27276:1 27407:1 27450:1 27553:1 27555:1 27557:1 27635:1 27655:1 27783:1 27792:1 27819:1 27906:2 27995:1 27997:1 28023:1 28026:1 28127:1 28188:1 28247:1 28257:1 28264:1 28375:2 28379:1 28467:1 28473:1 28596:1 28613:1 28621:1 28669:1 28679:1 28807:1 28809:1 28830:1 28872:1 28967:1 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29278:1 29325:2 29355:1 29405:1 29425:1 29446:2 29664:1 29674:1 29724:1 29749:1 29899:1 29953:1 30042:1 30051:1 30200:1 30253:1 30359:1 30364:1 30391:1 30521:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30708:1 30808:1 30841:1 30845:1 30851:1 30852:1 30908:1 30913:1 30990:1 30999:1 31131:1 31208:1 31215:2 31250:1 31360:1 31433:1 31468:1 31507:2 31530:1 31666:1 31669:1 31707:2 31777:1 31979:1 32023:1 32026:1 32090:1 32201:1 32232:1 32245:1 32299:1 32326:1 32581:1 32620:1 32733:1 32812:1 32860:1 32889:1 32900:1 32903:1 32910:1 32943:1 32980:1 32984:1 32989:1 33021:1 33025:1
15 75:1 114:1 171:1 192:1 271:1 291:3 378:1 412:1 419:1 517:1 545:1 562:2 612:1 643:1 688:1 700:1 712:1 749:2 751:1 990:1 1020:1 1026:2 1030:1 1047:1 1077:1 1184:1 1217:1 1218:1 1275:1 1469:1 1480:1 1492:1 1537:1 1577:1 1667:1 1677:1 1685:2 1735:1 1746:1 1778:1 1820:2 1842:2 1857:1 1940:1 1983:1 2025:1 2093:1 2121:1 2122:2 2169:1 2254:1 2259:1 2455:1 2487:1 2577:1 2614:1 2622:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3304:1 3312:1 3322:1 3375:1 3403:1 3412:1 3566:1 3572:1 3642:1 3797:1 3816:1 3827:1 3842:1 3903:1 3904:1 3920:1 4117:1 4158:1 4162:1 4212:1 4221:1 4241:1 4292:1 4339:1 4368:1 4403:1 4412:1 4414:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4802:1 4809:2 4827:1 4882:1 4895:1 4928:1 5025:1 5030:1 5041:1 5091:1 5109:1 5150:1 5170:2 5181:1 5214:1 5224:3 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5499:1 5510:1 5552:1 5581:1 5609:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5825:1 5833:2 5896:1 5903:1 5934:1 5951:1 5974:3 6067:1 6118:1 6144:1 6147:1 6166:1 6210:1 6227:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6569:1 6597:2 6668:1 6761:1 6795:2 6882:1 6930:1 6988:2 6993:1 7126:1 7213:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7374:1 7407:1 7418:2 7523:1 7530:1 7531:2 7536:1 7648:1 7691:1 7723:1 7724:1 7882:1 7977:1 8006:1 8079:2 8118:1 8164:1 8184:1 8246:1 8291:1 8329:1 8453:2 8478:1 8520:1 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8656:1 8758:2 8782:1 8823:1 8830:1 8835:5 8855:1 8886:1 8907:2 8909:1 8916:1 8926:1 9080:1 9187:1 9206:1 9215:1 9304:1 9312:1 9340:1 9390:4 9449:1 9450:2 9491:1 9641:1 9650:1 9745:1 9774:1 9854:1 9855:1 9965:1 10008:1 10016:2 10059:1 10061:1 10071:1 10087:1 10186:1 10231:2 10420:1 10428:1 10487:1 10529:1 10599:1 10605:1 10608:1 10727:1 10823:1 10836:2 10902:1 10918:1 11014:1 11031:1 11043:1 11197:2 11210:1 11218:1 11264:1 11487:1 11546:1 11550:1 11632:1 11649:1 11670:1 11694:1 11738:1 11803:1 11841:1 11853:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12096:2 12130:1 12161:1 12169:2 12172:1 12287:1 12297:2 12408:1 12445:1 12493:1 12538:2 12559:1 12567:1 12597:1 12673:1 12693:2 12756:1 12769:1 12770:1 12775:1 12797:3 12827:2 12895:1 12917:1 12922:1 12933:1 12950:1 12975:1 13015:1 13045:1 13092:1 13099:1 13113:1 13115:1 13130:1 13137:1 13390:1 13403:1 13420:1 13480:1 13492:1 13563:2 13593:2 13634:1 13721:1 13795:2 13837:1 13874:1 13988:1 14002:1 14019:1 14072:1 14133:1 14209:1 14327:1 14370:1 14400:1 14455:1 14532:1 14541:1 14583:1 14606:1 14623:1 14630:1 14677:1 14679:3 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15124:2 15143:1 15177:1 15195:2 15212:1 15275:1 15280:2 15293:1 15294:1 15341:1 15351:1 15375:2 15439:2 15445:1 15492:1 15524:1 15552:2 15725:1 15812:1 15999:1 16003:1 16015:1 16019:1 16143:1 16226:1 16267:1 16541:1 16616:1 16675:1 16734:1 16790:1 16893:1 16901:1 16920:2 16928:4 17062:1 17081:1 17118:1 17131:1 17157:1 17173:1 17241:1 17259:1 17284:1 17307:1 17308:1 17326:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17644:1 17687:1 17730:1 17777:1 17856:1 17911:1 17923:2 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:3 18217:1 18288:1 18291:2 18332:1 18409:1 18419:1 18543:1 18604:1 18608:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:1 19326:1 19378:1 19385:1 19393:1 19495:1 19496:1 19519:1 19549:1 19573:1 19746:1 19894:1 19941:1 19943:1 19951:1 19956:1 19962:1 19963:1 20023:2 20024:1 20134:3 20152:2 20214:1 20376:1 20482:1 20489:1 20588:1 20677:2 20757:1 20839:1 20931:1 20940:1 21019:2 21061:1 21145:1 21153:1 21301:788 21325:1 21425:1 21531:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21819:1 21822:1 21825:1 21885:1 21975:1 22029:1 22068:1 22109:1 22177:1 22199:1 22206:1 22264:1 22288:1 22332:1 22521:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:1 22844:1 22886:1 22996:1 23145:1 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23345:1 23376:2 23450:1 23529:1 23563:1 23644:2 23668:1 23703:1 23707:1 23718:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23924:1 23940:1 23942:1 23967:1 24054:1 24105:2 24227:1 24258:1 24275:1 24436:1 24462:1 24463:1 24477:1 24497:1 24697:1 24713:1 24835:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25295:1 25333:1 25347:1 25353:1 25370:3 25490:1 25491:1 25559:1 25669:1 25731:1 25969:1 26083:1 26159:1 26184:1 26196:1 26220:1 26253:1 26287:1 26305:2 26336:1 26354:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26496:1 26589:1 26635:1 26689:1 26732:1 26733:1 26745:1 26797:2 26843:1 26860:1 26921:1 26990:1 27014:1 27134:1 27186:1 27190:1 27276:1 27396:2 27407:2 27450:1 27553:1 27555:1 27557:1 27635:1 27655:1 27783:1 27792:1 27819:1 27826:2 27906:2 27995:1 27997:1 28023:1 28026:1 28127:1 28188:1 28247:1 28257:1 28264:1 28375:2 28379:1 28421:1 28467:1 28473:1 28596:1 28607:1 28613:1 28621:1 28669:1 28679:1 28807:1 28809:1 28830:1 28872:1 28967:1 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29278:1 29325:2 29355:1 29405:1 29425:1 29446:2 29603:1 29664:1 29674:1 29724:1 29748:1 29749:1 29753:1 29899:1 29953:1 30042:1 30051:1 30200:1 30244:1 30245:1 30253:1 30359:1 30364:1 30391:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30708:1 30808:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30913:1 30978:1 30990:1 30999:1 31131:1 31208:1 31215:2 31250:1 31322:2 31360:1 31433:1 31468:1 31507:2 31530:1 31622:1 31666:1 31669:1 31707:2 31777:1 31807:1 31979:1 32023:1 32026:1 32090:2 32201:1 32232:1 32245:1 32269:1 32293:1 32299:1 32326:1 32581:1 32620:1 32733:1 32751:1 32812:1 32860:1 32889:1 32890:1 32900:1 32903:1 32910:1 32943:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:1 114:1 171:1 192:1 271:1 291:3 378:1 412:1 419:1 517:1 545:1 562:2 612:1 643:1 658:1 688:1 700:1 712:1 749:2 751:1 990:1 1020:1 1026:2 1030:1 1047:1 1077:1 1184:1 1217:1 1218:1 1275:1 1469:1 1480:1 1492:1 1537:1 1577:1 1667:1 1677:2 1685:2 1735:1 1746:1 1778:1 1820:3 1842:2 1857:1 1940:1 1983:1 2025:1 2093:1 2121:1 2122:2 2169:1 2254:1 2259:1 2455:1 2487:1 2577:1 2614:1 2622:1 2627:1 2633:1 2641:1 2642:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3304:1 3312:1 3322:1 3375:1 3403:1 3412:1 3566:1 3572:1 3642:1 3797:1 3816:1 3827:1 3842:1 3903:1 3904:1 3920:1 4117:1 4158:1 4162:1 4212:1 4221:1 4241:1 4292:1 4339:1 4368:1 4403:2 4412:1 4414:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4802:1 4809:2 4827:1 4882:1 4895:2 4928:1 5025:1 5030:1 5041:1 5091:1 5109:1 5150:1 5170:2 5181:1 5205:1 5214:1 5224:3 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5499:1 5510:1 5552:1 5581:1 5609:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5825:1 5833:2 5896:1 5903:1 5934:1 5951:1 5974:3 6067:1 6087:1 6118:1 6144:1 6147:1 6166:1 6210:1 6227:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6569:1 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6930:1 6988:2 6993:1 7126:1 7213:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7374:2 7390:1 7407:1 7418:2 7523:1 7530:1 7531:2 7536:1 7623:1 7648:1 7691:1 7723:1 7724:1 7831:1 7882:1 7977:1 8006:1 8079:2 8118:1 8164:1 8184:1 8246:1 8291:1 8329:1 8453:2 8478:1 8520:1 8522:1 8526:1 8537:1 8590:1 8606:1 8653:1 8655:1 8656:1 8758:2 8782:1 8823:1 8830:1 8835:5 8855:1 8886:1 8907:2 8909:1 8916:1 8926:1 9080:1 9187:1 9206:1 9215:1 9304:1 9312:1 9340:1 9390:4 9449:1 9450:2 9491:1 9538:1 9641:1 9650:1 9745:1 9774:1 9854:1 9855:1 9965:1 10008:1 10016:2 10059:1 10061:1 10071:1 10087:1 10186:1 10231:2 10420:1 10428:1 10487:1 10495:1 10529:1 10599:1 10605:1 10608:1 10727:1 10823:1 10836:2 10902:1 10918:1 11014:1 11031:1 11043:1 11197:2 11210:1 11218:1 11264:1 11487:1 11546:1 11550:1 11632:1 11649:1 11670:1 11694:1 11738:1 11803:1 11837:1 11841:1 11853:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12096:2 12130:1 12161:1 12169:2 12172:1 12287:1 12297:2 12408:1 12445:1 12493:1 12538:2 12559:1 12567:1 12597:1 12673:1 12693:2 12756:1 12769:1 12770:2 12775:1 12797:3 12827:2 12895:1 12917:1 12922:1 12933:1 12950:1 12975:1 12985:1 13015:1 13045:1 13092:1 13099:1 13113:1 13115:1 13130:1 13137:1 13390:2 13403:1 13420:1 13480:1 13492:1 13563:2 13593:2 13634:1 13721:1 13795:2 13837:1 13874:1 13916:1 13988:1 14002:1 14019:1 14045:1 14072:1 14133:1 14209:1 14245:1 14327:1 14370:1 14400:1 14455:1 14532:1 14541:1 14583:1 14606:1 14623:1 14630:1 14645:1 14677:1 14679:3 14717:1 14801:1 14895:1 14929:1 14933:1 15036:1 15124:2 15143:1 15177:1 15195:2 15212:1 15275:1 15280:2 15293:1 15294:1 15341:1 15351:1 15375:2 15439:2 15445:1 15492:1 15524:1 15552:2 15725:1 15812:1 15999:1 16003:1 16015:1 16019:1 16143:1 16226:1 16267:1 16541:1 16616:1 16675:1 16734:1 16790:1 16893:1 16901:1 16920:2 16928:4 17062:1 17081:2 17118:1 17131:1 17157:1 17173:2 17241:1 17259:1 17284:1 17307:2 17308:1 17326:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17644:1 17687:1 17730:1 17777:1 17856:1 17911:1 17923:2 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:3 18217:1 18288:1 18291:2 18317:1 18332:1 18409:1 18419:1 18543:1 18604:1 18608:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18905:1 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:1 19326:1 19378:1 19385:1 19393:1 19495:1 19496:1 19519:1 19549:1 19573:1 19746:1 19894:1 19941:1 19943:1 19951:1 19956:1 19962:1 19963:1 20023:2 20024:1 20134:3 20152:3 20214:1 20376:1 20482:1 20489:1 20588:1 20677:2 20757:1 20839:1 20931:2 20940:1 21019:2 21061:1 21145:1 21153:1 21301:854 21325:1 21425:1 21531:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21819:1 21822:1 21825:1 21885:1 21975:1 22029:1 22068:1 22109:1 22177:1 22199:1 22206:1 22264:1 22288:1 22332:1 22521:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:1 22844:1 22886:1 22996:1 23145:2 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23345:1 23376:2 23450:1 23529:1 23563:1 23644:2 23668:1 23703:1 23707:1 23718:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23924:1 23940:1 23942:1 23967:1 24054:1 24105:2 24177:1 24227:1 24258:1 24275:1 24436:1 24462:1 24463:1 24477:1 24497:1 24697:1 24713:1 24762:1 24835:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25295:1 25333:1 25347:1 25353:1 25370:3 25490:1 25491:1 25559:1 25669:1 25731:1 25969:1 26083:1 26159:1 26184:1 26196:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26354:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26496:1 26498:1 26500:1 26589:1 26635:1 26689:1 26732:1 26733:1 26745:1 26797:2 26843:1 26860:1 26921:1 26990:1 27014:1 27134:1 27186:1 27190:1 27276:1 27396:2 27407:2 27450:1 27553:1 27555:1 27557:1 27635:1 27655:1 27754:1 27779:1 27783:1 27792:1 27819:1 27826:2 27906:2 27995:1 27997:1 28023:1 28026:1 28127:1 28188:1 28247:1 28257:1 28264:1 28375:2 28379:1 28421:1 28467:1 28473:1 28596:1 28607:1 28613:1 28621:1 28669:1 28679:1 28807:1 28809:1 28830:1 28872:1 28967:1 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29278:1 29325:2 29355:1 29405:1 29425:1 29446:2 29603:1 29664:1 29674:1 29724:1 29748:2 29749:1 29753:1 29899:1 29953:1 29984:1 30042:1 30051:1 30200:1 30244:1 30245:1 30253:1 30359:1 30364:1 30391:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30708:1 30808:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30913:1 30978:1 30990:1 30999:1 31131:1 31208:1 31215:2 31250:1 31322:2 31360:1 31433:1 31468:1 31507:2 31530:1 31622:1 31666:1 31669:1 31707:2 31777:1 31807:2 31979:1 32023:1 32026:1 32043:1 32090:3 32201:2 32232:1 32245:1 32269:1 32293:1 32299:1 32326:1 32483:1 32581:1 32620:1 32733:1 32751:1 32812:1 32860:1 32889:1 32890:1 32900:1 32903:1 32910:1 32943:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:1 114:1 171:1 192:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 517:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:1 749:2 751:1 990:1 1020:1 1023:1 1026:2 1030:1 1047:1 1077:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1459:2 1469:1 1480:1 1492:1 1537:1 1561:1 1577:1 1667:1 1677:2 1685:2 1734:2 1735:1 1746:1 1778:1 1820:3 1834:1 1842:2 1857:1 1910:1 1938:1 1940:1 1983:1 2025:1 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2254:1 2259:1 2455:1 2487:1 2532:1 2577:1 2583:1 2614:1 2622:1 2627:1 2633:1 2637:1 2641:1 2642:1 2668:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3290:1 3304:1 3312:2 3322:1 3356:1 3375:1 3403:1 3412:1 3566:1 3572:1 3642:1 3797:1 3816:1 3827:1 3842:1 3903:1 3904:1 3920:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4263:1 4292:1 4339:1 4343:1 4368:1 4403:2 4412:1 4414:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4827:1 4882:1 4895:2 4928:1 5025:1 5030:1 5041:1 5091:1 5109:1 5150:1 5170:2 5181:1 5201:1 5205:1 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5499:1 5510:1 5552:1 5581:1 5609:1 5630:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5825:1 5833:2 5887:1 5896:1 5903:1 5934:1 5951:1 5974:3 6067:1 6087:2 6118:1 6144:1 6147:1 6166:1 6210:1 6227:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6568:1 6569:1 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6908:1 6930:1 6988:2 6993:1 7126:1 7210:1 7213:1 7232:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7374:2 7390:1 7407:1 7418:2 7523:2 7530:1 7531:2 7536:1 7560:1 7579:1 7597:1 7623:1 7645:1 7648:1 7691:1 7723:1 7724:1 7827:1 7831:2 7882:1 7977:1 8006:1 8079:2 8118:2 8154:1 8164:1 8184:1 8246:1 8291:1 8329:1 8453:2 8478:1 8517:2 8520:1 8522:1 8526:1 8537:1 8590:1 8606:1 8640:1 8653:2 8655:1 8656:1 8723:1 8758:2 8782:1 8816:1 8821:1 8823:1 8830:1 8835:5 8855:2 8886:1 8907:2 8909:1 8916:1 8926:1 9072:1 9080:1 9187:1 9206:1 9215:1 9224:1 9304:1 9312:1 9324:1 9340:1 9390:5 9449:1 9450:2 9456:1 9491:1 9520:1 9538:1 9641:1 9650:1 9745:1 9774:1 9849:1 9854:1 9855:1 9965:1 10008:1 10016:2 10059:1 10061:1 10071:1 10087:1 10151:1 10186:1 10231:2 10420:1 10428:1 10487:1 10495:1 10529:1 10542:1 10599:1 10605:1 10608:1 10636:1 10727:2 10819:1 10823:1 10836:2 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11197:2 11210:1 11218:1 11264:1 11412:1 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11649:1 11670:1 11694:1 11697:1 11710:1 11738:1 11803:1 11837:1 11841:1 11843:1 11853:1 11894:1 11939:1 11958:1 11978:1 12014:1 12052:1 12054:1 12081:1 12096:2 12130:1 12161:1 12169:2 12172:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12538:2 12559:1 12567:1 12597:1 12673:1 12693:2 12734:1 12756:1 12769:1 12770:2 12775:1 12797:3 12827:2 12895:1 12917:1 12922:1 12933:1 12950:1 12975:1 12985:2 13015:1 13045:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13344:1 13390:2 13403:1 13420:1 13480:1 13492:1 13563:2 13568:1 13593:2 13634:1 13721:1 13795:2 13803:1 13837:1 13874:1 13916:2 13936:1 13945:1 13988:1 14002:1 14019:1 14045:1 14072:1 14133:1 14209:1 14245:1 14327:1 14370:1 14400:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14623:1 14630:1 14645:1 14677:1 14679:3 14717:2 14801:1 14895:1 14913:1 14929:1 14933:1 15036:1 15089:1 15124:2 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:2 15293:1 15294:1 15341:1 15351:1 15375:2 15439:2 15445:1 15492:1 15524:1 15552:2 15725:1 15812:1 15839:1 15999:1 16003:1 16015:1 16019:1 16143:1 16170:1 16226:1 16267:1 16438:1 16512:1 16541:1 16616:1 16675:1 16712:1 16734:1 16790:1 16893:1 16901:1 16920:2 16928:6 17062:1 17081:2 17118:1 17131:1 17157:1 17173:3 17241:1 17259:1 17284:1 17307:3 17308:1 17326:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17523:1 17644:1 17687:1 17730:1 17743:1 17777:1 17832:1 17856:1 17911:1 17923:2 17978:1 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:1 18291:2 18317:1 18332:1 18409:1 18419:1 18543:1 18557:1 18604:1 18608:2 18612:1 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18905:2 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:1 19326:1 19378:1 19385:1 19393:1 19448:1 19495:1 19496:1 19519:1 19549:1 19573:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19951:1 19956:1 19962:1 19963:1 20023:2 20024:1 20120:1 20134:3 20152:3 20214:1 20368:1 20376:1 20383:1 20472:1 20482:1 20489:1 20588:1 20677:2 20757:1 20839:1 20884:1 20931:2 20940:1 20949:1 21019:2 21061:1 21145:1 21153:1 21174:1 21252:1 21301:935 21325:1 21425:1 21531:1 21543:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21791:1 21819:1 21822:1 21825:1 21885:1 21975:1 22029:1 22068:1 22109:1 22177:1 22199:1 22206:1 22264:1 22288:1 22332:1 22521:1 22535:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:1 22830:1 22844:1 22886:1 22996:1 23145:2 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23345:1 23376:2 23380:1 23386:1 23450:1 23525:1 23529:1 23563:1 23601:1 23627:1 23644:2 23668:1 23703:1 23707:1 23718:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23967:1 23980:1 24054:1 24105:3 24125:1 24177:1 24227:1 24258:1 24275:1 24436:1 24462:1 24463:1 24466:1 24477:1 24497:1 24675:1 24676:1 24697:1 24713:1 24762:1 24835:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25295:1 25321:1 25333:1 25347:1 25353:1 25370:3 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25654:1 25669:1 25731:1 25848:1 25899:1 25969:1 26083:1 26159:1 26184:1 26196:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26354:1 26371:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26483:1 26496:1 26498:1 26500:1 26561:1 26589:1 26635:1 26689:1 26732:1 26733:1 26745:1 26797:2 26843:1 26860:1 26921:1 26990:1 27014:1 27134:1 27186:1 27190:1 27276:1 27396:2 27407:2 27450:1 27522:1 27553:1 27555:1 27557:1 27598:1 27635:1 27655:1 27754:1 27779:1 27783:1 27786:1 27792:1 27819:1 27826:2 27906:2 27984:1 27995:1 27997:1 28023:1 28026:1 28127:1 28188:1 28247:1 28257:1 28264:1 28375:3 28379:1 28421:1 28467:1 28473:1 28591:1 28596:1 28607:1 28613:1 28621:1 28669:1 28679:1 28694:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28967:2 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29275:1 29278:1 29325:2 29355:1 29405:1 29425:1 29446:2 29603:1 29664:1 29674:1 29724:1 29742:1 29748:2 29749:1 29753:1 29802:1 29899:1 29953:1 29984:1 30042:1 30051:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:1 30359:1 30364:1 30378:1 30391:1 30413:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30646:1 30674:1 30708:1 30808:1 30822:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30913:1 30978:1 30990:1 30999:1 31131:2 31177:1 31208:1 31215:2 31250:1 31322:2 31360:1 31433:1 31468:2 31507:2 31530:1 31587:1 31622:1 31666:1 31669:1 31685:1 31707:2 31732:1 31747:1 31777:1 31807:2 31979:1 32023:1 32026:1 32043:1 32090:3 32201:2 32232:1 32245:1 32264:1 32269:1 32293:1 32299:1 32302:1 32326:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32812:1 32827:1 32860:1 32889:1 32890:1 32900:1 32903:1 32910:1 32943:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:1 114:1 171:1 192:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 517:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:1 749:2 751:1 828:1 947:1 990:1 1020:1 1023:1 1026:2 1030:1 1047:1 1077:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1480:1 1481:1 1492:2 1537:1 1561:1 1577:1 1667:1 1677:2 1685:2 1734:2 1735:1 1743:1 1746:1 1778:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:1 1910:1 1938:1 1940:1 1983:1 2000:1 2025:1 2056:1 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2241:1 2254:1 2259:1 2455:1 2462:1 2487:1 2532:1 2577:1 2583:1 2614:1 2622:1 2627:1 2633:1 2637:1 2641:1 2642:1 2668:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3290:1 3304:1 3312:2 3322:1 3356:1 3375:1 3403:1 3412:1 3498:1 3566:1 3572:1 3642:1 3797:1 3816:2 3827:1 3842:1 3903:2 3904:1 3920:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4259:1 4263:1 4292:1 4308:1 4339:1 4343:1 4368:1 4403:2 4406:1 4412:1 4414:1 4460:1 4491:1 4561:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4827:1 4882:1 4895:2 4928:1 5014:1 5025:1 5030:1 5041:1 5086:1 5091:1 5109:1 5150:1 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5499:1 5510:1 5552:1 5581:1 5609:1 5630:1 5644:1 5645:1 5654:1 5661:1 5675:1 5699:1 5706:1 5711:1 5825:1 5833:2 5887:1 5896:1 5903:1 5934:1 5951:1 5974:3 6067:1 6087:2 6118:1 6144:1 6147:1 6166:2 6210:1 6227:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6568:1 6569:1 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6908:1 6930:1 6988:2 6993:1 7087:1 7114:1 7126:1 7210:1 7213:1 7232:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7374:2 7390:1 7407:1 7418:2 7523:2 7530:1 7531:2 7536:1 7560:1 7579:1 7597:1 7623:1 7645:1 7648:1 7691:1 7723:1 7724:1 7811:1 7827:1 7831:2 7882:1 7977:1 8006:1 8079:2 8118:2 8154:1 8164:1 8184:1 8246:1 8291:1 8329:1 8412:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8584:1 8590:1 8606:1 8640:1 8653:2 8655:1 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:5 8855:2 8886:1 8907:2 8909:1 8916:1 8926:1 9072:1 9080:1 9187:1 9206:1 9215:1 9224:1 9304:1 9312:1 9317:1 9324:1 9340:1 9390:5 9449:1 9450:2 9456:1 9463:1 9491:1 9520:1 9538:1 9641:1 9650:1 9704:1 9745:1 9774:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:1 10060:1 10061:1 10071:1 10082:1 10087:1 10151:1 10186:1 10231:2 10420:1 10428:1 10487:1 10495:2 10506:1 10529:1 10542:1 10599:1 10605:1 10608:1 10636:1 10727:2 10819:1 10823:1 10836:2 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11132:1 11197:2 11210:1 11218:1 11264:1 11412:1 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11649:1 11670:1 11694:1 11697:1 11710:1 11738:1 11803:1 11837:1 11841:1 11843:1 11853:2 11894:1 11939:1 11958:1 11978:1 12014:1 12052:1 12053:1 12054:1 12081:1 12096:2 12130:1 12161:1 12169:2 12172:1 12205:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12538:2 12559:1 12567:1 12597:1 12661:1 12673:1 12693:2 12734:1 12743:1 12756:1 12769:1 12770:2 12775:1 12797:3 12827:2 12895:1 12917:1 12922:1 12933:1 12950:1 12975:1 12985:2 12992:1 13015:1 13045:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13344:1 13390:2 13403:1 13420:1 13480:1 13492:1 13563:2 13568:1 13593:2 13634:1 13690:1 13694:1 13721:1 13795:2 13803:1 13837:1 13874:1 13916:2 13936:1 13940:1 13945:1 13964:1 13979:1 13988:2 14002:1 14019:1 14045:1 14072:1 14133:1 14209:1 14245:1 14327:1 14370:1 14400:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14623:1 14630:1 14645:1 14677:1 14679:3 14717:2 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15089:1 15124:2 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:2 15293:1 15294:1 15301:1 15341:1 15351:1 15375:2 15439:2 15445:1 15492:1 15518:1 15524:1 15552:3 15725:1 15812:1 15839:1 15999:1 16003:1 16015:1 16019:1 16143:1 16170:1 16226:1 16267:1 16355:1 16410:1 16438:1 16512:1 16541:1 16616:1 16675:1 16712:1 16734:1 16790:1 16893:1 16901:1 16920:2 16928:6 17062:1 17081:2 17118:1 17131:1 17157:1 17173:4 17241:1 17259:1 17284:1 17307:4 17308:1 17326:1 17327:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17523:1 17644:1 17687:1 17730:1 17743:1 17762:1 17777:1 17832:1 17856:1 17911:1 17923:2 17978:1 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:1 18291:2 18317:1 18332:1 18409:1 18419:1 18490:1 18516:1 18543:1 18557:1 18604:1 18608:2 18612:1 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18905:2 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:2 19326:1 19378:1 19385:1 19393:1 19448:1 19471:1 19495:1 19496:1 19519:1 19549:1 19573:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:1 19951:1 19956:1 19962:1 19963:1 20023:3 20024:1 20120:1 20134:3 20152:3 20214:1 20368:1 20376:1 20383:1 20472:1 20478:1 20482:1 20489:1 20588:1 20644:1 20677:2 20757:1 20829:1 20839:1 20884:1 20931:2 20940:1 20949:1 21019:2 21061:1 21090:1 21129:1 21145:1 21153:1 21174:1 21252:1 21301:1054 21325:1 21425:1 21531:1 21543:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21791:1 21819:1 21822:2 21825:1 21885:1 21975:1 22029:1 22068:1 22109:1 22112:1 22177:1 22199:1 22206:1 22225:1 22264:1 22288:1 22332:1 22359:1 22521:1 22535:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:2 22830:1 22844:1 22886:1 22996:1 23056:1 23145:2 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23340:1 23345:1 23376:3 23380:1 23386:1 23398:1 23450:1 23525:1 23529:1 23563:1 23601:1 23627:1 23644:2 23668:1 23703:1 23707:1 23718:1 23772:1 23791:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23967:1 23980:1 24054:1 24105:3 24125:1 24177:1 24227:1 24258:1 24275:1 24370:1 24436:1 24454:1 24462:1 24463:1 24466:1 24477:1 24497:1 24675:1 24676:1 24697:1 24713:1 24762:1 24835:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 25041:1 25072:1 25092:1 25129:1 25295:1 25321:1 25333:1 25347:1 25353:1 25370:3 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25731:1 25848:1 25899:1 25969:1 26083:1 26159:1 26184:1 26196:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26371:1 26384:1 26394:1 26400:1 26443:1 26479:1 26481:1 26483:1 26496:1 26498:1 26500:1 26533:1 26561:1 26589:1 26635:1 26689:1 26732:1 26733:1 26745:1 26797:2 26843:1 26860:1 26921:1 26990:1 27014:1 27105:1 27134:1 27186:1 27190:1 27244:1 27276:1 27396:3 27407:2 27450:1 27522:1 27553:1 27555:2 27557:1 27598:1 27635:1 27655:1 27754:1 27779:1 27783:1 27786:1 27792:1 27819:1 27826:2 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:2 28127:1 28188:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:2 28421:1 28445:1 28467:1 28473:1 28474:1 28501:1 28571:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:1 28679:2 28694:1 28732:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28967:2 28992:1 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29275:1 29278:1 29294:1 29325:2 29355:1 29405:1 29425:1 29446:2 29473:1 29603:1 29611:1 29664:1 29674:1 29724:1 29742:1 29748:2 29749:1 29753:1 29802:1 29899:1 29953:1 29984:2 30042:1 30051:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:1 30359:1 30364:1 30378:1 30391:1 30413:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30641:1 30646:1 30674:1 30708:1 30721:1 30808:1 30822:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30913:1 30978:1 30990:1 30999:1 31131:2 31177:1 31208:1 31215:2 31250:1 31322:2 31334:1 31360:1 31433:1 31468:2 31507:2 31530:1 31587:1 31622:1 31666:1 31669:1 31676:1 31685:1 31707:3 31732:1 31747:1 31777:1 31807:2 31834:1 31926:1 31979:1 31991:1 32005:1 32023:1 32026:1 32043:1 32090:3 32201:2 32232:1 32245:1 32264:1 32269:1 32293:1 32299:1 32302:1 32326:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32812:1 32827:1 32860:1 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32943:1 32949:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:1 114:1 171:1 192:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 478:1 517:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:1 748:1 749:2 751:1 828:1 947:1 990:1 1020:1 1023:1 1026:2 1030:1 1047:1 1077:2 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1561:1 1577:1 1667:1 1677:2 1685:2 1734:2 1735:1 1743:1 1746:1 1778:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:2 1910:1 1938:1 1940:1 1983:1 2000:1 2025:1 2056:2 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2241:2 2254:1 2259:1 2455:1 2462:1 2487:1 2532:1 2577:1 2583:1 2614:1 2622:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2668:1 2683:1 2729:1 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2960:1 2988:1 3137:1 3240:1 3256:1 3290:1 3304:1 3312:2 3322:1 3356:1 3373:1 3375:1 3403:1 3412:1 3498:1 3566:1 3572:1 3642:1 3715:1 3797:1 3816:3 3827:1 3842:1 3903:3 3904:1 3920:1 3947:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4259:1 4263:1 4292:2 4308:1 4339:1 4343:1 4368:1 4403:2 4406:2 4412:1 4414:1 4460:1 4464:1 4491:1 4561:2 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:3 4928:1 5014:1 5025:1 5030:1 5041:1 5086:1 5091:1 5109:1 5150:1 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:1 5552:1 5581:1 5609:1 5630:1 5644:1 5645:1 5654:1 5661:1 5675:1 5678:1 5699:1 5706:1 5711:1 5825:1 5833:2 5887:1 5896:1 5903:1 5922:1 5934:1 5951:1 5974:3 6067:1 6087:3 6118:1 6127:1 6144:1 6147:1 6166:2 6210:1 6227:1 6256:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6564:1 6568:1 6569:1 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6908:1 6930:1 6936:1 6988:2 6993:1 7087:1 7114:1 7126:1 7210:1 7213:1 7232:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:1 7351:2 7362:1 7374:2 7390:1 7407:1 7418:2 7482:1 7503:1 7523:2 7530:1 7531:2 7536:1 7560:1 7579:1 7597:1 7623:1 7645:1 7648:1 7691:1 7723:1 7724:1 7811:1 7827:1 7831:3 7882:1 7977:1 8006:1 8079:2 8118:2 8154:1 8164:1 8184:1 8246:1 8291:1 8329:1 8412:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8584:1 8590:1 8606:1 8640:1 8653:2 8655:1 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:5 8855:2 8856:1 8886:1 8907:2 8909:1 8916:1 8926:1 8966:1 9072:1 9080:1 9121:1 9187:1 9206:1 9209:1 9215:1 9224:1 9304:1 9312:1 9317:2 9324:1 9340:1 9390:8 9405:1 9449:1 9450:2 9456:1 9461:1 9463:1 9491:1 9520:1 9538:1 9641:1 9650:1 9704:1 9745:1 9774:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:1 10060:1 10061:1 10071:1 10082:1 10087:1 10151:1 10186:1 10231:2 10420:1 10428:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10636:1 10727:2 10819:1 10823:1 10836:2 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11197:2 11210:1 11218:1 11250:1 11264:1 11412:2 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:1 11710:1 11738:1 11803:1 11837:1 11841:1 11843:1 11853:2 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:1 12054:1 12081:1 12096:3 12130:1 12161:1 12169:2 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12538:2 12559:2 12567:1 12597:1 12661:1 12673:1 12693:2 12734:1 12743:1 12756:1 12769:1 12770:2 12775:1 12796:1 12797:3 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:3 12992:1 13015:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13344:1 13390:2 13403:1 13420:1 13480:1 13492:1 13563:2 13568:1 13593:2 13634:1 13690:1 13694:1 13721:1 13795:2 13803:1 13805:1 13837:1 13874:1 13916:3 13936:1 13940:2 13945:1 13964:1 13979:1 13988:3 14002:1 14019:1 14045:1 14072:1 14133:1 14170:1 14193:1 14209:1 14245:1 14282:1 14327:1 14370:1 14400:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14623:1 14630:1 14645:1 14677:1 14679:3 14702:1 14717:2 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15124:2 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:2 15293:1 15294:1 15301:1 15341:1 15351:1 15375:2 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15552:3 15573:1 15649:1 15725:1 15767:1 15812:1 15839:1 15999:1 16003:1 16015:1 16019:1 16143:1 16170:1 16226:1 16267:1 16355:1 16410:1 16438:1 16512:1 16541:1 16616:1 16675:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17081:2 17118:1 17131:1 17157:1 17173:4 17241:1 17259:1 17284:1 17307:4 17308:1 17326:1 17327:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17523:1 17644:1 17687:1 17730:1 17743:1 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17978:1 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:1 18291:2 18311:1 18317:1 18332:1 18409:1 18419:1 18472:1 18490:1 18516:1 18535:1 18543:1 18557:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18905:3 18947:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19228:1 19279:3 19326:1 19378:1 19385:1 19393:1 19448:1 19471:1 19495:1 19496:1 19519:1 19549:1 19573:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20023:3 20024:1 20120:1 20134:3 20152:3 20214:1 20242:1 20368:1 20376:1 20383:1 20472:1 20478:1 20482:1 20489:1 20588:1 20595:1 20644:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21090:1 21129:1 21145:1 21153:1 21174:1 21252:1 21296:1 21301:1087 21325:1 21425:1 21531:1 21543:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21791:1 21819:1 21822:2 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22109:1 22112:1 22177:1 22199:1 22206:1 22225:1 22264:1 22288:1 22332:1 22359:2 22512:1 22521:1 22535:1 22573:1 22574:1 22721:1 22779:1 22781:1 22801:1 22802:2 22823:2 22830:1 22844:1 22886:1 22996:1 23013:1 23056:1 23145:2 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23340:2 23345:1 23376:3 23380:1 23386:1 23398:1 23450:1 23525:1 23529:1 23563:1 23601:1 23627:1 23644:2 23668:1 23703:1 23707:1 23718:1 23772:1 23791:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23967:1 23980:1 24054:1 24105:3 24125:1 24177:1 24227:1 24253:1 24258:1 24275:1 24370:1 24436:1 24454:1 24462:1 24463:1 24466:1 24477:1 24497:1 24675:1 24676:1 24697:1 24713:1 24762:1 24835:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25129:1 25295:1 25321:1 25333:1 25347:1 25353:1 25370:3 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25731:1 25848:1 25899:1 25969:1 26083:1 26159:1 26182:1 26184:1 26196:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26371:2 26384:1 26394:1 26400:1 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26533:2 26561:1 26589:1 26635:1 26689:1 26709:1 26732:1 26733:1 26745:1 26797:2 26806:1 26843:1 26860:1 26921:1 26990:1 27014:1 27105:1 27134:1 27186:1 27190:1 27199:1 27244:1 27272:1 27276:1 27396:3 27407:2 27450:1 27522:1 27553:1 27555:3 27557:1 27598:1 27607:1 27635:1 27655:1 27734:1 27754:1 27779:1 27783:1 27786:1 27792:1 27819:1 27826:2 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28127:1 28188:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:2 28421:1 28445:1 28467:1 28473:1 28474:1 28497:1 28501:1 28571:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:1 28679:2 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28967:2 28992:1 29035:1 29114:1 29135:1 29148:1 29167:1 29187:1 29212:1 29228:1 29247:1 29275:1 29278:1 29294:1 29325:2 29355:1 29405:1 29425:1 29446:2 29473:1 29561:1 29603:1 29611:1 29664:1 29668:1 29674:1 29724:1 29735:1 29742:1 29748:3 29749:1 29753:1 29802:1 29899:1 29953:1 29984:2 30042:1 30051:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:1 30359:1 30364:1 30378:1 30391:1 30413:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30641:1 30646:1 30674:1 30708:1 30721:1 30808:1 30822:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30911:1 30913:1 30978:1 30990:1 30999:1 31040:1 31131:2 31177:1 31208:1 31215:2 31250:1 31313:1 31322:2 31334:1 31360:1 31367:1 31433:1 31468:2 31493:1 31507:2 31530:1 31587:1 31622:1 31666:1 31669:1 31676:1 31685:1 31707:3 31732:1 31747:1 31777:1 31807:2 31828:1 31834:2 31926:2 31973:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:1 32245:1 32264:1 32269:1 32274:1 32293:1 32299:1 32302:1 32326:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32812:1 32827:1 32860:1 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 114:1 171:1 192:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 478:1 517:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:1 748:1 749:2 751:1 828:1 947:1 990:2 1020:1 1023:1 1026:2 1030:1 1047:1 1077:2 1112:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:1 1778:1 1816:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:2 1910:1 1938:1 1940:2 1983:1 2000:1 2025:1 2056:2 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2241:2 2254:1 2259:1 2455:1 2462:1 2487:1 2532:1 2577:1 2583:1 2614:1 2622:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2960:1 2988:1 3137:1 3240:1 3256:1 3290:1 3304:1 3312:2 3322:1 3356:1 3373:1 3375:1 3391:1 3403:1 3412:1 3498:1 3566:1 3572:1 3642:1 3715:1 3730:1 3797:1 3816:3 3827:1 3842:1 3903:3 3904:1 3920:1 3947:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4259:1 4263:1 4292:2 4308:1 4339:1 4343:1 4368:2 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4460:1 4464:1 4491:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:3 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:1 5552:1 5581:1 5609:1 5630:1 5644:1 5645:1 5654:1 5661:1 5669:1 5675:1 5678:1 5699:1 5706:1 5711:1 5825:1 5833:2 5842:1 5887:1 5896:1 5903:1 5922:1 5934:1 5951:1 5974:3 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6227:1 6256:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6906:1 6908:1 6930:1 6936:1 6988:2 6993:1 7087:1 7114:1 7126:1 7210:1 7213:1 7232:1 7234:1 7240:1 7246:1 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:1 8246:1 8258:1 8291:1 8329:1 8412:2 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8584:1 8590:1 8606:1 8640:1 8653:2 8655:1 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:5 8855:2 8856:1 8886:1 8907:2 8909:1 8916:1 8926:1 8966:1 9072:1 9080:1 9121:1 9187:1 9206:1 9209:1 9215:1 9224:1 9304:1 9312:2 9317:2 9324:1 9340:1 9390:8 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9491:1 9520:1 9538:1 9641:1 9650:1 9704:1 9745:1 9774:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:3 10071:1 10082:1 10087:1 10151:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10636:1 10727:2 10819:1 10823:1 10836:2 10838:1 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11197:3 11210:1 11218:1 11250:1 11264:1 11412:2 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:1 11710:1 11738:1 11788:1 11803:1 11837:1 11841:1 11843:1 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12081:1 12096:3 12130:1 12161:1 12169:3 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12661:1 12673:1 12693:2 12714:1 12734:1 12735:1 12743:1 12756:1 12757:1 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13315:1 13344:1 13390:2 13403:1 13420:1 13480:1 13492:1 13563:2 13568:1 13593:3 13634:2 13690:2 13694:1 13721:1 13795:2 13803:1 13805:1 13837:1 13874:1 13916:4 13936:1 13940:2 13945:1 13964:1 13979:1 13988:3 14002:1 14019:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14282:1 14327:1 14370:1 14400:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14623:1 14630:1 14645:1 14677:1 14679:3 14702:1 14717:2 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15124:3 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:3 15293:1 15294:1 15301:1 15341:1 15351:1 15375:4 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15552:3 15573:1 15649:1 15725:1 15767:1 15812:1 15821:1 15839:1 15982:1 15999:1 16003:1 16015:1 16019:1 16143:1 16170:1 16226:1 16267:1 16355:1 16410:1 16438:1 16512:1 16541:1 16616:1 16675:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17387:1 17427:1 17434:1 17442:1 17467:1 17492:1 17495:1 17523:1 17644:1 17687:1 17730:1 17743:1 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17978:1 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:1 18291:4 18311:1 18317:2 18332:1 18409:1 18419:1 18472:1 18490:1 18516:1 18535:1 18543:1 18557:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18889:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19190:1 19204:1 19207:1 19220:1 19228:1 19279:3 19326:2 19378:1 19385:1 19393:1 19448:1 19471:1 19479:1 19495:1 19496:1 19519:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20023:3 20024:3 20120:1 20134:3 20152:3 20214:1 20242:1 20368:1 20376:1 20383:1 20472:1 20478:1 20482:1 20489:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21153:3 21164:1 21174:1 21252:1 21296:1 21301:1224 21325:1 21425:1 21461:1 21495:1 21531:1 21543:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21791:1 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22079:1 22109:1 22112:2 22177:1 22199:1 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22512:1 22521:1 22535:1 22573:1 22574:1 22633:1 22721:1 22740:1 22779:1 22781:1 22801:1 22802:3 22823:3 22830:1 22844:1 22886:1 22996:2 23013:1 23056:1 23145:3 23197:1 23206:1 23264:1 23300:1 23304:1 23320:1 23340:2 23345:1 23376:3 23380:1 23386:1 23390:1 23398:1 23450:1 23525:1 23529:1 23563:2 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23683:1 23703:3 23707:1 23718:1 23772:1 23791:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24074:1 24105:3 24125:1 24177:1 24227:1 24253:1 24258:1 24275:1 24370:1 24436:1 24452:1 24454:1 24462:1 24463:1 24466:1 24477:1 24497:1 24675:1 24676:1 24697:1 24713:1 24762:1 24835:1 24840:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25129:1 25295:1 25321:1 25333:1 25347:1 25353:1 25370:4 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25731:1 25848:1 25899:1 25969:1 25990:1 26083:1 26159:1 26182:1 26184:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26371:2 26384:1 26394:1 26400:1 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:1 26990:1 27014:1 27105:1 27134:1 27186:1 27190:1 27199:1 27244:1 27272:1 27276:1 27396:3 27407:4 27450:1 27522:1 27553:1 27555:3 27557:2 27598:1 27607:1 27635:1 27655:1 27699:1 27734:1 27754:2 27779:2 27783:3 27786:1 27792:1 27819:1 27826:2 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28127:1 28188:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28497:1 28501:1 28565:1 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29035:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:1 29275:1 29278:1 29294:1 29325:2 29355:1 29405:1 29425:1 29446:2 29473:1 29561:1 29603:1 29611:1 29664:1 29668:1 29674:1 29724:1 29735:1 29742:1 29748:3 29749:1 29753:1 29802:1 29899:1 29953:1 29984:2 30002:1 30042:2 30051:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30343:1 30359:1 30364:2 30378:1 30391:1 30413:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30641:2 30646:1 30674:1 30708:1 30721:1 30808:1 30822:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30911:1 30913:1 30947:1 30978:1 30990:2 30999:1 31040:1 31131:2 31177:1 31208:1 31215:2 31250:1 31313:1 31322:2 31334:1 31360:1 31367:1 31433:1 31468:2 31472:1 31493:1 31507:3 31530:1 31587:1 31622:1 31666:1 31669:1 31676:1 31685:1 31707:3 31732:1 31747:1 31765:1 31777:1 31807:2 31828:1 31834:2 31926:2 31973:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:2 32245:1 32264:1 32269:1 32274:1 32293:1 32299:1 32302:1 32326:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32812:1 32827:1 32860:1 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:1 192:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 478:1 517:2 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:1 748:1 749:2 751:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1047:1 1077:2 1112:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:1 1778:1 1816:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:2 1910:1 1938:1 1940:2 1983:1 2000:1 2025:1 2056:2 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2237:1 2241:2 2254:1 2259:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:1 2625:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2960:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:1 3304:1 3312:2 3322:2 3356:1 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3566:1 3572:1 3642:1 3715:2 3730:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4446:1 4460:1 4464:1 4491:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:3 5552:1 5581:1 5609:1 5630:2 5644:2 5645:1 5654:1 5661:1 5669:1 5675:1 5678:1 5699:1 5706:1 5711:1 5825:1 5833:2 5842:1 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5974:3 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6227:1 6256:1 6323:1 6350:1 6385:1 6402:1 6457:1 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6906:1 6908:1 6930:1 6936:1 6988:2 6993:1 7087:1 7114:1 7126:1 7210:1 7213:1 7232:1 7234:1 7238:1 7240:1 7246:2 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8606:1 8640:1 8653:2 8655:1 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:7 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 9072:1 9080:2 9087:1 9121:1 9187:1 9206:1 9209:1 9215:1 9224:1 9304:1 9312:2 9317:2 9324:1 9340:1 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9490:1 9491:1 9520:1 9538:1 9596:1 9641:1 9650:1 9704:1 9745:1 9774:1 9846:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:3 10071:1 10082:1 10087:1 10151:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10636:1 10727:2 10819:1 10823:1 10836:2 10838:1 10899:1 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11197:4 11210:1 11218:1 11250:1 11264:1 11412:2 11468:1 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:1 11710:1 11738:1 11788:1 11803:1 11837:1 11841:1 11843:1 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12081:1 12096:4 12130:1 12161:1 12169:3 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12661:1 12673:1 12693:2 12714:1 12734:1 12735:1 12743:1 12756:1 12757:1 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13315:1 13344:1 13390:2 13403:1 13420:1 13480:2 13484:1 13488:1 13492:1 13554:1 13563:2 13568:1 13593:3 13634:2 13690:2 13694:1 13721:1 13795:2 13803:1 13805:1 13837:1 13874:1 13916:4 13936:1 13940:2 13945:1 13964:1 13979:1 13988:3 14002:1 14019:2 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14370:1 14400:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15124:4 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:3 15293:1 15294:1 15301:1 15341:2 15351:1 15375:4 15383:1 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15725:1 15767:1 15812:1 15821:1 15839:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16133:1 16143:1 16170:1 16226:1 16267:1 16355:1 16410:1 16438:1 16512:1 16541:1 16609:1 16616:1 16675:1 16694:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17387:1 17427:1 17434:1 17442:1 17446:1 17467:1 17492:1 17495:1 17523:1 17644:1 17687:1 17730:1 17743:1 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18161:1 18173:1 18174:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:1 18291:4 18311:1 18317:2 18332:1 18409:1 18419:1 18472:2 18490:1 18516:1 18535:1 18543:1 18557:1 18569:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19160:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:2 19378:1 19385:1 19393:1 19448:1 19471:1 19479:1 19495:1 19496:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20152:3 20214:1 20242:1 20368:1 20376:1 20383:1 20472:1 20478:1 20482:1 20489:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21153:3 21164:1 21174:1 21252:1 21296:1 21301:1324 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21658:1 21668:1 21694:1 21725:1 21751:1 21791:1 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22177:1 22199:1 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22452:1 22505:1 22512:1 22521:1 22535:1 22573:1 22574:1 22633:1 22721:1 22740:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22886:1 22969:2 22996:2 23013:1 23056:1 23145:3 23197:1 23206:1 23264:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:1 23386:1 23390:1 23398:1 23450:1 23491:1 23505:1 23525:1 23529:1 23563:2 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23683:1 23703:3 23707:1 23718:1 23772:1 23791:1 23794:1 23800:1 23814:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24074:1 24105:3 24125:1 24177:1 24225:1 24227:1 24253:1 24258:1 24275:1 24308:1 24370:1 24436:1 24452:1 24454:1 24462:1 24463:1 24466:1 24477:2 24497:1 24675:1 24676:1 24697:2 24713:1 24762:1 24796:1 24835:1 24840:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25129:1 25295:1 25321:1 25333:1 25347:2 25353:1 25370:5 25381:1 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25682:1 25731:1 25848:1 25899:1 25969:1 25990:1 26083:1 26159:1 26182:1 26184:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:1 26990:1 27014:1 27105:1 27134:1 27186:1 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27396:3 27407:4 27418:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:1 27601:2 27607:1 27635:1 27655:1 27699:1 27734:1 27754:2 27779:2 27783:3 27786:1 27792:1 27819:1 27826:2 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28127:1 28188:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28497:1 28501:1 28565:1 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29035:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:1 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:1 29446:2 29473:1 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29802:1 29844:1 29899:1 29929:1 29953:1 29984:2 30002:1 30042:2 30051:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30343:1 30359:1 30364:2 30378:1 30391:1 30413:1 30433:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30641:2 30646:1 30674:1 30684:1 30708:1 30721:1 30808:1 30822:1 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30911:2 30913:1 30947:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31131:2 31177:1 31208:1 31215:2 31250:1 31313:1 31322:2 31334:1 31360:1 31367:1 31433:1 31468:3 31472:1 31493:1 31507:4 31530:1 31587:1 31622:1 31666:1 31669:1 31676:1 31685:1 31707:3 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:2 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:1 192:1 228:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 478:1 517:2 530:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 712:1 739:2 748:1 749:2 751:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1047:1 1077:2 1112:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:1 1778:1 1816:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:2 1910:1 1938:1 1940:2 1983:1 2000:1 2025:1 2048:1 2056:2 2093:1 2121:1 2122:2 2128:2 2131:1 2169:1 2237:1 2241:2 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:2 3304:1 3312:2 3322:2 3356:2 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3566:1 3572:1 3642:1 3715:2 3730:1 3763:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4446:1 4457:1 4460:1 4464:1 4491:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:3 5552:1 5581:1 5609:1 5630:2 5644:2 5645:1 5654:1 5661:1 5669:1 5673:1 5675:2 5678:1 5699:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6226:1 6227:1 6256:1 6323:1 6326:1 6350:1 6385:1 6402:1 6457:2 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6668:1 6761:1 6795:2 6882:1 6903:1 6906:1 6908:1 6930:1 6936:1 6988:2 6993:1 7087:1 7114:1 7126:1 7202:1 7210:1 7213:1 7232:1 7234:1 7238:1 7240:1 7246:2 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8606:1 8640:1 8653:3 8655:1 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:9 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 9004:1 9072:1 9080:2 9087:1 9121:1 9187:1 9206:1 9209:1 9215:1 9224:1 9304:1 9312:2 9317:2 9324:1 9340:1 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9490:1 9491:1 9520:1 9538:1 9596:1 9641:1 9650:1 9704:1 9745:1 9774:1 9846:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:4 10071:1 10082:1 10087:1 10151:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10636:1 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10899:1 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11197:4 11210:1 11218:1 11250:1 11264:1 11412:3 11468:1 11487:1 11531:1 11546:1 11550:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:1 11710:1 11735:1 11738:1 11744:1 11788:1 11803:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12408:1 12445:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12693:2 12714:1 12734:1 12735:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13315:1 13344:1 13390:2 13403:1 13420:1 13480:2 13484:1 13488:1 13492:1 13498:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:2 13690:2 13694:1 13721:1 13795:2 13803:1 13805:1 13837:1 13874:1 13916:4 13934:1 13936:1 13940:2 13945:1 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15124:4 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15275:1 15280:3 15293:1 15294:1 15301:1 15341:2 15351:1 15375:4 15383:1 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15725:1 15767:1 15812:1 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:1 16226:1 16267:1 16355:1 16410:1 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17492:1 17495:1 17523:1 17644:1 17673:1 17687:1 17730:1 17743:1 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:2 18291:4 18311:1 18317:2 18332:1 18409:1 18419:1 18472:2 18490:1 18516:1 18535:1 18543:1 18557:1 18569:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19160:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:2 19378:1 19385:1 19392:1 19393:1 19394:1 19448:1 19471:1 19479:1 19495:1 19496:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20152:3 20214:1 20242:1 20261:1 20289:1 20368:2 20376:1 20383:1 20395:1 20472:1 20478:1 20482:1 20489:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:1 21245:1 21252:1 21296:1 21301:1442 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22141:1 22177:1 22199:1 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22452:1 22505:1 22512:1 22521:1 22535:1 22573:1 22574:1 22633:1 22721:1 22737:1 22740:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:1 23206:1 23264:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:1 23386:1 23390:1 23398:1 23450:1 23491:1 23505:1 23525:1 23529:1 23563:2 23573:1 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23790:1 23791:1 23794:1 23800:1 23814:1 23827:1 23887:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24074:1 24105:3 24125:1 24177:1 24225:1 24227:1 24253:1 24258:1 24275:1 24308:1 24370:1 24436:1 24452:2 24454:1 24462:1 24463:1 24466:1 24477:2 24497:1 24675:1 24676:1 24697:2 24713:1 24762:1 24796:1 24835:1 24840:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25123:1 25129:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25990:1 26083:1 26159:1 26182:1 26184:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:1 26949:1 26990:1 27014:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27396:3 27407:5 27414:1 27418:1 27425:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:2 27601:2 27607:1 27635:1 27655:1 27699:1 27734:1 27754:2 27779:2 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28052:1 28106:1 28127:1 28188:1 28218:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:1 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29035:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:1 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:1 29446:2 29473:1 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29899:1 29929:1 29953:1 29984:2 30002:1 30042:2 30051:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30343:2 30359:1 30364:2 30378:1 30391:1 30413:1 30433:1 30447:1 30521:1 30523:1 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:1 30908:1 30911:2 30913:1 30947:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31131:2 31159:1 31177:1 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:3 31472:1 31493:1 31507:4 31530:1 31542:1 31587:1 31622:1 31666:1 31669:1 31676:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:2 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32888:1 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 271:1 291:3 344:1 378:1 412:1 419:1 428:1 478:1 517:2 530:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1077:2 1101:1 1112:1 1184:1 1217:1 1218:1 1275:1 1286:1 1342:1 1367:1 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:1 1778:1 1816:1 1820:3 1834:1 1842:2 1857:1 1902:1 1909:2 1910:1 1938:1 1940:2 1961:1 1983:1 2000:1 2025:1 2048:1 2056:2 2093:1 2111:1 2121:1 2122:2 2128:2 2131:1 2169:1 2237:1 2241:2 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2979:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:2 3295:1 3304:1 3312:2 3322:2 3356:2 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3564:1 3566:1 3572:1 3642:1 3715:2 3730:1 3763:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4043:1 4075:1 4117:1 4158:1 4162:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:1 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5581:1 5609:1 5630:3 5644:2 5645:1 5654:1 5661:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6033:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6226:1 6227:1 6242:1 6256:1 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6663:1 6668:1 6761:1 6795:2 6882:1 6903:1 6906:1 6908:1 6930:1 6936:1 6988:2 6993:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7232:1 7234:1 7238:1 7240:1 7246:2 7280:1 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8241:1 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8606:1 8640:1 8653:3 8655:2 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:9 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:1 9011:1 9072:1 9080:3 9087:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9302:1 9304:1 9312:2 9317:2 9324:1 9340:1 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9490:1 9491:1 9520:1 9538:1 9596:1 9641:1 9650:1 9704:1 9745:1 9774:1 9846:1 9849:1 9854:1 9855:1 9897:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:5 10071:1 10078:1 10082:1 10087:1 10151:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10636:1 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10918:1 10981:1 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11412:3 11468:1 11487:1 11531:1 11546:1 11550:1 11568:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:1 11710:1 11735:2 11738:1 11744:1 11788:1 11803:1 11819:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12078:1 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12357:1 12408:1 12445:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12693:2 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13245:1 13315:1 13344:1 13390:2 13403:1 13420:1 13466:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:2 13690:2 13694:1 13721:1 13795:2 13803:1 13805:1 13837:1 13874:1 13916:4 13934:1 13936:1 13940:2 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15124:4 15143:1 15153:1 15177:1 15195:3 15212:1 15214:1 15242:1 15275:1 15280:3 15293:1 15294:1 15301:1 15341:2 15351:1 15375:4 15383:1 15391:1 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15702:1 15725:1 15767:1 15778:1 15812:1 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:2 16226:1 16267:1 16286:1 16355:1 16410:2 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:1 17644:1 17673:1 17687:1 17723:1 17730:1 17731:1 17743:1 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:2 18291:4 18311:1 18317:2 18332:1 18409:1 18419:1 18472:2 18490:1 18516:1 18535:1 18543:1 18549:1 18557:1 18569:1 18581:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18765:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19076:1 19087:1 19129:1 19160:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:2 19378:1 19385:1 19392:2 19393:1 19394:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20152:3 20214:1 20242:1 20261:1 20289:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:1 21245:1 21252:1 21296:1 21301:1530 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22141:1 22177:1 22199:1 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22452:1 22505:1 22512:1 22521:1 22535:1 22573:1 22574:1 22633:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:1 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:1 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:2 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23676:1 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23790:1 23791:1 23794:1 23800:1 23814:1 23827:1 23887:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24074:1 24077:1 24105:4 24125:1 24177:1 24225:1 24227:1 24253:1 24258:1 24275:1 24308:1 24370:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:1 24477:2 24497:1 24541:1 24675:1 24676:1 24697:2 24713:1 24762:1 24796:1 24835:1 24840:1 24857:1 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25123:1 25129:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25990:1 26083:1 26159:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:1 26948:1 26949:1 26990:1 27014:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:6 27414:1 27418:1 27425:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:2 27601:2 27607:1 27635:1 27655:1 27699:1 27734:1 27754:2 27779:2 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28052:1 28106:1 28127:1 28188:1 28218:1 28247:1 28257:1 28260:1 28264:1 28375:3 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:1 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29035:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:1 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:1 29446:2 29463:1 29473:1 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29899:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30343:2 30359:1 30364:2 30378:1 30391:1 30413:1 30433:1 30447:1 30521:1 30523:1 30573:1 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31131:2 31159:1 31177:1 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:3 31472:1 31493:1 31507:4 31530:1 31542:1 31587:1 31622:1 31626:1 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:2 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32888:2 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:1 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1077:2 1101:1 1112:1 1136:1 1184:1 1217:2 1218:1 1275:1 1286:2 1342:1 1367:2 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:1 1778:1 1816:1 1820:3 1834:2 1842:2 1857:1 1902:1 1909:2 1910:2 1938:1 1940:2 1961:1 1983:1 2000:1 2025:1 2048:1 2056:2 2093:1 2111:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:2 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:1 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2979:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4075:1 4084:1 4117:1 4158:1 4162:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6003:1 6033:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6226:1 6227:1 6242:1 6256:1 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6663:1 6668:1 6761:1 6795:2 6882:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7232:1 7234:1 7238:1 7240:1 7246:2 7247:1 7280:1 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8241:1 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8606:1 8640:1 8653:3 8655:2 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:9 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:1 9011:1 9072:1 9080:3 9087:1 9107:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9302:1 9304:1 9312:2 9317:2 9324:1 9340:1 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9490:1 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9704:1 9745:1 9774:1 9791:1 9846:1 9849:3 9854:1 9855:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:5 10071:1 10078:1 10082:1 10087:1 10151:1 10159:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11412:3 11468:1 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12078:1 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12230:1 12287:1 12297:2 12352:1 12357:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13245:1 13315:1 13344:1 13390:2 13403:1 13420:1 13466:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:2 13690:2 13694:1 13721:1 13795:2 13803:2 13805:1 13837:1 13874:1 13916:4 13934:1 13936:1 13940:2 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15114:1 15124:4 15143:1 15153:1 15177:1 15195:4 15212:1 15214:1 15242:1 15275:1 15280:3 15293:1 15294:1 15301:1 15341:2 15351:1 15375:4 15383:1 15391:1 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15702:1 15725:1 15767:1 15778:1 15812:1 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16427:1 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17621:1 17644:1 17673:1 17687:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:2 18291:4 18311:1 18317:2 18332:1 18409:1 18419:1 18472:2 18490:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18765:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18896:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19064:1 19076:1 19087:1 19129:1 19160:1 19172:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:2 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20151:1 20152:3 20214:1 20242:1 20261:1 20289:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1589 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22141:1 22177:1 22199:1 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22452:1 22456:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22633:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:1 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23676:1 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:1 23800:1 23812:1 23814:1 23827:1 23887:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24074:1 24077:1 24105:4 24125:1 24177:1 24225:1 24227:1 24253:1 24258:1 24275:1 24308:1 24324:1 24370:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24477:2 24497:1 24499:1 24541:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25123:1 25129:1 25237:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25972:1 25990:1 26083:1 26159:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:1 26948:1 26949:1 26990:1 27014:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:6 27414:1 27418:1 27425:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:2 27601:2 27607:1 27635:1 27655:1 27699:1 27705:1 27734:1 27754:2 27779:2 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28052:1 28106:1 28127:1 28188:1 28218:1 28247:1 28257:1 28260:1 28264:1 28375:4 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29030:1 29035:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:2 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:1 29446:2 29463:1 29473:1 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29899:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30343:2 30359:1 30362:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30573:1 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31472:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:1 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:2 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32888:3 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:1 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1077:2 1101:1 1112:1 1136:1 1178:1 1184:1 1217:2 1218:1 1275:1 1286:2 1342:1 1367:2 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:2 1778:1 1816:1 1820:3 1834:2 1842:2 1857:1 1902:1 1909:2 1910:2 1938:1 1940:3 1961:1 1983:1 2000:1 2025:1 2033:1 2048:1 2056:2 2093:1 2111:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:2 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2979:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4075:1 4084:1 4117:1 4158:1 4162:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:2 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6003:1 6033:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6226:1 6227:1 6242:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6564:1 6568:1 6569:2 6597:2 6663:1 6668:1 6761:1 6795:2 6824:1 6882:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7232:1 7234:1 7238:1 7240:1 7246:2 7247:2 7280:1 7284:1 7287:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8241:1 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8606:1 8640:1 8653:3 8655:2 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:10 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:1 9011:1 9072:1 9080:3 9087:1 9107:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9302:1 9304:1 9312:3 9317:2 9324:1 9340:1 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9490:1 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9653:1 9704:1 9745:1 9774:1 9791:1 9846:1 9849:3 9854:1 9855:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:5 10071:1 10078:1 10082:1 10087:1 10151:1 10159:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:1 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11131:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11412:3 11468:1 11474:1 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12078:2 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12206:1 12230:1 12270:1 12287:1 12297:2 12352:1 12357:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13245:1 13315:1 13344:1 13390:2 13403:1 13420:1 13450:1 13466:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13837:1 13874:1 13916:4 13934:1 13936:1 13940:2 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15114:1 15124:4 15143:1 15152:1 15153:1 15177:1 15195:4 15212:1 15214:1 15242:1 15275:2 15280:3 15293:1 15294:2 15301:1 15341:2 15351:1 15375:4 15383:1 15391:1 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15693:1 15702:1 15725:1 15767:1 15778:1 15812:2 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16427:1 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:1 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18409:1 18419:1 18472:2 18490:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18765:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18896:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19064:1 19076:1 19087:1 19129:1 19160:1 19172:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:3 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20151:1 20152:3 20214:1 20242:1 20261:1 20289:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1626 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22141:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22359:2 22452:1 22456:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22633:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22861:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:1 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23676:2 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23812:1 23814:1 23827:1 23887:1 23909:1 23910:1 23915:1 23917:1 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24074:1 24077:1 24105:4 24125:1 24177:1 24225:1 24227:1 24253:1 24258:1 24275:1 24308:1 24324:1 24370:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24477:2 24483:1 24497:1 24499:1 24541:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25041:1 25072:1 25092:1 25123:1 25129:1 25237:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25972:1 25990:1 26083:1 26159:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26709:1 26732:1 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:2 26948:1 26949:1 26990:1 27014:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:6 27414:1 27418:1 27425:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:2 27601:2 27607:1 27635:1 27655:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28052:1 28106:1 28127:1 28188:1 28218:1 28247:1 28257:1 28260:1 28264:1 28375:4 28379:3 28421:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29030:1 29035:1 29088:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:2 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:1 29446:2 29463:1 29473:1 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:1 29884:1 29899:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30343:2 30359:1 30362:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30532:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31472:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:3 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32888:3 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:1 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 808:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1077:2 1101:1 1112:1 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1275:1 1286:2 1342:1 1367:2 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:2 1778:1 1816:1 1820:3 1834:2 1842:2 1857:1 1869:1 1902:1 1909:2 1910:2 1938:1 1940:3 1961:1 1983:1 2000:1 2025:1 2029:1 2033:1 2048:1 2056:2 2093:1 2111:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2979:1 2988:1 3137:1 3179:2 3240:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:3 3375:1 3391:1 3403:1 3408:1 3412:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4075:1 4084:1 4117:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:3 4802:1 4809:2 4813:1 4827:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6003:1 6033:1 6059:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6202:1 6210:1 6226:1 6227:1 6242:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6663:1 6668:1 6761:1 6795:2 6824:1 6882:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:2 7247:2 7280:1 7284:1 7287:1 7292:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8241:1 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:10 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:1 9011:1 9072:1 9080:3 9087:1 9107:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9302:1 9304:1 9312:3 9317:2 9324:1 9340:2 9390:9 9405:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9479:1 9490:1 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9653:1 9704:1 9745:1 9774:1 9791:1 9846:1 9849:3 9854:1 9855:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10151:1 10159:1 10161:1 10179:1 10186:1 10231:3 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:2 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11131:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11412:3 11468:1 11474:1 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 12014:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12206:2 12208:1 12230:1 12270:2 12287:1 12297:2 12352:1 12357:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13245:1 13315:1 13344:1 13390:2 13403:1 13420:1 13450:1 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13837:1 13874:1 13916:4 13934:1 13936:1 13940:3 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:1 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15114:1 15124:4 15143:1 15152:1 15153:1 15177:1 15195:4 15212:1 15214:1 15242:1 15275:2 15280:3 15293:1 15294:2 15301:1 15341:2 15351:1 15375:4 15383:1 15391:3 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15693:1 15702:1 15725:1 15767:1 15778:1 15812:2 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16427:1 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16893:1 16901:1 16920:2 16928:6 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18409:1 18419:1 18472:2 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18765:1 18791:1 18798:2 18808:1 18822:1 18873:1 18889:1 18896:1 18898:1 18905:4 18947:1 18951:1 18958:1 19023:1 19031:1 19064:1 19076:1 19087:1 19129:1 19160:1 19172:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:3 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20151:1 20152:3 20214:1 20242:1 20261:1 20288:1 20289:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1656 21325:1 21425:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21975:1 22029:1 22068:1 22069:1 22079:1 22109:1 22112:2 22141:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22452:1 22456:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:2 22801:1 22802:3 22823:3 22830:1 22844:1 22861:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:1 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23676:2 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24227:1 24253:1 24258:1 24270:1 24275:1 24308:1 24324:1 24370:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24477:2 24483:1 24497:1 24499:1 24541:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25001:1 25041:1 25072:1 25092:1 25123:1 25129:1 25237:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25455:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25972:1 25990:1 26083:1 26159:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:2 26948:1 26949:1 26990:1 27014:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27522:1 27553:1 27555:3 27557:2 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27984:1 27995:1 27997:1 28023:1 28026:3 28052:1 28106:1 28127:1 28188:1 28218:1 28247:1 28257:1 28260:1 28264:1 28375:4 28379:3 28421:1 28433:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28979:1 28992:1 29030:1 29035:1 29088:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:2 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:3 29446:2 29463:1 29473:2 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30343:2 30359:1 30362:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30532:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31472:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:3 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32881:1 32888:3 32889:1 32890:1 32896:1 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:1 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 648:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 808:1 828:1 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1077:2 1101:1 1112:1 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1275:1 1286:2 1342:1 1360:1 1367:2 1411:1 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:3 1734:2 1735:1 1743:1 1746:2 1778:1 1816:1 1820:3 1825:1 1834:2 1842:2 1857:1 1869:1 1902:1 1909:2 1910:2 1917:1 1938:1 1940:3 1961:1 1983:1 2000:1 2025:1 2029:1 2033:1 2048:1 2056:2 2093:1 2111:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:1 2639:1 2641:1 2642:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2904:1 2952:1 2960:1 2979:1 2988:1 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:3 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:1 4292:2 4308:1 4339:1 4343:1 4367:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4565:1 4586:1 4595:1 4619:1 4655:1 4676:1 4677:1 4701:1 4752:1 4774:3 4802:1 4809:2 4813:1 4827:1 4857:1 4882:1 4895:4 4928:1 4937:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6003:1 6033:1 6059:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6226:1 6227:1 6242:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6761:1 6795:2 6824:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:2 7247:2 7280:1 7284:1 7287:1 7292:1 7299:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7738:1 7804:1 7811:1 7827:1 7831:4 7882:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8154:1 8158:1 8164:1 8184:2 8241:1 8246:1 8258:1 8282:1 8291:1 8329:2 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:3 8782:1 8816:1 8821:1 8823:1 8830:1 8835:10 8855:2 8856:3 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:1 9011:1 9041:1 9072:1 9080:3 9087:1 9107:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9253:1 9267:1 9302:1 9304:1 9312:3 9317:2 9324:1 9340:2 9390:9 9405:1 9417:1 9449:1 9450:2 9456:1 9458:1 9461:1 9463:1 9479:1 9490:1 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9774:1 9791:1 9846:1 9849:3 9854:1 9855:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:3 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:3 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10911:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11061:1 11062:1 11131:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11412:3 11468:1 11474:1 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 11988:1 12014:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12130:1 12161:1 12169:3 12172:1 12205:1 12206:2 12208:2 12230:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12712:1 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13214:1 13245:1 13315:1 13344:1 13390:2 13403:1 13420:1 13450:1 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13837:1 13874:1 13916:4 13934:1 13936:1 13940:4 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14072:2 14133:1 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:4 15143:1 15152:1 15153:1 15163:1 15177:1 15195:4 15212:1 15214:1 15242:1 15275:2 15280:3 15293:1 15294:2 15301:1 15341:2 15351:1 15375:4 15383:1 15391:3 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15649:1 15693:1 15702:1 15725:1 15767:1 15778:1 15812:2 15821:1 15839:1 15920:1 15929:1 15982:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16427:1 16438:1 16512:1 16541:1 16609:1 16616:1 16634:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:7 16975:1 17062:1 17067:1 17081:2 17118:1 17131:1 17157:1 17163:1 17173:6 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17911:1 17923:2 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18409:1 18419:1 18472:2 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:2 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18852:1 18873:1 18889:1 18896:1 18898:1 18905:5 18947:1 18951:1 18958:1 19006:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19129:1 19160:1 19172:1 19190:1 19193:1 19196:1 19204:1 19207:1 19220:1 19228:2 19237:1 19279:3 19326:3 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20151:1 20152:3 20214:1 20242:1 20261:1 20288:1 20289:1 20290:1 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20537:1 20544:1 20587:1 20588:1 20595:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20940:1 20949:1 21019:2 21061:1 21075:1 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1741 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21780:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21928:1 21945:1 21975:1 22029:1 22068:1 22069:1 22079:2 22109:1 22112:2 22141:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22452:1 22456:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:2 22787:1 22801:1 22802:3 22823:3 22830:1 22844:1 22861:1 22886:1 22939:1 22969:2 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:3 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23627:1 23636:1 23644:3 23649:1 23668:1 23676:2 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23808:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24227:1 24253:1 24258:1 24270:1 24275:1 24308:1 24324:1 24370:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24477:2 24483:1 24497:1 24499:1 24541:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25001:1 25032:1 25041:1 25072:1 25092:1 25123:1 25129:1 25237:1 25295:1 25321:1 25333:2 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25455:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:1 25731:1 25848:1 25879:1 25899:1 25969:1 25972:1 25990:1 26083:1 26159:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:2 26384:1 26394:1 26400:2 26441:1 26443:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27511:1 27522:1 27553:1 27555:3 27557:2 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28052:1 28106:1 28127:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28375:4 28379:3 28421:1 28433:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28968:1 28979:1 28992:1 29030:1 29035:1 29088:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29212:1 29228:1 29247:2 29275:2 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:3 29446:2 29463:1 29473:3 29478:1 29511:1 29561:1 29603:1 29611:1 29664:1 29666:1 29668:1 29674:1 29683:1 29708:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30721:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31040:1 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31472:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31637:1 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31926:2 31973:1 31976:1 31979:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32201:2 32232:3 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32705:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32881:1 32888:3 32889:1 32890:2 32896:1 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 648:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 808:1 828:1 875:2 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1075:1 1077:2 1083:1 1101:1 1112:2 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1275:1 1286:2 1342:1 1360:1 1367:2 1411:2 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1550:1 1561:1 1577:1 1596:1 1667:1 1677:2 1685:4 1734:2 1735:1 1743:1 1746:3 1778:1 1791:1 1816:1 1820:3 1825:1 1834:2 1842:2 1857:1 1869:1 1902:1 1909:2 1910:2 1917:1 1938:1 1940:3 1961:1 1983:1 2000:1 2025:1 2029:1 2033:1 2048:1 2056:2 2093:1 2111:1 2117:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:2 2639:1 2641:1 2642:1 2651:1 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2861:1 2904:1 2952:1 2960:1 2979:1 2988:1 3083:1 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4774:3 4802:1 4809:2 4813:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5882:1 5887:1 5896:1 5903:1 5920:1 5922:1 5934:1 5951:1 5959:1 5974:3 6003:1 6033:1 6059:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6226:1 6227:1 6242:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6761:1 6795:2 6824:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7031:1 7087:1 7098:1 7114:1 7126:1 7202:1 7210:1 7213:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:2 7247:3 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7738:1 7804:1 7811:1 7827:1 7831:4 7882:1 7907:1 7928:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8121:1 8154:1 8158:1 8164:1 8184:3 8193:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:3 8782:1 8816:1 8821:2 8823:1 8830:1 8835:11 8844:1 8855:2 8856:4 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:2 9011:1 9041:1 9072:1 9080:3 9087:1 9107:1 9121:1 9145:1 9187:1 9206:1 9209:1 9215:1 9224:1 9253:1 9267:1 9302:1 9304:1 9312:3 9317:2 9324:1 9340:2 9390:10 9405:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9479:1 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9774:2 9791:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:3 10385:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:3 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10879:1 10899:1 10902:1 10911:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11057:1 11058:1 11061:1 11062:1 11131:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11412:3 11468:2 11474:2 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11939:1 11946:1 11958:1 11978:1 11988:1 12014:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12130:1 12161:1 12169:4 12172:1 12205:1 12206:2 12208:2 12230:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12712:1 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13177:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:2 13403:1 13420:1 13450:1 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13837:1 13874:1 13891:1 13916:4 13934:1 13936:1 13940:4 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14067:1 14072:2 14133:1 14150:2 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14493:1 14532:1 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:4 15143:1 15152:1 15153:1 15163:1 15177:1 15195:4 15212:1 15214:1 15242:1 15275:2 15280:3 15293:1 15294:2 15301:1 15341:2 15351:1 15358:1 15375:4 15383:1 15391:3 15439:2 15445:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15693:1 15702:1 15725:1 15767:1 15778:1 15812:2 15821:2 15839:1 15920:1 15929:1 15982:1 15993:1 15999:1 16003:1 16015:1 16019:1 16096:1 16132:1 16133:1 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16421:1 16427:1 16438:1 16512:1 16541:1 16546:2 16585:1 16609:1 16616:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:1 16734:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:7 16975:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:1 17163:1 17173:6 17217:1 17220:1 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17879:1 17911:1 17923:2 17959:1 17976:1 17978:1 18000:1 18032:3 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18365:1 18409:1 18419:1 18472:3 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18842:1 18852:1 18873:1 18889:2 18896:1 18898:1 18905:5 18947:1 18951:1 18958:1 19006:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19842:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:3 20151:1 20152:3 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:1 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1829 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21543:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21892:1 21928:1 21945:1 21975:1 22029:1 22068:1 22069:1 22079:4 22109:1 22112:4 22116:1 22123:1 22141:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:3 22823:3 22830:1 22844:1 22852:1 22861:1 22886:1 22939:1 22969:3 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:1 23668:1 23676:2 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23808:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24227:1 24253:1 24258:1 24269:1 24270:1 24275:1 24308:1 24324:1 24367:1 24370:2 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24477:2 24483:2 24497:1 24499:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24878:1 24894:1 24912:1 24938:1 24945:1 24965:1 25001:1 25032:1 25041:1 25072:1 25092:1 25123:1 25129:1 25163:1 25237:1 25295:1 25321:1 25333:3 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:2 25731:1 25848:1 25879:1 25899:1 25969:1 25972:1 25990:1 26083:1 26159:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26441:1 26443:2 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26903:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27511:1 27522:1 27553:1 27555:3 27557:2 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28052:1 28106:1 28127:1 28130:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28350:1 28375:4 28379:3 28421:1 28433:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28968:1 28979:1 28992:1 29030:1 29035:1 29088:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29247:2 29275:2 29278:1 29294:1 29325:2 29355:1 29358:1 29405:1 29425:3 29446:2 29463:1 29473:3 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29708:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:1 30073:1 30089:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30721:1 30734:1 30783:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:1 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31470:1 31472:1 31487:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31637:1 31666:1 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32113:1 32201:2 32232:3 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32368:1 32458:1 32460:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:2 32896:2 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:1 171:2 192:1 201:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 648:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 808:1 828:1 875:2 947:1 990:2 997:1 1020:1 1023:1 1026:2 1030:1 1043:1 1047:1 1075:1 1077:2 1083:1 1101:1 1112:2 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1342:1 1360:1 1367:2 1411:2 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:1 1677:2 1685:4 1734:2 1735:1 1743:1 1746:3 1778:1 1791:1 1816:1 1820:3 1825:2 1834:2 1842:2 1857:1 1869:1 1902:1 1909:2 1910:2 1917:1 1938:1 1940:3 1961:1 1983:1 2000:1 2025:1 2029:2 2033:1 2048:1 2056:2 2093:1 2111:1 2117:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2256:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:1 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:2 2639:1 2641:1 2642:1 2651:2 2653:1 2668:1 2683:1 2729:2 2761:1 2768:1 2813:1 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:1 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:5 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5833:2 5842:1 5858:2 5882:1 5887:1 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:1 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6242:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6457:2 6482:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6761:1 6795:2 6824:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:1 7031:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:3 7247:3 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:2 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:1 7811:1 7827:1 7831:4 7882:1 7907:1 7928:1 7940:1 7965:1 7977:1 8006:1 8079:2 8118:2 8121:1 8154:1 8158:1 8164:1 8184:3 8193:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:3 8782:1 8816:1 8821:2 8823:1 8830:1 8835:12 8844:1 8855:2 8856:4 8886:1 8907:2 8908:1 8909:1 8916:1 8926:1 8966:1 8979:1 8987:1 9004:2 9011:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9253:1 9267:1 9302:1 9304:1 9312:3 9317:2 9324:1 9340:2 9388:1 9390:10 9405:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9774:2 9791:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:3 10385:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:3 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10819:1 10823:1 10836:2 10838:1 10865:1 10879:1 10899:1 10902:1 10911:1 10918:1 10981:2 11014:1 11031:1 11043:1 11046:1 11057:1 11058:1 11061:1 11062:1 11131:1 11132:1 11145:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11270:1 11412:3 11468:2 11474:2 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11939:1 11946:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12130:1 12161:1 12169:4 12172:1 12205:1 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12712:1 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:2 13403:1 13420:1 13450:1 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13813:1 13837:1 13874:1 13891:1 13916:4 13934:1 13936:1 13940:4 13945:2 13964:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14067:1 14072:2 14133:1 14150:2 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:4 15143:1 15152:1 15153:1 15163:1 15177:1 15195:4 15212:1 15214:1 15227:1 15242:1 15275:2 15280:3 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:1 15375:4 15383:1 15389:1 15391:3 15439:2 15445:1 15466:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15693:1 15702:1 15711:1 15725:1 15767:1 15778:1 15812:2 15821:2 15839:1 15920:1 15929:1 15982:1 15993:1 15999:1 16003:1 16015:1 16019:1 16096:1 16130:1 16132:1 16133:2 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16421:1 16427:1 16438:1 16512:1 16541:1 16546:2 16585:1 16609:1 16616:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16761:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:7 16975:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:1 17163:1 17173:6 17217:1 17220:1 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17879:1 17911:1 17923:2 17959:1 17976:1 17978:1 18000:1 18004:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18365:1 18409:1 18419:1 18461:1 18472:3 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:5 18947:1 18951:1 18958:1 19006:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19956:1 19962:1 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:4 20151:1 20152:3 20205:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:1 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20757:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1892 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21543:1 21548:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:1 21986:1 22029:1 22068:1 22069:1 22079:4 22109:1 22112:5 22116:1 22123:1 22141:1 22151:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:3 22823:3 22830:1 22844:1 22852:1 22861:1 22886:1 22939:1 22969:3 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:1 23668:1 23676:2 23683:1 23693:1 23699:1 23703:4 23707:1 23718:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23808:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24227:1 24253:1 24258:1 24269:1 24270:1 24275:1 24308:1 24324:1 24367:1 24370:3 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24862:1 24878:1 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 25001:1 25032:1 25041:1 25072:1 25092:1 25123:1 25129:1 25140:1 25163:1 25237:1 25276:1 25295:1 25321:1 25333:3 25347:2 25353:1 25370:5 25381:1 25392:1 25403:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:2 25731:1 25848:1 25865:1 25879:1 25899:1 25969:1 25972:1 25990:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26441:1 26443:2 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:1 26843:1 26860:1 26903:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27105:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27511:1 27522:1 27553:1 27555:3 27557:2 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28052:1 28106:1 28127:1 28130:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28350:1 28375:4 28379:3 28421:1 28433:1 28445:1 28467:1 28473:1 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28576:1 28580:1 28591:1 28596:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:1 28967:2 28968:1 28979:1 28992:1 29030:1 29035:1 29088:1 29104:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:2 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:3 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29893:1 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:1 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30721:1 30734:1 30783:1 30803:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30947:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:1 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:5 31470:1 31472:1 31487:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:3 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32113:1 32201:2 32232:3 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:1 32496:1 32536:1 32581:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32896:2 32900:1 32903:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:2 171:2 192:1 201:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:2 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:1 706:1 712:1 739:2 748:1 749:2 751:1 808:1 828:1 857:1 875:2 947:1 957:1 990:2 997:1 1020:1 1021:1 1023:1 1026:2 1030:1 1043:1 1047:1 1075:1 1077:2 1083:1 1101:1 1112:2 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:1 1360:1 1367:2 1411:2 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:1 1677:2 1685:4 1727:1 1730:1 1734:2 1735:1 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1857:1 1869:1 1902:2 1909:2 1910:2 1917:1 1938:2 1940:3 1961:1 1983:1 2000:1 2025:1 2029:2 2033:1 2048:1 2056:2 2083:1 2093:1 2111:1 2117:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2256:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:2 2639:1 2641:1 2642:1 2649:1 2651:2 2653:1 2668:1 2682:1 2683:1 2729:2 2761:1 2768:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3438:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:2 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:2 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6237:1 6242:1 6244:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:2 6482:1 6505:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6743:1 6751:1 6761:1 6795:2 6824:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:2 6993:2 7031:1 7050:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:3 7247:3 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:3 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7965:1 7977:1 8000:1 8006:1 8079:2 8118:2 8121:1 8131:1 8154:1 8158:1 8164:1 8184:3 8193:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:4 8782:1 8816:1 8821:2 8823:1 8830:1 8835:13 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9154:2 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9243:1 9253:1 9255:1 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:2 9388:1 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:2 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9791:1 9833:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:4 10385:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:3 10529:1 10542:1 10559:1 10599:1 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10879:1 10899:1 10902:1 10911:1 10918:1 10958:1 10981:2 11014:1 11031:1 11043:1 11046:1 11057:1 11058:1 11061:1 11062:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11270:1 11311:1 11373:1 11396:1 11412:3 11468:2 11474:2 11487:1 11531:2 11537:1 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11590:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11939:1 11946:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:1 12130:1 12161:1 12169:4 12172:1 12205:1 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12712:1 12714:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13541:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13813:1 13837:1 13874:2 13891:1 13916:4 13934:1 13936:1 13940:4 13945:2 13964:1 13972:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14067:1 14072:2 14133:1 14150:2 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14405:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:5 15143:1 15152:1 15153:1 15163:1 15177:1 15195:4 15212:1 15214:1 15227:1 15242:1 15275:2 15280:4 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:1 15466:1 15492:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15702:1 15711:1 15725:1 15767:1 15778:1 15812:2 15821:2 15839:1 15920:1 15929:1 15982:1 15993:1 15999:1 16003:1 16007:1 16008:1 16015:1 16019:1 16096:1 16130:1 16132:1 16133:2 16143:1 16170:1 16181:3 16226:1 16267:1 16269:1 16286:1 16355:1 16410:2 16421:1 16427:1 16438:1 16512:1 16541:1 16546:2 16585:1 16609:1 16616:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16761:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:8 16975:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:1 17163:1 17173:6 17217:1 17220:1 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:1 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17959:1 17976:1 17978:1 18000:1 18004:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18365:1 18409:1 18419:1 18461:1 18472:3 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:4 20151:1 20152:3 20184:1 20205:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:2 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20757:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:1988 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21543:1 21548:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22029:1 22068:1 22069:1 22079:4 22109:1 22112:6 22116:1 22123:1 22141:1 22151:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:4 22823:3 22828:1 22830:1 22844:1 22852:1 22861:1 22886:1 22939:1 22969:3 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23808:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24227:1 24253:1 24258:1 24260:1 24269:1 24270:1 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:1 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24862:1 24878:1 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 25001:1 25032:2 25041:1 25072:1 25092:1 25123:1 25129:1 25140:1 25163:1 25237:1 25276:1 25295:1 25321:1 25333:3 25347:2 25353:1 25366:1 25370:6 25381:1 25386:1 25392:1 25400:1 25403:1 25425:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:1 25674:1 25682:2 25731:1 25764:1 25848:1 25865:1 25879:1 25899:1 25969:1 25972:1 25974:1 25990:1 26042:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26441:1 26443:2 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:2 26843:1 26860:1 26865:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27296:1 27303:1 27324:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27511:1 27522:1 27553:1 27555:3 27557:3 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28052:1 28084:1 28106:1 28127:1 28130:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28350:1 28375:4 28379:3 28421:1 28433:1 28445:1 28467:1 28473:2 28474:1 28482:1 28497:1 28501:1 28565:2 28571:1 28576:1 28580:2 28591:1 28596:1 28598:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:2 28967:2 28968:1 28979:1 28992:1 29016:1 29030:1 29035:1 29088:1 29104:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:2 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:3 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30720:1 30721:1 30734:1 30783:1 30800:1 30803:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30944:1 30947:1 30955:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31250:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:6 31470:1 31472:1 31487:1 31493:1 31507:5 31530:1 31542:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:4 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32113:1 32201:2 32232:3 32241:1 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:2 32496:1 32536:2 32581:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32896:2 32900:1 32903:1 32904:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:2 171:2 192:1 201:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:2 748:1 749:2 751:1 758:1 808:1 828:1 857:1 875:2 947:1 957:1 990:2 997:1 1020:1 1021:1 1023:1 1026:2 1030:1 1043:1 1047:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:1 1360:1 1367:2 1411:2 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:1 1677:2 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1857:1 1869:1 1870:1 1902:2 1909:2 1910:2 1917:1 1938:2 1940:3 1961:1 1983:1 2000:1 2025:1 2029:2 2033:1 2048:1 2056:2 2083:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:3 2254:1 2256:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:2 2627:1 2633:1 2637:2 2639:1 2641:1 2642:1 2649:1 2651:2 2653:1 2668:1 2682:1 2683:1 2729:2 2761:1 2768:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:2 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3438:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5293:1 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:2 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:2 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:2 6482:1 6505:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:2 7031:1 7050:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:3 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:1 8079:2 8118:2 8121:1 8131:2 8154:1 8158:1 8164:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8412:2 8434:1 8444:1 8453:2 8478:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:5 8782:1 8785:1 8816:1 8821:2 8823:1 8830:1 8835:13 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9154:2 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9243:1 9253:1 9255:1 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:2 9388:1 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9596:1 9641:2 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9791:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9941:1 9960:1 9965:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:4 10385:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:3 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10631:1 10636:2 10660:1 10727:2 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10918:1 10958:1 10981:2 11014:1 11031:1 11043:1 11046:1 11057:1 11058:1 11061:1 11062:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:1 11250:1 11264:1 11265:1 11270:1 11311:1 11373:1 11396:1 11412:3 11468:2 11474:2 11487:1 11531:2 11537:2 11546:1 11550:1 11565:1 11568:1 11580:1 11589:1 11590:1 11593:1 11632:1 11638:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11939:1 11946:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:1 12130:1 12161:1 12169:4 12172:1 12205:1 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:1 12714:2 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13045:1 13054:1 13092:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13535:1 13541:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:2 13813:1 13837:1 13874:2 13891:1 13916:4 13934:1 13936:1 13940:4 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14067:1 14072:2 14133:1 14150:2 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14405:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:3 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:5 15143:1 15152:1 15153:1 15163:1 15177:1 15195:5 15212:1 15214:1 15227:1 15242:1 15275:2 15280:4 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:1 15466:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15702:1 15711:1 15725:1 15767:1 15778:1 15812:2 15821:2 15839:1 15920:1 15929:1 15934:1 15982:1 15993:1 15999:1 16003:1 16007:1 16008:1 16015:1 16019:1 16096:1 16130:1 16132:1 16133:2 16143:1 16170:1 16181:3 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16410:2 16421:1 16422:1 16427:1 16438:1 16512:1 16541:1 16546:2 16585:2 16609:1 16616:1 16625:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16761:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:8 16975:1 16998:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:1 17163:1 17173:6 17217:1 17220:1 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:1 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17959:1 17976:1 17978:1 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:3 18332:1 18365:1 18409:1 18419:1 18461:1 18472:3 18490:1 18507:1 18516:1 18535:1 18543:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20134:4 20151:1 20152:3 20183:1 20184:1 20205:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:2 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20757:1 20789:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:2085 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21543:1 21548:1 21549:1 21550:1 21626:1 21658:1 21668:1 21669:1 21694:1 21697:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22029:1 22068:1 22069:1 22079:4 22109:1 22112:6 22116:1 22123:1 22141:2 22151:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:4 22823:3 22828:1 22830:1 22844:1 22852:1 22861:1 22886:1 22939:1 22969:3 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:1 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:1 23794:2 23800:1 23808:1 23812:1 23814:1 23827:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24226:1 24227:1 24253:1 24258:1 24260:1 24269:1 24270:1 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24862:1 24874:1 24878:1 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 25001:1 25032:2 25041:1 25072:1 25092:1 25123:1 25124:1 25129:1 25140:1 25156:1 25163:1 25237:1 25276:1 25277:1 25295:1 25321:1 25333:3 25347:3 25353:1 25366:1 25370:6 25381:1 25386:1 25392:1 25400:1 25403:1 25425:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25674:1 25682:2 25731:1 25764:1 25848:1 25865:1 25879:1 25899:1 25969:1 25972:1 25974:1 25990:1 26042:1 26078:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26441:1 26443:2 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:2 26843:1 26860:1 26865:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:7 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27511:1 27522:1 27553:1 27555:3 27557:3 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28052:1 28084:1 28106:1 28127:1 28130:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28350:1 28375:5 28379:3 28421:1 28433:1 28445:1 28467:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28565:2 28571:1 28576:1 28580:2 28591:1 28596:1 28598:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:1 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28872:1 28937:2 28967:2 28968:1 28979:1 28992:1 29016:1 29030:1 29035:1 29088:1 29104:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:2 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:3 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:1 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30720:1 30721:1 30734:1 30783:1 30800:1 30803:1 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30908:1 30911:2 30913:1 30944:1 30947:1 30955:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31208:1 31215:2 31226:1 31250:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:5 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32113:1 32201:2 32232:3 32241:1 32245:1 32264:1 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:2 32496:1 32536:2 32581:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32896:2 32900:1 32903:1 32904:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 75:2 102:1 114:2 170:1 171:2 192:1 201:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:2 748:1 749:2 751:1 758:1 808:1 828:2 857:1 875:2 947:1 957:1 990:2 997:1 1020:1 1021:1 1023:1 1026:2 1030:1 1043:1 1047:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1136:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:1 1360:1 1367:2 1411:2 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1857:1 1869:1 1870:1 1902:2 1909:2 1910:2 1917:1 1938:2 1940:3 1961:1 1983:1 2000:1 2025:1 2029:2 2033:1 2048:1 2056:2 2083:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2254:1 2256:1 2259:1 2298:1 2455:1 2462:1 2487:1 2532:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:1 2637:2 2639:1 2641:1 2642:1 2649:1 2651:2 2653:1 2668:1 2682:1 2683:1 2729:2 2732:1 2761:1 2768:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3137:1 3179:2 3240:1 3251:1 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3408:1 3412:1 3438:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5293:2 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:2 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:2 6482:1 6505:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6597:2 6627:1 6660:1 6663:1 6668:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:2 7031:1 7050:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7228:1 7230:1 7231:1 7232:1 7234:1 7238:1 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:3 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:1 8079:2 8083:1 8118:2 8121:1 8131:2 8154:1 8158:1 8164:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8343:1 8412:2 8434:1 8444:1 8453:2 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:6 8782:1 8785:1 8816:1 8821:2 8823:1 8830:1 8835:14 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9154:2 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9243:1 9253:1 9255:2 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:2 9388:3 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9791:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9941:1 9960:1 9965:1 9987:1 10008:1 10016:2 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:4 10385:1 10401:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:4 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10918:1 10958:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:1 11241:1 11250:1 11264:1 11265:1 11270:1 11311:1 11349:1 11373:1 11396:1 11412:3 11468:2 11474:2 11487:1 11531:2 11537:2 11546:1 11550:1 11565:1 11567:1 11568:1 11580:1 11589:1 11590:1 11593:1 11632:1 11638:1 11641:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:1 12130:1 12161:1 12169:5 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:1 12714:2 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:1 13492:1 13498:1 13509:1 13535:1 13541:1 13554:1 13556:1 13563:2 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:3 13813:1 13837:1 13874:2 13891:1 13916:4 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14067:1 14072:2 14133:1 14150:2 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14357:1 14370:1 14400:1 14405:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:4 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:5 15143:1 15152:1 15153:1 15156:1 15163:1 15177:1 15195:5 15212:1 15214:1 15227:1 15242:1 15275:2 15280:4 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:1 15466:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15702:1 15711:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15920:1 15929:1 15934:1 15982:1 15993:1 15999:2 16003:1 16007:1 16008:1 16015:1 16019:1 16096:1 16130:1 16132:1 16133:2 16143:1 16170:1 16181:3 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16410:2 16421:1 16422:1 16427:1 16438:1 16512:1 16541:1 16546:2 16585:2 16609:1 16616:1 16625:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16755:1 16761:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:8 16975:1 16998:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:2 17163:1 17173:6 17217:1 17220:1 17222:1 17241:1 17259:1 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:1 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17959:1 17976:1 17978:1 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:4 18332:1 18365:1 18409:1 18419:1 18461:1 18472:3 18490:1 18507:1 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19128:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20126:1 20134:4 20151:1 20152:3 20183:1 20184:1 20205:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:2 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20757:1 20789:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21245:1 21252:1 21296:1 21301:2188 21325:1 21425:1 21433:1 21461:1 21485:1 21495:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21626:1 21658:1 21668:1 21669:1 21681:1 21694:1 21697:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22029:1 22068:1 22069:1 22079:4 22109:1 22112:6 22116:1 22123:1 22141:2 22151:1 22155:1 22177:1 22199:2 22206:1 22225:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:4 22823:3 22828:1 22830:1 22844:1 22852:1 22861:1 22886:1 22939:1 22969:3 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:1 23794:3 23800:1 23808:1 23812:1 23814:1 23827:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:1 23980:1 24036:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24226:1 24227:1 24253:1 24258:1 24260:1 24269:1 24270:1 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24862:3 24874:1 24878:1 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 24991:1 25001:1 25032:2 25041:1 25072:1 25092:1 25123:1 25124:1 25129:1 25140:1 25156:1 25163:1 25180:1 25237:1 25276:1 25277:1 25295:1 25321:1 25333:3 25347:3 25353:1 25366:1 25370:6 25381:1 25386:1 25392:1 25400:1 25403:1 25425:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25674:1 25682:2 25731:1 25764:1 25848:1 25865:1 25879:1 25899:1 25969:1 25972:1 25974:1 25990:1 26042:1 26064:1 26078:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26407:1 26441:1 26443:2 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26563:2 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:2 26866:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:7 27413:1 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27511:1 27515:1 27522:1 27553:1 27555:3 27557:3 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28044:1 28052:1 28084:1 28106:1 28127:2 28130:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28314:1 28350:1 28375:5 28379:3 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28571:1 28576:1 28580:2 28581:1 28591:1 28596:1 28598:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:2 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28937:2 28967:2 28968:1 28979:1 28992:1 29016:1 29030:1 29035:1 29088:1 29104:1 29112:1 29114:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:2 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:2 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:2 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30382:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:1 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30684:1 30708:1 30718:1 30720:1 30721:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31250:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32113:1 32118:1 32201:2 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:2 32496:1 32536:2 32581:1 32591:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32896:2 32900:1 32903:1 32904:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 48:1 75:3 102:1 114:2 170:1 171:2 192:2 201:1 228:1 230:1 248:1 271:1 291:3 344:1 378:1 412:1 419:2 428:2 478:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:2 748:1 749:2 751:1 758:1 808:1 828:3 857:1 875:3 891:1 947:1 957:1 988:1 990:2 997:1 1018:1 1020:1 1021:1 1023:1 1026:2 1030:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1136:1 1168:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:1 1360:1 1367:2 1411:3 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1902:2 1909:2 1910:2 1917:1 1938:2 1940:3 1961:1 1983:1 2000:1 2025:1 2029:2 2033:1 2048:1 2056:2 2083:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2455:1 2462:1 2487:1 2532:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:1 2637:2 2639:1 2641:1 2642:2 2644:2 2649:1 2651:2 2653:1 2668:1 2682:1 2683:1 2729:2 2732:1 2761:1 2768:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3123:1 3129:1 3137:1 3179:2 3240:1 3251:2 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3323:1 3334:1 3337:1 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3406:1 3408:1 3412:1 3438:1 3443:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4510:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5124:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5293:2 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:1 5367:2 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:2 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:2 7031:1 7050:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7228:1 7230:1 7231:1 7232:1 7234:1 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:3 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:1 8079:2 8083:1 8118:2 8121:1 8131:2 8154:1 8158:1 8164:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:2 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8613:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:6 8782:1 8785:1 8816:1 8821:2 8823:1 8830:1 8835:16 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9154:2 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9243:1 9253:1 9255:2 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:3 9388:3 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9791:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9941:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:4 10385:1 10401:1 10420:1 10428:1 10451:1 10480:1 10487:1 10495:2 10506:4 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11241:1 11250:1 11264:1 11265:1 11270:1 11311:1 11349:1 11373:1 11396:1 11412:3 11449:1 11468:2 11474:2 11487:1 11531:2 11537:2 11546:1 11550:1 11565:1 11567:1 11568:1 11580:1 11589:1 11590:1 11593:1 11632:1 11638:1 11641:1 11649:1 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11930:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:1 12130:1 12161:1 12169:5 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12356:1 12357:1 12359:1 12377:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12597:1 12606:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:1 12714:2 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:2 13492:1 13498:1 13509:1 13517:1 13535:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:3 13813:1 13837:1 13852:1 13874:2 13891:1 13916:4 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14056:1 14067:1 14072:2 14133:1 14150:3 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14355:1 14357:1 14370:1 14400:1 14405:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:4 14697:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 15036:1 15083:1 15089:1 15100:1 15114:1 15124:5 15143:1 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15227:1 15242:1 15275:2 15280:4 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:1 15466:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16096:1 16130:1 16132:1 16133:2 16143:2 16170:1 16181:3 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16541:1 16546:3 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16755:1 16761:1 16779:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:8 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17102:1 17118:1 17131:1 17157:2 17163:1 17173:6 17216:1 17217:1 17220:2 17222:1 17241:1 17259:2 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:2 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17959:1 17976:1 17978:1 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:4 18332:1 18365:1 18409:1 18419:1 18456:1 18461:1 18472:3 18490:1 18507:2 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19128:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:1 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20126:1 20134:4 20151:1 20152:3 20183:1 20184:1 20205:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:2 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20757:1 20789:1 20829:1 20839:1 20857:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21203:1 21245:1 21252:1 21296:1 21301:2302 21325:1 21425:2 21433:1 21461:1 21485:1 21495:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21596:1 21626:1 21658:1 21668:1 21669:1 21681:1 21694:1 21697:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22029:1 22068:1 22069:1 22079:5 22109:1 22112:6 22116:1 22123:1 22141:2 22151:1 22155:1 22177:1 22199:2 22206:1 22225:1 22246:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22801:1 22802:4 22823:3 22828:1 22830:1 22844:1 22852:1 22861:1 22886:1 22901:1 22939:1 22969:3 22980:1 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23450:1 23473:1 23478:1 23491:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:2 23794:4 23800:1 23808:1 23812:1 23814:1 23827:1 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:2 23980:1 24036:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24226:1 24227:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:2 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24840:1 24857:2 24862:3 24874:1 24878:2 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 24991:1 25001:1 25032:2 25041:1 25072:1 25092:1 25123:1 25124:1 25129:1 25140:1 25156:1 25163:1 25180:1 25237:1 25276:1 25277:1 25295:1 25321:1 25333:3 25347:3 25353:1 25366:1 25370:6 25381:1 25386:1 25392:1 25400:1 25403:1 25425:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25674:1 25682:2 25731:1 25764:1 25848:1 25865:1 25879:1 25899:1 25969:1 25972:1 25974:1 25990:1 26042:1 26064:1 26078:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26407:1 26441:1 26443:2 26457:1 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26561:1 26563:2 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:2 26866:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27186:2 27190:1 27199:1 27244:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:7 27413:1 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27511:1 27515:1 27522:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:1 27997:1 28023:2 28026:3 28044:1 28052:1 28084:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28314:1 28350:1 28375:5 28379:3 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28571:1 28576:1 28580:2 28581:1 28591:1 28596:1 28598:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:2 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28937:2 28967:2 28968:1 28979:1 28992:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:2 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:2 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:2 30323:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30382:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30683:1 30684:1 30708:1 30718:1 30720:1 30721:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31250:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31371:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32096:1 32113:1 32118:1 32201:2 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:2 32496:1 32536:2 32566:1 32581:1 32591:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32896:2 32900:1 32903:1 32904:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 48:1 75:3 102:1 114:2 170:1 171:2 192:2 201:1 228:1 230:1 248:1 271:1 291:3 344:2 362:1 378:1 412:1 419:2 428:2 460:1 478:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:2 748:1 749:2 751:1 758:1 808:1 828:3 853:1 857:1 875:3 881:1 891:1 947:1 957:1 988:1 990:2 997:1 1018:1 1020:1 1021:1 1023:1 1026:2 1030:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1136:1 1168:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:1 1360:1 1367:2 1411:3 1420:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1902:2 1909:2 1910:2 1917:1 1938:2 1940:3 1961:1 1983:1 2000:1 2025:2 2029:2 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2417:1 2455:1 2462:1 2487:2 2532:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:1 2642:2 2644:2 2649:1 2651:2 2653:1 2668:1 2682:1 2683:1 2729:2 2732:1 2761:1 2768:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3083:2 3123:1 3129:1 3133:1 3137:1 3179:2 3188:1 3240:1 3251:2 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3323:1 3334:1 3337:1 3356:2 3373:4 3375:1 3391:1 3401:1 3403:1 3406:1 3408:1 3412:1 3438:1 3443:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3610:1 3642:1 3715:2 3730:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:1 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4510:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5293:2 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:1 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5661:1 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5951:2 5959:1 5963:1 5974:3 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:1 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:1 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:2 7031:1 7050:1 7087:1 7098:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7228:1 7230:1 7231:1 7232:1 7234:1 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:3 7536:1 7560:1 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7657:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:1 8043:1 8073:4 8079:2 8083:1 8118:2 8121:1 8131:2 8154:1 8158:1 8164:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:2 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8584:1 8590:1 8598:1 8606:1 8613:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:1 8723:1 8758:6 8782:1 8785:1 8816:1 8821:2 8823:1 8830:1 8835:17 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9145:1 9154:2 9179:1 9187:1 9206:1 9209:1 9215:1 9224:1 9243:1 9253:1 9255:2 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:3 9388:3 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9791:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9893:1 9897:1 9941:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:1 10061:6 10071:1 10078:1 10082:1 10087:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:4 10385:1 10401:1 10420:1 10428:1 10451:1 10480:1 10485:1 10487:1 10495:2 10506:4 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11241:1 11250:1 11264:1 11265:1 11270:1 11311:1 11349:1 11364:1 11373:1 11396:1 11412:3 11449:1 11468:2 11474:2 11487:1 11531:2 11537:2 11546:1 11550:1 11565:1 11567:1 11568:1 11580:1 11589:1 11590:1 11593:1 11618:7 11632:1 11638:1 11641:1 11649:2 11670:1 11694:1 11697:2 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11930:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:1 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:1 12130:1 12161:1 12169:5 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12356:1 12357:1 12359:1 12377:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:1 12714:2 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12820:1 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:2 13492:1 13498:1 13509:1 13517:1 13535:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:3 13813:1 13837:1 13852:1 13874:2 13891:1 13916:4 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14056:1 14067:1 14072:2 14133:1 14150:3 14170:1 14177:2 14193:1 14209:1 14245:1 14263:1 14282:1 14327:1 14355:1 14357:1 14370:1 14400:1 14405:1 14450:1 14455:1 14463:1 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:4 14697:1 14698:1 14702:1 14711:1 14717:2 14732:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15124:5 15143:1 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15227:1 15242:1 15275:2 15280:4 15293:1 15294:2 15296:1 15301:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:1 15466:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15912:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16096:1 16130:1 16132:1 16133:2 16143:2 16170:1 16181:3 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16541:1 16546:3 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:1 16668:1 16675:1 16694:1 16707:1 16712:2 16734:1 16755:1 16761:1 16779:1 16790:1 16838:1 16863:1 16893:1 16901:1 16920:2 16928:8 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:1 17102:1 17118:1 17131:1 17157:2 17163:1 17173:6 17216:1 17217:1 17220:2 17222:1 17241:1 17259:2 17284:1 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:2 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17590:2 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17940:1 17959:1 17976:1 17978:1 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:1 18157:1 18161:1 18173:1 18174:1 18175:1 18180:1 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:4 18332:1 18365:1 18409:1 18419:1 18456:1 18461:1 18472:3 18490:1 18507:2 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19128:1 19129:1 19160:1 19172:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20126:1 20134:4 20151:1 20152:3 20172:1 20183:1 20184:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:2 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21203:1 21245:1 21252:1 21296:1 21301:2383 21325:1 21425:2 21433:1 21461:1 21485:1 21495:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21596:1 21626:1 21658:1 21668:1 21669:1 21681:1 21694:1 21697:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22029:1 22068:1 22069:1 22079:5 22109:1 22112:6 22116:1 22123:1 22141:2 22151:1 22155:1 22177:1 22199:2 22206:1 22225:1 22246:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22604:1 22633:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22801:1 22802:4 22823:3 22828:1 22830:1 22844:1 22852:1 22861:1 22886:1 22901:1 22932:1 22939:1 22969:3 22980:1 22988:1 22996:2 23006:1 23013:1 23056:1 23145:3 23156:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23447:1 23450:1 23473:1 23478:1 23491:1 23502:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:2 23794:4 23800:1 23808:1 23812:1 23814:1 23827:1 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:2 23980:1 24036:1 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24125:1 24177:1 24224:1 24225:1 24226:1 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:2 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:1 24857:2 24862:3 24874:1 24878:2 24894:1 24912:1 24938:1 24945:1 24956:1 24965:1 24991:1 25001:1 25032:2 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25156:1 25163:1 25180:1 25205:1 25235:1 25237:1 25276:1 25277:1 25295:1 25321:1 25333:3 25347:3 25353:1 25366:1 25370:6 25381:1 25386:1 25392:1 25400:1 25403:1 25425:1 25449:1 25455:1 25457:1 25490:1 25491:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25674:1 25682:2 25731:1 25764:1 25774:1 25848:1 25865:1 25879:1 25899:1 25960:1 25969:1 25972:1 25974:1 25990:1 26042:1 26057:1 26064:1 26078:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26407:1 26441:1 26443:2 26457:1 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:2 26733:1 26745:1 26754:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:2 26866:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27186:2 27190:1 27199:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:7 27413:1 27414:1 27418:1 27425:1 27450:1 27475:1 27476:1 27483:1 27511:1 27515:1 27522:1 27535:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27777:1 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27995:2 27997:1 28023:3 28026:3 28044:1 28052:1 28084:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:1 28260:1 28264:1 28314:1 28350:1 28375:5 28379:3 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:1 28580:2 28581:1 28591:1 28596:1 28598:1 28607:1 28613:1 28621:1 28649:1 28669:2 28679:3 28694:2 28696:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28937:2 28967:2 28968:1 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29325:3 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29742:1 29748:4 29749:1 29753:1 29755:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:2 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:2 30323:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30378:1 30382:1 30391:2 30413:1 30433:1 30447:1 30521:1 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:1 30683:1 30684:1 30708:1 30718:1 30720:1 30721:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31250:1 31287:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31367:1 31371:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:1 31666:3 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31726:1 31732:1 31747:1 31763:1 31765:1 31774:2 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31929:1 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32096:1 32113:1 32118:1 32201:2 32221:1 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32326:1 32352:1 32360:1 32368:1 32458:1 32460:1 32483:2 32496:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32631:1 32658:1 32705:1 32722:1 32733:1 32751:1 32763:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32896:2 32900:1 32903:1 32904:1 32910:1 32927:1 32930:1 32943:1 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 48:1 75:3 102:1 114:2 134:1 170:1 171:2 191:1 192:2 201:1 228:1 230:1 247:1 248:1 271:1 291:3 344:2 362:1 378:1 400:1 412:1 419:2 428:2 460:1 478:1 485:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:2 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:3 881:1 891:1 947:1 957:1 988:1 990:2 997:1 1018:1 1020:1 1021:1 1023:1 1026:2 1030:1 1034:2 1042:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1121:1 1128:1 1136:1 1168:1 1178:2 1184:1 1217:2 1218:1 1222:1 1239:1 1251:1 1275:1 1286:2 1340:1 1342:2 1360:1 1367:2 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1679:1 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:4 1778:1 1791:1 1816:1 1820:4 1825:3 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:2 1940:3 1961:1 1964:1 1983:1 1998:1 2000:1 2025:2 2029:2 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2417:1 2455:1 2462:1 2487:2 2532:1 2557:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:1 2642:2 2644:2 2649:1 2651:3 2653:1 2668:1 2682:1 2683:1 2729:2 2732:1 2761:1 2768:1 2810:1 2813:2 2814:1 2847:1 2851:1 2861:2 2904:1 2952:1 2960:1 2979:1 2988:1 3065:1 3083:2 3090:1 3123:1 3129:1 3133:1 3137:1 3179:2 3188:1 3240:1 3251:2 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3323:1 3334:1 3337:1 3356:2 3370:1 3373:4 3375:1 3391:1 3401:1 3403:1 3406:1 3408:1 3412:1 3438:1 3443:1 3480:1 3488:1 3498:1 3536:1 3564:1 3566:1 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4241:1 4259:1 4263:1 4291:2 4292:2 4308:1 4339:1 4342:1 4343:1 4367:1 4368:2 4380:1 4401:2 4403:3 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4510:1 4519:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5282:1 5293:2 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:1 5449:1 5456:1 5499:1 5510:6 5518:1 5552:1 5555:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:1 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:1 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:1 6350:1 6385:1 6402:1 6434:1 6439:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:3 6903:1 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:3 7031:1 7050:1 7087:1 7098:2 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:1 7228:2 7230:1 7231:2 7232:1 7234:1 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:4 7532:1 7536:1 7560:2 7565:1 7579:1 7597:1 7623:2 7645:1 7648:1 7657:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:2 8043:1 8073:4 8079:2 8083:1 8118:2 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8561:1 8584:1 8586:1 8590:1 8598:1 8606:1 8613:1 8640:1 8650:1 8653:3 8655:2 8656:1 8684:3 8723:1 8755:1 8758:6 8782:1 8785:1 8816:1 8821:2 8823:1 8830:1 8835:18 8844:1 8855:2 8856:4 8886:1 8895:1 8907:2 8908:1 8909:1 8916:1 8926:1 8961:1 8966:1 8979:1 8987:1 9004:2 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9107:1 9121:1 9133:1 9145:1 9154:3 9179:1 9187:1 9206:2 9209:1 9215:1 9224:1 9243:1 9253:1 9255:2 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9791:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9941:2 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:1 10061:7 10071:1 10078:1 10082:1 10087:1 10099:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10231:5 10385:1 10401:1 10420:2 10428:1 10434:1 10451:1 10462:1 10480:1 10485:1 10487:1 10495:2 10506:4 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:2 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11412:3 11413:1 11449:1 11468:2 11474:2 11487:1 11531:2 11534:1 11537:2 11546:1 11550:1 11565:1 11567:1 11568:1 11580:1 11589:1 11590:1 11593:1 11618:7 11632:2 11638:1 11641:1 11647:1 11649:3 11670:1 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11853:3 11894:1 11929:1 11930:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:3 12014:1 12016:1 12052:1 12053:2 12054:1 12078:3 12081:1 12096:6 12116:2 12130:1 12161:1 12169:5 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:2 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:1 12714:2 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12820:1 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:1 13344:1 13390:3 13403:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:2 13492:1 13498:1 13509:1 13517:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13690:2 13694:1 13721:1 13795:2 13803:2 13805:3 13810:1 13813:1 13837:1 13852:1 13874:3 13891:1 13916:4 13917:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14045:1 14056:1 14067:1 14072:2 14133:2 14150:3 14158:1 14170:1 14177:2 14193:1 14209:1 14219:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14400:1 14405:1 14433:1 14450:1 14454:1 14455:1 14463:2 14466:1 14493:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:4 14697:1 14698:1 14702:1 14706:1 14711:1 14717:2 14732:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 14980:1 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15124:7 15143:1 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:5 15293:1 15294:2 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:2 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15912:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:1 16130:1 16132:1 16133:2 16143:2 16170:1 16181:3 16205:1 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:1 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:1 16643:1 16668:1 16675:1 16694:1 16707:1 16712:3 16714:1 16734:1 16755:1 16761:1 16779:1 16790:1 16838:1 16863:1 16893:4 16901:2 16920:2 16924:1 16928:8 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:1 17102:1 17118:1 17131:1 17157:3 17163:1 17173:6 17216:1 17217:1 17220:2 17222:1 17241:2 17259:2 17284:3 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:2 17442:1 17446:1 17467:1 17485:1 17492:1 17495:1 17523:2 17574:1 17590:2 17602:1 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17917:1 17923:3 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:3 18157:1 18161:1 18173:1 18174:1 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:1 18288:1 18289:2 18291:4 18311:1 18317:4 18332:1 18363:1 18365:1 18409:1 18412:1 18419:1 18424:1 18456:1 18461:1 18472:3 18490:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19128:1 19129:1 19160:1 19172:1 19182:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19760:1 19801:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:1 20023:3 20024:3 20120:1 20126:2 20134:4 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:4 20296:1 20331:1 20368:2 20376:1 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21203:1 21245:1 21252:1 21274:1 21296:1 21301:2474 21325:1 21425:2 21433:1 21461:1 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:1 21626:1 21658:1 21668:1 21669:1 21681:1 21694:1 21697:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:1 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 22001:1 22029:1 22068:1 22069:1 22079:6 22109:1 22112:6 22116:1 22123:1 22141:2 22151:1 22155:1 22177:1 22199:2 22206:1 22218:1 22225:1 22246:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:5 22823:3 22828:1 22830:1 22844:1 22852:1 22857:1 22861:1 22886:1 22901:1 22904:1 22932:2 22939:1 22969:3 22980:1 22988:1 22996:2 23006:1 23013:1 23056:1 23061:1 23145:3 23156:1 23168:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:1 23398:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23491:1 23502:1 23505:1 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:1 23614:1 23627:1 23636:1 23644:4 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23727:1 23772:1 23779:1 23790:1 23791:2 23794:4 23800:1 23808:1 23812:1 23814:1 23827:1 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23916:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:1 24109:1 24125:1 24177:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24675:2 24676:2 24697:2 24711:1 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:1 24857:2 24862:3 24874:1 24878:2 24894:1 24912:2 24938:1 24945:2 24956:1 24965:1 24991:1 25001:1 25032:2 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25180:1 25186:1 25205:1 25235:1 25237:1 25276:1 25277:1 25278:1 25295:1 25321:1 25333:3 25347:3 25353:1 25366:1 25370:8 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25490:1 25491:1 25540:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25674:1 25682:2 25731:1 25745:1 25764:1 25774:1 25781:1 25790:1 25848:1 25865:1 25879:1 25899:1 25960:1 25969:1 25972:1 25974:1 25990:1 26042:1 26057:1 26064:1 26078:1 26079:1 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:1 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26401:1 26407:1 26441:1 26443:2 26457:1 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:3 26733:1 26745:1 26754:1 26780:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:2 26866:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27183:1 27186:2 27190:1 27199:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:8 27413:1 27414:1 27418:1 27425:1 27450:1 27475:2 27476:1 27483:1 27511:1 27515:1 27522:1 27535:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27872:1 27906:2 27918:1 27984:1 27988:1 27995:2 27997:1 28023:3 28026:3 28037:1 28044:1 28052:1 28084:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:2 28260:1 28264:1 28290:1 28314:1 28350:1 28375:5 28379:3 28381:1 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:1 28580:2 28581:1 28591:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28669:2 28670:1 28679:3 28694:2 28696:1 28703:1 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28884:1 28937:2 28967:2 28968:1 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29199:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29510:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:1 29755:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:2 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:2 30323:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30377:1 30378:2 30382:1 30391:2 30413:1 30433:1 30447:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:1 30674:2 30683:1 30684:1 30708:1 30717:1 30718:1 30720:1 30721:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:1 31061:1 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31250:1 31287:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:1 31367:1 31371:1 31424:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:1 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31726:1 31732:1 31747:1 31763:1 31765:1 31774:3 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31929:1 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:2 32221:1 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32360:1 32368:1 32445:1 32458:1 32460:1 32483:2 32496:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32631:1 32658:1 32685:1 32705:1 32722:1 32733:1 32751:1 32763:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32896:2 32900:1 32903:1 32904:1 32906:1 32910:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:3 191:1 192:2 201:1 228:1 230:1 247:1 248:1 271:1 291:3 296:1 344:2 362:1 378:1 392:1 400:1 412:1 419:2 428:2 460:1 478:1 485:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 739:3 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:1 947:1 957:1 988:1 990:2 997:1 1018:1 1020:1 1021:1 1023:1 1026:2 1030:1 1034:2 1042:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1121:1 1128:1 1136:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1340:1 1342:2 1356:1 1360:2 1367:2 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1679:1 1685:4 1727:1 1730:1 1734:2 1735:2 1742:1 1743:1 1746:5 1778:1 1791:1 1816:1 1820:4 1825:4 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:2 1940:3 1960:1 1961:1 1964:1 1983:1 1998:1 2000:1 2025:2 2029:2 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2455:1 2462:1 2487:2 2532:1 2557:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:1 2642:2 2644:2 2649:1 2651:3 2653:1 2668:1 2682:1 2683:1 2729:2 2732:1 2761:1 2768:1 2810:1 2813:2 2814:1 2847:1 2851:1 2861:2 2875:1 2885:1 2904:1 2952:1 2960:1 2979:1 2988:1 3065:1 3070:1 3083:2 3090:1 3123:1 3129:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3401:1 3403:1 3406:1 3408:2 3412:1 3438:1 3443:1 3480:1 3488:1 3498:1 3515:1 3536:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:2 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4491:1 4510:1 4519:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5224:3 5235:2 5282:1 5293:2 5306:1 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:1 5449:1 5456:1 5499:1 5510:6 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:1 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:3 6903:2 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:3 7031:1 7050:1 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7228:2 7230:1 7231:3 7232:1 7234:1 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:4 7532:1 7536:1 7560:2 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:2 8043:1 8073:4 8079:2 8083:1 8118:2 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8171:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8537:1 8540:1 8541:1 8554:1 8561:1 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8640:1 8650:2 8653:3 8655:2 8656:1 8684:3 8723:1 8755:1 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:18 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9105:1 9107:1 9121:1 9133:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:10 9405:1 9407:1 9417:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9791:1 9809:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9941:2 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:7 10071:1 10078:1 10082:1 10087:1 10099:1 10110:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10218:1 10231:5 10385:1 10401:1 10420:2 10428:1 10434:1 10451:1 10462:2 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:1 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:2 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11449:1 11468:2 11474:2 11487:1 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11565:1 11567:2 11568:1 11580:1 11589:1 11590:1 11593:1 11618:7 11632:2 11638:1 11641:1 11647:1 11649:3 11670:1 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11846:1 11853:3 11894:1 11929:1 11930:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:3 12014:1 12016:1 12031:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:5 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:3 12301:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12796:1 12797:3 12820:1 12821:1 12827:2 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13005:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:1 13344:1 13366:1 13390:3 13403:1 13409:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:2 13492:1 13498:1 13509:1 13517:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13690:2 13694:1 13696:1 13721:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14133:2 14150:3 14158:2 14170:1 14177:2 14193:1 14209:1 14219:1 14233:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14400:1 14405:1 14433:1 14450:1 14452:1 14454:1 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14677:1 14678:1 14679:4 14697:1 14698:1 14702:1 14706:1 14711:1 14717:2 14732:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 14980:1 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15124:7 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:5 15293:1 15294:2 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15375:4 15383:1 15389:1 15391:3 15434:1 15439:2 15445:2 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15874:1 15912:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:1 16130:1 16132:1 16133:2 16143:2 16161:1 16170:1 16181:3 16205:1 16226:2 16267:1 16269:1 16286:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:1 16643:1 16668:1 16675:1 16694:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16779:1 16790:1 16838:1 16863:1 16893:4 16901:2 16920:2 16924:1 16928:8 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:1 17102:1 17118:1 17131:1 17157:3 17163:1 17173:6 17216:1 17217:1 17220:3 17222:1 17241:2 17259:2 17284:3 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17427:2 17434:2 17442:1 17446:1 17467:2 17485:1 17492:1 17495:1 17523:2 17574:1 17590:2 17602:1 17621:1 17644:1 17673:1 17687:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:3 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:3 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:4 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18461:1 18472:3 18490:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19128:1 19129:1 19160:1 19172:1 19182:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19760:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 20000:3 20023:3 20024:3 20063:1 20120:1 20126:2 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:4 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21203:1 21245:1 21252:1 21274:1 21296:1 21301:2620 21325:1 21342:1 21425:2 21433:1 21461:1 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:1 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21936:1 21945:1 21975:2 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:7 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:1 22218:1 22225:1 22246:1 22256:1 22264:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:5 22823:3 22828:1 22830:1 22844:1 22852:1 22857:1 22861:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22980:1 22988:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:4 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:4 23800:1 23808:1 23812:1 23814:3 23827:1 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23916:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:2 24109:1 24125:1 24177:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24670:1 24675:2 24676:2 24697:2 24711:1 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:1 24857:2 24862:3 24874:1 24878:2 24894:1 24912:2 24938:1 24945:2 24956:1 24965:1 24991:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25180:1 25186:1 25205:1 25235:1 25237:1 25276:1 25277:1 25278:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:1 25366:1 25370:8 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25482:1 25490:1 25491:1 25540:1 25551:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25745:1 25764:1 25774:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25960:1 25969:1 25972:1 25974:1 25990:1 26042:1 26057:1 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26354:1 26362:1 26371:3 26384:1 26394:1 26400:2 26401:1 26407:1 26441:1 26443:2 26457:1 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:3 26733:1 26745:1 26754:1 26780:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:3 26866:1 26903:1 26915:1 26921:2 26948:1 26949:1 26990:1 27014:1 27045:1 27085:1 27105:1 27133:1 27134:1 27183:1 27186:2 27190:1 27199:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27407:8 27413:1 27414:1 27418:1 27425:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27906:2 27918:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:1 28257:2 28260:1 28264:1 28290:1 28314:1 28350:1 28375:5 28379:3 28381:1 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:2 28580:2 28581:1 28591:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28669:3 28670:1 28679:3 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29167:1 29178:1 29187:1 29194:1 29198:1 29199:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29510:1 29511:1 29553:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:1 29755:1 29784:1 29802:1 29844:1 29856:1 29870:2 29884:2 29893:2 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:2 30289:1 30295:3 30323:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30377:1 30378:2 30382:1 30391:2 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:2 31061:1 31087:1 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:1 31367:1 31371:1 31424:1 31433:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:1 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31726:1 31731:1 31732:1 31747:1 31763:1 31765:1 31774:3 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:1 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32631:1 32658:1 32685:1 32705:1 32722:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:1 32903:1 32904:1 32906:1 32910:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:3 191:1 192:2 201:1 228:1 230:1 247:1 248:1 271:1 287:1 291:3 296:1 344:2 362:2 378:1 392:1 400:2 412:1 419:2 428:2 460:2 478:1 485:1 517:3 530:1 545:1 562:2 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 736:1 739:4 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1092:1 1101:1 1112:2 1121:1 1128:1 1136:1 1139:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1367:2 1405:1 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1679:1 1681:1 1685:5 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1778:1 1791:1 1816:1 1820:4 1825:4 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:2 1940:3 1960:1 1961:1 1964:1 1983:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2455:1 2462:1 2487:3 2532:1 2557:1 2577:2 2579:1 2583:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:1 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2979:1 2988:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3290:2 3295:1 3304:1 3312:3 3322:3 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:1 3449:1 3480:1 3488:1 3498:1 3515:1 3536:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:2 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:6 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6804:1 6824:1 6852:1 6882:1 6899:3 6903:2 6906:1 6908:1 6930:1 6935:1 6936:1 6988:3 6993:3 7031:1 7050:1 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7228:2 7230:1 7231:3 7232:1 7234:1 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:2 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:1 7530:1 7531:4 7532:1 7536:1 7560:2 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7843:1 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:2 8014:1 8043:1 8056:1 8073:4 8079:2 8083:1 8118:2 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8684:3 8712:1 8723:1 8755:1 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:20 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:3 9087:1 9093:1 9105:1 9107:1 9121:1 9133:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:10 9405:1 9407:1 9417:1 9427:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9665:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:7 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10218:1 10231:5 10385:1 10401:1 10420:2 10428:1 10434:1 10451:1 10462:2 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:1 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11449:1 11468:2 11474:2 11487:1 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11565:1 11567:2 11568:1 11580:1 11589:1 11590:1 11593:1 11618:7 11632:2 11638:1 11641:1 11647:1 11649:3 11670:1 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:3 12014:1 12016:1 12031:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:6 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12270:2 12287:1 12297:3 12301:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:1 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:1 13344:1 13366:1 13390:3 13403:1 13409:1 13420:1 13450:2 13466:1 13470:1 13480:3 13484:1 13486:1 13488:2 13492:1 13498:1 13509:1 13517:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:2 14150:3 14158:3 14170:1 14177:2 14193:1 14209:1 14219:1 14233:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14454:1 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14663:1 14677:1 14678:1 14679:4 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 14980:1 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15124:7 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:5 15293:1 15294:2 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15375:5 15383:1 15389:1 15391:3 15434:1 15439:2 15445:2 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:3 15821:2 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16286:1 16320:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:1 16643:1 16668:1 16675:1 16694:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16779:1 16790:1 16838:1 16863:1 16893:6 16901:2 16920:2 16924:1 16928:9 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17131:1 17157:3 17163:1 17173:6 17216:1 17217:1 17220:3 17222:1 17241:2 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17397:1 17427:2 17434:2 17442:1 17446:1 17467:2 17485:1 17492:1 17495:1 17523:2 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17673:1 17687:1 17699:1 17715:1 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:3 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:3 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:5 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18461:1 18472:3 18490:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19160:1 19172:1 19182:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19988:1 20000:3 20023:3 20024:3 20063:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:4 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21203:1 21245:1 21252:1 21270:1 21274:1 21296:1 21301:2776 21325:1 21342:1 21425:2 21433:1 21461:1 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:1 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:8 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:1 22218:1 22225:1 22246:1 22256:1 22264:1 22286:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:5 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:5 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:4 23800:1 23808:1 23812:1 23814:3 23827:1 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:2 23916:1 23917:1 23920:2 23922:1 23924:1 23940:1 23942:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:2 24109:1 24125:1 24127:1 24177:1 24208:3 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24308:1 24324:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24670:2 24675:2 24676:2 24697:2 24711:1 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:1 24857:2 24862:3 24874:1 24878:2 24894:1 24902:1 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25180:1 25186:1 25205:1 25235:1 25237:1 25276:1 25277:1 25278:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:1 25366:1 25370:8 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25924:1 25960:2 25969:1 25972:1 25974:1 25990:1 26042:2 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:1 26253:1 26287:1 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26400:2 26401:1 26407:1 26441:1 26443:2 26457:1 26462:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:1 26533:2 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:3 26733:1 26745:1 26754:1 26780:1 26797:2 26806:2 26843:1 26860:1 26862:1 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26990:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27183:1 27186:2 27190:1 27199:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27400:1 27407:8 27413:1 27414:1 27418:1 27425:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28375:5 28379:3 28381:1 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29155:1 29167:1 29178:1 29187:1 29194:1 29198:1 29199:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:1 29425:4 29446:2 29463:1 29473:4 29478:1 29510:1 29511:1 29553:1 29554:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:1 29755:2 29784:1 29802:1 29826:1 29844:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:3 30289:1 30295:3 30323:1 30341:1 30343:2 30351:1 30359:1 30362:1 30363:1 30364:2 30377:1 30378:2 30382:1 30391:2 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:2 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:1 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31716:1 31726:1 31731:1 31732:1 31747:1 31763:1 31765:1 31774:3 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:1 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32041:1 32043:1 32044:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32631:1 32658:1 32685:1 32705:1 32722:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:1 32903:2 32904:2 32906:2 32910:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 247:1 248:1 254:1 271:1 287:1 291:3 296:1 344:2 362:2 378:1 392:1 400:2 412:1 419:3 428:2 460:2 478:1 485:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 736:1 739:4 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:1 1075:1 1077:2 1083:1 1089:1 1092:1 1101:1 1112:2 1121:1 1123:1 1128:1 1136:1 1139:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1367:2 1405:1 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1677:2 1679:1 1681:1 1685:5 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:2 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2179:1 2182:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2532:1 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:2 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:3 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:1 3449:1 3480:1 3488:1 3498:1 3512:1 3515:1 3536:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:2 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4546:1 4547:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:1 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:1 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:1 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6799:1 6804:1 6824:1 6852:1 6882:1 6899:3 6903:2 6906:1 6908:1 6920:1 6930:1 6935:1 6936:1 6988:3 6993:3 7031:1 7050:1 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7228:2 7230:1 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:2 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:2 7530:1 7531:4 7532:1 7536:1 7560:2 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7882:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:2 8014:1 8022:1 8043:2 8056:1 8073:5 8079:2 8083:1 8118:2 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:3 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:3 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8684:3 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:10 9405:1 9407:1 9417:1 9427:1 9449:1 9450:2 9456:1 9458:2 9461:1 9463:1 9475:1 9479:2 9490:2 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9841:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:7 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10151:1 10159:1 10161:1 10179:1 10186:2 10218:1 10231:6 10253:1 10385:1 10401:1 10420:2 10428:1 10434:1 10451:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:1 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11449:1 11468:2 11474:2 11487:1 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:1 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11952:1 11958:1 11978:1 11988:3 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:6 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:1 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13498:1 13509:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:3 14150:3 14158:3 14170:1 14177:2 14193:1 14209:1 14219:1 14233:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14801:1 14830:1 14841:1 14895:1 14913:1 14929:1 14933:2 14980:1 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:8 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:6 15293:1 15294:3 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:1 15375:5 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:4 15821:2 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:1 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16694:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16779:1 16790:1 16812:1 16838:1 16863:1 16893:6 16901:2 16920:2 16924:1 16928:9 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17131:1 17157:3 17163:1 17173:6 17216:1 17217:1 17220:3 17222:1 17241:3 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17387:1 17397:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17673:1 17687:1 17699:1 17715:2 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:3 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:3 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:5 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:3 18490:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:3 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18839:1 18842:1 18852:1 18873:1 18889:2 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19159:1 19160:1 19172:1 19182:1 19190:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:3 19237:1 19279:3 19326:3 19329:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:1 19988:1 20000:3 20023:3 20024:3 20063:1 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:4 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:2 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21182:1 21203:1 21245:1 21252:1 21270:1 21274:1 21296:1 21301:2872 21325:1 21342:1 21425:2 21433:1 21461:1 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:1 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:8 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:1 22218:1 22225:1 22246:1 22256:1 22264:1 22286:1 22288:3 22332:1 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:6 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:1 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:5 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:5 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:2 23942:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:2 24109:1 24125:1 24127:1 24177:1 24208:3 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24287:1 24308:1 24324:1 24355:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24530:1 24541:1 24555:1 24670:2 24675:2 24676:2 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:2 24857:2 24862:3 24874:1 24878:2 24894:1 24900:1 24902:1 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25180:1 25186:1 25205:1 25235:1 25237:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:1 25366:1 25370:9 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25605:1 25616:1 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25960:2 25969:1 25972:1 25974:1 25990:1 26042:2 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:2 26253:1 26287:1 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26400:2 26401:1 26407:1 26441:1 26443:2 26457:1 26462:1 26466:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:2 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:3 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:1 26990:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27183:1 27186:2 27190:1 27199:1 27229:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27400:1 27407:8 27413:1 27414:1 27418:1 27425:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:1 28375:5 28379:3 28381:1 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29148:1 29155:1 29167:1 29178:1 29187:1 29194:2 29198:1 29199:1 29212:1 29228:1 29242:1 29247:2 29275:2 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:2 29463:1 29473:4 29478:1 29510:1 29511:1 29553:1 29554:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:1 29755:2 29784:1 29802:1 29826:1 29844:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:1 29953:2 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:3 30289:1 30295:3 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:1 30363:1 30364:2 30377:1 30378:2 30382:1 30391:2 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30783:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31040:2 31042:2 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31298:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:2 31424:1 31433:1 31445:1 31450:1 31453:1 31468:8 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31731:1 31732:1 31747:1 31763:1 31765:1 31774:3 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:2 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32630:1 32631:1 32658:1 32685:1 32705:1 32722:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:1 32903:2 32904:2 32906:2 32910:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 247:1 248:1 254:1 271:1 287:1 291:3 296:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:3 421:1 428:2 460:2 478:1 485:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:2 694:1 700:2 706:1 712:1 736:1 739:5 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:1 1075:1 1077:2 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:5 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2179:1 2182:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2532:1 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:2 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:3 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3480:1 3488:1 3495:1 3498:1 3512:1 3515:1 3536:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:3 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4544:1 4546:1 4547:1 4555:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:1 4719:1 4752:1 4758:1 4769:1 4774:3 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:1 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6799:1 6804:1 6824:1 6852:1 6882:1 6899:4 6903:2 6906:1 6908:1 6918:1 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:1 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:1 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:2 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:2 7530:1 7531:4 7532:1 7536:1 7560:2 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7882:1 7886:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 8000:1 8006:2 8014:1 8016:1 8022:1 8043:2 8056:1 8073:5 8079:2 8083:1 8104:1 8118:2 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:4 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:1 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:1 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:1 9841:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10179:1 10186:2 10218:1 10231:6 10253:2 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11516:1 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:1 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:1 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:6 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12538:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:1 13092:1 13095:1 13099:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:2 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13498:1 13509:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:2 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:1 14895:1 14913:1 14927:1 14929:1 14933:2 14980:1 15036:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:8 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:6 15293:1 15294:3 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:1 15375:5 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:4 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16370:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16685:1 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:1 16812:1 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17131:1 17157:3 17163:1 17173:6 17189:1 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:1 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:1 17699:1 17715:2 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:4 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:5 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:4 18490:1 18505:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:4 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18839:1 18842:1 18852:1 18873:1 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19326:3 19329:2 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:1 19988:1 20000:3 20023:3 20024:3 20063:1 20081:1 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:3 21090:1 21129:1 21145:1 21150:1 21153:3 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21252:1 21270:1 21274:1 21296:2 21301:3014 21325:1 21342:1 21425:2 21433:1 21461:2 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:2 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:3 22332:2 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:6 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:2 23264:1 23298:2 23300:1 23304:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:5 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:5 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23870:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:2 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:1 24208:3 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24287:1 24308:1 24324:1 24331:1 24355:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24518:1 24530:1 24541:1 24555:1 24670:2 24675:2 24676:2 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:2 24857:2 24862:3 24874:1 24878:2 24894:1 24900:1 24902:2 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25366:1 25370:9 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25605:1 25616:1 25653:1 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25960:2 25969:1 25972:1 25974:2 25990:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:2 26253:1 26287:1 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26398:1 26400:2 26401:1 26407:1 26441:1 26443:2 26457:1 26462:1 26466:1 26479:1 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:2 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:1 26990:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27183:1 27186:2 27190:1 27199:1 27229:1 27244:1 27258:1 27272:1 27276:1 27289:1 27296:1 27303:1 27324:1 27396:3 27400:1 27407:9 27413:1 27414:1 27418:1 27425:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27538:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28421:1 28433:1 28445:1 28467:1 28469:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29137:1 29148:1 29155:1 29167:1 29178:1 29187:1 29194:2 29198:1 29199:1 29212:1 29228:1 29242:1 29247:2 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:2 29451:1 29463:1 29473:4 29478:1 29510:1 29511:1 29553:1 29554:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29802:1 29826:1 29844:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:1 29953:2 29961:1 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:3 30289:1 30295:3 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:2 30377:1 30378:3 30382:1 30391:2 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:1 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31014:1 31040:2 31042:2 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31298:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31405:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:9 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31731:1 31732:1 31747:1 31763:1 31765:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:1 32722:2 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:1 32903:2 32904:2 32906:2 32910:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 231:2 232:1 247:1 248:1 254:1 271:1 287:1 291:3 296:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:1 428:2 460:2 478:1 485:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:5 744:1 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:1 1075:1 1077:2 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:6 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2532:1 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:3 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3480:1 3488:1 3495:1 3498:1 3512:1 3515:1 3536:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:3 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6799:1 6804:1 6824:1 6852:1 6882:1 6899:4 6903:2 6906:1 6908:1 6918:1 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:1 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:1 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7560:2 7563:1 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7774:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7882:1 7886:1 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:2 8014:1 8016:1 8022:2 8043:2 8056:1 8073:5 8079:2 8083:1 8104:1 8118:3 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:5 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:1 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:2 9507:1 9520:1 9538:1 9574:1 9593:1 9596:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:1 9838:1 9841:1 9844:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10552:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11497:1 11516:1 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:1 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:7 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12538:2 12555:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:1 13092:1 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:2 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13498:1 13509:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:1 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:1 14895:1 14913:1 14927:1 14929:1 14933:2 14980:1 15036:1 15062:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:9 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:5 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:5 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16370:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16685:1 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:1 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17131:1 17148:1 17157:3 17163:1 17173:6 17189:1 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:1 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:1 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:5 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:5 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:4 18490:1 18505:1 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19293:1 19326:3 19329:2 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:3 20024:3 20063:1 20081:1 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:3 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21270:1 21274:1 21296:2 21301:3084 21325:1 21342:1 21425:2 21433:1 21461:2 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:2 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:3 22332:2 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:2 23264:1 23298:2 23300:2 23304:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:6 23649:2 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:1 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23870:1 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:1 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24275:1 24282:1 24287:1 24308:1 24324:1 24331:2 24355:1 24367:2 24370:3 24384:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24518:1 24530:1 24541:1 24555:1 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24862:3 24874:1 24878:2 24894:1 24900:1 24902:2 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25370:10 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25605:1 25616:1 25653:1 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25960:2 25969:1 25972:1 25974:2 25990:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26250:2 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:1 26462:1 26466:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:2 26990:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27165:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27296:1 27303:1 27324:1 27396:3 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27538:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27635:1 27655:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28208:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29137:1 29148:1 29155:1 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:2 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29802:1 29826:1 29844:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:3 30289:1 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:2 30377:1 30378:3 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30694:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31014:1 31040:2 31042:2 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31298:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31405:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:12 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:4 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:1 32722:2 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:2 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 231:2 232:1 247:1 248:1 254:1 271:1 287:1 291:3 296:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:6 744:1 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:2 1075:1 1077:2 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1545:1 1550:1 1561:1 1562:1 1577:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:6 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2523:1 2532:2 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:3 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3478:1 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:3 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6761:1 6795:2 6799:1 6804:1 6824:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:1 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7437:1 7482:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7560:2 7563:1 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7882:1 7886:2 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:2 8014:1 8016:1 8022:2 8043:2 8056:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:5 8343:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:2 9507:1 9520:1 9538:4 9574:1 9593:1 9596:1 9603:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:2 9838:1 9841:1 9844:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10552:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11735:3 11736:1 11738:1 11744:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:2 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:7 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12538:2 12555:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:1 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13245:1 13266:1 13292:1 13315:2 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:3 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:1 14895:1 14913:1 14927:1 14929:2 14933:2 14980:1 15036:1 15062:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:9 15143:1 15148:2 15152:1 15153:1 15156:1 15163:1 15177:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:5 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:5 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:1 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16042:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16370:1 16389:1 16410:2 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16685:2 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:1 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17131:1 17148:1 17157:3 17163:1 17173:6 17189:2 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:1 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:5 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:4 18490:1 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:1 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19293:1 19326:3 19329:2 19343:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:3 20024:3 20063:1 20081:2 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20757:1 20789:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:3 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21270:1 21274:1 21296:2 21301:3137 21325:1 21342:1 21425:2 21433:1 21440:1 21461:2 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:3 22332:3 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:3 23264:1 23298:2 23300:2 23304:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23464:1 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:6 23649:2 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:4 23707:1 23718:2 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24331:2 24355:1 24367:2 24370:3 24384:1 24416:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24518:1 24530:1 24541:1 24555:1 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24862:3 24874:1 24878:2 24894:1 24900:1 24902:2 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25370:10 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25960:2 25969:1 25972:1 25974:2 25990:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:3 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:1 26462:1 26466:1 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:2 26990:1 27007:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27165:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27324:1 27396:3 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:1 27515:1 27522:1 27535:1 27538:1 27553:1 27555:3 27557:3 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:3 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28208:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28732:2 28739:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28872:1 28884:1 28887:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29137:1 29148:1 29155:1 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29613:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29802:1 29826:1 29844:1 29846:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:3 30289:1 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:2 30377:1 30378:3 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30623:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30694:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31014:1 31040:2 31042:2 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31236:1 31250:1 31287:1 31296:1 31298:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31405:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:13 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:1 32722:2 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:2 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 231:2 232:1 247:1 248:1 254:1 271:1 287:1 291:3 296:1 314:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 511:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:6 744:1 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 996:1 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:2 1075:1 1077:2 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1413:1 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1491:1 1492:2 1509:1 1512:1 1537:1 1539:1 1545:1 1550:1 1561:1 1562:1 1577:1 1591:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:7 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1921:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:1 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2502:1 2523:1 2532:2 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:1 3133:1 3137:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:4 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3478:1 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3785:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:1 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:3 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4567:1 4586:1 4595:1 4606:1 4619:1 4625:1 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5072:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6263:1 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6583:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6757:1 6761:1 6795:2 6799:1 6804:1 6824:1 6850:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:2 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7429:1 7437:1 7482:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7560:2 7563:1 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7867:1 7882:1 7886:2 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:2 8014:1 8016:1 8022:2 8043:2 8056:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:2 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8291:1 8302:1 8323:1 8329:5 8343:1 8372:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9418:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:2 9507:1 9520:1 9538:4 9574:1 9593:1 9596:1 9603:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:2 9838:1 9841:1 9844:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 9991:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10552:1 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:4 11210:1 11218:2 11230:2 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11562:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11724:1 11735:3 11736:1 11738:1 11744:1 11766:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:2 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:8 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12535:1 12538:2 12555:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12913:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:1 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13224:1 13245:1 13266:1 13292:1 13315:2 13334:1 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13965:1 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:3 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14654:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:1 14895:1 14913:1 14927:1 14929:2 14933:2 14980:1 15036:1 15042:1 15062:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:9 15143:1 15148:2 15152:1 15153:1 15156:1 15163:2 15177:1 15185:1 15195:6 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:6 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15454:1 15455:1 15466:1 15475:1 15492:1 15495:1 15518:1 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:5 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:2 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16040:1 16042:1 16056:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16370:1 16389:1 16410:2 16417:1 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16529:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16685:2 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:2 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17130:1 17131:1 17148:1 17157:3 17163:1 17173:6 17189:2 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17414:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:1 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:2 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:6 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:4 18490:1 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18648:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:2 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 18979:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19157:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19293:1 19326:3 19329:2 19343:1 19347:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19762:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19899:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:3 20024:3 20063:1 20081:2 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20233:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20345:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20731:1 20757:1 20789:1 20809:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:4 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21270:1 21274:1 21296:2 21301:3237 21325:1 21342:1 21425:2 21432:1 21433:1 21440:1 21461:2 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21627:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:4 22332:3 22335:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22584:1 22588:1 22604:1 22633:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22876:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:3 23264:1 23298:2 23300:2 23304:1 23307:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23464:1 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:7 23649:2 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:5 23707:1 23718:2 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24080:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24331:2 24355:1 24367:2 24370:3 24384:1 24416:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24512:1 24518:1 24530:1 24541:1 24555:1 24619:1 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24862:3 24874:1 24878:3 24894:1 24900:1 24902:2 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24979:1 24991:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:1 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25367:1 25370:10 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25933:1 25960:2 25969:1 25972:1 25974:2 25990:1 26005:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:3 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:1 26462:1 26466:1 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:2 26990:1 27007:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27156:1 27165:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27324:1 27341:1 27396:3 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:2 27515:1 27522:1 27535:1 27538:1 27553:1 27555:3 27557:4 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:4 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28208:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:1 28473:2 28474:1 28482:1 28497:1 28499:1 28501:1 28525:1 28532:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28595:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28705:1 28730:1 28732:2 28739:1 28755:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28847:1 28872:1 28884:1 28887:1 28926:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29088:2 29104:1 29112:1 29114:1 29117:1 29135:1 29137:1 29148:1 29155:2 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29267:1 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29613:1 29625:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29785:1 29802:1 29826:1 29844:1 29846:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30142:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:4 30289:2 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:3 30377:1 30378:4 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30623:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30694:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31009:1 31014:1 31040:2 31042:2 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31235:1 31236:1 31250:1 31287:1 31296:1 31298:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31395:1 31405:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:13 31470:1 31472:1 31487:1 31493:1 31507:5 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31727:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31769:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:2 32722:2 32723:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:2 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 6:1 48:1 75:3 102:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 231:2 232:1 247:1 248:2 254:1 271:1 287:1 291:3 296:1 314:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 511:1 517:3 530:1 545:1 562:2 588:1 612:1 643:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:6 744:1 748:1 749:2 751:2 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 996:1 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:2 1075:1 1077:3 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1413:1 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1484:1 1491:1 1492:2 1509:1 1512:1 1537:1 1539:1 1545:1 1550:1 1561:1 1562:1 1577:1 1591:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:7 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:5 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1869:1 1870:1 1883:1 1902:2 1909:2 1910:2 1912:1 1917:1 1921:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:2 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2148:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2345:1 2360:2 2389:1 2417:1 2440:1 2455:1 2462:1 2487:3 2502:1 2523:1 2532:2 2557:1 2577:2 2579:1 2583:1 2612:1 2614:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:3 3133:1 3137:1 3153:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3304:1 3312:5 3322:4 3323:1 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3478:1 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3785:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:2 4084:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:3 4308:1 4319:1 4339:1 4342:1 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:1 4460:1 4464:1 4473:1 4491:1 4510:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4567:1 4586:1 4595:1 4606:1 4619:1 4625:1 4642:1 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5072:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:2 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5499:1 5510:7 5518:1 5543:1 5552:1 5555:1 5564:1 5573:1 5574:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5658:1 5661:2 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6263:2 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6583:1 6597:2 6614:1 6627:1 6660:1 6663:1 6668:1 6713:1 6724:1 6743:1 6751:1 6757:1 6761:1 6795:2 6799:1 6804:1 6824:1 6846:1 6850:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:2 7231:3 7232:1 7234:2 7238:2 7240:1 7246:3 7247:4 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7429:1 7437:1 7482:1 7491:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7560:2 7563:1 7565:1 7579:1 7597:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7867:1 7882:1 7886:2 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:2 8014:1 8016:1 8022:2 8043:2 8056:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:3 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8287:1 8291:1 8302:1 8323:1 8329:5 8343:1 8372:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:1 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:21 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9078:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9418:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:2 9507:1 9520:1 9538:4 9574:1 9593:1 9596:1 9603:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:2 9838:1 9841:1 9844:1 9846:1 9849:3 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 9991:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10552:3 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10727:2 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:5 11210:1 11218:2 11230:2 11238:1 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11396:1 11405:1 11412:3 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11562:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11724:1 11735:3 11736:1 11738:1 11744:1 11766:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:2 12014:1 12016:1 12031:1 12033:1 12052:1 12053:2 12054:1 12064:1 12078:3 12081:1 12087:1 12096:6 12116:2 12130:1 12161:1 12169:8 12172:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12535:1 12538:2 12555:2 12559:2 12567:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12913:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:1 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13224:1 13245:1 13266:1 13292:1 13315:2 13334:1 13343:1 13344:1 13366:1 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13512:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13965:2 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:3 14263:1 14270:1 14282:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14654:1 14663:1 14677:1 14678:1 14679:5 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:1 14895:1 14913:1 14927:1 14929:2 14933:2 14980:1 15036:1 15042:1 15062:1 15066:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:9 15143:1 15148:2 15152:1 15153:1 15156:1 15163:2 15177:1 15185:1 15195:6 15203:1 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:6 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15454:1 15455:1 15466:1 15475:1 15492:1 15495:1 15518:2 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:5 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:2 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16040:1 16042:1 16056:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16355:1 16363:1 16370:1 16389:1 16410:2 16417:1 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16529:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16643:1 16661:1 16668:1 16675:1 16685:2 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:2 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17130:1 17131:1 17148:1 17157:3 17163:1 17173:6 17189:2 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17414:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:1 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18106:1 18109:1 18110:1 18125:2 18126:3 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:6 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:4 18490:2 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18648:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:2 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 18979:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19157:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19293:1 19326:3 19329:2 19343:1 19347:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19762:1 19783:1 19801:1 19839:1 19842:1 19881:1 19894:1 19899:1 19921:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:3 20024:3 20063:1 20081:2 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:1 20184:1 20198:1 20205:1 20207:1 20214:1 20233:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20345:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20677:2 20700:1 20727:1 20731:1 20757:1 20789:1 20809:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:1 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:4 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21270:1 21274:1 21296:2 21301:3300 21325:1 21342:1 21425:2 21432:1 21433:1 21440:1 21461:2 21485:1 21495:1 21496:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21627:1 21640:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21751:1 21766:1 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:4 22332:3 22335:1 22339:1 22359:2 22367:1 22384:1 22392:1 22412:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22584:1 22588:1 22604:1 22633:1 22693:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22876:1 22877:1 22886:1 22901:1 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23262:3 23264:1 23298:2 23300:2 23304:1 23307:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23458:1 23464:1 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:7 23649:2 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:5 23707:1 23718:2 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23827:2 23858:1 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24080:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24331:2 24355:1 24367:2 24370:3 24384:1 24416:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24512:1 24518:1 24530:1 24541:1 24555:1 24619:2 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24862:3 24874:1 24878:3 24894:1 24900:1 24902:2 24912:2 24938:1 24945:2 24946:1 24956:1 24965:1 24979:1 24991:1 24994:1 24999:1 25001:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:2 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25367:1 25370:10 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25819:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25933:1 25960:2 25969:1 25972:1 25974:2 25990:1 26005:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:3 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:1 26462:1 26466:1 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26948:1 26949:1 26962:2 26990:1 27007:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27156:1 27165:2 27168:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27324:1 27341:1 27396:3 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:2 27515:1 27522:1 27535:1 27538:1 27553:1 27555:3 27557:4 27568:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:4 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:4 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28208:1 28218:1 28229:1 28247:2 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:1 28473:2 28474:2 28482:1 28497:1 28499:1 28501:1 28525:1 28532:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28595:1 28596:1 28598:1 28607:1 28613:2 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28705:1 28730:1 28732:2 28739:1 28755:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28847:1 28872:1 28884:1 28887:1 28926:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29053:1 29088:2 29104:1 29112:1 29114:2 29117:1 29135:1 29137:1 29148:1 29155:2 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29267:1 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:1 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29613:1 29625:1 29663:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29785:1 29802:1 29826:1 29844:1 29846:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30001:1 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30142:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:4 30289:2 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:3 30377:1 30378:4 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:2 30523:2 30524:1 30532:1 30535:1 30573:2 30578:1 30618:1 30623:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30694:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31009:1 31014:1 31040:2 31042:2 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31235:1 31236:1 31250:1 31287:1 31296:1 31298:1 31303:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31395:1 31405:1 31424:1 31433:1 31445:1 31450:1 31453:1 31468:13 31470:1 31472:1 31487:1 31493:1 31507:6 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31727:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31769:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:2 32722:2 32723:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:2 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 2:1 6:1 48:1 75:3 102:1 110:1 114:2 134:1 170:1 171:4 191:1 192:2 201:1 228:1 230:1 231:2 232:1 247:1 248:2 254:1 271:1 287:1 291:3 296:1 314:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 511:1 517:3 530:1 545:1 562:2 588:1 612:1 643:2 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:7 744:1 748:1 749:2 751:3 758:1 808:1 828:3 853:1 857:1 858:1 875:4 881:1 891:2 947:1 957:1 988:1 990:2 996:1 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1072:2 1075:1 1077:3 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:2 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1413:1 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1484:1 1491:1 1492:2 1509:1 1512:1 1537:1 1539:1 1545:1 1550:1 1561:1 1562:1 1577:1 1591:1 1596:1 1652:1 1667:2 1669:1 1677:2 1679:1 1681:1 1685:7 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:6 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1861:1 1869:1 1870:1 1883:1 1900:1 1902:2 1909:2 1910:2 1912:1 1917:1 1921:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:2 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2148:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2319:1 2345:1 2360:2 2389:1 2417:1 2418:1 2440:1 2455:1 2462:1 2487:3 2502:1 2523:1 2532:2 2557:2 2577:2 2579:1 2583:1 2612:1 2614:1 2620:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:2 2649:1 2651:4 2653:1 2655:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:3 3133:1 3137:1 3153:1 3179:3 3188:1 3240:1 3251:2 3256:1 3258:1 3290:2 3295:1 3301:1 3304:1 3312:5 3322:5 3323:2 3334:1 3337:1 3356:2 3370:2 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3438:1 3443:2 3449:1 3478:1 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3785:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4011:1 4043:1 4044:1 4075:2 4084:1 4085:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:4 4308:1 4319:1 4339:1 4342:2 4343:2 4367:2 4368:2 4380:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:2 4460:1 4464:1 4473:1 4491:1 4510:1 4516:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4567:1 4586:1 4595:1 4606:1 4619:1 4625:1 4631:1 4642:2 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4927:1 4928:1 4937:1 4950:1 4960:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5072:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:3 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5475:1 5499:1 5510:7 5518:1 5543:2 5552:1 5555:1 5564:1 5573:1 5574:1 5579:2 5581:1 5609:1 5630:4 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5658:1 5659:1 5661:3 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6216:1 6226:1 6227:1 6234:1 6237:1 6242:1 6244:1 6256:3 6263:2 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:1 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6583:1 6597:2 6614:1 6627:1 6660:1 6663:1 6667:1 6668:1 6713:1 6724:1 6743:1 6751:1 6757:1 6761:1 6795:2 6799:1 6804:1 6824:1 6846:1 6850:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7119:1 7126:1 7199:1 7202:1 7210:1 7213:1 7219:2 7222:1 7228:2 7230:2 7231:3 7232:1 7234:3 7238:2 7240:1 7246:3 7247:4 7250:1 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7429:1 7437:1 7482:1 7491:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7560:2 7563:1 7565:1 7579:1 7589:1 7597:1 7620:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:2 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7867:1 7882:1 7886:2 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:3 8014:1 8016:1 8022:2 8043:2 8056:1 8067:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:4 8154:1 8158:1 8164:1 8168:1 8171:1 8184:4 8193:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8287:1 8291:1 8302:1 8323:1 8329:5 8343:1 8372:1 8377:1 8412:2 8434:1 8444:1 8453:3 8478:1 8492:2 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:1 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:23 8844:1 8855:2 8856:5 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9078:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9418:1 9427:1 9449:1 9450:2 9456:1 9458:3 9461:1 9463:1 9475:1 9479:2 9490:3 9491:2 9507:1 9520:1 9538:4 9574:1 9593:1 9596:1 9603:1 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9681:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:2 9838:1 9841:1 9844:1 9846:1 9849:3 9850:1 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 9991:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10073:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:1 10151:1 10159:1 10161:1 10167:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:2 10506:4 10524:1 10529:1 10542:1 10552:3 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10719:1 10727:2 10764:1 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:1 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 10985:1 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:1 11131:1 11132:1 11145:1 11150:1 11197:5 11210:1 11218:2 11230:2 11238:1 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11376:1 11396:1 11405:1 11412:4 11413:1 11430:1 11449:1 11468:2 11474:2 11487:1 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:1 11558:1 11562:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11592:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11724:1 11735:3 11736:1 11738:1 11744:1 11766:1 11788:1 11795:1 11803:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:1 11978:1 11988:4 11993:2 12014:1 12016:1 12031:1 12032:1 12033:1 12052:1 12053:2 12054:1 12064:1 12078:3 12081:1 12085:1 12087:1 12096:7 12116:2 12130:1 12161:1 12169:8 12172:1 12188:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12293:1 12297:3 12301:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12535:1 12538:2 12555:2 12559:2 12567:1 12575:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12913:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:1 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:3 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:1 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13195:1 13214:1 13224:1 13245:1 13266:1 13284:1 13292:1 13315:2 13334:1 13343:1 13344:1 13366:2 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13512:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13965:2 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14099:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:3 14263:1 14270:1 14280:1 14282:1 14290:1 14327:1 14355:1 14357:1 14370:1 14384:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14654:1 14663:1 14677:1 14678:1 14679:6 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14744:1 14762:1 14801:1 14830:1 14841:2 14895:1 14913:1 14927:1 14929:2 14933:2 14980:1 15036:1 15042:1 15062:1 15066:1 15073:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:10 15143:1 15148:2 15152:1 15153:1 15156:1 15163:2 15177:1 15185:1 15195:6 15203:1 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:6 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15454:1 15455:1 15466:1 15475:1 15492:1 15495:2 15518:2 15524:1 15540:1 15548:1 15552:3 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:1 15767:1 15778:1 15800:1 15812:5 15821:3 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:2 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16040:1 16042:1 16056:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16267:1 16269:1 16284:1 16286:1 16320:1 16337:1 16355:1 16363:1 16370:1 16389:1 16410:2 16417:1 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16512:1 16529:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16641:1 16643:1 16661:1 16668:1 16675:1 16685:3 16694:1 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:2 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17130:1 17131:1 17148:1 17157:4 17163:1 17173:6 17189:2 17215:1 17216:1 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17284:5 17307:6 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17414:1 17427:2 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:2 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17777:1 17793:1 17798:2 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:1 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18102:1 18106:1 18109:1 18110:1 18125:2 18126:3 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18197:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:6 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:1 18456:1 18460:1 18461:1 18472:5 18490:2 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18648:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:2 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:7 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 18979:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19157:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:4 19237:1 19279:3 19293:1 19326:3 19329:2 19343:1 19347:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19426:1 19448:2 19471:1 19479:1 19495:1 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19573:1 19575:1 19612:1 19621:1 19645:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19762:1 19783:1 19801:1 19839:1 19842:1 19881:1 19889:1 19894:1 19899:1 19921:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:3 20024:3 20063:1 20081:2 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20172:1 20183:2 20184:1 20198:1 20205:1 20207:1 20214:1 20233:1 20235:1 20242:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20345:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20653:1 20677:2 20700:1 20727:1 20730:1 20731:1 20752:1 20757:1 20789:1 20809:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:2 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:4 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21253:1 21270:1 21274:1 21296:2 21301:3406 21325:1 21342:1 21425:2 21432:1 21433:1 21440:1 21461:2 21485:1 21495:1 21496:1 21529:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21626:1 21627:1 21640:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21751:1 21766:2 21780:1 21781:1 21788:1 21791:2 21792:1 21819:1 21822:3 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22089:1 22103:1 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:4 22332:3 22335:1 22339:1 22359:2 22367:1 22384:1 22392:2 22412:1 22423:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22584:1 22588:1 22604:1 22633:1 22693:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22768:1 22779:1 22781:3 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22876:1 22877:1 22886:1 22901:2 22904:2 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23253:1 23262:3 23264:1 23298:2 23300:2 23304:1 23307:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:1 23447:1 23450:1 23454:1 23458:1 23464:1 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23614:1 23627:1 23636:1 23644:7 23649:2 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:5 23707:1 23714:1 23718:2 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23827:2 23858:2 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24080:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:1 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24331:2 24336:1 24355:1 24367:2 24370:3 24384:1 24416:1 24423:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24512:1 24518:1 24530:1 24541:1 24555:1 24619:2 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24861:1 24862:3 24874:1 24878:3 24894:1 24900:1 24902:2 24912:3 24938:1 24945:3 24946:1 24956:1 24965:1 24979:1 24991:1 24994:1 24999:1 25001:1 25004:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:2 25140:1 25141:1 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25367:1 25370:11 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25790:1 25792:1 25819:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25933:1 25960:2 25969:1 25972:1 25974:2 25990:1 26005:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:3 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:1 26362:1 26371:3 26373:1 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:2 26462:2 26466:1 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26940:1 26948:1 26949:1 26962:2 26990:1 27007:1 27009:1 27014:1 27044:1 27045:1 27085:1 27105:1 27133:1 27134:1 27136:1 27156:1 27165:2 27168:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27318:1 27324:1 27341:1 27396:3 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:2 27515:1 27522:1 27535:1 27538:1 27553:2 27555:3 27557:4 27568:1 27583:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:1 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:4 27786:1 27792:1 27815:1 27819:1 27826:2 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:5 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28200:1 28208:1 28218:1 28229:1 28247:3 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28321:1 28350:1 28359:3 28375:5 28379:3 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:2 28473:2 28474:2 28482:1 28497:1 28499:1 28501:1 28525:1 28532:1 28565:2 28566:1 28571:1 28576:3 28580:2 28581:1 28589:1 28591:2 28595:1 28596:1 28598:1 28607:1 28613:3 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:2 28696:1 28703:2 28705:1 28730:1 28732:2 28739:1 28755:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28847:1 28872:1 28884:1 28887:1 28926:1 28937:2 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29053:1 29088:2 29104:1 29112:1 29114:2 29117:1 29135:1 29137:1 29148:1 29155:2 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29264:1 29267:1 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:2 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29613:1 29625:1 29663:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29785:1 29802:1 29826:1 29844:1 29846:1 29854:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30001:1 30002:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30142:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:4 30289:2 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:3 30377:1 30378:4 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:3 30523:2 30524:1 30532:1 30535:2 30573:2 30578:1 30618:1 30623:1 30638:1 30641:2 30646:2 30651:2 30674:2 30683:1 30684:1 30694:1 30699:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:1 31003:1 31009:1 31014:1 31040:2 31042:2 31046:1 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31235:1 31236:1 31250:1 31277:1 31287:1 31296:1 31298:1 31303:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:4 31395:1 31405:1 31424:1 31433:1 31445:1 31450:2 31453:1 31468:14 31470:1 31472:1 31487:1 31493:1 31507:6 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31727:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31769:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32128:1 32201:3 32221:2 32232:3 32241:1 32245:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32581:1 32591:1 32620:1 32628:1 32630:1 32631:1 32658:1 32685:1 32705:2 32722:2 32723:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:3 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 2:1 6:1 48:1 75:3 102:2 110:1 114:2 134:1 170:1 171:4 191:1 192:3 201:1 228:1 230:1 231:2 232:1 247:1 248:2 254:1 271:1 287:1 291:3 296:1 314:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 511:1 517:3 530:1 545:1 562:2 576:1 588:1 612:1 643:2 645:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:7 744:1 748:1 749:3 751:3 758:1 808:1 820:1 828:3 853:1 857:1 858:1 873:1 875:4 877:1 881:1 891:2 947:1 957:1 988:1 990:2 996:1 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1058:1 1072:2 1075:1 1077:3 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:3 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1413:1 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1484:1 1491:1 1492:2 1509:1 1512:1 1537:1 1539:1 1545:1 1550:1 1561:1 1562:1 1577:1 1591:1 1596:1 1599:1 1652:1 1667:2 1669:1 1677:2 1679:2 1681:1 1685:7 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:6 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1861:1 1869:1 1870:1 1883:1 1900:1 1902:2 1909:2 1910:2 1912:1 1917:1 1921:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:2 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2148:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2319:1 2345:1 2360:2 2389:1 2409:1 2417:1 2418:1 2440:1 2455:1 2462:1 2487:3 2502:1 2523:1 2532:3 2557:2 2577:2 2579:1 2583:1 2612:1 2614:1 2620:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:3 2649:1 2651:4 2653:1 2655:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2904:1 2952:1 2960:2 2976:1 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:3 3133:1 3137:1 3153:1 3179:3 3188:1 3233:1 3240:2 3251:2 3256:1 3258:1 3290:2 3295:1 3301:1 3304:1 3312:5 3322:5 3323:2 3334:1 3337:1 3356:2 3370:4 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3422:1 3438:1 3443:2 3449:1 3478:2 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3593:1 3610:1 3642:1 3654:1 3715:2 3730:1 3739:1 3763:1 3772:1 3783:1 3785:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4006:1 4011:1 4043:1 4044:1 4075:2 4084:1 4085:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:6 4308:1 4319:1 4339:1 4342:2 4343:2 4367:2 4368:2 4380:1 4397:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:2 4460:1 4464:1 4473:1 4485:1 4491:1 4510:1 4516:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4567:1 4586:1 4595:1 4606:1 4619:1 4625:1 4631:1 4642:2 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4796:1 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4915:1 4927:1 4928:1 4937:1 4946:1 4950:1 4960:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5072:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5282:1 5290:2 5293:2 5306:3 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5475:1 5499:1 5510:7 5518:1 5543:2 5552:1 5555:1 5564:1 5573:1 5574:1 5579:2 5581:1 5609:1 5630:5 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5658:1 5659:1 5661:3 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:1 6144:1 6147:2 6166:3 6188:1 6202:1 6210:1 6212:1 6213:1 6216:1 6226:1 6227:1 6234:1 6237:2 6242:1 6244:1 6256:3 6263:2 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:2 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6583:1 6597:2 6614:1 6627:1 6640:1 6660:1 6663:1 6667:1 6668:1 6713:1 6724:1 6743:1 6751:1 6757:1 6761:1 6795:3 6799:1 6804:1 6824:1 6846:1 6850:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7119:2 7126:1 7199:1 7202:1 7210:1 7213:1 7219:3 7222:1 7228:2 7230:2 7231:3 7232:1 7234:3 7238:2 7240:1 7246:3 7247:4 7250:1 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7301:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7416:1 7418:2 7429:1 7437:1 7480:1 7482:1 7491:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7542:1 7560:2 7563:1 7565:1 7579:1 7589:1 7597:1 7620:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:3 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7867:1 7882:1 7886:3 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:3 8014:1 8016:1 8022:2 8043:2 8056:1 8067:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:4 8154:1 8158:1 8164:1 8168:1 8171:1 8184:5 8193:1 8206:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8287:1 8291:1 8302:1 8323:1 8329:6 8343:1 8372:1 8377:1 8412:2 8434:1 8444:1 8453:3 8468:1 8478:1 8492:2 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:2 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8751:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:24 8844:1 8855:2 8856:6 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9038:1 9041:1 9072:1 9078:1 9080:4 9087:1 9093:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9388:3 9390:11 9405:1 9407:1 9417:1 9418:1 9422:1 9427:1 9449:1 9450:2 9456:1 9458:3 9460:1 9461:1 9463:1 9475:1 9479:2 9490:3 9491:3 9507:1 9520:1 9538:5 9574:1 9593:1 9596:1 9603:2 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9681:1 9695:1 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:3 9838:1 9841:1 9844:1 9846:1 9849:3 9850:1 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:1 9991:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:8 10071:1 10073:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:2 10151:1 10159:1 10161:1 10167:1 10179:1 10186:2 10194:1 10218:1 10231:7 10253:2 10263:1 10369:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10459:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:3 10506:4 10524:1 10529:1 10542:1 10552:3 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10719:1 10727:2 10764:1 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:2 10911:1 10916:1 10918:1 10958:3 10961:1 10981:2 10985:1 11014:1 11031:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:2 11131:1 11132:1 11145:1 11150:1 11197:5 11210:1 11218:2 11230:2 11238:1 11241:1 11250:1 11264:1 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11376:1 11396:1 11405:1 11412:4 11413:1 11423:1 11430:1 11449:1 11468:2 11474:2 11487:2 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:2 11558:1 11562:1 11565:1 11567:2 11568:2 11580:1 11589:1 11590:1 11592:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11724:1 11728:1 11735:3 11736:1 11738:1 11744:1 11766:1 11788:1 11795:1 11803:1 11815:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:2 11846:1 11849:1 11853:3 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:2 11978:1 11988:4 11993:2 12014:2 12016:1 12031:1 12032:1 12033:1 12035:1 12052:1 12053:2 12054:1 12064:1 12078:3 12081:1 12085:1 12087:1 12096:7 12116:2 12130:1 12148:1 12161:1 12169:8 12172:1 12181:1 12188:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12293:1 12295:1 12297:3 12301:1 12303:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12493:1 12504:1 12531:1 12535:1 12538:2 12555:2 12559:2 12567:1 12575:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:2 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12913:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:2 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:4 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:2 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13193:1 13195:1 13214:1 13224:1 13245:1 13266:1 13284:1 13292:1 13315:2 13334:1 13343:1 13344:1 13360:1 13366:2 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13512:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13613:1 13634:3 13648:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13766:1 13767:1 13772:1 13795:2 13803:2 13805:3 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13893:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13965:2 13972:1 13977:1 13979:1 13988:3 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14099:1 14101:1 14133:5 14150:3 14158:3 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:4 14263:1 14270:1 14280:1 14282:1 14290:1 14327:1 14355:1 14357:1 14370:1 14384:1 14399:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14654:1 14663:1 14677:1 14678:1 14679:6 14697:1 14698:2 14702:1 14706:1 14711:1 14717:2 14732:1 14733:1 14744:1 14762:1 14801:1 14830:1 14841:2 14895:1 14913:1 14927:1 14929:3 14933:2 14980:1 15001:1 15018:1 15036:1 15042:1 15062:1 15066:1 15073:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:10 15143:1 15148:2 15152:1 15153:2 15156:1 15163:2 15177:1 15185:1 15195:6 15203:1 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:6 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15454:1 15455:1 15466:1 15475:1 15492:1 15495:2 15518:2 15524:1 15540:1 15548:1 15552:4 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:2 15767:1 15778:1 15800:1 15812:5 15821:3 15830:1 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:2 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16040:1 16042:1 16056:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16181:3 16205:2 16226:2 16247:1 16267:1 16269:1 16284:1 16286:1 16320:1 16337:1 16355:1 16363:1 16370:1 16389:1 16410:2 16417:1 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16481:1 16512:1 16521:1 16529:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16641:1 16643:1 16661:1 16668:1 16675:1 16685:3 16694:2 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:2 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17130:1 17131:1 17148:1 17157:4 17163:1 17173:7 17189:3 17215:1 17216:2 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17262:1 17284:5 17307:7 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17414:1 17427:3 17434:2 17442:1 17446:1 17467:3 17485:1 17492:1 17495:2 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:2 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17765:1 17777:1 17793:1 17798:2 17825:1 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:2 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18102:1 18106:1 18109:1 18110:1 18125:2 18126:3 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18197:1 18200:1 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:6 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:2 18456:1 18460:1 18461:1 18472:6 18490:2 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18648:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:2 18837:1 18839:1 18842:1 18852:1 18873:2 18889:3 18892:2 18896:1 18898:1 18905:8 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 18979:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19157:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:5 19237:1 19279:3 19293:1 19326:3 19329:2 19343:2 19347:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19422:1 19426:1 19448:2 19471:1 19479:1 19495:2 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19570:1 19573:1 19575:1 19612:1 19621:1 19645:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19762:1 19783:1 19801:1 19839:1 19842:1 19881:1 19889:1 19894:1 19899:1 19921:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:4 20024:3 20058:1 20063:1 20081:2 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20165:1 20172:1 20183:2 20184:1 20198:1 20205:1 20207:1 20214:1 20233:1 20235:1 20242:1 20243:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20345:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20467:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20653:1 20677:2 20700:1 20727:1 20730:1 20731:1 20752:1 20757:1 20762:1 20789:1 20809:1 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:2 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:4 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:1 21252:1 21253:1 21270:1 21274:1 21296:2 21301:3533 21325:1 21342:1 21382:1 21425:2 21432:1 21433:1 21440:1 21450:1 21461:2 21485:1 21495:1 21496:1 21529:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21622:1 21626:1 21627:1 21640:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21735:1 21751:1 21754:1 21766:2 21780:1 21781:1 21788:1 21791:2 21792:1 21798:1 21819:1 21822:4 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 21990:1 21998:1 22001:1 22029:1 22061:1 22068:1 22069:1 22079:9 22089:1 22103:2 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:4 22332:4 22335:1 22339:1 22359:2 22367:1 22384:1 22392:2 22412:1 22423:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22524:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22584:1 22588:1 22604:1 22633:1 22693:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22768:1 22779:1 22781:4 22785:1 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22876:1 22877:1 22886:1 22901:2 22904:3 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23253:1 23262:3 23264:1 23298:2 23300:3 23304:1 23307:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:2 23436:1 23447:1 23450:1 23454:1 23458:1 23464:2 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:2 23603:1 23614:1 23620:1 23627:1 23636:1 23644:7 23649:3 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:1 23699:1 23703:5 23705:1 23707:1 23714:1 23718:3 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23822:1 23827:2 23858:2 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24080:1 24095:1 24105:4 24108:2 24109:1 24125:1 24127:1 24130:1 24177:2 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24327:1 24331:2 24336:1 24355:1 24367:2 24370:4 24384:1 24416:1 24423:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24512:1 24518:1 24530:1 24541:1 24555:1 24619:2 24660:1 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24861:1 24862:3 24874:1 24878:3 24894:1 24900:1 24902:2 24912:3 24938:1 24945:3 24946:1 24956:1 24965:1 24979:1 24991:1 24994:1 24999:1 25001:1 25004:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:2 25140:1 25141:2 25156:1 25163:1 25173:1 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25276:1 25277:1 25278:1 25280:1 25281:1 25295:1 25315:2 25321:1 25333:3 25347:3 25353:2 25362:1 25364:1 25366:1 25367:1 25370:11 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25783:1 25790:1 25792:1 25819:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25933:1 25960:2 25969:1 25971:1 25972:1 25974:2 25990:1 25997:1 26005:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26156:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:4 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:2 26362:1 26371:3 26373:1 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26407:1 26425:1 26441:1 26443:2 26457:2 26462:2 26466:1 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:1 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26903:1 26915:1 26921:2 26925:1 26940:1 26948:1 26949:1 26962:2 26990:1 27007:2 27009:1 27014:1 27044:1 27045:1 27067:1 27085:1 27105:1 27133:1 27134:1 27136:1 27156:1 27165:2 27168:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27318:1 27324:1 27341:1 27396:4 27400:1 27407:9 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:2 27515:1 27522:1 27535:1 27538:1 27553:2 27555:3 27557:4 27568:1 27583:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:2 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:4 27786:1 27792:1 27815:1 27819:1 27826:3 27852:1 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:5 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28196:1 28200:1 28208:1 28218:1 28229:1 28247:3 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28321:1 28350:1 28359:4 28375:5 28379:4 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:2 28473:2 28474:2 28482:1 28497:1 28499:1 28501:1 28525:1 28532:1 28551:1 28565:2 28566:1 28571:1 28576:3 28580:3 28581:1 28589:1 28591:2 28595:1 28596:1 28598:1 28607:1 28613:3 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:3 28696:1 28703:2 28705:1 28730:1 28732:2 28739:1 28755:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28847:1 28872:1 28884:1 28887:1 28889:1 28926:1 28937:3 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29053:1 29088:2 29104:1 29112:1 29114:2 29117:1 29135:1 29137:1 29148:1 29155:2 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:3 29264:1 29267:1 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:2 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29612:1 29613:1 29625:1 29663:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29785:1 29802:1 29806:1 29826:1 29844:1 29846:1 29854:1 29856:1 29870:2 29884:2 29893:3 29899:1 29909:1 29929:2 29953:2 29961:1 29984:2 30001:1 30002:1 30019:1 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30142:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:4 30259:1 30289:2 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:3 30375:1 30377:1 30378:4 30382:1 30391:5 30413:1 30433:1 30447:1 30513:1 30521:3 30523:2 30524:1 30532:1 30535:2 30573:2 30578:1 30618:1 30623:2 30638:1 30641:2 30643:1 30646:2 30651:2 30674:2 30683:1 30684:1 30686:1 30694:1 30699:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:2 31003:1 31009:1 31014:1 31040:2 31042:2 31046:1 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31235:1 31236:1 31250:1 31277:1 31287:1 31296:1 31298:2 31303:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:5 31395:1 31405:1 31424:1 31433:1 31445:1 31450:2 31453:1 31468:15 31470:1 31472:1 31487:1 31493:1 31507:6 31530:2 31542:1 31560:1 31587:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31727:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31769:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32128:1 32201:3 32221:2 32232:3 32241:1 32245:1 32256:1 32264:3 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:1 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32572:1 32581:1 32591:1 32600:1 32620:1 32628:1 32630:1 32631:1 32658:1 32659:1 32685:1 32705:2 32722:2 32723:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:3 32904:2 32906:2 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
15 2:1 6:1 48:1 75:3 102:2 110:1 114:2 134:1 170:1 171:5 191:1 192:3 201:1 228:1 230:1 231:2 232:1 247:1 248:2 254:1 271:1 287:1 291:3 296:1 314:1 323:1 344:2 362:2 378:1 392:1 400:2 412:1 419:4 421:2 428:2 460:2 478:1 485:1 511:1 517:3 530:1 545:1 562:2 576:1 588:1 612:1 643:2 645:1 648:1 649:1 658:1 688:3 694:1 700:2 706:1 712:1 736:1 739:7 744:1 748:1 749:3 751:3 758:1 808:1 820:1 828:3 853:1 857:1 858:1 873:1 875:4 877:1 881:1 891:3 927:1 932:1 947:1 957:1 988:1 990:2 996:1 997:1 1018:2 1020:1 1021:1 1023:1 1026:2 1030:1 1033:1 1034:2 1040:1 1042:1 1043:1 1047:1 1050:2 1058:1 1072:2 1075:1 1077:3 1083:1 1089:2 1092:1 1101:1 1112:3 1121:1 1123:1 1128:1 1136:1 1139:1 1155:1 1168:1 1178:2 1184:3 1217:3 1218:1 1222:2 1239:1 1251:1 1275:1 1286:2 1288:1 1340:1 1342:2 1356:1 1360:2 1365:1 1367:2 1405:1 1411:3 1413:1 1420:1 1426:1 1459:2 1469:1 1479:1 1480:1 1481:1 1484:1 1491:1 1492:2 1509:1 1512:1 1537:1 1539:1 1545:2 1550:1 1561:1 1562:1 1577:1 1591:1 1596:1 1599:2 1652:1 1667:2 1669:1 1677:2 1679:2 1681:1 1685:7 1727:1 1730:2 1734:2 1735:2 1742:1 1743:1 1746:6 1761:1 1764:1 1774:1 1778:1 1791:1 1816:1 1820:4 1825:4 1826:1 1834:2 1842:2 1855:1 1857:1 1861:1 1869:1 1870:1 1883:1 1900:1 1902:2 1909:2 1910:2 1912:1 1917:1 1921:1 1938:3 1940:3 1960:1 1961:1 1964:1 1983:1 1997:1 1998:1 2000:2 2010:1 2012:1 2025:2 2029:2 2030:1 2033:1 2048:1 2056:2 2083:1 2084:1 2093:1 2111:1 2114:1 2117:1 2121:1 2122:2 2126:1 2128:2 2129:1 2131:1 2148:1 2169:1 2179:1 2182:1 2191:1 2223:1 2237:1 2241:4 2247:1 2254:1 2256:2 2259:1 2282:1 2298:1 2319:1 2345:1 2360:2 2389:1 2409:2 2417:1 2418:1 2440:1 2455:1 2462:1 2487:3 2502:1 2523:1 2532:3 2557:2 2577:2 2579:1 2583:1 2612:1 2614:1 2620:1 2622:2 2625:3 2627:1 2633:2 2637:2 2639:1 2641:2 2642:2 2644:3 2649:1 2651:4 2653:1 2655:1 2668:1 2682:2 2683:1 2729:2 2732:1 2761:1 2768:1 2810:2 2813:2 2814:1 2847:1 2851:3 2861:2 2875:1 2885:1 2900:1 2904:1 2952:1 2960:2 2976:2 2979:1 2988:1 3001:1 3003:1 3065:1 3070:1 3083:2 3090:2 3117:1 3123:1 3129:1 3130:3 3133:1 3137:1 3153:1 3179:3 3188:1 3233:1 3240:2 3251:2 3256:1 3258:1 3290:2 3295:1 3301:1 3304:1 3312:5 3322:5 3323:2 3334:1 3337:1 3356:2 3370:5 3373:4 3375:1 3391:1 3400:1 3401:1 3403:1 3406:1 3408:2 3412:1 3415:1 3422:1 3438:1 3443:2 3449:1 3478:2 3480:1 3488:1 3495:2 3498:1 3512:1 3515:1 3536:1 3549:1 3564:1 3566:1 3567:2 3572:1 3590:1 3593:1 3610:1 3642:1 3654:1 3715:3 3730:1 3739:1 3763:1 3772:1 3783:1 3785:1 3797:1 3816:3 3827:1 3840:1 3842:1 3872:1 3873:1 3875:1 3879:1 3903:3 3904:1 3920:1 3947:1 3955:1 3961:1 3972:1 4006:1 4011:1 4043:1 4044:1 4075:2 4084:1 4085:1 4102:1 4117:2 4119:1 4158:1 4162:1 4170:1 4174:1 4177:1 4212:1 4221:1 4222:2 4225:1 4241:1 4259:1 4263:1 4286:1 4291:2 4292:7 4308:1 4319:1 4339:1 4342:2 4343:2 4367:2 4368:2 4380:1 4397:1 4401:2 4403:4 4406:2 4412:1 4414:1 4435:1 4445:1 4446:1 4457:2 4460:1 4464:1 4473:1 4485:2 4491:1 4510:1 4516:1 4519:1 4521:1 4544:2 4546:1 4547:1 4555:1 4561:2 4565:1 4567:1 4586:1 4595:1 4606:1 4619:1 4625:1 4631:1 4642:2 4655:1 4658:1 4676:1 4677:1 4701:2 4719:1 4752:1 4758:1 4769:1 4774:3 4777:1 4796:2 4802:1 4809:2 4813:1 4815:1 4827:1 4857:1 4860:1 4882:1 4895:4 4915:1 4927:1 4928:1 4937:1 4946:1 4950:1 4960:1 5010:1 5014:1 5025:1 5030:1 5041:1 5046:2 5072:1 5086:2 5089:1 5091:1 5109:1 5123:1 5124:1 5126:1 5150:1 5158:1 5161:2 5170:3 5181:1 5199:2 5201:2 5205:2 5214:1 5220:1 5224:3 5235:2 5275:1 5282:1 5290:2 5293:2 5306:3 5312:1 5313:2 5330:1 5358:1 5360:1 5361:2 5367:2 5443:1 5445:2 5449:1 5451:2 5456:1 5475:1 5499:1 5510:7 5518:1 5543:2 5552:1 5555:1 5564:1 5573:1 5574:1 5579:2 5581:1 5609:1 5630:5 5644:2 5645:1 5650:1 5652:1 5654:1 5655:1 5658:1 5659:1 5661:3 5663:1 5669:1 5673:1 5675:2 5676:1 5678:1 5699:1 5702:1 5706:1 5711:1 5777:2 5780:1 5800:1 5813:1 5825:1 5828:1 5833:2 5842:1 5843:1 5858:2 5864:1 5870:1 5882:1 5887:2 5896:1 5903:1 5918:1 5920:1 5922:1 5934:2 5935:3 5951:3 5959:1 5963:1 5974:3 5989:1 6003:1 6033:2 6059:1 6062:1 6067:1 6087:4 6118:2 6127:2 6144:1 6147:2 6166:4 6188:1 6202:1 6210:1 6212:1 6213:1 6216:1 6226:2 6227:1 6234:1 6237:2 6242:1 6244:1 6256:4 6263:2 6281:1 6305:1 6323:1 6326:2 6338:1 6350:1 6385:1 6402:1 6434:1 6439:2 6442:1 6457:3 6482:1 6505:1 6508:1 6522:1 6531:1 6554:1 6564:1 6568:1 6569:2 6570:1 6583:1 6597:2 6614:1 6627:1 6640:1 6660:1 6663:1 6667:1 6668:1 6713:1 6724:1 6743:1 6751:1 6757:1 6761:1 6795:3 6799:1 6804:1 6824:1 6846:1 6850:1 6852:1 6882:2 6899:4 6903:2 6906:1 6908:1 6918:2 6920:1 6930:1 6935:1 6936:1 6943:1 6988:3 6993:3 7031:1 7050:1 7074:2 7087:1 7098:3 7107:1 7114:1 7119:2 7126:1 7199:2 7202:1 7210:1 7213:1 7219:3 7222:1 7228:2 7230:2 7231:3 7232:1 7234:3 7238:2 7240:1 7246:3 7247:4 7250:1 7254:1 7280:1 7284:1 7287:1 7292:1 7299:1 7300:1 7301:1 7305:1 7314:1 7329:1 7332:3 7348:2 7350:1 7351:2 7362:1 7374:2 7390:1 7402:1 7407:3 7409:1 7416:1 7418:2 7429:1 7437:1 7480:1 7482:1 7491:1 7503:1 7523:2 7528:3 7530:1 7531:4 7532:1 7536:1 7542:1 7560:2 7563:1 7565:1 7579:1 7589:1 7597:1 7620:1 7623:3 7645:1 7648:1 7657:1 7687:1 7691:1 7723:1 7724:1 7729:1 7738:1 7747:1 7753:1 7758:1 7774:1 7804:3 7811:1 7814:1 7827:1 7830:1 7831:4 7842:1 7843:1 7867:1 7882:1 7886:3 7907:1 7928:1 7940:1 7942:1 7965:1 7977:1 7990:1 8000:1 8006:3 8014:1 8016:1 8022:2 8043:2 8056:1 8067:1 8073:5 8079:2 8083:1 8104:2 8118:3 8120:1 8121:1 8131:4 8154:1 8158:1 8164:1 8168:1 8171:1 8184:6 8193:1 8206:1 8232:1 8241:1 8246:1 8253:1 8258:1 8282:1 8287:1 8291:1 8302:1 8323:1 8329:7 8343:1 8372:1 8377:1 8412:2 8434:1 8444:1 8453:3 8468:2 8478:1 8492:2 8496:1 8517:2 8520:1 8522:1 8526:2 8531:1 8537:1 8540:1 8541:1 8554:1 8561:1 8564:1 8570:2 8584:1 8586:1 8590:1 8597:1 8598:1 8606:2 8613:1 8635:1 8640:1 8650:2 8653:3 8655:2 8656:1 8665:1 8684:4 8712:1 8723:1 8728:1 8751:1 8755:2 8758:6 8782:2 8785:1 8816:1 8821:2 8823:1 8830:1 8835:24 8844:1 8855:2 8856:7 8874:2 8886:1 8895:1 8899:1 8907:2 8908:1 8909:1 8913:1 8916:1 8926:1 8940:1 8942:1 8961:1 8966:1 8979:1 8987:1 9004:3 9011:1 9013:1 9032:1 9038:1 9041:1 9072:1 9078:1 9080:4 9087:1 9093:1 9096:1 9102:1 9105:1 9107:1 9121:1 9133:1 9143:1 9145:1 9154:3 9179:1 9187:2 9206:2 9209:1 9215:1 9224:1 9232:1 9243:1 9253:1 9255:3 9267:1 9302:1 9304:2 9312:3 9317:2 9324:1 9340:4 9362:1 9385:1 9388:3 9390:11 9405:1 9407:1 9417:1 9418:1 9422:1 9427:1 9449:1 9450:2 9456:1 9458:3 9460:1 9461:1 9463:1 9475:1 9479:2 9490:4 9491:3 9507:1 9520:1 9538:5 9574:1 9593:1 9596:1 9603:2 9641:2 9647:1 9650:1 9653:1 9660:1 9665:1 9674:1 9681:1 9695:2 9704:1 9741:1 9745:1 9766:1 9774:2 9780:1 9788:1 9791:1 9809:1 9833:1 9835:3 9838:1 9841:1 9844:1 9846:1 9849:3 9850:1 9854:1 9855:1 9869:1 9893:1 9897:1 9913:1 9941:2 9942:1 9960:1 9965:1 9987:2 9991:1 10008:1 10016:2 10042:1 10059:2 10060:2 10061:9 10071:1 10073:1 10078:1 10082:1 10087:1 10099:3 10110:1 10112:1 10128:1 10145:2 10151:1 10159:1 10161:1 10167:1 10179:1 10186:2 10194:2 10218:1 10231:7 10253:2 10263:1 10369:1 10385:1 10401:1 10415:1 10420:2 10428:1 10434:1 10451:1 10459:1 10460:1 10462:2 10466:1 10480:1 10485:1 10487:1 10495:3 10506:4 10524:1 10529:1 10542:1 10552:3 10559:1 10599:2 10605:1 10608:1 10621:1 10631:1 10636:2 10660:1 10662:1 10719:1 10726:1 10727:2 10764:1 10784:1 10804:1 10819:1 10823:1 10836:2 10837:2 10838:1 10851:1 10863:1 10865:1 10877:1 10879:1 10899:1 10902:2 10911:1 10916:1 10918:2 10958:3 10961:1 10981:2 10985:1 11014:1 11031:1 11038:1 11043:1 11046:1 11048:1 11057:1 11058:1 11061:1 11062:1 11098:2 11131:1 11132:1 11145:1 11150:1 11197:5 11210:1 11218:2 11230:2 11238:1 11241:1 11250:1 11264:2 11265:1 11270:1 11284:1 11311:1 11349:1 11364:1 11373:1 11376:1 11396:1 11405:1 11412:4 11413:1 11423:1 11430:1 11449:1 11468:2 11474:2 11487:3 11497:1 11516:2 11531:2 11534:1 11537:2 11544:2 11546:1 11550:2 11558:1 11562:2 11565:2 11567:2 11568:2 11580:1 11589:1 11590:1 11592:1 11593:1 11618:8 11632:2 11638:1 11641:1 11647:1 11649:3 11670:2 11694:1 11697:3 11698:1 11710:1 11724:1 11728:1 11735:3 11736:1 11738:1 11744:2 11766:1 11788:1 11795:1 11803:1 11815:1 11819:1 11825:1 11827:1 11834:1 11837:1 11841:1 11843:3 11846:1 11849:1 11853:4 11894:1 11929:1 11930:1 11931:1 11939:1 11946:1 11947:1 11952:1 11958:2 11978:1 11988:4 11993:2 12014:2 12016:1 12031:1 12032:1 12033:1 12035:1 12052:1 12053:2 12054:1 12064:1 12078:3 12081:1 12085:1 12087:1 12096:7 12116:2 12130:1 12148:2 12161:1 12169:8 12172:1 12181:2 12188:1 12205:2 12206:2 12208:2 12230:1 12243:1 12259:1 12264:1 12270:2 12274:1 12287:1 12293:1 12295:1 12297:3 12301:1 12303:1 12306:1 12352:1 12355:1 12356:1 12357:1 12359:1 12377:1 12385:1 12390:1 12394:1 12408:1 12445:1 12467:1 12489:1 12493:1 12504:1 12531:1 12535:1 12538:2 12552:1 12555:2 12559:2 12567:1 12575:1 12593:1 12596:1 12597:1 12606:1 12635:1 12661:1 12673:2 12691:1 12693:2 12696:1 12712:3 12714:2 12733:1 12734:1 12735:1 12736:1 12743:1 12756:1 12757:2 12769:1 12770:2 12775:1 12779:1 12781:1 12796:1 12797:3 12820:2 12821:1 12827:3 12832:1 12861:1 12895:1 12913:1 12917:1 12922:1 12933:1 12950:2 12956:1 12957:1 12975:2 12985:4 12992:1 13002:1 13005:1 13006:1 13015:1 13017:4 13029:1 13036:1 13043:1 13045:1 13054:1 13088:2 13092:2 13095:1 13099:1 13111:1 13113:1 13115:1 13130:1 13133:1 13137:1 13163:1 13177:1 13193:1 13195:1 13214:1 13224:1 13245:1 13266:1 13284:1 13292:1 13315:2 13334:1 13343:1 13344:1 13360:1 13366:2 13390:3 13403:1 13409:1 13414:1 13420:1 13450:2 13466:1 13470:1 13480:4 13484:1 13486:1 13488:3 13492:1 13493:1 13498:1 13509:1 13512:1 13517:1 13529:1 13535:1 13540:1 13541:1 13554:1 13556:1 13563:3 13568:2 13593:3 13594:1 13613:1 13634:3 13648:1 13665:1 13690:2 13694:1 13696:1 13721:1 13725:1 13758:1 13766:1 13767:1 13772:1 13795:2 13803:2 13805:4 13810:1 13813:1 13820:1 13837:1 13848:1 13852:1 13855:1 13874:3 13891:1 13893:1 13915:1 13916:4 13917:1 13924:1 13934:1 13936:1 13940:5 13945:2 13961:1 13964:1 13965:2 13972:1 13977:1 13979:1 13988:3 13997:1 14002:1 14019:3 14029:1 14036:1 14045:1 14056:1 14067:1 14072:2 14078:1 14081:1 14099:1 14101:1 14133:5 14150:3 14158:4 14170:1 14177:3 14193:1 14209:1 14219:1 14233:1 14245:4 14263:1 14270:1 14280:1 14282:1 14290:1 14327:1 14355:1 14357:1 14370:1 14384:1 14399:1 14400:1 14405:1 14433:1 14442:1 14450:1 14452:1 14453:1 14454:2 14455:1 14461:1 14463:2 14466:1 14493:1 14500:1 14512:1 14532:2 14541:1 14583:1 14606:1 14607:1 14614:1 14621:1 14623:1 14630:1 14645:1 14654:1 14663:1 14677:1 14678:1 14679:6 14697:1 14698:2 14702:2 14706:1 14711:1 14717:2 14732:1 14733:1 14744:1 14762:1 14801:1 14827:1 14830:1 14841:2 14895:1 14913:1 14927:1 14929:3 14933:2 14980:1 15001:1 15018:1 15036:1 15042:1 15062:1 15066:1 15073:1 15083:1 15089:1 15100:1 15114:1 15122:1 15124:10 15143:1 15148:2 15152:1 15153:2 15156:1 15163:2 15177:1 15185:2 15195:6 15203:1 15212:1 15214:1 15225:1 15227:1 15242:1 15275:2 15280:7 15293:1 15294:4 15296:1 15301:1 15327:1 15331:1 15341:2 15351:1 15358:2 15368:2 15375:6 15383:1 15389:1 15391:3 15434:1 15439:2 15445:3 15454:1 15455:1 15466:1 15475:1 15492:1 15495:2 15518:2 15524:1 15540:1 15548:1 15552:4 15561:1 15573:1 15610:1 15611:1 15637:1 15649:1 15673:1 15693:1 15698:1 15702:1 15711:1 15718:1 15725:2 15767:2 15778:1 15800:1 15812:5 15821:3 15830:1 15839:1 15874:1 15912:1 15914:1 15920:1 15929:1 15934:2 15959:1 15982:1 15993:1 15996:1 15999:2 16003:1 16007:2 16008:1 16015:2 16019:1 16037:1 16040:1 16042:1 16056:1 16096:1 16105:2 16130:1 16132:1 16133:2 16143:2 16158:1 16161:1 16170:1 16171:1 16181:3 16205:3 16226:2 16247:2 16267:1 16269:1 16284:1 16286:1 16320:1 16337:1 16355:1 16363:1 16370:1 16389:1 16410:2 16417:1 16421:1 16422:1 16427:1 16436:1 16438:1 16456:1 16481:1 16512:1 16521:1 16529:1 16539:1 16541:1 16546:3 16561:2 16585:2 16586:1 16593:1 16609:1 16616:1 16625:1 16634:2 16641:1 16643:1 16661:1 16668:1 16675:1 16685:3 16694:2 16700:1 16707:1 16712:3 16714:1 16719:2 16734:1 16755:1 16761:1 16768:1 16779:1 16790:2 16812:2 16838:1 16863:1 16893:6 16901:2 16920:3 16923:1 16924:1 16928:9 16934:1 16975:2 16998:1 17062:1 17067:1 17081:2 17085:2 17102:1 17118:1 17130:1 17131:1 17148:2 17157:4 17163:1 17173:7 17189:3 17215:1 17216:2 17217:1 17220:3 17222:1 17241:3 17252:2 17259:2 17262:2 17284:5 17307:7 17308:1 17326:1 17327:1 17356:1 17376:1 17387:1 17397:1 17414:1 17427:3 17434:2 17442:1 17446:1 17467:4 17485:1 17492:1 17495:2 17508:1 17523:2 17533:1 17557:1 17574:1 17590:2 17602:1 17621:1 17644:1 17672:1 17673:1 17687:2 17699:1 17707:3 17715:3 17723:1 17730:1 17731:2 17743:2 17761:1 17762:1 17765:1 17777:1 17793:1 17798:2 17825:1 17832:1 17856:1 17873:1 17879:1 17911:1 17913:1 17917:2 17923:6 17940:1 17959:1 17976:1 17978:2 18000:1 18004:1 18022:1 18032:3 18102:1 18106:1 18109:1 18110:1 18125:2 18126:3 18139:4 18143:1 18157:1 18161:1 18173:1 18174:2 18175:1 18176:1 18180:2 18181:1 18191:1 18197:1 18200:2 18209:4 18217:1 18281:1 18284:2 18288:1 18289:2 18291:6 18311:1 18317:4 18329:1 18332:1 18363:1 18365:1 18386:1 18409:1 18412:1 18419:1 18424:2 18456:1 18460:1 18461:1 18472:7 18490:2 18505:2 18507:3 18516:1 18535:1 18543:1 18547:1 18549:1 18557:2 18569:1 18581:1 18598:1 18604:1 18608:5 18612:3 18617:1 18622:1 18637:1 18648:1 18680:1 18683:1 18716:1 18764:1 18765:1 18791:1 18798:2 18807:1 18808:1 18822:1 18832:2 18837:1 18839:1 18842:1 18852:1 18873:3 18889:3 18892:2 18896:1 18898:1 18905:8 18912:1 18917:1 18947:1 18951:1 18952:1 18958:1 18979:1 19006:1 19012:1 19023:1 19031:1 19064:1 19076:1 19087:1 19095:1 19100:1 19102:1 19128:1 19129:1 19139:1 19157:1 19159:1 19160:1 19172:1 19182:1 19190:1 19192:1 19193:2 19196:1 19204:1 19207:1 19220:1 19228:6 19237:1 19279:3 19293:1 19326:3 19329:2 19343:2 19347:1 19366:1 19378:1 19385:1 19392:3 19393:1 19394:1 19422:1 19426:1 19448:2 19471:1 19479:1 19495:2 19496:1 19500:1 19517:1 19519:1 19524:1 19525:1 19529:1 19548:1 19549:1 19570:1 19573:1 19575:1 19612:1 19621:1 19645:1 19681:1 19744:2 19746:1 19747:1 19758:1 19760:1 19762:1 19783:1 19801:1 19839:1 19842:1 19881:1 19889:1 19894:1 19899:1 19921:1 19941:1 19943:1 19946:2 19950:2 19951:1 19955:1 19956:1 19962:2 19963:1 19966:1 19987:2 19988:1 20000:3 20023:4 20024:3 20058:1 20063:1 20081:2 20102:1 20106:1 20120:1 20126:3 20128:1 20134:4 20141:1 20151:1 20152:3 20165:1 20172:1 20183:2 20184:1 20198:1 20205:1 20207:1 20214:1 20233:1 20235:1 20242:1 20243:1 20261:1 20288:1 20289:1 20290:5 20296:1 20299:1 20331:1 20345:1 20364:1 20368:2 20376:2 20383:1 20394:1 20395:1 20444:1 20467:1 20472:1 20476:1 20478:1 20482:1 20489:1 20537:1 20544:2 20587:1 20588:1 20595:1 20621:1 20629:1 20631:1 20644:1 20651:1 20653:1 20677:2 20700:1 20727:1 20730:1 20731:1 20752:1 20757:1 20762:2 20789:1 20809:2 20829:1 20839:1 20857:1 20868:1 20879:1 20884:1 20887:1 20931:2 20939:1 20940:1 20949:1 20951:1 21019:2 21024:1 21033:2 21061:2 21075:3 21090:1 21128:1 21129:1 21141:1 21145:1 21150:1 21153:4 21164:1 21174:2 21182:1 21198:1 21203:1 21245:1 21251:2 21252:1 21253:1 21270:1 21274:1 21296:2 21301:3610 21325:1 21342:1 21382:1 21412:1 21425:2 21432:1 21433:1 21440:1 21450:1 21461:2 21485:1 21495:1 21496:1 21529:1 21531:1 21532:1 21543:1 21548:1 21549:1 21550:1 21554:1 21560:1 21596:2 21622:1 21626:1 21627:1 21631:1 21640:1 21658:1 21668:1 21669:1 21679:1 21681:1 21694:1 21697:1 21706:1 21715:1 21719:1 21725:1 21735:1 21751:1 21754:1 21766:2 21780:1 21781:1 21788:1 21791:2 21792:1 21798:1 21819:1 21822:4 21825:1 21885:1 21888:2 21891:1 21892:1 21928:1 21930:1 21936:1 21945:1 21950:1 21971:1 21975:2 21985:1 21986:1 21987:1 21990:1 21998:1 22001:1 22029:1 22039:1 22061:1 22068:1 22069:1 22079:9 22089:1 22103:2 22109:1 22112:6 22116:1 22123:1 22141:3 22151:1 22155:1 22177:1 22199:2 22206:3 22218:1 22225:1 22246:1 22256:1 22264:1 22269:1 22286:1 22288:4 22332:4 22335:1 22339:1 22359:2 22367:1 22384:1 22392:2 22412:1 22423:1 22447:1 22452:2 22456:1 22472:1 22505:1 22512:1 22521:1 22524:1 22535:1 22553:1 22567:1 22573:1 22574:1 22580:1 22584:1 22588:1 22604:1 22633:1 22693:1 22708:1 22718:1 22721:2 22724:1 22736:2 22737:1 22740:1 22762:1 22768:1 22779:1 22781:4 22785:1 22787:1 22791:1 22800:1 22801:1 22802:7 22823:3 22828:1 22830:1 22844:2 22852:1 22857:1 22861:1 22876:1 22877:1 22886:1 22901:2 22904:4 22932:2 22939:1 22969:3 22970:1 22980:1 22988:1 22995:1 22996:2 23005:1 23006:1 23013:1 23021:1 23056:1 23061:1 23066:1 23087:1 23145:4 23156:1 23168:1 23197:1 23203:2 23206:1 23230:1 23253:1 23262:3 23264:1 23298:2 23300:3 23304:1 23307:1 23312:1 23320:1 23329:1 23340:2 23345:1 23352:1 23376:4 23380:2 23386:1 23390:1 23395:2 23398:1 23400:1 23403:1 23434:2 23436:1 23447:1 23450:1 23454:1 23458:1 23464:2 23473:1 23478:1 23486:1 23491:1 23502:1 23505:2 23525:1 23529:1 23538:1 23563:2 23573:3 23600:1 23601:3 23603:1 23614:1 23620:1 23627:1 23636:1 23644:7 23649:3 23659:1 23660:1 23666:1 23668:1 23676:2 23683:1 23685:1 23693:2 23699:1 23703:5 23705:1 23707:1 23714:1 23718:3 23722:2 23727:1 23772:1 23779:1 23790:1 23791:2 23794:6 23800:1 23808:1 23812:1 23814:3 23822:1 23827:2 23858:2 23863:1 23870:2 23874:1 23887:1 23905:1 23909:1 23910:1 23915:3 23916:1 23917:1 23920:2 23922:1 23924:1 23940:3 23942:1 23943:1 23944:2 23967:2 23980:1 24036:2 24052:1 24054:1 24070:1 24071:1 24074:1 24077:1 24080:1 24095:1 24105:5 24108:2 24109:1 24125:1 24127:1 24130:1 24177:2 24195:2 24208:3 24209:1 24224:1 24225:1 24226:2 24227:1 24246:1 24248:1 24253:1 24258:1 24260:1 24269:1 24270:3 24272:1 24275:1 24282:1 24287:1 24308:1 24324:1 24327:1 24331:2 24336:1 24355:1 24367:2 24370:4 24384:1 24416:1 24423:1 24436:1 24451:1 24452:2 24454:1 24462:1 24463:1 24466:2 24471:1 24477:2 24483:2 24497:1 24499:2 24512:1 24518:1 24530:1 24541:1 24555:1 24619:2 24660:1 24670:2 24675:2 24676:2 24696:1 24697:2 24711:2 24713:1 24755:1 24762:1 24775:1 24796:1 24835:1 24836:1 24840:3 24857:2 24861:2 24862:3 24874:1 24878:3 24894:1 24900:1 24902:2 24912:3 24938:1 24945:3 24946:1 24956:1 24965:1 24979:1 24991:1 24994:1 24999:2 25001:1 25004:1 25032:3 25041:1 25072:1 25092:1 25094:1 25123:1 25124:1 25129:2 25140:1 25141:2 25156:1 25163:1 25173:2 25180:1 25186:1 25205:1 25235:1 25237:1 25245:1 25251:1 25276:1 25277:1 25278:1 25280:1 25281:1 25295:1 25315:2 25321:1 25333:4 25347:3 25353:2 25362:1 25364:2 25366:1 25367:1 25370:11 25378:1 25381:1 25386:1 25392:1 25400:1 25401:1 25403:1 25425:1 25444:1 25449:1 25455:1 25457:1 25462:1 25463:1 25482:1 25490:1 25491:2 25540:1 25551:1 25559:1 25578:1 25599:1 25605:1 25616:1 25653:2 25654:1 25669:2 25673:1 25674:1 25682:2 25726:1 25731:1 25744:1 25745:1 25764:1 25774:1 25780:1 25781:1 25783:1 25790:1 25792:1 25819:1 25848:1 25865:1 25879:1 25899:1 25913:1 25924:1 25933:1 25960:2 25969:1 25971:2 25972:1 25974:2 25990:1 25997:1 26005:1 26042:2 26054:1 26057:2 26064:1 26078:1 26079:2 26083:1 26156:1 26159:1 26164:1 26179:1 26182:1 26184:1 26185:2 26194:1 26196:1 26202:1 26210:1 26219:1 26220:1 26249:1 26250:4 26253:1 26287:2 26305:2 26336:1 26338:1 26339:1 26354:2 26362:1 26371:3 26373:1 26381:1 26384:1 26394:1 26396:1 26398:1 26400:2 26401:1 26402:1 26407:2 26425:1 26441:1 26443:2 26457:2 26462:2 26466:2 26478:1 26479:2 26481:1 26483:1 26485:1 26496:1 26498:1 26500:1 26514:3 26533:2 26535:1 26536:1 26561:1 26563:2 26589:1 26611:1 26614:1 26621:1 26625:1 26635:1 26652:1 26689:1 26695:1 26701:1 26709:1 26723:1 26732:4 26733:1 26745:2 26754:1 26780:2 26797:2 26806:2 26843:1 26860:1 26862:2 26865:3 26866:1 26886:1 26903:1 26915:1 26921:2 26925:1 26940:1 26948:1 26949:1 26962:2 26990:1 27007:2 27009:1 27014:1 27044:1 27045:1 27067:1 27085:1 27105:1 27133:1 27134:1 27136:1 27156:1 27165:2 27168:1 27183:1 27186:2 27190:1 27199:1 27229:2 27244:1 27258:1 27272:1 27276:1 27288:2 27289:1 27291:1 27296:1 27303:1 27318:1 27324:1 27341:1 27396:4 27400:1 27407:10 27409:1 27413:1 27414:1 27418:1 27425:1 27432:1 27450:1 27475:2 27476:1 27483:2 27511:2 27515:1 27522:1 27535:1 27538:1 27553:2 27555:3 27557:4 27568:1 27583:1 27584:1 27598:2 27601:2 27607:1 27608:1 27614:1 27630:1 27635:1 27655:1 27664:2 27676:1 27699:1 27705:1 27734:1 27741:1 27754:2 27777:2 27779:3 27783:4 27786:1 27792:1 27815:1 27819:1 27826:3 27852:1 27863:1 27868:1 27872:1 27881:1 27906:2 27918:1 27937:1 27949:1 27984:1 27988:1 27995:2 27997:1 28023:5 28026:3 28037:1 28044:1 28052:1 28084:1 28098:1 28106:1 28127:2 28130:1 28154:1 28188:1 28196:1 28200:1 28208:1 28218:1 28229:1 28247:3 28257:2 28260:1 28264:1 28274:1 28290:1 28314:1 28321:1 28350:1 28359:4 28375:5 28379:4 28381:1 28399:1 28402:1 28421:1 28433:1 28445:1 28467:1 28469:1 28471:3 28473:2 28474:2 28482:1 28497:1 28499:1 28501:1 28525:1 28532:1 28551:1 28565:2 28566:1 28571:1 28576:3 28580:3 28581:1 28589:1 28591:2 28595:1 28596:1 28598:1 28603:1 28607:1 28613:3 28621:1 28649:1 28656:1 28665:1 28669:3 28670:1 28679:3 28692:1 28694:3 28696:1 28703:2 28705:1 28730:1 28732:2 28739:1 28755:1 28778:1 28779:1 28807:1 28809:1 28811:1 28814:1 28825:1 28830:1 28835:1 28847:1 28872:1 28884:1 28887:1 28889:1 28926:1 28937:3 28944:1 28967:2 28968:1 28970:2 28979:1 28992:1 29004:1 29016:1 29030:1 29035:1 29053:1 29088:2 29104:1 29112:1 29114:2 29117:1 29135:1 29137:1 29148:1 29155:2 29167:1 29168:1 29178:1 29187:1 29194:3 29198:1 29199:1 29212:1 29228:1 29235:1 29242:1 29247:4 29264:1 29267:1 29275:3 29278:1 29294:1 29311:1 29325:4 29347:1 29355:2 29358:1 29398:1 29405:2 29425:4 29446:3 29451:1 29463:1 29473:4 29478:1 29504:1 29510:1 29511:1 29553:1 29554:1 29561:1 29593:1 29603:1 29611:1 29612:1 29613:1 29625:1 29663:1 29664:1 29666:1 29668:1 29674:1 29683:1 29687:1 29692:1 29708:1 29714:1 29724:1 29735:1 29737:1 29742:1 29748:4 29749:1 29753:3 29755:2 29784:1 29785:1 29802:1 29806:1 29813:1 29826:1 29844:1 29846:1 29854:1 29856:1 29870:2 29872:1 29884:2 29893:3 29899:1 29909:1 29929:3 29953:2 29961:1 29984:2 30001:1 30002:1 30019:2 30042:2 30046:1 30050:1 30051:1 30054:2 30073:1 30089:1 30103:1 30114:1 30142:1 30154:1 30188:1 30192:1 30200:1 30231:1 30240:1 30244:1 30245:1 30253:4 30259:1 30278:1 30289:2 30295:3 30322:1 30323:1 30341:1 30343:2 30351:1 30357:1 30359:1 30362:2 30363:1 30364:3 30375:1 30377:1 30378:5 30382:1 30391:5 30413:1 30433:1 30447:1 30467:1 30513:1 30521:3 30523:2 30524:1 30532:1 30535:2 30573:2 30578:1 30618:1 30623:2 30638:1 30641:2 30643:1 30646:2 30651:2 30674:2 30683:1 30684:1 30686:2 30694:1 30699:1 30708:1 30709:1 30715:1 30717:1 30718:1 30720:1 30721:1 30726:1 30734:1 30767:1 30783:1 30789:1 30798:1 30800:2 30803:2 30808:1 30822:2 30841:1 30844:1 30845:1 30851:1 30852:2 30901:1 30908:1 30911:2 30913:1 30915:1 30920:1 30944:1 30947:1 30955:1 30959:1 30964:1 30974:1 30978:1 30990:2 30999:2 31003:1 31009:1 31014:1 31040:2 31042:2 31046:1 31060:1 31061:1 31087:2 31113:1 31131:2 31146:1 31159:1 31177:2 31206:1 31208:1 31215:2 31226:1 31235:1 31236:1 31250:1 31277:1 31287:1 31296:1 31298:2 31303:1 31313:1 31322:2 31332:1 31334:1 31360:1 31362:3 31367:1 31371:5 31395:1 31405:1 31424:1 31433:1 31445:1 31450:2 31453:1 31468:15 31470:1 31472:1 31487:1 31493:1 31507:6 31530:2 31542:1 31560:1 31587:1 31613:1 31622:1 31626:2 31637:2 31666:5 31669:1 31676:1 31682:1 31685:1 31707:6 31713:1 31716:1 31726:1 31727:1 31731:1 31732:1 31747:1 31758:1 31763:1 31765:1 31769:1 31774:4 31777:1 31791:1 31807:2 31828:1 31834:2 31838:1 31852:2 31875:1 31898:1 31926:2 31929:2 31973:1 31976:1 31979:1 31985:1 31991:1 32005:1 32017:1 32023:1 32026:1 32039:3 32041:1 32043:1 32044:1 32062:1 32075:1 32090:3 32096:1 32113:1 32118:1 32122:1 32128:1 32201:3 32221:2 32232:3 32241:1 32245:1 32256:2 32264:4 32269:2 32274:1 32293:1 32299:1 32302:1 32321:1 32326:1 32352:1 32355:1 32360:1 32368:2 32445:1 32454:1 32458:1 32460:1 32483:2 32496:1 32510:1 32522:1 32536:2 32546:1 32566:1 32572:1 32581:1 32591:1 32600:1 32620:1 32628:1 32630:1 32631:1 32658:1 32659:1 32685:1 32705:2 32721:1 32722:2 32723:1 32733:1 32751:1 32763:3 32767:1 32771:1 32787:1 32812:1 32827:1 32857:1 32860:1 32878:1 32881:1 32888:3 32889:1 32890:3 32891:1 32894:1 32895:1 32896:2 32900:2 32903:3 32904:2 32906:2 32909:1 32910:1 32911:2 32926:1 32927:1 32930:1 32943:2 32949:1 32952:1 32966:1 32969:1 32980:2 32984:1 32989:1 32994:1 33017:1 33021:1 33025:1
|
5364492dbfe99d04418a62a9bff088db9312b527
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1646/CH5/EX5.36/Ch05Ex36.sce
|
aa2d93ee18d73c49eab09b5f0d69d418523a3b3a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 455
|
sce
|
Ch05Ex36.sce
|
// Scilab Code Ex5.36: Page:314 (2011)
clc;clear;
theta = 26.4;....// Optical rotation of sugar solution, degrees
l = 20;....// Length of the tube, cm
c = 0.20;....// Concentration of the solution, g/cc
S = 10*theta/(l*c); // The specific rotation of the sugar solution, degree per dm per (g/cc)
printf("\nThe specific rotation of the sugar solution = %2d degrees",S);
// Result
// The specific rotation of the sugar solution = 66 degrees
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.