pog_wiosna_tyr = new Array ()	/* natężenie chmur - wiosna */
pog_wiosna_tyr[7] = '31'
pog_wiosna_tyr[8] = '71'
pog_wiosna_tyr[9] = '01'

pog_wiosna_tyr[10] = '01'
pog_wiosna_tyr[11] = '11'
pog_wiosna_tyr[12] = '03'
pog_wiosna_tyr[13] = '12'
pog_wiosna_tyr[14] = '70'
pog_wiosna_tyr[15] = '01'
pog_wiosna_tyr[16] = '00'

pog_wiosna_tyr[17] = '02'
pog_wiosna_tyr[18] = '02'
pog_wiosna_tyr[19] = '01'


pog_lato_tyr = new Array ()	/* natężenie chmur - lato */
pog_lato_tyr[7] = '52'
pog_lato_tyr[8] = '03'
pog_lato_tyr[9] = '02'

pog_lato_tyr[10] = '00'
pog_lato_tyr[11] = '01'
pog_lato_tyr[12] = '00'
pog_lato_tyr[13] = '01'
pog_lato_tyr[14] = '23'
pog_lato_tyr[15] = '13'
pog_lato_tyr[16] = '02'

pog_lato_tyr[17] = '51'
pog_lato_tyr[18] = '53'
pog_lato_tyr[19] = '50'


pog_jesien_tyr = new Array ()	/* natężenie chmur - jesień */
pog_jesien_tyr[7] = '00'
pog_jesien_tyr[8] = '00'
pog_jesien_tyr[9] = '02'

pog_jesien_tyr[10] = '23'
pog_jesien_tyr[11] = '02'
pog_jesien_tyr[12] = '04'
pog_jesien_tyr[13] = '54'
pog_jesien_tyr[14] = '50'
pog_jesien_tyr[15] = '01'
pog_jesien_tyr[16] = '02'

pog_jesien_tyr[17] = '01'
pog_jesien_tyr[18] = '00'
pog_jesien_tyr[19] = '00'


pog_zima_tyr = new Array ()	/* natężenie chmur - zima */
pog_zima_tyr[7] = '04'
pog_zima_tyr[8] = '71'
pog_zima_tyr[9] = '04'

pog_zima_tyr[10] = '31'
pog_zima_tyr[11] = '34'
pog_zima_tyr[12] = '04'
pog_zima_tyr[13] = '42'
pog_zima_tyr[14] = '02'
pog_zima_tyr[15] = '01'
pog_zima_tyr[16] = '11'

pog_zima_tyr[17] = '31'
pog_zima_tyr[18] = '04'
pog_zima_tyr[19] = '70'


temp_tyr = new Array()	/* Regiomontum */
temp_tyr[0] = -3	/*  Jan    Sun */
temp_tyr[1] = -4		/* Mon */
temp_tyr[2] = -4		/* Tue */
temp_tyr[3] = -3		/* Wed */
temp_tyr[4] = -2		/* Thu */
temp_tyr[5] = -3		/* Fri */
temp_tyr[6] = -4		/* Sat */
temp_tyr[10] = -2	/* Feb */
temp_tyr[11] = -2
temp_tyr[12] = -3
temp_tyr[13] = -2
temp_tyr[14] = -1
temp_tyr[15] = 0
temp_tyr[16] = -1
temp_tyr[20] = 6	/* Mar */
temp_tyr[21] = 3
temp_tyr[22] = 3
temp_tyr[23] = 1
temp_tyr[24] = 2
temp_tyr[25] = 2
temp_tyr[26] = 3
temp_tyr[30] = 9	/* Apr */
temp_tyr[31] = 10
temp_tyr[32] = 9
temp_tyr[33] = 8
temp_tyr[34] = 9
temp_tyr[35] = 11
temp_tyr[36] = 10
temp_tyr[40] = 17	/* May */
temp_tyr[41] = 16
temp_tyr[42] = 17
temp_tyr[43] = 18
temp_tyr[44] = 16
temp_tyr[45] = 17
temp_tyr[46] = 18
temp_tyr[50] = 21	/* Jun */
temp_tyr[51] = 22
temp_tyr[52] = 20
temp_tyr[53] = 19
temp_tyr[54] = 22
temp_tyr[55] = 24
temp_tyr[56] = 23
temp_tyr[60] = 25	/* Jul */
temp_tyr[61] = 24
temp_tyr[62] = 23
temp_tyr[63] = 24
temp_tyr[64] = 25
temp_tyr[65] = 23
temp_tyr[66] = 24
temp_tyr[70] = 25	/* Aug */
temp_tyr[71] = 23
temp_tyr[72] = 22
temp_tyr[73] = 22
temp_tyr[74] = 21
temp_tyr[75] = 26
temp_tyr[76] = 25
temp_tyr[80] = 21	/* Sep */
temp_tyr[81] = 21
temp_tyr[82] = 20
temp_tyr[83] = 20
temp_tyr[84] = 18
temp_tyr[85] = 19
temp_tyr[86] = 19
temp_tyr[90] = 14	/* Oct */
temp_tyr[91] = 13
temp_tyr[92] = 14
temp_tyr[93] = 15
temp_tyr[94] = 11
temp_tyr[95] = 12
temp_tyr[96] = 15
temp_tyr[100] = 8	/* Nov */
temp_tyr[101] = 4
temp_tyr[102] = 2
temp_tyr[103] = 2
temp_tyr[104] = 3
temp_tyr[105] = 3
temp_tyr[106] = 5
temp_tyr[110] = -1	/* Dec */
temp_tyr[111] = 0
temp_tyr[112] = -3
temp_tyr[113] = -4
temp_tyr[114] = -2
temp_tyr[115] = -3
temp_tyr[116] = -3


pog_wiosna_lwr = new Array ()	/* natężenie chmur - wiosna */
pog_wiosna_lwr[7] = '00'
pog_wiosna_lwr[8] = '01'
pog_wiosna_lwr[9] = '02'

pog_wiosna_lwr[10] = '12'
pog_wiosna_lwr[11] = '03'
pog_wiosna_lwr[12] = '00'
pog_wiosna_lwr[13] = '01'
pog_wiosna_lwr[14] = '11'
pog_wiosna_lwr[15] = '21'
pog_wiosna_lwr[16] = '03'

pog_wiosna_lwr[17] = '24'
pog_wiosna_lwr[18] = '70'
pog_wiosna_lwr[19] = '03'


pog_lato_lwr = new Array ()	/* natężenie chmur - lato */
pog_lato_lwr[7] = '01'
pog_lato_lwr[8] = '50'
pog_lato_lwr[9] = '51'

pog_lato_lwr[10] = '01'
pog_lato_lwr[11] = '13'
pog_lato_lwr[12] = '03'
pog_lato_lwr[13] = '12'
pog_lato_lwr[14] = '01'
pog_lato_lwr[15] = '00'
pog_lato_lwr[16] = '00'

pog_lato_lwr[17] = '01'
pog_lato_lwr[18] = '23'
pog_lato_lwr[19] = '00'


pog_jesien_lwr = new Array ()	/* natężenie chmur - jesień */
pog_jesien_lwr[7] = '02'
pog_jesien_lwr[8] = '01'
pog_jesien_lwr[9] = '00'

pog_jesien_lwr[10] = '04'
pog_jesien_lwr[11] = '53'
pog_jesien_lwr[12] = '02'
pog_jesien_lwr[13] = '12'
pog_jesien_lwr[14] = '03'
pog_jesien_lwr[15] = '02'
pog_jesien_lwr[16] = '01'

pog_jesien_lwr[17] = '03'
pog_jesien_lwr[18] = '02'
pog_jesien_lwr[19] = '01'


pog_zima_lwr = new Array ()	/* natężenie chmur - zima */
pog_zima_lwr[7] = '00'
pog_zima_lwr[8] = '00'
pog_zima_lwr[9] = '01'

pog_zima_lwr[10] = '32'
pog_zima_lwr[11] = '12'
pog_zima_lwr[12] = '02'
pog_zima_lwr[13] = '01'
pog_zima_lwr[14] = '04'
pog_zima_lwr[15] = '14'
pog_zima_lwr[16] = '02'

pog_zima_lwr[17] = '32'
pog_zima_lwr[18] = '42'
pog_zima_lwr[19] = '02'


temp_lwr = new Array()	/* Magne Rosenstadt */
temp_lwr[0] = -6	/*  Jan    Sun */
temp_lwr[1] = -7		/* Mon */
temp_lwr[2] = -7		/* Tue */
temp_lwr[3] = -6		/* Wed */
temp_lwr[4] = -5		/* Thu */
temp_lwr[5] = -6		/* Fri */
temp_lwr[6] = -7		/* Sat */
temp_lwr[10] = -4	/* Feb */
temp_lwr[11] = -4
temp_lwr[12] = -5
temp_lwr[13] = -3
temp_lwr[14] = -3
temp_lwr[15] = -2
temp_lwr[16] = -3
temp_lwr[20] = 5	/* Mar */
temp_lwr[21] = 4
temp_lwr[22] = 3
temp_lwr[23] = 1
temp_lwr[24] = 2
temp_lwr[25] = 2
temp_lwr[26] = 3
temp_lwr[30] = 9	/* Apr */
temp_lwr[31] = 10
temp_lwr[32] = 9
temp_lwr[33] = 8
temp_lwr[34] = 10
temp_lwr[35] = 11
temp_lwr[36] = 10
temp_lwr[40] = 17	/* May */
temp_lwr[41] = 16
temp_lwr[42] = 19
temp_lwr[43] = 20
temp_lwr[44] = 18
temp_lwr[45] = 17
temp_lwr[46] = 20
temp_lwr[50] = 23	/* Jun */
temp_lwr[51] = 24
temp_lwr[52] = 22
temp_lwr[53] = 21
temp_lwr[54] = 24
temp_lwr[55] = 26
temp_lwr[56] = 25
temp_lwr[60] = 28	/* Jul */
temp_lwr[61] = 27
temp_lwr[62] = 26
temp_lwr[63] = 27
temp_lwr[64] = 28
temp_lwr[65] = 26
temp_lwr[66] = 27
temp_lwr[70] = 27	/* Aug */
temp_lwr[71] = 25
temp_lwr[72] = 24
temp_lwr[73] = 24
temp_lwr[74] = 23
temp_lwr[75] = 26
temp_lwr[76] = 25
temp_lwr[80] = 20	/* Sep */
temp_lwr[81] = 21
temp_lwr[82] = 19
temp_lwr[83] = 21
temp_lwr[84] = 19
temp_lwr[85] = 18
temp_lwr[86] = 19
temp_lwr[90] = 13	/* Oct */
temp_lwr[91] = 12
temp_lwr[92] = 13
temp_lwr[93] = 14
temp_lwr[94] = 10
temp_lwr[95] = 11
temp_lwr[96] = 14
temp_lwr[100] = 6	/* Nov */
temp_lwr[101] = 2
temp_lwr[102] = 0
temp_lwr[103] = 0
temp_lwr[104] = 1
temp_lwr[105] = 1
temp_lwr[106] = 3
temp_lwr[110] = -4	/* Dec */
temp_lwr[111] = -3
temp_lwr[112] = -6
temp_lwr[113] = -7
temp_lwr[114] = -5
temp_lwr[115] = -6
temp_lwr[116] = -5


pog_wiosna_kon = new Array ()	/* natężenie chmur - wiosna */
pog_wiosna_kon[7] = '04'
pog_wiosna_kon[8] = '70'
pog_wiosna_kon[9] = '71'

pog_wiosna_kon[10] = '13'
pog_wiosna_kon[11] = '14'
pog_wiosna_kon[12] = '70'
pog_wiosna_kon[13] = '03'
pog_wiosna_kon[14] = '02'
pog_wiosna_kon[15] = '03'
pog_wiosna_kon[16] = '04'

pog_wiosna_kon[17] = '24'
pog_wiosna_kon[18] = '71'
pog_wiosna_kon[19] = '70'


pog_lato_kon = new Array ()	/* natężenie chmur - lato */
pog_lato_kon[7] = '03'
pog_lato_kon[8] = '34'
pog_lato_kon[9] = '23'

pog_lato_kon[10] = '01'
pog_lato_kon[11] = '13'
pog_lato_kon[12] = '03'
pog_lato_kon[13] = '12'
pog_lato_kon[14] = '01'
pog_lato_kon[15] = '00'
pog_lato_kon[16] = '02'

pog_lato_kon[17] = '33'
pog_lato_kon[18] = '24'
pog_lato_kon[19] = '03'


pog_jesien_kon = new Array ()	/* natężenie chmur - jesień */
pog_jesien_kon[7] = '54'
pog_jesien_kon[8] = '53'
pog_jesien_kon[9] = '03'

pog_jesien_kon[10] = '04'
pog_jesien_kon[11] = '34'
pog_jesien_kon[12] = '33'
pog_jesien_kon[13] = '03'
pog_jesien_kon[14] = '01'
pog_jesien_kon[15] = '02'
pog_jesien_kon[16] = '00'

pog_jesien_kon[17] = '54'
pog_jesien_kon[18] = '53'
pog_jesien_kon[19] = '03'


pog_zima_kon = new Array ()	/* natężenie chmur - zima */
pog_zima_kon[7] = '62'
pog_zima_kon[8] = '42'
pog_zima_kon[9] = '03'

pog_zima_kon[10] = '44'
pog_zima_kon[11] = '71'
pog_zima_kon[12] = '04'
pog_zima_kon[13] = '01'
pog_zima_kon[14] = '41'
pog_zima_kon[15] = '42'
pog_zima_kon[16] = '03'

pog_zima_kon[17] = '04'
pog_zima_kon[18] = '64'
pog_zima_kon[19] = '44'


temp_kon = new Array()	/* Laitaane Rosenstadt */
temp_kon[0] = -10	/*  Jan    Sun */
temp_kon[1] = -12		/* Mon */
temp_kon[2] = -13		/* Tue */
temp_kon[3] = -11		/* Wed */
temp_kon[4] = -10		/* Thu */
temp_kon[5] = -9		/* Fri */
temp_kon[6] = -9		/* Sat */
temp_kon[10] = -5	/* Feb */
temp_kon[11] = -6
temp_kon[12] = -7
temp_kon[13] = -5
temp_kon[14] = -4
temp_kon[15] = -6
temp_kon[16] = -5
temp_kon[20] = 4	/* Mar */
temp_kon[21] = 3
temp_kon[22] = 4
temp_kon[23] = 2
temp_kon[24] = 2
temp_kon[25] = 3
temp_kon[26] = 2
temp_kon[30] = 10	/* Apr */
temp_kon[31] = 11
temp_kon[32] = 10
temp_kon[33] = 9
temp_kon[34] = 12
temp_kon[35] = 11
temp_kon[36] = 11
temp_kon[40] = 18	/* May */
temp_kon[41] = 17
temp_kon[42] = 21
temp_kon[43] = 23
temp_kon[44] = 19
temp_kon[45] = 18
temp_kon[46] = 20
temp_kon[50] = 25	/* Jun */
temp_kon[51] = 26
temp_kon[52] = 25
temp_kon[53] = 23
temp_kon[54] = 26
temp_kon[55] = 27
temp_kon[56] = 26
temp_kon[60] = 29	/* Jul */
temp_kon[61] = 30
temp_kon[62] = 31
temp_kon[63] = 30
temp_kon[64] = 29
temp_kon[65] = 28
temp_kon[66] = 29
temp_kon[70] = 29	/* Aug */
temp_kon[71] = 27
temp_kon[72] = 28
temp_kon[73] = 25
temp_kon[74] = 26
temp_kon[75] = 27
temp_kon[76] = 29
temp_kon[80] = 24	/* Sep */
temp_kon[81] = 22
temp_kon[82] = 23
temp_kon[83] = 23
temp_kon[84] = 20
temp_kon[85] = 21
temp_kon[86] = 22
temp_kon[90] = 14	/* Oct */
temp_kon[91] = 13
temp_kon[92] = 12
temp_kon[93] = 15
temp_kon[94] = 12
temp_kon[95] = 13
temp_kon[96] = 14
temp_kon[100] = 4	/* Nov */
temp_kon[101] = 5
temp_kon[102] = 3
temp_kon[103] = 3
temp_kon[104] = 2
temp_kon[105] = 4
temp_kon[106] = 5
temp_kon[110] = -7	/* Dec */
temp_kon[111] = -6
temp_kon[112] = -8
temp_kon[113] = -6
temp_kon[114] = -6
temp_kon[115] = -7
temp_kon[116] = -6


var Today = new Date();
var WeekDay = Today.getDay();
var Month = Today.getMonth();
var Day = Today.getDate();
var Year = (Today.getYear()+1900);
var Hour = Today.getHours();
var Minutes = Today.getMinutes();

if (WeekDay == 0) { dzientyg = 'niedziela'; }
if (WeekDay == 1) { dzientyg = 'poniedziałek'; }
if (WeekDay == 2) { dzientyg = 'wtorek'; }
if (WeekDay == 3) { dzientyg = 'środa'; }
if (WeekDay == 4) { dzientyg = 'czwartek'; }
if (WeekDay == 5) { dzientyg = 'piątek'; }
if (WeekDay == 6) { dzientyg = 'sobota'; }
dzien = 'Stan na dzień: ' + Hour + ':' + Minutes + '<br/>' + dzientyg + ', ' + Day + '.' + (Month+1) + '.' + Year;

if (Month == 2 || Month == 3 || Month == 4) {
	pogoda_reg = pog_wiosna_tyr[10+WeekDay];   temp_reg = temp_tyr[10*Month+WeekDay];	/* ///// Regiomontum ///// */
	pogoda_win = pog_wiosna_tyr[10+WeekDay-1]; temp_win = temp_tyr[10*Month+WeekDay];	/* Winyrat */
	pogoda_dak = pog_wiosna_tyr[10+WeekDay-2]; temp_dak = temp_tyr[10*Month+WeekDay]+1;	/* Dakwat */
	pogoda_ven = pog_wiosna_tyr[10+WeekDay];   temp_ven = temp_tyr[10*Month+WeekDay]-2;	/* Vendsel */
	pogoda_atr = pog_wiosna_tyr[10+WeekDay+1]; temp_atr = temp_tyr[10*Month+WeekDay]-1;	/* Atria */
	pogoda_nek = pog_wiosna_tyr[10+WeekDay+1]; temp_nek = temp_tyr[10*Month+WeekDay]+2;	/* Nekwaz */
	pogoda_arr = pog_wiosna_tyr[10+WeekDay+2]; temp_arr = temp_tyr[10*Month+WeekDay]+1;	/* Arrumia */
	pogoda_mag = pog_wiosna_lwr[10+WeekDay];   temp_mag = temp_lwr[10*Month+WeekDay];	/* ///// Magne Rosenstadt ///// */
	pogoda_wie = pog_wiosna_lwr[10+WeekDay-2]; temp_wie = temp_lwr[10*Month+WeekDay]-2;	/* Wiesenstadt */
	pogoda_fus = pog_wiosna_lwr[10+WeekDay-1]; temp_fus = temp_lwr[10*Month+WeekDay]+1;	/* Fuselno */
	pogoda_wal = pog_wiosna_lwr[10+WeekDay+1]; temp_wal = temp_lwr[10*Month+WeekDay]+1;	/* Wallenstadt */
	pogoda_mon = pog_wiosna_lwr[10+WeekDay+2]; temp_mon = temp_lwr[10*Month+WeekDay];	/* Mondstadt, Moonpolis */
	pogoda_ksa = pog_wiosna_lwr[10+WeekDay+1]; temp_ksa = temp_lwr[10*Month+WeekDay]-1;	/* Ksantygo */
	pogoda_hai = pog_wiosna_lwr[10+WeekDay+3]; temp_hai = temp_lwr[10*Month+WeekDay]+2;	/* Haifschtstadt */
	pogoda_lai = pog_wiosna_kon[10+WeekDay];   temp_lai = temp_kon[10*Month+WeekDay];	/* ///// Laitaane Rosenstadt ///// */
	pogoda_ind = pog_wiosna_kon[10+WeekDay-2]; temp_ind = temp_kon[10*Month+WeekDay]+1;	/* Indyge */
	pogoda_ein = pog_wiosna_kon[10+WeekDay-1]; temp_ein = temp_kon[10*Month+WeekDay];	/* Einhornau */
	pogoda_111 = pog_wiosna_kon[10+WeekDay+2]; temp_111 = temp_kon[10*Month+WeekDay]-1;	/* obszar strefy stabilizacyjnej */
} else if (Month == 5 || Month == 6 || Month == 7) {
	pogoda_reg = pog_lato_tyr[10+WeekDay];   temp_reg = temp_tyr[10*Month+WeekDay];		/* ///// Regiomontum ///// */
	pogoda_win = pog_lato_tyr[10+WeekDay-1]; temp_win = temp_tyr[10*Month+WeekDay]+2;	/* Winyrat */
	pogoda_dak = pog_lato_tyr[10+WeekDay-2]; temp_dak = temp_tyr[10*Month+WeekDay]+1;	/* Dakwat */
	pogoda_ven = pog_lato_tyr[10+WeekDay];   temp_ven = temp_tyr[10*Month+WeekDay]-1;	/* Vendsel */
	pogoda_atr = pog_lato_tyr[10+WeekDay+1]; temp_atr = temp_tyr[10*Month+WeekDay];		/* Atria */
	pogoda_nek = pog_lato_tyr[10+WeekDay+1]; temp_nek = temp_tyr[10*Month+WeekDay]+1;	/* Nekwaz */
	pogoda_arr = pog_lato_tyr[10+WeekDay+2]; temp_arr = temp_tyr[10*Month+WeekDay]+1;	/* Arrumia */
	pogoda_mag = pog_lato_lwr[10+WeekDay];   temp_mag = temp_lwr[10*Month+WeekDay];		/* ///// Magne Rosenstadt ///// */
	pogoda_wie = pog_lato_lwr[10+WeekDay-2]; temp_wie = temp_lwr[10*Month+WeekDay]-1;	/* Wiesenstadt */
	pogoda_fus = pog_lato_lwr[10+WeekDay-1]; temp_fus = temp_lwr[10*Month+WeekDay]-1;	/* Fuselno */
	pogoda_wal = pog_lato_lwr[10+WeekDay+1]; temp_wal = temp_lwr[10*Month+WeekDay];		/* Wallenstadt */
	pogoda_mon = pog_lato_lwr[10+WeekDay+2]; temp_mon = temp_lwr[10*Month+WeekDay]-2;	/* Mondstadt, Moonpolis */
	pogoda_ksa = pog_lato_lwr[10+WeekDay+1]; temp_ksa = temp_lwr[10*Month+WeekDay]-1;	/* Ksantygo */
	pogoda_hai = pog_lato_lwr[10+WeekDay+3]; temp_hai = temp_lwr[10*Month+WeekDay];		/* Haifschtstadt */
	pogoda_lai = pog_lato_kon[10+WeekDay];   temp_lai = temp_kon[10*Month+WeekDay];		/* ///// Laitaane Rosenstadt ///// */
	pogoda_ind = pog_lato_kon[10+WeekDay-2]; temp_ind = temp_kon[10*Month+WeekDay]-3;	/* Indyge */
	pogoda_ein = pog_lato_kon[10+WeekDay-1]; temp_ein = temp_kon[10*Month+WeekDay]-1;	/* Einhornau */
	pogoda_111 = pog_lato_kon[10+WeekDay+2]; temp_111 = temp_kon[10*Month+WeekDay]+1;	/* obszar strefy stabilizacyjnej */
} else if (Month == 8 || Month == 9 || Month ==10) {
	pogoda_reg = pog_jesien_tyr[10+WeekDay];   temp_reg = temp_tyr[10*Month+WeekDay];	/* ///// Regiomontum ///// */
	pogoda_win = pog_jesien_tyr[10+WeekDay-1]; temp_win = temp_tyr[10*Month+WeekDay]-1;	/* Winyrat */
	pogoda_dak = pog_jesien_tyr[10+WeekDay-2]; temp_dak = temp_tyr[10*Month+WeekDay];	/* Dakwat */
	pogoda_ven = pog_jesien_tyr[10+WeekDay];   temp_ven = temp_tyr[10*Month+WeekDay]-1;	/* Vendsel */
	pogoda_atr = pog_jesien_tyr[10+WeekDay+1]; temp_atr = temp_tyr[10*Month+WeekDay];	/* Atria */
	pogoda_nek = pog_jesien_tyr[10+WeekDay+1]; temp_nek = temp_tyr[10*Month+WeekDay]+1;	/* Nekwaz */
	pogoda_arr = pog_jesien_tyr[10+WeekDay+2]; temp_arr = temp_tyr[10*Month+WeekDay]+2;	/* Arrumia */
	pogoda_mag = pog_jesien_lwr[10+WeekDay];   temp_mag = temp_lwr[10*Month+WeekDay];	/* ///// Magne Rosenstadt ///// */
	pogoda_wie = pog_jesien_lwr[10+WeekDay-2]; temp_wie = temp_lwr[10*Month+WeekDay]+1;	/* Wiesenstadt */
	pogoda_fus = pog_jesien_lwr[10+WeekDay-1]; temp_fus = temp_lwr[10*Month+WeekDay];	/* Fuselno */
	pogoda_wal = pog_jesien_lwr[10+WeekDay+1]; temp_wal = temp_lwr[10*Month+WeekDay];	/* Wallenstadt */
	pogoda_mon = pog_jesien_lwr[10+WeekDay+2]; temp_mon = temp_lwr[10*Month+WeekDay]+1;	/* Mondstadt, Moonpolis */
	pogoda_ksa = pog_jesien_lwr[10+WeekDay+1]; temp_ksa = temp_lwr[10*Month+WeekDay]-1;	/* Ksantygo */
	pogoda_hai = pog_jesien_lwr[10+WeekDay+3]; temp_hai = temp_lwr[10*Month+WeekDay]+2;	/* Haifschtstadt */
	pogoda_lai = pog_jesien_kon[10+WeekDay];   temp_lai = temp_kon[10*Month+WeekDay];	/* ///// Laitaane Rosenstadt ///// */
	pogoda_ind = pog_jesien_kon[10+WeekDay-2]; temp_ind = temp_kon[10*Month+WeekDay]+2;	/* Indyge */
	pogoda_ein = pog_jesien_kon[10+WeekDay-1]; temp_ein = temp_kon[10*Month+WeekDay]+1;	/* Einhornau */
	pogoda_111 = pog_jesien_kon[10+WeekDay+2]; temp_111 = temp_kon[10*Month+WeekDay]-1;	/* obszar strefy stabilizacyjnej */
} else if (Month ==11 || Month == 0 || Month == 1) {
	pogoda_reg = pog_zima_tyr[10+WeekDay];   temp_reg = temp_tyr[10*Month+WeekDay];		/* ///// Regiomontum ///// */
	pogoda_win = pog_zima_tyr[10+WeekDay-1]; temp_win = temp_tyr[10*Month+WeekDay]-2;	/* Winyrat */
	pogoda_dak = pog_zima_tyr[10+WeekDay-2]; temp_dak = temp_tyr[10*Month+WeekDay]-1;	/* Dakwat */
	pogoda_ven = pog_zima_tyr[10+WeekDay];   temp_ven = temp_tyr[10*Month+WeekDay]-1;	/* Vendsel */
	pogoda_atr = pog_zima_tyr[10+WeekDay+1]; temp_atr = temp_tyr[10*Month+WeekDay]-1;	/* Atria */
	pogoda_nek = pog_zima_tyr[10+WeekDay+1]; temp_nek = temp_tyr[10*Month+WeekDay]+1;	/* Nekwaz */
	pogoda_arr = pog_zima_tyr[10+WeekDay+2]; temp_arr = temp_tyr[10*Month+WeekDay]+2;	/* Arrumia */
	pogoda_mag = pog_zima_lwr[10+WeekDay];   temp_mag = temp_lwr[10*Month+WeekDay];		/* ///// Magne Rosenstadt ///// */
	pogoda_wie = pog_zima_lwr[10+WeekDay-2]; temp_wie = temp_lwr[10*Month+WeekDay]+1;	/* Wiesenstadt */
	pogoda_fus = pog_zima_lwr[10+WeekDay-1]; temp_fus = temp_lwr[10*Month+WeekDay]+1;	/* Fuselno */
	pogoda_wal = pog_zima_lwr[10+WeekDay+1]; temp_wal = temp_lwr[10*Month+WeekDay]-1;	/* Wallenstadt */
	pogoda_mon = pog_zima_lwr[10+WeekDay+2]; temp_mon = temp_lwr[10*Month+WeekDay]+2;	/* Mondstadt, Moonpolis */
	pogoda_ksa = pog_zima_lwr[10+WeekDay+1]; temp_ksa = temp_lwr[10*Month+WeekDay]+1;	/* Ksantygo */
	pogoda_hai = pog_zima_lwr[10+WeekDay+3]; temp_hai = temp_lwr[10*Month+WeekDay]+2;	/* Haifschtstadt */
	pogoda_lai = pog_zima_kon[10+WeekDay];   temp_lai = temp_kon[10*Month+WeekDay];		/* ///// Laitaane Rosenstadt ///// */
	pogoda_ind = pog_zima_kon[10+WeekDay-2]; temp_ind = temp_kon[10*Month+WeekDay]+4;	/* Indyge */
	pogoda_ein = pog_zima_kon[10+WeekDay-1]; temp_ein = temp_kon[10*Month+WeekDay]+3;	/* Einhornau */
	pogoda_111 = pog_zima_kon[10+WeekDay+2]; temp_111 = temp_kon[10*Month+WeekDay]+1;	/* obszar strefy stabilizacyjnej */
}


if      (Day%3===0){ w_tyr1a = 5; }			/* wiatr w Tyrencji - kierunek */
else if (Day%4===0){ w_tyr1a = 7; }
else if (Day%5===0){ w_tyr1a = 4; }
else               { w_tyr1a = 6; }
if    (w_tyr1a==7) { w_tyr2a = w_tyr1a; }
else               { w_tyr2a = w_tyr1a + 1; }
w_tyr1b = Math.round((Day+1)*WeekDay/25);		/* wiatr w Tyrencji - siła */
w_tyr2b = (2*(w_tyr1b-4)); if (w_tyr2b < 0) { w_tyr2b *= -1; } else if (w_tyr2b > 9) { w_tyr2b -= 4; }
w_tyr1c = (1 + WeekDay) * w_tyr1b;			/* wiatr w Tyrencji - km/h */
w_tyr2c = (1 + WeekDay) * w_tyr2b;

if      (Day%6===0){ w_lwr1a = 6; }			/* wiatr w Luminacie - kierunek */
else if (Day%5===0){ w_lwr1a = 5; }
else if (Day%2===0){ w_lwr1a = 4; }
else               { w_lwr1a = 7; }
if    (w_lwr1a==7) { w_lwr2a = w_lwr1a; }
else               { w_lwr2a = w_lwr1a + 1; }
if    (w_lwr1a==7) { w_lwr3a = w_lwr1a; }
else               { w_lwr3a = w_lwr1a - 1; }
if ((WeekDay*Day) < 15) { w_lwr3a +=1; }
w_lwr1b = Math.round(Day*WeekDay/20);			/* wiatr w Luminacie - siła */
w_lwr2b = (2*(w_lwr1b-3)); if (w_lwr2b < 0) { w_lwr2b *= -1; } else if (w_lwr2b > 9) { w_lwr2b -= 4; }
w_lwr3b = (2*(w_lwr1b-2)); if (w_lwr3b < 0) { w_lwr3b *= -4; } else if (w_lwr3b > 9) { w_lwr3b -= 5; }
w_lwr1c = (1 + WeekDay) * w_lwr1b + 1;			/* wiatr w Luminacie - km/h */
w_lwr2c = (1 + WeekDay) * w_lwr2b;
w_lwr3c = (1 + WeekDay) * w_lwr3b + 1;

w_kon1a = Math.round((w_tyr1a + w_lwr2a)/2 + 0.25);	/* wiatr na kontynencie - kierunek */
w_kon2a = Math.round((w_lwr1a + w_lwr2a)/2 - 0.25);
w_kon1b = Math.round((w_tyr1b + w_lwr2b)/2);		/* wiatr na kontynencie - siła */
w_kon2b = Math.round((w_lwr1b + w_lwr2b)/2);
w_kon1c = (1 + WeekDay) * w_kon1b;			/* wiatr na kontynencie - km/h */
w_kon2c = (1 + WeekDay) * w_kon2b + 1;
