calendar = new Date();
 day = calendar.getDay();
 month = calendar.getMonth();
 date = calendar.getDate();
 year = calendar.getYear();
 if (year < 1000) year+=1900;
 cent = parseInt(year/100);
 g = year % 19;
 k = parseInt((cent - 17)/25);
 i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
 i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
 j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
 l = i - j;
 emonth = 3 + parseInt((l + 40)/44);
 edate = l + 28 - 31*parseInt((emonth/4));
 emonth--;
 var dayname = new Array ("Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", " SÁBADO");
 var monthname = new Array ("01","02","03","04","05","06","07","08","09","10","11","12" );
 document.write("</strong>"); // modificações da fonte aqui*/
 document.write("<strong>"); // <p align="center" class="corpo"><font face="Verdana" style="font-size: 9pt">/

 
// 01 /*no lugar de 01 voce pode escrever janeiro, mas e preciso voce mudar o var monthname tambem*/
 if ((month == 0) && (date == 1)) document.write("19:26 h");
 if ((month == 0) && (date == 2)) document.write("19:26 h");
 if ((month == 0) && (date == 3)) document.write("19:26 h");
 if ((month == 0) && (date == 4)) document.write("19:27 h");
 if ((month == 0) && (date == 5)) document.write("19:27 h");
 if ((month == 0) && (date == 6)) document.write("19:28 h");
 if ((month == 0) && (date == 7)) document.write("19:28 h");
 if ((month == 0) && (date == 8)) document.write("19:28 h");
 if ((month == 0) && (date == 9)) document.write("19:28 h");
 if ((month == 0) && (date == 10)) document.write("19:28 h");
 if ((month == 0) && (date == 11)) document.write("19:28 h");
 if ((month == 0) && (date == 12)) document.write("19:29 h");
 if ((month == 0) && (date == 13)) document.write("19:29 h");
 if ((month == 0) && (date == 14)) document.write("19:29 h");
 if ((month == 0) && (date == 15)) document.write("19:29 h");
 if ((month == 0) && (date == 16)) document.write("19:29 h");
 if ((month == 0) && (date == 17)) document.write("19:29 h");
 if ((month == 0) && (date == 18)) document.write("19:29 h");
 if ((month == 0) && (date == 19)) document.write("19:29 h");
 if ((month == 0) && (date == 20)) document.write("19:29 h");
 if ((month == 0) && (date == 21)) document.write("19:29 h");
 if ((month == 0) && (date == 22)) document.write("19:29 h");
 if ((month == 0) && (date == 23)) document.write("19:29 h");
 if ((month == 0) && (date == 24)) document.write("19:29 h");
 if ((month == 0) && (date == 25)) document.write("19:29 h");
 if ((month == 0) && (date == 26)) document.write("19:28 h");
 if ((month == 0) && (date == 27)) document.write("19:28 h");
 if ((month == 0) && (date == 28)) document.write("19:28 h");
 if ((month == 0) && (date == 29)) document.write("19:28 h");
 if ((month == 0) && (date == 30)) document.write("19:28 h");
 if ((month == 0) && (date == 31)) document.write("19:27 h");
 // 02
 if ((month == 1) && (date == 1)) document.write("19:27 h");
 if ((month == 1) && (date == 2)) document.write("19:27 h");
 if ((month == 1) && (date == 3)) document.write("19:26 h");
 if ((month == 1) && (date == 4)) document.write("19:26 h");
 if ((month == 1) && (date == 5)) document.write("19:26 h");
 if ((month == 1) && (date == 6)) document.write("19:25 h");
 if ((month == 1) && (date == 7)) document.write("19:25 h");
 if ((month == 1) && (date == 8)) document.write("19:25 h");
 if ((month == 1) && (date == 9)) document.write("19:24 h");
 if ((month == 1) && (date == 10)) document.write("19:24 h");
 if ((month == 1) && (date == 11)) document.write("19:23 h");
 if ((month == 1) && (date == 12)) document.write("19:23 h");
 if ((month == 1) && (date == 13)) document.write("19:22 h");
 if ((month == 1) && (date == 14)) document.write("19:22 h");
 if ((month == 1) && (date == 15)) document.write("19:22 h");
 if ((month == 1) && (date == 16)) document.write("19:21 h");
 if ((month == 1) && (date == 17)) document.write("19:20 h");
 if ((month == 1) && (date == 18)) document.write("19:20 h");
 if ((month == 1) && (date == 19)) document.write("19:19 h");
 if ((month == 1) && (date == 20)) document.write("19:19 h");
 if ((month == 1) && (date == 21)) document.write("19:18 h");
 if ((month == 1) && (date == 22)) document.write("19:17 h");
 if ((month == 1) && (date == 23)) document.write("19:17 h");
 if ((month == 1) && (date == 24)) document.write("19:16 h");
 if ((month == 1) && (date == 25)) document.write("18:15 h");
 if ((month == 1) && (date == 26)) document.write("18:14 h");
 if ((month == 1) && (date == 27)) document.write("18:14 h");
 if ((month == 1) && (date == 28)) document.write("18:13 h");
 if ((month == 1) && (date == 29)) document.write("18:13 h");/*aqui cai a questão do ano bissexto*/
 // 03
 if ((month == 2) && (date == 1)) document.write("18:11 h");
 if ((month == 2) && (date == 2)) document.write("18:10 h");
 if ((month == 2) && (date == 3)) document.write("18:09 h");
 if ((month == 2) && (date == 4)) document.write("18:08 h");
 if ((month == 2) && (date == 5)) document.write("18:07 h");
 if ((month == 2) && (date == 6)) document.write("18:07 h");
 if ((month == 2) && (date == 7)) document.write("18:06 h");
 if ((month == 2) && (date == 8)) document.write("18:05 h");
 if ((month == 2) && (date == 9)) document.write("18:04 h");
 if ((month == 2) && (date == 10)) document.write("18:04 h");
 if ((month == 2) && (date == 11)) document.write("18:02 h");
 if ((month == 2) && (date == 12)) document.write("18:02 h");
 if ((month == 2) && (date == 13)) document.write("18:01 h");
 if ((month == 2) && (date == 14)) document.write("18:00 h");
 if ((month == 2) && (date == 15)) document.write("17:59 h");
 if ((month == 2) && (date == 16)) document.write("17:58 h");
 if ((month == 2) && (date == 17)) document.write("17:58 h");
 if ((month == 2) && (date == 18)) document.write("17:57 h");
 if ((month == 2) && (date == 19)) document.write("17:56 h");
 if ((month == 2) && (date == 20)) document.write("17:55 h");
 if ((month == 2) && (date == 21)) document.write("17:54 h");
 if ((month == 2) && (date == 22)) document.write("17:53 h");
 if ((month == 2) && (date == 23)) document.write("17:52 h");
 if ((month == 2) && (date == 24)) document.write("17:52 h");
 if ((month == 2) && (date == 25)) document.write("17:51 h");
 if ((month == 2) && (date == 26)) document.write("17:50 h");
 if ((month == 2) && (date == 27)) document.write("17:49 h");
 if ((month == 2) && (date == 28)) document.write("17:48 h");
 if ((month == 2) && (date == 29)) document.write("17:47 h");
 if ((month == 2) && (date == 30)) document.write("17:46 h");
 if ((month == 2) && (date == 31)) document.write("17:46 h");
 // 04
 if ((month == 3) && (date == 1)) document.write("17:45 h");
 if ((month == 3) && (date == 2)) document.write("17:44 h");
 if ((month == 3) && (date == 3)) document.write("17:44 h");
 if ((month == 3) && (date == 4)) document.write("17:43 h");
 if ((month == 3) && (date == 5)) document.write("17:42 h");
 if ((month == 3) && (date == 6)) document.write("17:41 h");
 if ((month == 3) && (date == 7)) document.write("17:40 h");
 if ((month == 3) && (date == 8)) document.write("17:40 h");
 if ((month == 3) && (date == 9)) document.write("17:38 h");
 if ((month == 3) && (date == 10)) document.write("17:38 h");
 if ((month == 3) && (date == 11)) document.write("17:37 h");
 if ((month == 3) && (date == 12)) document.write("17:36 h");
 if ((month == 3) && (date == 13)) document.write("17:35 h");
 if ((month == 3) && (date == 14)) document.write("17:35 h");
 if ((month == 3) && (date == 15)) document.write("17:34 h");
 if ((month == 3) && (date == 16)) document.write("17:33 h");
 if ((month == 3) && (date == 17)) document.write("17:32 h");
 if ((month == 3) && (date == 18)) document.write("17:32 h");
 if ((month == 3) && (date == 19)) document.write("17:31 h");
 if ((month == 3) && (date == 20)) document.write("17:30 h");
 if ((month == 3) && (date == 21)) document.write("17:29 h");
 if ((month == 3) && (date == 22)) document.write("17:29 h");
 if ((month == 3) && (date == 23)) document.write("17:28 h");
 if ((month == 3) && (date == 24)) document.write("17:28 h");
 if ((month == 3) && (date == 25)) document.write("17:27 h");
 if ((month == 3) && (date == 26)) document.write("17:26 h");
 if ((month == 3) && (date == 27)) document.write("17:26 h");
 if ((month == 3) && (date == 28)) document.write("17:25 h");
 if ((month == 3) && (date == 29)) document.write("17:25 h");
 if ((month == 3) && (date == 30)) document.write("17:24 h");
 // 05
 if ((month == 4) && (date == 1)) document.write("17:23 h");
 if ((month == 4) && (date == 2)) document.write("17:22 h");
 if ((month == 4) && (date == 3)) document.write("17:22 h");
 if ((month == 4) && (date == 4)) document.write("17:21 h");
 if ((month == 4) && (date == 5)) document.write("17:21 h");
 if ((month == 4) && (date == 6)) document.write("17:20 h");
 if ((month == 4) && (date == 7)) document.write("17:20 h");
 if ((month == 4) && (date == 8)) document.write("17:19 h");
 if ((month == 4) && (date == 9)) document.write("17:19 h");
 if ((month == 4) && (date == 10)) document.write("17:19 h");
 if ((month == 4) && (date == 11)) document.write("17:18 h");
 if ((month == 4) && (date == 12)) document.write("17:17 h");
 if ((month == 4) && (date == 13)) document.write("17:17 h");
 if ((month == 4) && (date == 14)) document.write("17:17 h");
 if ((month == 4) && (date == 15)) document.write("17:16 h");
 if ((month == 4) && (date == 16)) document.write("17:16 h");
 if ((month == 4) && (date == 17)) document.write("17:16 h");
 if ((month == 4) && (date == 18)) document.write("17:16 h");
 if ((month == 4) && (date == 19)) document.write("17:15 h");
 if ((month == 4) && (date == 20)) document.write("17:15 h");
 if ((month == 4) && (date == 21)) document.write("17:14 h");
 if ((month == 4) && (date == 22)) document.write("17:14 h");
 if ((month == 4) && (date == 23)) document.write("17:14 h");
 if ((month == 4) && (date == 24)) document.write("17:14 h");
 if ((month == 4) && (date == 25)) document.write("17:14 h");
 if ((month == 4) && (date == 26)) document.write("17:14 h");
 if ((month == 4) && (date == 27)) document.write("17:13 h");
 if ((month == 4) && (date == 28)) document.write("17:13 h");
 if ((month == 4) && (date == 29)) document.write("17:13 h");
 if ((month == 4) && (date == 30)) document.write("17:13 h");
 if ((month == 4) && (date == 31)) document.write("17:13 h");
 // 06
 if ((month == 5) && (date == 1)) document.write("17:13 h");
 if ((month == 5) && (date == 2)) document.write("17:13 h");
 if ((month == 5) && (date == 3)) document.write("17:13 h");
 if ((month == 5) && (date == 4)) document.write("17:13 h");
 if ((month == 5) && (date == 5)) document.write("17:13 h");
 if ((month == 5) && (date == 6)) document.write("17:13 h");
 if ((month == 5) && (date == 7)) document.write("17:13 h");
 if ((month == 5) && (date == 8)) document.write("17:13 h");
 if ((month == 5) && (date == 9)) document.write("17:13 h");
 if ((month == 5) && (date == 10)) document.write("17:13 h");
 if ((month == 5) && (date == 11)) document.write("17:13 h");
 if ((month == 5) && (date == 12)) document.write("17:13 h");
 if ((month == 5) && (date == 13)) document.write("17:13 h");
 if ((month == 5) && (date == 14)) document.write("17:13 h");
 if ((month == 5) && (date == 15)) document.write("17:14 h");
 if ((month == 5) && (date == 16)) document.write("17:14 h");
 if ((month == 5) && (date == 17)) document.write("17:14 h");
 if ((month == 5) && (date == 18)) document.write("17:14 h");
 if ((month == 5) && (date == 19)) document.write("17:14 h");
 if ((month == 5) && (date == 20)) document.write("17:14 h");
 if ((month == 5) && (date == 21)) document.write("17:14 h");
 if ((month == 5) && (date == 22)) document.write("17:15 h");
 if ((month == 5) && (date == 23)) document.write("17:15 h");
 if ((month == 5) && (date == 24)) document.write("17:15 h");
 if ((month == 5) && (date == 25)) document.write("17:16 h");
 if ((month == 5) && (date == 26)) document.write("17:16 h");
 if ((month == 5) && (date == 27)) document.write("17:16 h");
 if ((month == 5) && (date == 28)) document.write("17:16 h");
 if ((month == 5) && (date == 29)) document.write("17:17 h");
 if ((month == 5) && (date == 30)) document.write("17:17 h");
 // 07
 if ((month == 6) && (date == 1)) document.write("17:17 h");
 if ((month == 6) && (date == 2)) document.write("17:17 h");
 if ((month == 6) && (date == 3)) document.write("17:18 h");
 if ((month == 6) && (date == 4)) document.write("17:18 h");
 if ((month == 6) && (date == 5)) document.write("17:19 h");
 if ((month == 6) && (date == 6)) document.write("17:19 h");
 if ((month == 6) && (date == 7)) document.write("17:19 h");
 if ((month == 6) && (date == 8)) document.write("17:20 h");
 if ((month == 6) && (date == 9)) document.write("17:20 h");
 if ((month == 6) && (date == 10)) document.write("17:20 h");
 if ((month == 6) && (date == 11)) document.write("17:20 h");
 if ((month == 6) && (date == 12)) document.write("17:21 h");
 if ((month == 6) && (date == 13)) document.write("17:22 h");
 if ((month == 6) && (date == 14)) document.write("17:22 h");
 if ((month == 6) && (date == 15)) document.write("17:22 h");
 if ((month == 6) && (date == 16)) document.write("17:22 h");
 if ((month == 6) && (date == 17)) document.write("17:23 h");
 if ((month == 6) && (date == 18)) document.write("17:23 h");
 if ((month == 6) && (date == 19)) document.write("17:23 h");
 if ((month == 6) && (date == 20)) document.write("17:24 h");
 if ((month == 6) && (date == 21)) document.write("17:24 h");
 if ((month == 6) && (date == 22)) document.write("17:25 h");
 if ((month == 6) && (date == 23)) document.write("17:25 h");
 if ((month == 6) && (date == 24)) document.write("17:25 h");
 if ((month == 6) && (date == 25)) document.write("17:26 h");
 if ((month == 6) && (date == 26)) document.write("17:26 h");
 if ((month == 6) && (date == 27)) document.write("17:26 h");
 if ((month == 6) && (date == 28)) document.write("17:27 h");
 if ((month == 6) && (date == 29)) document.write("17:27 h");
 if ((month == 6) && (date == 30)) document.write("17:28 h");
 if ((month == 6) && (date == 31)) document.write("17:28 h");
 // 08
 if ((month == 7) && (date == 1)) document.write("17:28 h");
 if ((month == 7) && (date == 2)) document.write("17:28 h");
 if ((month == 7) && (date == 3)) document.write("17:29 h");
 if ((month == 7) && (date == 4)) document.write("17:29 h");
 if ((month == 7) && (date == 5)) document.write("17:29 h");
 if ((month == 7) && (date == 6)) document.write("17:30 h");
 if ((month == 7) && (date == 7)) document.write("17:30 h");
 if ((month == 7) && (date == 8)) document.write("17:30 h");
 if ((month == 7) && (date == 9)) document.write("17:31 h");
 if ((month == 7) && (date == 10)) document.write("17:31 h");
 if ((month == 7) && (date == 11)) document.write("17:31 h")
 if ((month == 7) && (date == 12)) document.write("17:31 h")
 if ((month == 7) && (date == 13)) document.write("17:32 h")
 if ((month == 7) && (date == 14)) document.write("17:32 h")
 if ((month == 7) && (date == 15)) document.write("17:32 h")
 if ((month == 7) && (date == 16)) document.write("17:32 h")
 if ((month == 7) && (date == 17)) document.write("17:32 h")
 if ((month == 7) && (date == 18)) document.write("17:32 h")
 if ((month == 7) && (date == 19)) document.write("17:33 h")
 if ((month == 7) && (date == 20)) document.write("17:34 h")
 if ((month == 7) && (date == 21)) document.write("17:34 h")
 if ((month == 7) && (date == 22)) document.write("17:34 h")
 if ((month == 7) && (date == 23)) document.write("17:34 h")
 if ((month == 7) && (date == 24)) document.write("17:34 h")
 if ((month == 7) && (date == 25)) document.write("17:35 h")
 if ((month == 7) && (date == 26)) document.write("17:35 h")
 if ((month == 7) && (date == 27)) document.write("17:35 h")
 if ((month == 7) && (date == 28)) document.write("17:35 h")
 if ((month == 7) && (date == 29)) document.write("17:35 h")
 if ((month == 7) && (date == 30)) document.write("17:35 h")
 if ((month == 7) && (date == 31)) document.write("17:36 h")
 // 09
 if ((month == 8) && (date == 1)) document.write("17:36 h");
 if ((month == 8) && (date == 2)) document.write("17:36 h");
 if ((month == 8) && (date == 3)) document.write("17:37 h");
 if ((month == 8) && (date == 4)) document.write("17:37 h");
 if ((month == 8) && (date == 5)) document.write("17:37 h");
 if ((month == 8) && (date == 6)) document.write("17:37 h");
 if ((month == 8) && (date == 7)) document.write("17:37 h");
 if ((month == 8) && (date == 8)) document.write("17:37 h");
 if ((month == 8) && (date == 9)) document.write("17:38 h");
 if ((month == 8) && (date == 10)) document.write("17:38 h");
 if ((month == 8) && (date == 11)) document.write("17:38 h");
 if ((month == 8) && (date == 12)) document.write("17:38 h");
 if ((month == 8) && (date == 13)) document.write("17:38 h");
 if ((month == 8) && (date == 14)) document.write("17:38 h");
 if ((month == 8) && (date == 15)) document.write("17:38 h");
 if ((month == 8) && (date == 16)) document.write("17:39 h");
 if ((month == 8) && (date == 17)) document.write("17:39 h");
 if ((month == 8) && (date == 18)) document.write("17:39 h");
 if ((month == 8) && (date == 19)) document.write("17:40 h");
 if ((month == 8) && (date == 20)) document.write("17:40 h");
 if ((month == 8) && (date == 21)) document.write("17:40 h");
 if ((month == 8) && (date == 22)) document.write("17:40 h");
 if ((month == 8) && (date == 23)) document.write("17:40 h");
 if ((month == 8) && (date == 24)) document.write("17:40 h");
 if ((month == 8) && (date == 25)) document.write("17:41 h");
 if ((month == 8) && (date == 26)) document.write("17:41 h");
 if ((month == 8) && (date == 27)) document.write("17:41 h");
 if ((month == 8) && (date == 28)) document.write("17:41 h");
 if ((month == 8) && (date == 29)) document.write("17:41 h");
 if ((month == 8) && (date == 30)) document.write("17:41 h");
 // 10
 if ((month == 9) && (date == 1)) document.write("17:42 h");
 if ((month == 9) && (date == 2)) document.write("17:42 h");
 if ((month == 9) && (date == 3)) document.write("17:43 h");
 if ((month == 9) && (date == 4)) document.write("17:43 h");
 if ((month == 9) && (date == 5)) document.write("17:43 h");
 if ((month == 9) && (date == 6)) document.write("17:43 h");
 if ((month == 9) && (date == 7)) document.write("17:43 h");
 if ((month == 9) && (date == 8)) document.write("17:44 h");
 if ((month == 9) && (date == 9)) document.write("17:44 h");
 if ((month == 9) && (date == 10)) document.write("17:44 h");
 if ((month == 9) && (date == 11)) document.write("17:44 h");
 if ((month == 9) && (date == 12)) document.write("17:45 h");
 if ((month == 9) && (date == 13)) document.write("17:45 h");
 if ((month == 9) && (date == 14)) document.write("17:46 h");
 if ((month == 9) && (date == 15)) document.write("17:46 h");
 if ((month == 9) && (date == 16)) document.write("17:46 h");
 if ((month == 9) && (date == 17)) document.write("17:46 h");
 if ((month == 9) && (date == 18)) document.write("17:47 h");
 if ((month == 9) && (date == 19)) document.write("17:47 h");
 if ((month == 9) && (date == 20)) document.write("17:47 h");
 if ((month == 9) && (date == 21)) document.write("17:48 h");
 if ((month == 9) && (date == 22)) document.write("17:48 h");
 if ((month == 9) && (date == 23)) document.write("17:49 h");
 if ((month == 9) && (date == 24)) document.write("17:49 h");
 if ((month == 9) && (date == 25)) document.write("17:49 h");
 if ((month == 9) && (date == 26)) document.write("17:50 h");
 if ((month == 9) && (date == 27)) document.write("17:50 h");
 if ((month == 9) && (date == 28)) document.write("17:50 h");
 if ((month == 9) && (date == 29)) document.write("17:51 h");
 if ((month == 9) && (date == 30)) document.write("17:52 h");
 if ((month == 9) && (date == 31)) document.write("17:52 h");
 // 11
 if ((month == 10) && (date == 1)) document.write("17:52 h");
 if ((month == 10) && (date == 2)) document.write("17:52 h");
 if ((month == 10) && (date == 3)) document.write("17:53 h");
 if ((month == 10) && (date == 4)) document.write("17:53 h");
 if ((month == 10) && (date == 5)) document.write("17:54 h");
 if ((month == 10) && (date == 6)) document.write("17:55 h");
 if ((month == 10) && (date == 7)) document.write("17:55 h");
 if ((month == 10) && (date == 8)) document.write("17:55 h");
 if ((month == 10) && (date == 9)) document.write("17:56 h");
 if ((month == 10) && (date == 10)) document.write("17:56 h");
 if ((month == 10) && (date == 11)) document.write("17:57 h");
 if ((month == 10) && (date == 12)) document.write("17:58 h");
 if ((month == 10) && (date == 13)) document.write("17:58 h");
 if ((month == 10) && (date == 14)) document.write("17:59 h");
 if ((month == 10) && (date == 15)) document.write("17:59 h");
 if ((month == 10) && (date == 16)) document.write("18:00 h");
 if ((month == 10) && (date == 17)) document.write("18:01 h");
 if ((month == 10) && (date == 18)) document.write("18:01 h");
 if ((month == 10) && (date == 19)) document.write("18:02 h");
 if ((month == 10) && (date == 20)) document.write("18:02 h");
 if ((month == 10) && (date == 21)) document.write("18:03 h");
 if ((month == 10) && (date == 22)) document.write("18:04 h");
 if ((month == 10) && (date == 23)) document.write("18:04 h");
 if ((month == 10) && (date == 24)) document.write("18:05 h");
 if ((month == 10) && (date == 25)) document.write("18:05 h");
 if ((month == 10) && (date == 26)) document.write("18:06 h");
 if ((month == 10) && (date == 27)) document.write("18:07 h");
 if ((month == 10) && (date == 28)) document.write("18:07 h");
 if ((month == 10) && (date == 29)) document.write("18:08 h");
 if ((month == 10) && (date == 30)) document.write("18:08 h");
 // 12
 if ((month == 11) && (date == 1)) document.write("18:09 h");
 if ((month == 11) && (date == 2)) document.write("18:10 h");
 if ((month == 11) && (date == 3)) document.write("18:11 h");
 if ((month == 11) && (date == 4)) document.write("18:11 h");
 if ((month == 11) && (date == 5)) document.write("18:12 h");
 if ((month == 11) && (date == 6)) document.write("18:13 h");
 if ((month == 11) && (date == 7)) document.write("18:13 h");
 if ((month == 11) && (date == 8)) document.write("18:14 h");
 if ((month == 11) && (date == 9)) document.write("18:14 h");
 if ((month == 11) && (date == 10)) document.write("18:15 h");
 if ((month == 11) && (date == 11)) document.write("18:16 h");
 if ((month == 11) && (date == 12)) document.write("18:16 h");
 if ((month == 11) && (date == 13)) document.write("18:17 h");
 if ((month == 11) && (date == 14)) document.write("18:17 h");
 if ((month == 11) && (date == 15)) document.write("18:18 h");
 if ((month == 11) && (date == 16)) document.write("18:19 h");
 if ((month == 11) && (date == 17)) document.write("18:19 h");
 if ((month == 11) && (date == 18)) document.write("18:20 h");
 if ((month == 11) && (date == 19)) document.write("18:20 h");
 if ((month == 11) && (date == 20)) document.write("18:20 h");
 if ((month == 11) && (date == 21)) document.write("18:21 h");
 if ((month == 11) && (date == 22)) document.write("18:22 h");
 if ((month == 11) && (date == 23)) document.write("18:22 h");
 if ((month == 11) && (date == 24)) document.write("18:23 h");
 if ((month == 11) && (date == 25)) document.write("18:23 h");
 if ((month == 11) && (date == 26)) document.write("18:23 h");
 if ((month == 11) && (date == 27)) document.write("18:24 h");
 if ((month == 11) && (date == 28)) document.write("18:25 h");
 if ((month == 11) && (date == 29)) document.write("18:25 h");
 if ((month == 11) && (date == 30)) document.write("18:25 h");
 if ((month == 11) && (date == 31)) document.write("18:26 h");
 document.write("<br></font>");
