Novità

script frequenti mensili

R

Roby

Guest
ciao a tutti,ci sarebbe uno script che permetta di estrapolare i numeri più frequenti,per ogni ruota,scegliendo un determinato mese e potendo scegliere il numero di mesi da controllare?ad esempio i 5 numeri più frequenti su bari nel mese di maggio dal 2000 ad oggi..grazie a chi potrà rispondere..:D
 

antonio65

Super Member >PLATINUM<
Ciao, vedi se ti può interessare questo script....

Sub Main()
'I 5 Numeri più Frequenti su ToT cicli composti da ToT Estrazioni su Ruota a scelta
'Listed By Blackmore
Dim num(90,2)
Dim n(1),ruota(1)
r = InputBox("Analizza la Ruota N°","By Blackmore",1)
Cicli = InputBox("Cicli da analizzare ?","By Blackmore",25)
EstrazioniCiclo = InputBox("Estrazioni per ciclo ?","By Blackmore",9)
ini = EstrazioneFin + 1 -(Cicli*EstrazioniCiclo)
fin = ini + EstrazioniCiclo - 1
ColoreTesto 1:Scrivi String(116,"="),1
Scrivi "RUOTA | N1(FR) | N2(FR) | N3(FR) | N4(FR) | N5(FR) | INIZIO CICLO | FINE CICLO | ESTRAZIONI | CICLO |",0,1
Scrivi String(116,"="),1 :ColoreTesto 0
For c = 1 To cicli
AvanzamentoElab 1,cicli,c
For x = 1 To 90
n(1) = x
ruota(1) = r
fr = SerieFreq(ini,fin,n,ruota,1)
num(x,1) = x
num(x,2) = fr
Next
OrdinaMatrice num,- 1,2
Scrivi " " & SiglaRuota(r) & " | ",0,0
For k = 1 To 5
Scrivi Format2(num(k,1)) & "(" & Format2(num(k,2)) & ") | ",0,0
Next
Scrivi " " & DataEstrazione(ini) & " | " & DataEstrazione(fin) & " | " & Format2(EstrazioniCiclo) & " Estrazioni | " & Format2(c) & " |"
fin = fin + EstrazioniCiclo
ini = ini + EstrazioniCiclo
Next
ColoreTesto 1:Scrivi String(116,"="),1
End Sub
 
R

Roby

Guest
ciao Antonio,grazie mille per aver postato questo script del grande Blackmore,e anche questo script incredibilmente lo cercavo,grazie..l'unica cosa è che vorrei si potesse prendere in considerazione solo un determinato ,mese e controllare nel corso degli anni quali numeri sono stati i più frequenti su una determinata ruota..Comunque già questo srcipt mi faciliterà molto,visto che io amo i frequenti...grazie ancora:D;)
 

joe

Advanced Member >PLATINUM PLUS<
Ciao Cloè

questa tabella dovrebbe essere la base per ricavare quanto richiedi:

Maggio dei 16 anni trascorsi prima del 2017.

L'ho realizzata in una decina di minuti e per ora,

non posso nè controllare nè garantire che sia giusta.

Pertanto invito a considerarla con la dovuta cautela.

Codice:
 dal 2000 PRESENZE IN MAGGIO[FONT=Courier New][SIZE=10px][COLOR=#000000]:[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]Nu  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  BA[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  CA[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  FI[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  GE[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  MI[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  NA[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  PA[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  RO[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  TO[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  VE[/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000][B]  NZ[/B][/COLOR][/SIZE][/FONT]  
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]01  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  21[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]02  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]03  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]04  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]05  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]06  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]07  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]08  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]09  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]10  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]11  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]12  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]13  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]14  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  22[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]15  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]16  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]17  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]18  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]19  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]20  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  21[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]21  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   3[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]22  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]23  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]24  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]25  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]26  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]27  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]28  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]29  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]30  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]31  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]32  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   3[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]33  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]34  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]35  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]36  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]37  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]38  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]39  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]40  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]41  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]42  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]43  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]44  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]45  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]46  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]47  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]48  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]49  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]50  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]51  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   2[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]52  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]53  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]54  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]55  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  21[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   3[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]56  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]57  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]58  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   3[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]59  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]60  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]61  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]62  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]63  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]64  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]65  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]66  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]67  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]68  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]69  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]70  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]71  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]72  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]73  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]74  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]75  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  19[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]76  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   2[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]77  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]78  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]79  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]80  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]81  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]82  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  23[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]83  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]84  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]85  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]86  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  17[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  20[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]87  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  13[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]88  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  14[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]89  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  16[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   7[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   6[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  15[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   4[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT]
[FONT=Courier New][SIZE=10px][COLOR=#000000][B]90  [/B][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   8[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   9[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  11[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  10[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  18[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]  12[/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=10px][COLOR=#000000]   5[/COLOR][/SIZE][/FONT]
:)
 
Ultima modifica:
R

Roby

Guest
ciao Joe,sì sì sì,mi sa che ha fatto centro,è proprio quello che cercavo,graziee :D:D:D
 

antonio65

Super Member >PLATINUM<
Ciao. ti allego un altro script....basta sostituire i numeri che sono sotto b01 b02 etc etc e ti da ritardi e frequenza su una determinata ruota
e per indice mensile...


Sub Main()
ColoreTesto 1: Scrivi " X RANDHOUSE ",1
Scrivi String(15," ") & "QUESTO SCRIPT ELABORA PER OGNI POSIZIONE I PRIMI 25 ALGORITMI SU OGNI SINGOLA RUOTA",1
Scrivi String(35," ") & "IN ORDINE DI USCITE PARTENDO DALLA PIU'ALTA",1
Scrivi String(25," ") & "SEGNALANDO IL RITARDO ATTUALE E LA FREQUENZA DELL'AMBATA IN GIOCO",1
ColoreTesto 0: Scrivi
Dim mm(1)
Dim nam(90,8),nn(1),ruota(1),nt(90,8),n3(90,8),n4(90,8),n5(90,8)
nru1 = CInt(InputBox("Ruota di gioco","Ruota di GIOCO",1))
ind = CInt(InputBox("ESTRAZIONE MENSILE? (Inserisci 0 Per l'ultima, 1 per la prima, ....)",,11))
ne = InputBox("Numero estrazioni:","ESTRAZIONI",1624)
ncg = CInt(InputBox("Numero colpi di gioco","COLPI di GIOCO",1))
nStart = Timer ' partenza tempo di elaborazione
For nru11 = 1 To 1
If nru11 = 11 Then nru11 = 12
ColoreTesto 0:Scrivi String(115,"=")
ruota(1) = nru1
For x = 1 To 90
For y = 1 To 8
nam(x,y) = 0
nt(x,y) = 0
n3(x,y) = 0
n4(x,y) = 0
n5(x,y) = 0
Next
Next
p = 1
p2 = 2
p3 = 3
p4 = 4
p5 = 5
casi = 0
ultest = 9299 ' qui ogni ultima estrazione aggiorna manualmente il numero dell'ultima
ini = EstrazioneFin - ne
fin = EstrazioneFin
For es = ini To fin
If IndiceMensile(es) = ind Then
If IndiceMensile(es) = ind Or(((eval(ind) = 0)And(es = ultest))Or((IndiceMensile(es) = eval(ind)And(eval(ind) > 0))Or((IndiceMensile(es + 1) = 1)And(eval(ind) = 0)))) Then

colpo = fin - es
Messaggio "Elaborazione estrazioni... " &(es) & " ---> script by Mike58 - Modificato da Blackmore"
Call(AvanzamentoElab(Ini,fin,es))
casi = casi + 1

Scrivi Format2(casi) & ") " & DataEstrazione(es) & " [" & es & "] " & SiglaRuota(nru1) & " " & StringaEstratti(es,nru1)
co = 0
For nu = 1 To 90
co = co + 1


a01 = Estratto(es,nru1,p)
a02 = Estratto(es,nru1,p2)
a03 = Estratto(es,nru1,p3)
a04 = Estratto(es,nru1,p4)
a05 = Estratto(es,nru1,p5)



DNA1 =(a01 + a02)*4
DNA2 =(a01 + a03)*4
DNA3 =(a01 + a04)*4
DNA4 =(a01 + a05)*4
DNA5 =(a02 + a03)*4
DNA6 =(a02 + a04)*4
DNA7 =(a02 + a05)*4
DNA8 =(a03 + a04)*4
DNA9 =(a03 + a05)*4
DNA10 =(a04 + a05)*4

MEN1 = nu*4
MEN2 = nu*4
MEN3 = nu*4
MEN4 = nu*4
MEN5 = nu*4


b01 = (1)
b02 = (2)
b03 = (3)
b04 = (4)
b05 = (5)


nam(co,1) = co
nt(co,1) = co
n3(co,1) = co
n4(co,1) = co
n5(co,1) = co
nam(co,2) = nru11
nt(co,2) = nru11
n3(co,2) = nru11
n4(co,2) = nru11
n5(co,2) = nru11
nam(co,3) = p
nt(co,3) = p2
n3(co,3) = p3
n4(co,3) = p4
n5(co,3) = p5
nam(co,4) = nu
nt(co,4) = nu
n3(co,4) = nu
n4(co,4) = nu
n5(co,4) = nu
nam(co,6) = b01
nt(co,6) = b02
n3(co,6) = b03
n4(co,6) = b04
n5(co,6) = b05
nam(co,7) = 0
nt(co,7) = 0
n3(co,7) = 0
n4(co,7) = 0
n5(co,7) = 0
esncg = es + ncg
If esncg > EstrazioneFin Then esncg = EstrazioneFin End If
For ess = es + 1 To esncg
For pp = 1 To 5
e = Estratto(ess,nru11,pp)
If e = b01 Then
nam(co,5) = nam(co,5) + 1
nn(1) = nam(co,6)
nam(co,7) = SerieFreq(es + 1,ess,nn,ruota,1)
End If
If e = b02 Then
nt(co,5) = nt(co,5) + 1
nn(1) = nt(co,6)
nt(co,7) = SerieFreq(es + 1,ess,nn,ruota,1)
End If
If e = b03 Then
n3(co,5) = n3(co,5) + 1
nn(1) = n3(co,6)
n3(co,7) = SerieFreq(es + 1,ess,nn,ruota,1)
End If
If e = b04 Then
n4(co,5) = n4(co,5) + 1
nn(1) = n4(co,6)
n4(co,7) = SerieFreq(es + 1,ess,nn,ruota,1)
End If
If e = b05 Then
n5(co,5) = n5(co,5) + 1
nn(1) = n5(co,6)
n5(co,7) = SerieFreq(es + 1,ess,nn,ruota,1)
End If
Next
Next
Next
End If
End If
Next
Scrivi "------------------------------------------"
ColoreTesto 1
Scrivi "ANALISI Dal " & DataEstrazione(ini) & " al " & DataEstrazione(fin),1
Scrivi "DNA1" & SiglaRuota(r) & "---" & Format2(DNA1),1
Scrivi "MEN1" & SiglaRuota(r) & "---" & Format2(MEN1),1
Scrivi

If ind = 0 Then Scrivi "ALL'ULTIMA ESTRAZIONE DEL MESE ",1
If ind > 0 Then Scrivi "ALLA " &(ind) & "° ESTRAZIONE DEL MESE ",1
Scrivi "RUOTE DI GIOCO : " & NomeRuota(nru1),1
Scrivi "COLPI DI GIOCO : " & ncg,1
Scrivi "CASI ANALIZZATI : " & casi,1
ColoreTesto 2
Scrivi"N° colpo in corso ---> " & colpo,1
ColoreTesto 0
Scrivi""
Scrivi "Ultima estrazione numeri estratti " & NomeRuota(nru1) & " - " & StringaEstratti(EstrazioneFin,nru1)
Scrivi""
Scrivi " ATTENZIONE ANALISI DELLA POSIZIONE. " & p & " ",1
Scrivi " Colpo n°. " & colpo & " ",1
Scrivi
ColoreTesto 0
OrdinaMatrice nam,- 1,5
For ca = 1 To 1
mm(1) = nam(ca,6)
ratt = SerieRitardo(fin - 250,fin,mm,ruota,1)
freqq = SerieFreq(fin - ne,fin,mm,ruota,1)
esitoo = colpo - ratt
'esitoo= Abs(ind - ratt)
If nam(ca,7) = 0 Then
ColoreTesto 0
Scrivi eval(nam(ca,3)) & "°" & Left(NomeRuota(eval(nam(ca,2))),2) & " + " & _
Format2(nam(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(nam(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(nam(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... in corso ..." & " freq..." & freqq,1
Else
ColoreTesto 2
If nam(ca,7) > 0 Then
Scrivi eval(nam(ca,3)) & "°" & Left(NomeRuota(eval(nam(ca,2))),2) & " + " & _
Format2(nam(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(nam(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(nam(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... SFALDATO ..." & " freq..." & Format2(freqq),0,0
Scrivi " - Esito al colpo... " & esitoo,1
'cc = 0
cc = cc + 1
End If
End If
Next
ColoreTesto 0
Scrivi String(115,"="),0,0
ColoreTesto 0
'Scrivi "----- Sfaldati...." & cc,1
ColoreTesto 0
OrdinaMatrice nam,- 1,8
Scrivi
ColoreTesto 1
Scrivi " ATTENZIONE ANALISI DELLA POSIZIONE. " & p2 & " ",1
Scrivi " Colpo n°. " & colpo & " ",1
Scrivi
ColoreTesto 1
OrdinaMatrice nt,- 1,5
For ca = 1 To 1
mm(1) = nt(ca,6)
ratt = SerieRitardo(fin - 250,fin,mm,ruota,1)
freqq = SerieFreq(fin - ne,fin,mm,ruota,1)
'esito1 = colpo - ratt
esito1 = Abs(ind - ratt)
If nt(ca,7) = 0 Then
ColoreTesto 0
Scrivi eval(nt(ca,3)) & "°" & Left(NomeRuota(eval(nt(ca,2))),2) & " + " & _
Format2(nt(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(nt(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(nt(ca,6))) & "] Ultimo Calcolato; Rit.Att. " & Format2(ratt) & " ... in corso ..." & " freq..." & freqq,1
Else
ColoreTesto 2
If nt(ca,7) > 0 Then
Scrivi eval(nt(ca,3)) & "°" & Left(NomeRuota(eval(nt(ca,2))),2) & " + " & _
Format2(nt(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(nt(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(nt(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... SFALDATO ..." & " freq..." & Format2(freqq),0,0
Scrivi " - Esito al colpo... " & esito1,1
dd = dd + 1
End If
End If
Next
ColoreTesto 0
Scrivi String(115,"="),0,0
ColoreTesto 1
'Scrivi "----- Sfaldati...." & dd,1
ColoreTesto 0
OrdinaMatrice nt,- 1,8
ColoreTesto 0
Scrivi
ColoreTesto 1
Scrivi " ATTENZIONE ANALISI DELLA POSIZIONE. " & p3 & " ",1
Scrivi " Colpo n°. " & colpo & " ",1
Scrivi
ColoreTesto 0
OrdinaMatrice n3,- 1,5
For ca = 1 To 1
mm(1) = n3(ca,6)
ratt = SerieRitardo(fin - 250,fin,mm,ruota,1)
freqq = SerieFreq(fin - ne,fin,mm,ruota,1)
'esito2 = colpo - ratt
esito2 = Abs(ind - ratt)
If n3(ca,7) = 0 Then
ColoreTesto 0
Scrivi eval(n3(ca,3)) & "°" & Left(NomeRuota(eval(n3(ca,2))),2) & " + " & _
Format2(n3(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n3(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n3(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... in corso ..." & " freq..." & freqq,1
Else
ColoreTesto 2
If n3(ca,7) > 0 Then
Scrivi eval(n3(ca,3)) & "°" & Left(NomeRuota(eval(n3(ca,2))),2) & " + " & _
Format2(n3(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n3(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n3(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... SFALDATO ..." & " freq..." & Format2(freqq),0,0
Scrivi " - Esito al colpo... " & esito2,1
hh = hh + 1
End If
End If
Next
ColoreTesto 0
Scrivi String(115,"="),0,0
ColoreTesto 1
'Scrivi "----- Sfaldati...." & hh,1
ColoreTesto 0
OrdinaMatrice n3,- 1,8
Scrivi
ColoreTesto 1
Scrivi " ATTENZIONE ANALISI DELLA POSIZIONE. " & p4 & " ",1
Scrivi " Colpo n°. " & colpo & " ",1
Scrivi
ColoreTesto 0
OrdinaMatrice n4,- 1,5
For ca = 1 To 1
mm(1) = n4(ca,6)
ratt = SerieRitardo(fin - 250,fin,mm,ruota,1)
freqq = SerieFreq(fin - ne,fin,mm,ruota,1)
'esito3 = colpo - ratt
esito3 = Abs(ind - ratt)
If n4(ca,7) = 0 Then
ColoreTesto 0
Scrivi eval(n4(ca,3)) & "°" & Left(NomeRuota(eval(n4(ca,2))),2) & " + " & _
Format2(n4(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n4(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n4(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... in corso ..." & " freq..." & freqq,1
Else
ColoreTesto 2
If n4(ca,7) > 0 Then
Scrivi eval(n4(ca,3)) & "°" & Left(NomeRuota(eval(n4(ca,2))),2) & " + " & _
Format2(n4(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n4(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n4(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... SFALDATO ..." & " freq..." & Format2(freqq),0,0
Scrivi " - Esito al colpo... " & esito3,1
ff = ff + 1
End If
End If
Next
ColoreTesto 0
Scrivi String(115,"="),0,0
ColoreTesto 1
'Scrivi "----- Sfaldati...." & ff,1
ColoreTesto 0
OrdinaMatrice n4,- 1,8
Scrivi
ColoreTesto 1
Scrivi " ATTENZIONE ANALISI DELLA POSIZIONE. " & p5 & " ",1
Scrivi " Colpo n°. " & colpo & " ",1
Scrivi
ColoreTesto 0
OrdinaMatrice n5,- 1,5
For ca = 1 To 1
mm(1) = n5(ca,6)
ratt = SerieRitardo(fin - 250,fin,mm,ruota,1)
freqq = SerieFreq(fin - ne,fin,mm,ruota,1)
'esito4 = colpo - ratt
esito4 = Abs(ind - ratt)
If n5(ca,7) = 0 Then
ColoreTesto 0
Scrivi eval(n5(ca,3)) & "°" & Left(NomeRuota(eval(n5(ca,2))),2) & " + " & _
Format2(n5(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n5(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n5(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... in corso ..." & " freq..." & freqq,1
Else
ColoreTesto 2
If n5(ca,7) > 0 Then
Scrivi eval(n5(ca,3)) & "°" & Left(NomeRuota(eval(n5(ca,2))),2) & " + " & _
Format2(n5(ca,4)) & " su " & NomeRuota(nru1) & _
" è uscito " & FormatSpace(n5(ca,5),3) & " su " & FormatSpace(casi,3) & " casi - " & _
" Num. [" & Format2(eval(n5(ca,6))) & "] Ultimo Calcolato Rit.Att. " & Format2(ratt) & " ... SFALDATO ..." & " freq..." & Format2(freqq),0,0
Scrivi " - Esito al colpo... " & esito4,1
gg = gg + 1
End If
End If
Next
If ScriptInterrotto Then Exit For
Next
'Next
ColoreTesto 0
Scrivi String(115,"="),0,0
ColoreTesto 1
'Scrivi "---- Sfaldati...." & gg,1
ColoreTesto 0
OrdinaMatrice n5,- 1,8
Scrivi String(115,"="),1
Scrivi " Listato da Ramco e modificato da Mike58 .......... By Blackmore ",1
nEnd = Timer ' fine tempo di elaborazione
Call Scrivi("Tempo di elaborazione : " & FormattaSecondi((nend + 1) - nstart))
End Sub
Function FormattaSecondi(s)
'Questa Function trasforma il numero di secondi passato come parametro in una stringa
' passando i secondi si ottengono ore minuti e secondi in formato hh:mm:ss
' s ---> Numero di secondi da formattare
' ritorna una stringa il cui formato è hh:mm:ss (la function non funziona se in totale abbiamo piu di 99 ore )
Dim hh
Dim Mm
Dim Ss
Dim TimeStr
hh = s \ 3600
Mm =(s Mod 3600) \ 60
Ss = s -((hh * 3600) +(Mm * 60))
TimeStr = Format2(hh) & ":" & Format2(Mm) & ":" & Format2(Ss)
FormattaSecondi = TimeStr
End Function
 

antonio65

Super Member >PLATINUM<
Sub Main()
Dim nua(4005,13),nn(2)
ee = InputBox("DA QUALE DATA INIZIARE"," DATA ","31/12/2008")
ms = CInt(InputBox("In quale mese? ",,5))
If ms = "" Then Exit Sub
'r = CInt(InputBox("Di quale ruota? ",,5))
'If r = "" Then Exit Sub
'ru(1) = r
q = CInt(InputBox("Quanti ambi ed estratti vuoi visualizzare ? ",,20))
If q = "" Then Exit Sub
'
ReDim ru(0)
r = ScegliRuote(ru)
fin = EstrazioneFin
'------------init tabella ------------------
ReDim atitoli(13)
atitoli(1) = " "
atitoli(2) = " Numero "
atitoli(3) = " Frequenza "
atitoli(4) = " Ritardo Attuale "
atitoli(5) = " Anno_2016 "
atitoli(6) = " Anno_2015 "
atitoli(7) = " Anno 2014 "
atitoli(8) = " Anno 2013 "
atitoli(9) = " Anno 2012 "
atitoli(10) = " Anno 2011 "
atitoli(11) = " Anno 2010 "
atitoli(12) = " Anno 2009 "
atitoli(13) = " "
Call InitTabella(atitoli,1,,3,5)
For es = PrimaSuccessiva(ee) To fin
If Mese(es) = ms Then
co = 0
'For x = 1 To 89
'x = cg
'For y = x + 1 To 90
For x = 1 To 90
'If x <> y Then
co = co + 1
nua(co,1) = co
nua(co,2) = x
'nua(co,3) = y
nn(1) = x
'nn(2) = y
k = SerieFreqTurbo(es,es,nn,ru,1)
rt = SerieRitardoTurbo(Ini,fin,nn,ru,1)
nua(co,4) = nua(co,4) + k
nua(co,5) = rt
k1 = 0
If Anno(es) = 2016 Then k1 = SerieFreq(es,es,nn,ru,1)
nua(co,6) = nua(co,6) + k1
k2 = 0
If Anno(es) = 2015 Then k2 = SerieFreq(es,es,nn,ru,1)
nua(co,7) = nua(co,7) + k2
k3 = 0
If Anno(es) = 2014 Then k3 = SerieFreq(es,es,nn,ru,1)
nua(co,8) = nua(co,8) + k3
k4 = 0
If Anno(es) = 2013 Then k4 = SerieFreq(es,es,nn,ru,1)
nua(co,9) = nua(co,9) + k4
k5 = 0
If Anno(es) = 2012 Then k5 = SerieFreq(es,es,nn,ru,1)
nua(co,10) = nua(co,10) + k5
k6 = 0
If Anno(es) = 2011 Then k6 = SerieFreq(es,es,nn,ru,1)
nua(co,11) = nua(co,11) + k6
k7 = 0
If Anno(es) = 2010 Then k7 = SerieFreq(es,es,nn,ru,1)
nua(co,12) = nua(co,12) + k7
k8 = 0
If Anno(es) = 2009 Then k8 = SerieFreq(es,es,nn,ru,1)
nua(co,13) = nua(co,13) + k8
Next
'Next
End If
Next
OrdinaMatrice nua,- 1,4
ColoreTesto 2
Scrivi Space(10) & "Dal " & ee & " al " & DataEstrazione(fin),1
ColoreTesto 0
Scrivi "I " & q & " Numeri più frequenti " & " a " & StringaRuote(ru) & " nel mese di " & MeseNome(ms),1
Scrivi
For z = 1 To q
ReDim avalori(13)
avalori(1) = " "
avalori(2) = nua(z,2)
avalori(3) = nua(z,4)
avalori(4) = nua(z,5)
avalori(5) = nua(z,6)
avalori(6) = nua(z,7)
avalori(7) = nua(z,8)
avalori(8) = nua(z,9)
avalori(9) = nua(z,10)
avalori(10) = nua(z,11)
avalori(11) = nua(z,12)
avalori(12) = nua(z,13)
avalori(13) = " "
Call AddRigaTabella(avalori,,,3)
For xx = 5 To 12
Call SetColoreCella((xx),4,1)
If avalori(5) > 0 And avalori(6) > 0 And avalori(7) > 0 And avalori(8) > 0 And avalori(9) > 0 And avalori(10) > 0 And avalori(11) > 0 And avalori(12) > 0 Then
Call SetColoreCella((xx),6,1)
Call SetColoreCella(2,6,1)
End If
Next
'If avalori(5) = 0 And avalori(6) > 0 And avalori(7) > 0 And avalori(8) > 0 And avalori(9) > 0 Then Call SetColoreCella(2,vbGreen)
'If avalori(5) > 0 Then Call SetColoreCella(2,2,4)
If avalori(5) = 0 Then Call SetColoreCella(2,3,1)
If avalori(4) = 0 Then Call SetColoreCella(4,3,2)
Call SetColoreCella(1,1,0)
Call SetColoreCella(13,1,0)
k11 = k11 + avalori(5)
k12 = k12 + avalori(6)
k13 = k13 + avalori(7)
k14 = k14 + avalori(8)
k15 = k15 + avalori(9)
k16 = k16 + avalori(10)
k17 = k17 + avalori(11)
k18 = k18 + avalori(12)
'riga = Format2(nua(z,2)) & "-" & Format2(nua(z,3)) & Space(3) & Format2(nua(z,4)) & Space(10) & Format2(nua(z,5))
'Scrivi Space(10) & riga,1
'riga = ""
Next
ReDim avalori1(13)
avalori1(1) = " "
avalori1(5) = k11
avalori1(6) = k12
avalori1(7) = k13
avalori1(8) = k14
avalori1(9) = k15
avalori1(10) = k16
avalori1(11) = k17
avalori1(12) = k18
'avalori1(13) = k19
Call AddRigaTabella(avalori1,1,,3,5)
Call SetTableWidth("100%")
Call CreaTabella()
Scrivi " Tabella listed by Mike58 ",1,- 1,3
End Sub
 
R

Roby

Guest
grazie mille Antonio,sono perfetti..ringrazio tutti per esservi prodigati così velocemente ed avermi accontentata..e ovviamente un ringraziamento agli autori e modificatori degli script,Blackmore,Mike58 e Ramco..grazie ancora:eek: ;)
 

i legend

Premium Member
Ciao a tutti:)
ciao Joe ho riprodotto la ricerca nello stesso lasso di tempo ma ho alcuni valori discordanti.potrei avere l archivio errato.
hai modo di verificare anche con altre fonti?
grazie:)
 

joe

Advanced Member >PLATINUM PLUS<
Ciao Ilegend,

io ho controllato i miei totali, con quelli dello script presente

qui al messaggio #8 e risultano uguali.

Quindi, se ci sono differenze dovrebbero dipendere dagli archivi.

:)
 

joe

Advanced Member >PLATINUM PLUS<
Ritorno brevemente a quanto qui trattato.

Lo script che ho realizzato, nell'ordinamente con tutte le ruote per questo mese,

evidenziava il numero 69 con 51 presenze totali.

Codesto la prima estrazione di Maggio 2017 ha confermato il trend dei 16 anni precedenti.

Ripetendosi a Genova

Vedevo con lo script di Ilegend (quello per i terni modificato)

che la scorsa estrazione era presente in 3 diverse ruote ... ed ancora ci sono ripetuti.

Il 69 in Milano e Palermo rimane isotopo, in prima posizione, al secondo colpo di gioco.

Sempre a Genova considerando i maggiori frequenti di ruota, avrebbe realizzato l'Ambo.

E sempre Genova è crocevia, o porto, di molti numeri bivalenti (o polivalenti).

Qualcuno ha realizzato qualche risultato / qualche convergenza ?

1 9311 BA GE (05)
2 9311 BA NA (89)
3 9311 BA PA (05)
4 9311 BA VE (89)
5 9311 BA NZ (23)
6 9311 CA GE (05)
7 9311 CA MI (04)
8 9311 CA PA (05)
9 9311 CA NZ (23)
10 9311 FI MI (19)
11 9311 FI NA (06)
12 9311 FI RO (19)
13 9311 FI VE (71)
14 9311 GE MI (16)
15 9311 GE NA (16)
16 9311 GE NZ (83)
17 9311 MI NA (16)
18 9311 MI RO (19)
19 9311 NA VE (89)
20 9311 PA NZ (83)

0.02 Sec.

:)
 
Ultima modifica:

i legend

Premium Member
Ciao Joe , fa piacere vedere che almeno una persona abbia capito la flessibilità e la velocità dello script.
con il classico algoritmo di ricerca i tempi diventano + lunghi e anche il codice più complesso per gestire le varie formazioni.grazie .
Luigi ha costruito tanti di quegli algoritmi che chiunque potrebbe fare tantissimo . Ciao Joe.
p.s:
Appena mi è possibile posto un altra ricerca parallela e attinente a questa.per fare i diversi raffronti :)
 

Ultima estrazione Lotto

  • Estrazione del lotto
    venerdì 26 aprile 2024
    Bari
    65
    67
    84
    22
    77
    Cagliari
    38
    09
    83
    18
    20
    Firenze
    76
    24
    78
    30
    40
    Genova
    50
    56
    61
    90
    57
    Milano
    87
    21
    15
    12
    79
    Napoli
    13
    66
    86
    25
    49
    Palermo
    72
    60
    68
    74
    09
    Roma
    23
    15
    43
    07
    75
    Torino
    82
    79
    31
    41
    64
    Venezia
    66
    89
    18
    80
    41
    Nazionale
    04
    24
    10
    69
    73
    Estrazione Simbolotto
    Genova
    33
    03
    16
    35
    32

Ultimi Messaggi

Alto