Novità

80 CAGLIARI

Mike58

Advanced Member >PLATINUM PLUS<
Proviamo a mettere quante più informazioni possibili magari per beccarlo per sorti superiori.

Secondo questa videata sarebbe buono per Sabato 1* colpo
infatti è presente in ciclicità perfetta 142*2 = 284 (Ritardo Cronologico)

INFO ID ESTRAZIONE STRINGA ESTRATTI MESE ELENCO RITRARDI ID RITARDO RIT CRONOLOGICO RIT PREVISTO
[08562] [ 86] 19.07.2012 82.65.40.05.80 Luglio 5 8562 345 345
[08590] [114] 22.09.2012 75.25.49.80.65 Settembre 27 8590 317 317
[08592] [116] 27.09.2012 59.88.80.65.84 Settembre 1 8592 315 315
[08600] [124] 16.10.2012 26.02.81.80.79 Ottobre 7 8600 307 307
[08623] [147] 10.12.2012 66.80.49.72.50 Dicembre 22 8623 284 284
[08653] [ 21] 16.02.2013 48.80.18.25.02 Febbraio 29 8653 254 254
[08656] [ 24] 23.02.2013 59.46.83.80.15 Febbraio 2 8656 251 251
[08664] [ 32] 14.03.2013 81.70.28.82.80 Marzo 7 8664 243 243
[08698] [ 66] 01.06.2013 37.27.80.62.77 Giugno 33 8698 209 209
[08707] [ 75] 22.06.2013 87.80.64.88.40 Giugno 8 8707 200 200
[08741] [109] 10.09.2013 24.16.80.58.55 Settembre 33 8741 166 166
[08744] [112] 17.09.2013 15.07.80.17.52 Settembre 2 8744 163 163
[08763] [131] 31.10.2013 61.80.41.22.71 Ottobre 18 8763 144 144
[08765] [133] 05.11.2013 44.10.37.80.20 Novembre 1 8765 142 142



Numero Spia... 80 Sulla ruota di...Cagliari

Ritardo Attuale......142
Ritardo storico......142
Frequenza............14

Uscita per Mesi su estrazioni n° 350


Poi se vogliamo anche vedere i possibili Bi-Tri-Qud-Ambi con CapoGioco Comune....


situazione Bi-Tri-Ambi con Ritardo comune
****** BI-TRI-AMBI ****** ® ***** script by Mike58 ***** ©
Capogioco Richiesto.....80
______________________________________________________


RUOTA Rit.Attuale A m b i Tot.Ambi
Cagliari 930 01.80 ** 47.80 ** 2
Cagliari 641 19.80 ** 80.85 ** 2
Cagliari 545 09.80 ** 14.80 ** 2
Cagliari 468 08.80 ** 73.80 ** 2
Cagliari 440 34.80 ** 53.80 ** 2
Cagliari 421 31.80 ** 68.80 ** 2
Cagliari 416 13.80 ** 39.80 ** 80.89 ** 3
Cagliari 397 21.80 ** 30.80 ** 76.80 ** 3
Cagliari 380 03.80 ** 60.80 ** 80.90 ** 3
Cagliari 364 36.80 ** 57.80 ** 2
Cagliari 315 65.80 ** 80.84 ** 2
Cagliari 307 26.80 ** 79.80 ** 2
Cagliari 284 49.80 ** 50.80 ** 66.80 ** 72.80 ** 4
Cagliari 254 02.80 ** 18.80 ** 25.80 ** 48.80 ** 4
Cagliari 251 46.80 ** 59.80 ** 80.83 ** 3
Cagliari 243 28.80 ** 70.80 ** 80.81 ** 80.82 ** 4
Cagliari 209 27.80 ** 62.80 ** 77.80 ** 3
Cagliari 200 40.80 ** 64.80 ** 80.87 ** 80.88 ** 4
Cagliari 166 16.80 ** 24.80 ** 55.80 ** 58.80 ** 4
Cagliari 163 07.80 ** 15.80 ** 17.80 ** 52.80 ** 4
Cagliari 144 22.80 ** 41.80 ** 61.80 ** 71.80 ** 4
Cagliari 142 10.80 ** 20.80 ** 37.80 ** 44.80 ** 4



Se volete dite anche la vostra.
 

i legend

Premium Member
Ciao Mike anche su tutte Ristrettissimo:{80.59} terzina{80.59.68} rit=4 ma papabile..............Cordiali saluti..............I Legend
 

Mike58

Advanced Member >PLATINUM PLUS<
Ciao Trivellato lo scopo non è quello di fare script ma di raccogliere idee.
Comunque non ci sono problemi, fatene l'uso che credete,

1* script

Codice:
Sub Main
	Dim nu(1)
	Dim ru(1)
	qe = InputBox("Quante strazioni analizzo",,800)
	'mm = CInt(InputBox("Quale mese vedo le estrazioni",,9))
	spia = CInt(InputBox("Quale Numero cercare ? ",,80))
	r = InputBox("Quale ruota",,2)
	Ad = InputBox("Quante estrazioni mancano all'IMMINENZA ",,0)
	Ini = EstrazioneFin - qe
	fin = EstrazioneFin
	Tot = fin - Ini
	Scrivi "Elenco estrazioni per mese scelto ",1
	Scrivi
	ReDim T(7)
	T(1) = " INFO ID ESTRAZIONE "
	T(2) = " STRINGA ESTRATTI "
	T(3) = " MESE "
	T(4) = " ELENCO RITRARDI "
	T(5) = " ID RITARDO "
	T(6) = " RIT CRONOLOGICO "
	T(7) = " RIT PREVISTO "
	Call InitTabella(T,2,,2,5)
	For es = Ini To fin
		ru(1) = r
		For p = 1 To 5
			a = Estratto(es,r,p)
			nu(1) = spia
			If a = spia Then
				Call StatisticaFormazioneTurbo(nu,ru,1,rerit,reritmax,,refre,Ini,fin)
				For xx = 1 To 12
					'cc = 0
					If a = spia And Mese(es) = xx Then
						ritt = SerieRitardo(es,es,nu,ru,1)
						cc = cc + 1
						Call ElencoRitardiTurbo(nu,ru,1,Ini,fin,rit,aretid)
						c = c + 1
						'For x = LBound(rit) To UBound(rit)
						'Next
						ReDim V(7)
						V(1) = GetInfoEstrazione(es)
						V(2) = StringaEstratti(es,r)
						V(3) = MeseNome(xx)
						V(4) = rit(c)
						V(5) = aretid(c)
						V(6) = fin - aretid(c)
						V(7) = fin - aretid(c) + Ad
						Call AddRigaTabella(V,,,2)
						For xc = 1 To 10
						'If Differenza(rerit + ad = fin - aretid(c) + ad Or(rerit + ad)*xc,(fin - aretid(c) + ad)) <= 1 Then Call SetColoreCella(7,2,4)

						If rerit + ad = fin - aretid(c) + ad Or(rerit + ad)*xc =(fin - aretid(c) + ad) Then Call SetColoreCella(7,2,4)
						'If rerit + ad = fin - aretid(c) + ad Or(rerit + ad)*3 =(fin - aretid(c) + ad) Then Call SetColoreCella(7,2,4)
						'If rerit + ad = fin - aretid(c) + ad Or(rerit + ad)*4 =(fin - aretid(c) + ad) Then Call SetColoreCella(7,2,4)
						Next

					End If
					
				Next
				

				
				'Scrivi GetInfoEstrazione(es) & "  " & StringaEstratti(es,1) & " - Mese..." & MeseNome(xx) & vbTab & " Con ritardo... " & rit(c),0,0
				'Scrivi vbTab & " Ritardo id " & aretid(c) & vbTab & fin - aretid(c) & vbTab & fin-aretid(c)+ad,True,True,2,4,2
				'Else
				'Scrivi GetInfoEstrazione(es) & "  " & StringaEstratti(es,1) & " - Mese..." & MeseNome(xx) & vbTab & " Con ritardo... " & rit(c),0,0
				'Scrivi vbTab & " Ritardo id " & aretid(c) & vbTab & fin - aretid(c) & vbTab & fin-aretid(c)+ad
				'End If
				'Next
				For x = 1 To 12
					Select Case x
					Case 1 If a = spia And Mese(es) = 1 Then m1 = m1 + 1'  & "  ***  " & rit(c)  & " *** " & fin-aretid(c)
					Case 2 If a = spia And Mese(es) = 2 Then m2 = m2 + 1' & "  ***  " & rit(c)
					Case 3 If a = spia And Mese(es) = 3 Then m3 = m3 + 1 '& "  ***  " & rit(c)
					Case 4 If a = spia And Mese(es) = 4 Then m4 = m4 + 1 '& "  ***  " & rit(c)
					Case 5 If a = spia And Mese(es) = 5 Then m5 = m5 + 1' & "  ***  " & rit(c)
					Case 6 If a = spia And Mese(es) = 6 Then m6 = m6 + 1' & "  ***  " & rit(c)
					Case 7 If a = spia And Mese(es) = 7 Then m7 = m7 + 1' & "  ***  " & rit(c)
					Case 8 If a = spia And Mese(es) = 8 Then m8 = m8 + 1 '& "  ***  " & rit(c)
					Case 9 If a = spia And Mese(es) = 9 Then m9 = m9 + 1 '& "  ***  " & ritt
					Case 10 If a = spia And Mese(es) = 10 Then m10 = m10 + 1 '& "  ***  " & rit(c)
					Case 11 If a = spia And Mese(es) = 11 Then m11 = m11 + 1 '& "  ***  " & rit(c)
					Case 12 If a = spia And Mese(es) = 12 Then m12 = m12 + 1 '& "  ***  " & rit(c)
					End Select
				Next
			End If
		Next
	Next
	Call CreaTabella()
	Scrivi "Numero Spia... " & nu(1) & " Sulla ruota di..." & NomeRuota(r),1
	Scrivi
	Scrivi "Ritardo Attuale......" & rerit
	Scrivi "Ritardo storico......" & reritmax
	Scrivi "Frequenza............" & refre
	Scrivi
	Scrivi "Uscita per Mesi su estrazioni n° " & Tot,1
	ReDim at(12)
	at(1) = MeseNome(1)
	at(2) = MeseNome(2)
	at(3) = MeseNome(3)
	at(4) = MeseNome(4)
	at(5) = MeseNome(5)
	at(6) = MeseNome(6)
	at(7) = MeseNome(7)
	at(8) = MeseNome(8)
	at(9) = MeseNome(9)
	at(10) = MeseNome(10)
	at(11) = MeseNome(11)
	at(12) = MeseNome(12)
	Call InitTabella(at,1,,3,5)
	ReDim av(12)
	av(1) = "   " & m1
	av(2) = "   " & m2
	av(3) = "   " & m3
	av(4) = "   " & m4
	av(5) = "   " & m5
	av(6) = "   " & m6
	av(7) = "   " & m7
	av(8) = "   " & m8
	av(9) = "   " & m9
	av(10) = "   " & m10
	av(11) = "   " & m11
	av(12) = "   " & m12
	Call AddRigaTabella(av,,,3)
	Call CreaTabella(0,0,0,0,1)
	Scrivi
	Scrivi "Tabella Listed By Mike58 ",1
End Sub

2* script bi-tri-ambi

Codice:
Sub Main
	
	Dim am
	Dim a
	Dim b
	Dim uno(3)
	r = InputBox("Ruota di Elaborazione",,2)
	capogioco = InputBox("Capogioco..",,80)
	
	Scrivi " situazione Bi-Tri-Ambi con Ritardo comune    ",1,1,,1,3
	Scrivi " ****** BI-TRI-AMBI ******  " & Chr(174) & " ***** script by Mike58 *****  " & Chr(169),1,1,,1,3
	Scrivi " Capogioco Richiesto....." & capogioco,1,1,,2,3
	Scrivi "______________________________________________________"
	Scrivi
	
	ReDim atitoli(4)
	ReDim avalori(4)
	' preimposto i titoli delle colonne
	atitoli(1) = " RUOTA      "
	atitoli(2) = " Rit.Attuale"
	atitoli(3) = "        A   m   b   i                        "
	atitoli(4) = " Tot.Ambi "
	'	' inizializzo la tabella
	Call InitTabella(atitoli,2,"center",3,5)
	
	Dim rt(8990)
	''' calcola ritardo ambi a tutte le ruote
	For x = 1 To 89
		y = x
		For y = y + 1 To 90
			a = Format2(x)
			b = Format2(y)
			am = Format2(x) & Format2(y)
			rt(am) = AmboRitardo(r,a,b,EstrazioneIni,EstrazioneFin)
		Next
	Next
	''''controlla e mette a video solo gli ambi con capogioco richiesto
	Dim riga(8990)
	For z = 1 To 89
		w = z
		For w = w + 1 To 90
			If Int(capogioco) = z Or Int(capogioco) = w Then
			c = Format2(z) & Format2(w)
			riga(rt(c)) = riga(rt(c)) & Format2(z) & "." & Format2(w) & "   **    "
			''''---------------------------------------------------------
			'''''ritardo minimo ambi consecutivi con capogioco richiesto
			Rem calcola tre ambi consecutivi con ritardo > 50
			''''---------------------------------------------------------
			End If
		Next
	Next
	''''''--------------------------------------------------------------------------------------------------------------------------------------------
	For t = 1 To UBound(riga)
		If riga(t) <> "" Then
			'''sospesa'''			Scrivi t & "...." & riga(t)
			avalori(1) = NomeRuota(r)
			avalori(2) = t
			avalori(3) = riga(t)
			'		'scompongo i campi della riga dati divisi da virgola
			ReDim sv(10)
			Call SplitByChar(riga(t),"**",sv)
			avalori(4) = UBound(sv)
			If avalori(4) >= 2 And avalori(4) < 6 Then
				Call AddRigaTabella(avalori,Giallo_,"center",3)
				Call SetColoreCella(3,vbWhite,vbBlue)
			Call SetColoreCella(2,vbWhite,vbBlack)
			End If
			
			'If avalori(2) > 65 And avalori(2) < 85 Then Call SetColoreCella(2,vbRed,vbWhite)
		End If
	Next
	CreaTabella(2)
End Sub
 

Joe91

Advanced Member >PLATINUM PLUS<
Ciao Mike.

Questa mia ricerca è relativa alle cadute dell' 80 a TUTTE.

Consegnando a Cagliari la possibilità di partecipare con almeno UNA estrazione.

Pertanto è un Tabellone Analitico Uniumerico con la conta degli Ambi ... nel frattempo generaratisi,

e la suddivisione di essi, nelle classiche decine e cadenze ... con i relativi totali.

Codice:
[FONT=Courier New][SIZE=2][COLOR=#000000][B] 1  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]30.09.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]GE  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]74[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]12[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]40[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]02[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc   1[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 2  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]23.09.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]PA  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]83[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]31[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]89[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]73[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc   4[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 3  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]20.09.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]76[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]15[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]56[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 4  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]18.09.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]MI  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]37[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]09[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]53[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]90[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc   6[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 5  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]06.09.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]71[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]85[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]26[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]51[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 6  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]02.09.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]TO  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]83[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]51[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]38[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]76[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  13[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 7  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]23.08.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]VE  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]06[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]63[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]39[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]27[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  17[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 8  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]14.08.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]RO  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]17[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]67[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]69[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]01[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  21[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] 9  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]09.08.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]28[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]86[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]50[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]44[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]10  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]09.08.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]57[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]19[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]85[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]10[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]11  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]05.08.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]TO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]33[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]11[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]12  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]02.08.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]24[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]70[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]13  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]22.07.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]BA  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]38[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]26[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]50[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]87[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  31[/B][/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]14  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]22.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]TO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]36[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]06[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]15  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]19.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]77[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]11[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]32[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]16  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]17.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]10[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]45[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]83[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]17  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]74[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]27[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]51[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]77[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]18  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]26[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]47[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]65[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]19  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]10.07.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]NA  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]32[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]07[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]86[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]50[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  36[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]20  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]08.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]54[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]67[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]16[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]74[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]21  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]08.07.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]86[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]75[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]14[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]23[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]22  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]24.06.2014  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]FI  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]73[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]70[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]45[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]71[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc  43[/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]23  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]21.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]24[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]58[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]86[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]24  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]17.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]12[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]67[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]83[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]25  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]14.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]41[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]42[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]16[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]26  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]36[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]87[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]08[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]27  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]75[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]60[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]57[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]28  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]15[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]30[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]29  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]35[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]31[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]10[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]30  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]59[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]31[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]51[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]33[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]31  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]48[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]65[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]82[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]27[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]32  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]07.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]35[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]79[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]33  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]07.06.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]47[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]27[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]26[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]57[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]34  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]29.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]63[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]44[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]35  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]29.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]84[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]67[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]51[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]36  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]22.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]02[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]36[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]37  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]22.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]TO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]58[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]75[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]65[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]38  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]17.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]58[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]46[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]39  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]15.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]58[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]76[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]06[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]40  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]15.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]21[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]71[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]38[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]41  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]13.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]71[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]41[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]18[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]64[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]42  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]39[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]48[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]14[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]43  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]56[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]63[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]32[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]44  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]TO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]39[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]09[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]45  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]06.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]86[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]19[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]50[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]46  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]02.05.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]32[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]47[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]47  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]26.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]36[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]18[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]48  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]24.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]30[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]21[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]66[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]49  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]24.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]15[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]62[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]50  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]BA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]46[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]76[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]17[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]51  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]01.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]BA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]01[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]08[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]59[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]52  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]01.04.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]37[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]30[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]54[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]53  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]25.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]39[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]54[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]41[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]54  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]22.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]71[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]73[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]55  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]22.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]TO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]72[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]71[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]10[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]56  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]15.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]46[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]01[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]84[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]57  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]15.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]64[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]33[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]70[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]58  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]13.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]45[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]43[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]19[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]02[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]59  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]11.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]57[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]35[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]60  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]08.03.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]23[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]38[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]72[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]10[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]61  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]25.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]53[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]63[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]08[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]62  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]25.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]37[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]40[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]69[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]63  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]20.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]56[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]72[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]04[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]64  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]18.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]50[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]26[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]06[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]70[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]65  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]06.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]65[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]42[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]03[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]52[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]66  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]04.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]57[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]48[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]41[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]67  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]01.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]88[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]74[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]38[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]68  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]01.02.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]25[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]44[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]69[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]67[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]69  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]30.01.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]74[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]84[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]82[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]70  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]30.01.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]85[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]26[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]41[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]63[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]71  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]14.01.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]75[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]86[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]42[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]72  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]09.01.2014  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]38[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]28[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]87[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]73  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]27.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]60[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]61[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]78[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]17[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]74  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]21.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]22[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]09[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]79[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]65[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]75  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]17.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]GE  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]09[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]37[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]33[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]55[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]76  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]14.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]MI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]22[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]89[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]07[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]68[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]77  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]10.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]BA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]75[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]14[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]44[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]78  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]07.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]BA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]11[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]79  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]07.12.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]RO  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]01[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]79[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]63[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]80  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]16.11.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]16[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]49[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]81[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]27[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]81  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.11.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]PA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]15[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]77[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]64[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]20[/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]82  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.11.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]VE  [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]30[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]66[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]82[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]35[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]83  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]07.11.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]NA  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]29[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]62[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]90[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]13[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]84  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]05.11.2013  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]CA  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]44[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]10[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]37[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]80[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]20[/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  <  Rc 142[/B][/COLOR][/SIZE]
[FONT=Courier New][SIZE=2][COLOR=#000000][B]85  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]05.11.2013  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]FI  [/COLOR][/SIZE][SIZE=2][COLOR=#000000]60[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]03[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]80[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]84[/COLOR][/SIZE][SIZE=2][COLOR=#000000].[/COLOR][/SIZE][SIZE=2][COLOR=#000000]25[/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]Presenze dal 05.11.2013 al 02.10.2014[/B][/COLOR][/SIZE][/FONT]

[FONT=Courier New][SIZE=2][COLOR=#000000][B] BA_  5  [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B] CA_  1  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] FI_  9  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] GE_ 10  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] MI_  9  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] NA_ 13  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] PA_ 13  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] RO_  9  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] TO_  6  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] VE_ 10  [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] TT_ 85  [/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]=================================================================================================[/B][/COLOR][/SIZE][/FONT]

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

[FONT=Courier New][SIZE=2][COLOR=#000000][B]TOT [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B] 36      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 23      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 31      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 32      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 27      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 35      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 39      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 35      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 43      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 39      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]340[/B][/COLOR][/SIZE]
[/B][/COLOR][/SIZE]

PS) Considero lo script come in uso del prorietario, senza diritto di copia ad altri,

anche perchè ci sto ancora lavorando ... non intendo distribuirlo.

:) Buona Giornata a tutte/i.
 

lotto_tom75

Advanced Premium Member
Ciao grandissimo mike :) , premettendo che i ritardatari generalmente li rifuggo come la peste... se non come forti eventuali abbinamenti per altri numeri ricercati in 3 colpi, ti do il mio punto di vista riguardo l'incmax del fuggitivo.

Sulla ruota di : CA
Formazione analizzata : 80
Da Estrazione : [00157] [ 1 ] 04.01.1874
A Estrazione : [08906] [117] 02.10.2014

Ritardo : 141
RitardoMax : 141
Frequenza : 332

Dettaglio evoluzione RitMax
Estrazione : 3584 RitMax : 10 InccrRitMax : 10
Estrazione : 3650 RitMax : 65 InccrRitMax : 55
Estrazione : 4977 RitMax : 67 InccrRitMax : 2
Estrazione : 5369 RitMax : 93 InccrRitMax : 26
Estrazione : 6345 RitMax : 104 InccrRitMax : 11
Estrazione : 8906 RitMax : 141 InccrRitMax : 37


Ovvero secondo questa prospettiva ci sarebbero ancora altri 18 colpi potenziali... (RA di caduta 159 o giu' di li'...)

Comuqnue sia essendo atratto dalla diff 0 da te individuata... provero un eurino anche stasera poi stop per poi eventualmente ricacciarlo tra 15 colpi... se non cade prima ovviamente ;)

Come abbinamenti ci vedrei bene 7.8.9 perchè formanti ambi vertibile e vertibili laterali.

Rinnovandoti i saluti alla prossima grande mike e good saturday :eek:

ps: Ho notato una differenza nei nostri due RA :eek: . A me spaziometria (versione 1.4.87) mi da 141 mentre a te 142. La devo aggiornare per qualche problema di aggiornamento estrazioni nella versione che ho? Tnx
 
Ultima modifica:

Mike58

Advanced Member >PLATINUM PLUS<
Ciao Grazie, a tutti i partecipanti e speriamo che non ha ragione Tom con il suo ritardo di caduta a 159.
Da un altra analisi sugli storici di tutti i Ritardatari si può vedere che il Ritardo relativo/Rit.corrente è massimo di 0,62 (0,64 massimo assoluto).

Ritardo considerato >= a ....135
Dalla Data iniziale..........03.06.2009
Alla Data Fine...............02.10.2014

contatore...........1

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
BA 85 135 8717 16.07.2013 57.68.85.53.63 64 0,4741



contatore...........1

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
CA 80 142 8907 02.10.2014 89 0,6268



contatore...........1

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
FI 38 135 8802 30.01.2014 88.80.74.20.38 58 0,4296




Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



contatore...........2

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
MI 74 170 8765 05.11.2013 74.78.82.83.39 96 0,5647
MI 71 144 8616 22.11.2012 71.51.48.23.78 50 0,3472



contatore...........1

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
NA 51 151 8304 25.11.2010 31.14.46.51.04 42 0,2781



contatore...........2

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
PA 05 161 8888 19.08.2014 51.06.76.17.05 83 0,5155
PA 29 150 8474 27.12.2011 29.39.46.10.22 40 0,2667



contatore...........2

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
RO 32 159 8353 19.03.2011 44.56.32.22.65 93 0,5849
RO 34 140 8629 22.12.2012 63.74.34.65.51 35 0,25




Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



contatore...........1

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
VE 10 138 8252 27.07.2010 18.10.22.46.88 82 0,5942



contatore...........4

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
NZ 22 177 8441 11.10.2011 22.38.54.01.27 97 0,548
NZ 19 162 8625 13.12.2012 29.09.51.89.19 81 0,5
NZ 06 138 8518 07.04.2012 05.74.11.86.06 69 0,5
NZ 02 135 8318 28.12.2010 19.85.02.12.71 71 0,5259



Contatore Totali............15

Script By Mike58
 

Mike58

Advanced Member >PLATINUM PLUS<
Raga,continuate a dire la vostra, io purtroppo oggi non posso esserci causa lavoro 2° Turno.

Tom non saprei controllate tutti l'incongruenza del ritardo segnalato da Tom.

Ciao a stasera
 

Mike58

Advanced Member >PLATINUM PLUS<
scusate L'inesattezza ho voluto fidarmi di una fonte circa il rapporto RR/RIT = massimo di 0,64 ma controllando con il mio script risulta massimo assoluto a 0,68.

Giusto per il dato storico effettivo.

Ritardo considerato >= a ....130
Dalla Data iniziale..........08.01.1871
Alla Data Fine...............02.10.2014

contatore...........22

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
BA 31 167 6907 15.04.2000 05.31.07.26.59 110 0,6587



contatore...........16

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
CA 34 203 7575 30.03.2006 34.52.16.72.18 129 0,6355
CA 80 142 8907 02.10.2014 89 0,6268
CA 19 140 8102 11.08.2009 19.86.26.63.36 89 0,6357



contatore...........24

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



contatore...........9

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



contatore...........29

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
MI 75 159 5270 08.01.1972 34.07.54.75.68 108 0,6792
MI 23 153 5928 18.08.1984 77.09.23.12.37 96 0,6275
MI 29 146 2823 07.02.1925 29.57.50.14.64 92 0,6301



contatore...........16

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
NA 25 144 3822 01.04.1944 06.46.23.86.25 98 0,6806



contatore...........20

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
PA 31 160 3191 27.02.1932 69.72.10.31.61 100 0,625



contatore...........17

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



contatore...........22

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
TO 86 150 3044 04.05.1929 84.05.29.86.76 101 0,6733



contatore...........21

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT
VE 02 146 2352 29.01.1916 09.53.32.83.02 91 0,6233



contatore...........5

Ruota Numero Ritardo id Estr Data estrazione Stringa estratti RR RR/RIT



Contatore Totali............201

Script By Mike58
 

Joe91

Advanced Member >PLATINUM PLUS<
Personalmente ...

mi dichiaro in sintonia con Mike.

Quando il ritardo supera i pochi colpi ... meglio attendere valori non inferiori a 160 Estrazioni.

O la presenza di forti convergenze e motivazioni, che giustifichino ... la sfida.

Nella peggiore delle ipotesi (dovesse cadere) si sono risparmiate le poste per le future occasioni.

Nel caso dovesse eccedere nella sua corsa si ha la possibilità di seguirlo per qualche colpo in più. (e ... sconsiglio vivamente)

Ciò premesso replico lo studio precedente per le FORMAZIONI DINAMICHE.

Per ... Il capolista del ritardo nel Tabellone Analitico ... più "puramente inteso"

Codice:
[FONT=Courier New][SIZE=2][COLOR=#000000][B] RIT [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]    DATA     RU   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]1°   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]2°   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]3°   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]4°   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]5°   [/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]   1  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]30.09.2014  PA   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]20   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]12   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]08   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]86   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]   2  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]27.09.2014  MI   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]69   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]43   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]55   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]82   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]   7  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]18.09.2014  BA   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]25   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]35   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]60   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]68   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  11  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]09.09.2014  NA   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]83   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]15   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]54   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]51   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  13  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]04.09.2014  FI   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]60   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]13   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]57   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]12   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  16  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]26.08.2014  TO   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]10   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]27   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]50   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]14   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  34  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]15.07.2014  GE   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]15   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]21   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]48   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]83   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  35  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]12.07.2014  RO   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]23   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]27   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]51   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]18   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  66  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]02.05.2014  VE   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000]04   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]90   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]63   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]19   [/COLOR][/SIZE]

[FONT=Courier New][SIZE=2][COLOR=#000000]  88  [/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000]11.03.2014  CA   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]21   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]47   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]60   [/COLOR][/SIZE][SIZE=2][COLOR=#000000]05   [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][B]01   [/B][/COLOR][/SIZE]


[FONT=Courier New][SIZE=2][COLOR=#000000][B]Presenze dal 11.03.2014 al 02.10.2014[/B][/COLOR][/SIZE][/FONT]

[FONT=Courier New][SIZE=2][COLOR=#000000][B]=================================================================================================[/B][/COLOR][/SIZE][/FONT]

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

[FONT=Courier New][SIZE=2][COLOR=#000000][B]TOT [/B][/COLOR][/SIZE][/FONT][SIZE=2][COLOR=#000000][B]  4      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  3      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  6      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  3      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  6      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  1      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  4      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  4      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  2      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B]  7      [/B][/COLOR][/SIZE][SIZE=2][COLOR=#000000][B] 40[/B][/COLOR][/SIZE]

Nelle Formazioni Dinamiche ... il "Capolista del Ritardo" per l' Ambo a tutte non compare che nelle lunghette da 5 numeri.

Mentre 31.61 (il 31° ed 61° ritardatario) non cadono in Ambo da 293 Estrazioni.

ed 27.31 (il 27° ritardatario con il 31° ritardatario) ... ANCHE da 293 Estrazioni ... a tutte.

Naturalmente (e sottolineo che per ogni ruota) questo porta alla formazione di pronostici dinamici.

Il top del ritardo dinamico per Ambo a tutte è 11.79.

:)
 
Ultima modifica:

Ultima estrazione Lotto

  • Estrazione del lotto
    giovedì 28 marzo 2024
    Bari
    49
    73
    67
    86
    19
    Cagliari
    64
    36
    37
    02
    04
    Firenze
    66
    27
    44
    90
    17
    Genova
    09
    44
    78
    85
    19
    Milano
    70
    14
    47
    38
    27
    Napoli
    80
    29
    28
    45
    39
    Palermo
    54
    59
    78
    47
    62
    Roma
    17
    22
    49
    52
    88
    Torino
    71
    35
    75
    74
    60
    Venezia
    40
    84
    02
    63
    29
    Nazionale
    08
    13
    44
    69
    85
    Estrazione Simbolotto
    Firenze
    06
    35
    16
    18
    05
Alto