From 8c5c68b5d6d5e8072e7acdbf21a6106c3e60a4d6 Mon Sep 17 00:00:00 2001 From: zogodo <742782908@qq.com> Date: Fri, 27 Dec 2019 00:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E7=BE=8E!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/index.html | 70 +++++++++++++++++++++++++------------- TC1/http_server/web_data.c | 2 +- 2 files changed, 47 insertions(+), 25 deletions(-) diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index 03f8379..6988793 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -79,24 +79,6 @@ -
- Timed Task - - - - - - - - - - - - -
IndexTimeSocketOn
Plese Sync
- -
-
Power Status @@ -205,7 +187,39 @@
-
+
+ Timed Task + +

+ + + + OK + + + + + + + + + + +
IndexTimeSocketOn
Plese Sync
+ +
+ +
System Log

@@ -466,6 +480,7 @@ function GetTimedTask() {
             Socket\
             On\
         ";
+        console.log(re);
         var tasks = JSON.parse(re);
         if (tasks.length == 0) {
             tb_html += "No Timed Task";
@@ -484,14 +499,21 @@ function GetTimedTask() {
 }
 
 function AddTimedTask() {
+    var tim = document.getElementById("task_time").value;
+    var idx = document.getElementById("task_skt_idx").value;
+    var  on = document.getElementById("task_on").value;
 
-    var prs_time = Math.round(new Date() / 1000);
-    var sec = document.getElementById("task_time").value;
-    prs_time = prs_time + parseInt(sec);
-    var cmd = prs_time + " 4 0"
+    var prs_time = Math.round(new Date(tim) / 1000);
+    //prs_time = prs_time + parseInt(sec);
+    var cmd = prs_time + " " + idx + " " + on;
+    if (cmd.length >= 16) {
+        alert("CMD ERROR!");
+    }
 
+    SetIng(3);
     HttpPost("/task", function (re) {
-        //alert(re);
+        SetOK(3);
+        GetTimedTask();
     }, cmd);
 }
 
diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c
index 7204ee4..52622de 100644
--- a/TC1/http_server/web_data.c
+++ b/TC1/http_server/web_data.c
@@ -1 +1 @@
-const unsigned char index_html[0xf41] = {0x1f,0x8b,0x08,0x00,0x25,0xd0,0x04,0x5e,0x02,0xff,0xc5,0x1b,0x4d,0x73,0xdb,0xc6,0xf5,0x9e,0x99,0xfc,0x87,0x0d,0x32,0x8d,0xa8,0x8a,0x24,0x48,0x4a,0xb2,0x5d,0x51,0x52,0xc7,0xb1,0xdd,0xd8,0x8d,0x65,0x29,0x96,0x3a,0x6e,0x27,0xca,0x70,0x40,0x60,0x29,0x22,0x06,0x01,0x18,0x58,0x8a,0x52,0x14,0xcd,0xf4,0xd6,0x4e,0x0e,0x69,0x7b,0xef,0x4c,0xdb,0x5b,0x6e,0xed,0xa1,0x33,0x3d,0xb4,0xa7,0xfe,0x17,0x27,0x7f,0xa3,0xef,0xed,0x17,0x76,0x41,0x10,0xa4,0x64,0xbb,0xa1,0x67,0x4c,0x62,0xf7,0x7d,0xed,0xdb,0xf7,0xb9,0x58,0xed,0x7e,0xf0,0xf0,0xf0,0xc1,0xc9,0x6f,0x8e,0x1e,0x91,0x31,0x9b,0x44,0xfb,0xef,0xbf,0xb7,0xab,0xbf,0xa9,0x17,0xc0,0x37,0x81,0xcf,0xee,0x84,0x32,0x0f,0x00,0x58,0xda,0xa2,0xaf,0xa6,0xe1,0xf9,0x9e,0xe3,0x27,0x31,0xa3,0x31,0x6b,0xb1,0xcb,0x94,0x3a,0x44,0x3e,0xed,0x39,0x8c,0x5e,0x30,0x17,0x09,0xc0,0xd8,0xd8,0xcb,0x72,0x0a,0x63,0x53,0x36,0x6a,0xdd,0x73,0x2c,0x4a,0x1a,0x7e,0x16,0x06,0x6c,0xbc,0x17,0xd0,0xf3,0xd0,0xa7,0x2d,0xfe,0xd0,0x0c,0xe3,0x90,0x85,0x5e,0xd4,0xca,0x7d,0x2f,0xa2,0x7b,0xdd,0x76,0xa7,0x39,0xf1,0x2e,0xc2,0xc9,0x74,0x62,0x8c,0x4c,0x73,0x9a,0xf1,0x47,0x6f,0x08,0x23,0x1d,0x87,0xc4,0xde,0x84,0xee,0x39,0xe7,0x21,0x9d,0xa5,0x49,0xc6,0x34,0x33,0x16,0xb2,0x88,0xee,0xbf,0xa0,0x91,0x9f,0x4c,0xc8,0xc9,0x83,0xee,0xae,0x2b,0x46,0xe4,0x74,0xce,0x2e,0x23,0x4a,0x70,0x09,0x52,0x72,0x3f,0xcf,0x15,0xee,0x28,0xa4,0x51,0x00,0xf2,0x5f,0x4d,0xbc,0xec,0x2c,0x8c,0x5b,0xc3,0x84,0xb1,0x64,0xb2,0xd3,0xed,0xa4,0x17,0xfd,0x61,0x92,0x05,0x34,0xdb,0xf9,0xb0,0xd3,0xe9,0x90,0x3c,0x89,0xc2,0x80,0x74,0x61,0x74,0x02,0x50,0x61,0x1c,0x85,0x31,0x6d,0xe5,0xe1,0x57,0x74,0xc7,0x9b,0xb2,0xa4,0x7f,0x2d,0xa8,0x85,0x71,0x3a,0x65,0xcd,0x9c,0x46,0xd4,0x67,0xcd,0xe1,0x14,0x48,0xc5,0x57,0xa9,0x17,0x04,0x61,0x7c,0xb6,0xb3,0x8d,0x14,0x3d,0xff,0xe5,0x59,0x96,0x4c,0xe3,0x60,0x67,0x36,0x0e,0x19,0xd5,0x2c,0xee,0xde,0xbd,0x6b,0xb0,0x90,0xd4,0x24,0x01,0x03,0x29,0x4e,0x62,0x8d,0x03,0x80,0xa4,0xc0,0xb3,0x71,0x76,0x82,0x30,0x47,0x9d,0x05,0x52,0x96,0xe2,0x99,0x4b,0xa8,0x1f,0x4d,0xda,0x1f,0x0e,0x47,0xf8,0x4f,0x11,0x62,0x41,0x93,0x8d,0x2d,0xe1,0xe5,0x44,0x9b,0x79,0xf9,0x4b,0xc2,0x10,0xff,0x8a,0x6f,0x25,0x28,0xab,0xf3,0x93,0xbe,0xd0,0x1f,0x57,0x1c,0xe9,0x48,0x19,0x5b,0x7e,0x12,0x45,0x5e,0x9a,0xd3,0x1d,0xf5,0xa3,0x44,0x24,0x68,0xca,0x1f,0xe3,0x2b,0xdc,0x98,0x96,0x17,0x85,0x67,0xf1,0x8e,0x0f,0x36,0x43,0x33,0x73,0x9d,0x42,0x35,0xb8,0x11,0x9a,0x40,0x9e,0xf8,0x2f,0x29,0x93,0x1a,0x6f,0x4f,0x92,0x80,0x8a,0xdf,0x6a,0x23,0xb3,0xf0,0x6c,0xcc,0x76,0x5a,0x5b,0x86,0xe0,0xf9,0x74,0x38,0x09,0x99,0xb5,0x26,0x09,0xcc,0x92,0xd4,0x5a,0x62,0x3e,0xf5,0x7d,0x9a,0xe7,0x57,0x20,0x76,0x02,0xbb,0xb3,0x7d,0x2f,0xf0,0xb7,0x7d,0x3d,0x4b,0xb3,0x2c,0xc9,0xd4,0xdc,0x68,0xd4,0x0b,0x7a,0x5a,0xfd,0xed,0x30,0x1e,0x25,0x6a,0x8a,0xde,0xed,0x74,0xa8,0xa7,0xa7,0x62,0xca,0x66,0x49,0xf6,0x92,0x04,0xe1,0x79,0xa5,0x5e,0xc1,0x5b,0x62,0xd8,0xab,0x85,0xf3,0x7c,0x45,0xa6,0x9e,0xf8,0x80,0x9e,0x4e,0x67,0xc6,0x76,0x14,0x83,0xa0,0x64,0x39,0xbe,0x5d,0x0c,0xa3,0xf5,0x5e,0xc9,0x3d,0xc2,0xb5,0x1b,0x3a,0x0e,0x28,0xfe,0xeb,0x9b,0x90,0x83,0xee,0xd5,0x98,0x72,0x75,0x6e,0x1a,0xe2,0xf0,0x99,0x9e,0x9a,0xd9,0x2e,0xcf,0x6c,0x2e,0x9c,0xd9,0x52,0x33,0xbd,0xb9,0xa9,0x6d,0x3d,0xd5,0x29,0x4f,0xdd,0x51,0x53,0xdd,0x3b,0xe5,0xa9,0xbb,0x7a,0x6a,0x8e,0xe0,0x3d,0x3d,0xd5,0x2b,0x4f,0xfd,0x4c,0x4f,0x19,0xbe,0xce,0x1d,0x4c,0x82,0x7d,0x98,0x26,0x33,0x9a,0x0d,0x70,0x3b,0x0c,0x33,0x31,0xa0,0x5b,0x11,0x1d,0xb1,0xb2,0x7d,0xca,0x29,0x15,0x47,0x2a,0x8d,0x57,0x52,0xe6,0xbb,0xa0,0xe5,0x43,0xba,0x69,0x92,0x43,0x54,0x04,0xff,0xcd,0x68,0xe4,0xb1,0xf0,0x9c,0xf6,0x93,0x73,0x9a,0x8d,0xa2,0x64,0xb6,0x93,0xfb,0x19,0xf8,0x90,0x69,0xb0,0xad,0xae,0xa5,0x25,0x41,0x33,0xcd,0xe8,0x95,0xa6,0xe2,0x0d,0x81,0xf7,0x94,0x87,0x19,0x2e,0x4d,0xa7,0x0f,0xa4,0x3c,0xb6,0x83,0x72,0xf7,0x25,0xe3,0xbb,0xa8,0x4e,0x61,0x20,0x9d,0xc5,0xeb,0x1a,0xc1,0x67,0xf3,0x5e,0xbf,0xda,0x64,0x4c,0xb7,0x14,0x52,0x0c,0x2f,0x2b,0xfc,0xb9,0x0c,0x42,0x3c,0x01,0x14,0x50,0x3f,0xc9,0x3c,0x2e,0xb0,0xa9,0xfe,0x76,0x94,0x9c,0x71,0xe5,0x2b,0xdb,0xeb,0xe0,0x6a,0xcb,0xfa,0x90,0xc0,0xbb,0x2e,0x0f,0xf2,0x98,0xcf,0x5c,0x99,0xd0,0x76,0x87,0x49,0x70,0x89,0xdf,0x2a,0xc4,0x13,0x3f,0xf2,0xf2,0x7c,0xcf,0x11,0x91,0x43,0x27,0x8f,0x88,0x9e,0xd1,0x38,0xd8,0x3f,0x42,0xa9,0xc8,0x03,0xc8,0x58,0x48,0x77,0xd7,0x95,0xc3,0x2a,0xc3,0x60,0xb8,0x23,0x61,0xa0,0xb0,0x07,0x6c,0xa8,0x08,0x88,0xf9,0xcc,0x78,0x12,0x23,0x41,0x69,0x84,0x8f,0xf2,0x10,0x25,0x53,0x91,0x3f,0xa6,0xfe,0xcb,0x61,0x72,0xe1,0x18,0x74,0xbb,0x2a,0xc7,0xd9,0x42,0x5a,0x34,0x20,0x1b,0xd2,0x88,0x8c,0x92,0xac,0x40,0xda,0x3f,0xe6,0x3f,0x5a,0x90,0xf9,0xf8,0x6c,0x59,0x18,0x77,0x4e,0x9a,0x5b,0xca,0xd7,0xbb,0x8d,0x7c,0x3d,0x2d,0x5f,0xef,0x5d,0xcb,0xb7,0x79,0x1b,0xf9,0x36,0xb5,0x7c,0x9b,0x2b,0xc9,0x07,0x8f,0xd9,0xbb,0xd8,0xfc,0xad,0xdb,0x08,0xbf,0xa5,0x85,0xdf,0x7a,0xd7,0xca,0xdd,0xbe,0x8d,0x7c,0xdb,0x5a,0xbe,0xed,0x77,0x2d,0xdf,0x9d,0xdb,0xc8,0x77,0x47,0xcb,0x77,0xe7,0xa6,0x9b,0x0f,0x3f,0x31,0x2c,0xa8,0x27,0x88,0x55,0x3a,0xc4,0xf0,0x4a,0xc3,0x8a,0x10,0xa2,0x30,0xb3,0x01,0x06,0x43,0xe6,0x90,0x24,0xf6,0xa3,0xd0,0x7f,0xb9,0xe7,0x1c,0x53,0x26,0x24,0x69,0xac,0x83,0x4c,0x1c,0x60,0xd7,0x15,0x68,0x26,0xa1,0x3c,0xf5,0x0a,0x32,0xcc,0x63,0xd3,0x7c,0x90,0xa7,0x44,0x56,0x2c,0xce,0xfe,0xe1,0xa7,0x10,0x0b,0x01,0x44,0xcb,0x08,0x62,0xf1,0xb0,0xa8,0xc2,0x20,0x3c,0x54,0x04,0x45,0x2c,0xc3,0xca,0x21,0xf1,0x24,0x9c,0xd0,0x80,0x9c,0xc0,0x4c,0x39,0x1c,0x9a,0x3b,0x11,0x4f,0x27,0x43,0x9a,0x89,0x7d,0x40,0x2a,0x03,0x06,0x68,0x8e,0xab,0x40,0xe5,0xba,0xf5,0x2a,0xef,0x07,0x01,0xa7,0x8b,0x64,0x71,0xa1,0xf0,0x5c,0x5a,0xa5,0x11,0x6c,0x91,0x54,0x30,0x10,0x54,0x97,0x06,0xdc,0xf1,0xfe,0x93,0x38,0xa0,0x17,0xb0,0x2b,0xe3,0x8a,0x39,0x64,0xba,0x60,0x4a,0x68,0x7d,0xc1,0xe4,0x61,0x5c,0x9a,0x58,0xc5,0xfb,0xa1,0xf3,0x89,0x70,0x13,0xf6,0x1c,0x70,0xcf,0xa3,0x88,0xe6,0x94,0x1c,0x5f,0xc6,0xfe,0xca,0xa6,0x54,0x56,0xda,0x27,0x94,0x59,0x4a,0x13,0xc4,0xb4,0xd6,0x96,0x6d,0x2e,0xf6,0x68,0x0b,0x12,0xde,0x31,0xb7,0xa0,0xea,0x74,0x27,0xb1,0xd3,0xd9,0xf2,0x54,0x77,0xb4,0x23,0x0d,0x13,0x77,0x2d,0x75,0x0a,0x33,0x97,0x56,0xd9,0x91,0x46,0x49,0x5e,0x2c,0x70,0xf7,0x17,0x26,0x81,0x99,0x26,0xc0,0x4b,0x6d,0x03,0xfd,0xe5,0x8b,0xff,0xfe,0x6b,0x7c,0x23,0x8f,0xe4,0x02,0xa9,0x42,0xce,0x5a,0x88,0xe1,0xaf,0x58,0x89,0x11,0x51,0x15,0x3a,0xfb,0xca,0x65,0xea,0x01,0xef,0xad,0x0a,0x78,0x77,0x55,0xc0,0x3b,0xab,0x02,0x6e,0xaf,0x0a,0xb8,0xb5,0x2a,0xe0,0xe6,0xaa,0x80,0xbd,0x55,0x01,0xbb,0x36,0xa0,0xf5,0xdb,0xde,0x16,0x04,0xb7,0xf6,0xe5,0x83,0x56,0xcb,0x22,0xaa,0x0b,0x5b,0x87,0xf0,0x22,0x6f,0xcf,0x51,0xa5,0x2b,0x16,0x84,0xbc,0x56,0xe5,0x85,0xb0,0xe2,0x48,0x5a,0xad,0x1b,0x06,0x3f,0xd9,0x99,0x95,0x3d,0xe4,0x99,0x6c,0xd8,0xa0,0x28,0x1c,0x85,0x67,0x95,0x3e,0xb2,0x3c,0x10,0x08,0x0e,0xbc,0x55,0x03,0xbf,0x3d,0x7e,0xf2,0x70,0x67,0xf5,0x84,0x27,0x9a,0x77,0xe1,0x12,0xe1,0x28,0xe4,0xb9,0x62,0xec,0xc5,0x67,0x14,0x93,0x05,0x4e,0xbd,0x80,0x51,0x8c,0x07,0xf3,0xb8,0x1c,0x3f,0x49,0xb1,0xaa,0x26,0xe7,0x5e,0x34,0x05,0x94,0x8e,0xb3,0x7f,0xe0,0xc5,0x53,0x0f,0x8a,0x5b,0x31,0x51,0xc5,0xd2,0x15,0x3c,0xab,0xa6,0x64,0x50,0x42,0x69,0x32,0x9a,0xfb,0x5e,0x6c,0xe4,0xae,0xe7,0x7c,0x00,0x45,0x11,0xbf,0x2a,0x12,0xd7,0x2d,0x0b,0xa9,0x37,0xd3,0xa0,0x48,0x54,0xbc,0x44,0xc8,0xc3,0xc0,0x31,0x0e,0x81,0x4c,0x65,0x3e,0xe0,0xdf,0x4f,0x10,0xb6,0xd1,0x5d,0xd7,0xb9,0xeb,0xed,0x49,0x7d,0x74,0xfc,0xe2,0x76,0x52,0xa7,0xf9,0x4c,0x4b,0x9d,0x02,0x45,0xb0,0xc7,0x60,0x91,0xe4,0xbd,0x77,0x21,0xf9,0xc1,0xe1,0xc3,0x47,0x0b,0x24,0x57,0x90,0x78,0xf6,0xe2,0x2c,0xab,0xd7,0x32,0x2f,0x08,0x13,0x51,0x24,0x20,0xbc,0xee,0x73,0x38,0xf2,0xdc,0x82,0x0e,0x60,0xb4,0xd1,0x59,0x5f,0x56,0xc1,0x09,0x4a,0xfb,0xf7,0x8f,0xaa,0x2b,0xb7,0x65,0x42,0xf4,0x56,0x10,0xa2,0xbb,0x92,0x10,0xd8,0xe1,0x9c,0xdc,0x3f,0x79,0x72,0xf8,0xec,0xc7,0xae,0x21,0xf9,0x98,0x0c,0x5c,0xff,0xcf,0x3a,0xb2,0x14,0x3a,0x0f,0x3e,0x3b,0x39,0x79,0x8b,0x71,0x13,0xc9,0xdd,0xca,0x7f,0x26,0xaf,0x18,0x1b,0x78,0x41,0x90,0xbd,0x0b,0xa7,0x3e,0x7c,0xfe,0x06,0x42,0xf1,0x03,0x6c,0xf7,0xc7,0xb5,0x93,0x03,0x10,0xe4,0xc7,0x68,0x36,0xe4,0x49,0x67,0x39,0xdf,0x1e,0x5f,0xe6,0x8c,0x4e,0xea,0x4a,0xd2,0x1b,0xee,0xd0,0x93,0xa3,0x25,0xa1,0x0b,0x4f,0x6b,0x45,0x3c,0x08,0x53,0x2c,0x1f,0xde,0x38,0x5a,0x42,0x7d,0xbe,0x32,0xcb,0x09,0x6f,0xb9,0xde,0x9c,0xe9,0x27,0x1e,0xa3,0x33,0xef,0x72,0x65,0xbe,0x67,0x02,0xfe,0x6d,0xb0,0xfe,0x55,0x8a,0x1d,0xda,0x12,0xce,0xca,0x5a,0x38,0xf3,0x29,0xc7,0xa8,0xe3,0x5d,0x58,0xfa,0x9b,0x99,0xd1,0xd3,0x64,0x2e,0xf4,0x98,0x95,0xaa,0x38,0x5c,0xb4,0xdc,0x06,0x4a,0x4c,0x51,0x2a,0x5c,0xe6,0x03,0x98,0x47,0x21,0x61,0xa8,0xaa,0x82,0x5d,0xee,0x60,0xd0,0xb1,0x81,0x1c,0x20,0x83,0xa8,0x89,0x46,0x50,0x31,0x8d,0x6b,0x3a,0xb6,0xd4,0x2e,0x76,0x87,0xb0,0x3b,0xfc,0x17,0x19,0x5e,0x92,0x5d,0x8f,0x4b,0x05,0xeb,0x70,0xc8,0x38,0xa3,0x23,0xa8,0x7f,0x19,0x4b,0xf3,0x1d,0xd7,0x3d,0x0b,0xd9,0x78,0x3a,0x6c,0xfb,0xc9,0xc4,0xfd,0x2a,0x39,0x4b,0x82,0xc4,0xfd,0xea,0xe4,0x01,0xa4,0x56,0xe6,0x65,0x67,0xf8,0x4a,0x6e,0x30,0x8c,0xbc,0x18,0x6c,0x4c,0xc0,0xf1,0xc9,0x5d,0xd7,0xc3,0x65,0x09,0xae,0xb9,0x9f,0x85,0x29,0x33,0xdf,0x8c,0x7d,0xe9,0x9d,0x7b,0x62,0xd4,0xe1,0x20,0xa3,0x69,0xec,0xf3,0x1a,0xf2,0xfe,0x97,0xde,0x45,0x63,0x9a,0x45,0x4d,0x58,0xa2,0xdc,0xd0,0x26,0x47,0x6c,0x92,0xc0,0x63,0xde,0x3a,0xb9,0x12,0xaa,0x39,0xf7,0x32,0x72,0x31,0x89,0x06,0x28,0x22,0xd9,0x23,0x31,0x9d,0x91,0x5f,0x1f,0x3c,0x7d,0x0c,0x4f,0xcf,0xe9,0xab,0x29,0xcd,0x21,0xde,0xf4,0x05,0xa4,0x82,0x6a,0x27,0x29,0x8d,0x1b,0x82,0x14,0x67,0xc0,0xb2,0x29,0x9d,0x03,0x02,0x4d,0x49,0x02,0x8f,0xa9,0x17,0xd0,0xac,0xe1,0x3c,0x30,0x5f,0x4d,0x36,0x89,0xe3,0xa5,0x29,0xa8,0x9e,0x9f,0x23,0xbb,0x17,0xad,0xd9,0x6c,0xd6,0x82,0xf4,0x3c,0x69,0x01,0x49,0x1a,0xfb,0x90,0xa3,0x03,0x67,0x9e,0x73,0x9c,0x01,0xb1,0x4b,0x0c,0x6c,0x54,0xe4,0x7e,0x10,0x59,0x2f,0xb9,0xa1,0x17,0xc5,0x5f,0xed,0x8d,0x48,0x43,0x23,0x72,0x34,0x8c,0x53,0x80,0xb0,0x47,0xb6,0x2c,0xc0,0x39,0x60,0x11,0x37,0x11,0xb0,0xd7,0xe9,0xcc,0x81,0xe2,0x47,0xab,0xd4,0xe4,0x90,0xa7,0x30,0x4c,0x4f,0x60,0x57,0xe0,0x21,0x8d,0x3c,0x9f,0x36,0xdc,0x35,0xf7,0xac,0x49,0xd6,0x9c,0xb5,0x75,0xb5,0x14,0xf5,0xb9,0xb6,0x1f,0x69,0x94,0xd3,0x2a,0x46,0x5e,0x44,0x33,0xd6,0x70,0x70,0x33,0x09,0x6f,0xad,0x77,0x88,0x43,0x36,0x48,0x49,0xd4,0x1a,0xe2,0xf2,0xe7,0xb5,0x84,0xc0,0x75,0xe2,0xf6,0x93,0x0f,0x60,0xab,0xa7,0x51,0x44,0x3e,0xfa,0x88,0x1b,0x05,0x2e,0xd6,0x39,0x3a,0x3c,0x3e,0x71,0xac,0xf5,0x1a,0xbb,0x19,0x07,0x1c,0x51,0xb1,0xba,0x9e,0x13,0xd9,0x86,0xd5,0x70,0xef,0xbf,0x77,0x6d,0x58,0x25,0xda,0x15,0x78,0x5a,0xc9,0x30,0x35,0xcf,0x4a,0xa3,0x75,0x3e,0x79,0x74,0x02,0xf6,0x82,0xe2,0x22,0xd5,0x32,0xb9,0xa3,0x24,0x67,0x73,0x38,0x96,0x89,0x57,0x53,0xe5,0xab,0x95,0x90,0x82,0xec,0xfb,0xef,0xa1,0x33,0xe8,0xe0,0x00,0x16,0x40,0x82,0xc4,0x9f,0x4e,0xc0,0x68,0xdb,0xe0,0x9e,0x8f,0x22,0x8a,0x3f,0xf3,0x8f,0x2f,0x1f,0xa0,0xeb,0x3f,0x83,0x4a,0xb4,0x61,0x84,0x12,0x24,0x82,0xf8,0x18,0xb7,0x07,0x98,0x63,0x57,0xc3,0x57,0x39,0x9a,0xe3,0x4b,0x09,0xd4,0x1b,0x8b,0x6a,0x02,0x1f,0x5f,0x3e,0x09,0x1a,0xc6,0x6b,0x0d,0xc5,0x58,0x9d,0xb0,0x22,0x5f,0x3d,0x6b,0x33,0x3e,0xf1,0xce,0x04,0x5b,0x5e,0xdb,0x18,0x2c,0xd3,0x3a,0x56,0xa9,0x66,0x31,0xab,0x03,0x9b,0x69,0xb0,0xe2,0x9c,0xa0,0x96,0x6c,0x71,0x9a,0x50,0x08,0x22,0x1a,0x55,0xd0,0x67,0x5c,0x87,0x2a,0xdb,0x59,0xc5,0x0f,0x5b,0xc5,0x41,0x1e,0xb1,0x5a,0xe9,0xb0,0x1f,0xb7,0x10,0x30,0x92,0xd6,0x29,0x18,0xfb,0x4f,0xbd,0x22,0x68,0xeb,0x96,0x21,0xf0,0xd6,0x4f,0x21,0x60,0x93,0x31,0xc8,0x82,0x6e,0x1d,0x82,0xe8,0x86,0x4a,0x18,0xbd,0x65,0x18,0x3d,0x43,0x5b,0xba,0x5a,0x5e,0x26,0x5b,0x51,0x56,0x6b,0x76,0xaa,0xa6,0x5d,0x09,0x95,0x17,0xbf,0x05,0x5f,0x6e,0xe3,0x61,0xad,0xd1,0x84,0xa9,0xed,0x11,0x58,0x3c,0xd5,0xb2,0xc1,0xe2,0xca,0xc2,0x90,0x65,0x4f,0x1d,0x92,0xaa,0x8c,0x14,0x9e,0x28,0x56,0xea,0x30,0x64,0x39,0x63,0x38,0x9b,0xa8,0x1d,0x6a,0x2d,0x41,0x96,0x17,0x8a,0x8b,0x2c,0x45,0x56,0x71,0x6f,0x55,0xb5,0xac,0x7f,0xde,0xf9,0xa2,0xd8,0x35,0xbc,0xfb,0xb0,0x47,0x5a,0x5d,0x49,0xcf,0x4b,0x07,0xd8,0xd6,0xc2,0x90,0xe3,0x14,0x43,0x68,0x4e,0xe6,0x10,0x46,0x0a,0x88,0x79,0x73,0xa0,0x6a,0xdc,0x84,0x57,0x61,0xd6,0x71,0x45,0x7c,0x81,0x38,0x57,0x64,0xc9,0x8c,0x5a,0xc9,0x5f,0x65,0x3b,0xf2,0xcb,0xe3,0xc3,0x67,0xed,0x14,0x2f,0x07,0x21,0x48,0xbf,0x0c,0x31,0xf0,0xb2,0x0c,0x23,0x0b,0x7f,0x90,0xb7,0x39,0xe0,0x1b,0x72,0x38,0xf0,0x69,0xea,0x5c,0x0d,0x39,0x9c,0x34,0xf8,0x1e,0x02,0x70,0xa7,0x0f,0x5f,0xbb,0x06,0x81,0x36,0xe4,0xf6,0x33,0x36,0x86,0xe1,0x8d,0x0d,0x2b,0xd3,0xe8,0xe0,0xf5,0x79,0xf8,0x45,0x9b,0x3f,0xd0,0x40,0x73,0x43,0x4c,0x18,0xe7,0x49,0xaa,0xeb,0x18,0xc9,0xae,0xa4,0x13,0x25,0x9b,0x1c,0x45,0x0f,0xae,0x00,0x96,0x8a,0x2a,0x01,0xa7,0x33,0x13,0xb6,0xd8,0x12,0x09,0x06,0x03,0x25,0x72,0xc5,0x16,0x15,0x20,0x36,0x11,0xd7,0x95,0x3b,0x2d,0x01,0xf0,0xc9,0x98,0x36,0x0e,0x2d,0x0c,0x00,0x61,0x99,0x0a,0xc6,0x72,0xf0,0x36,0x3f,0x17,0x34,0xe8,0xa9,0xc9,0x7e,0x09,0x41,0xb9,0x75,0x25,0x02,0x4e,0x5a,0x3c,0xa4,0x33,0xb7,0x43,0x28,0xce,0xb3,0xc7,0x27,0x07,0x4f,0x0b,0x84,0x30,0xed,0x97,0xe0,0xd0,0x4d,0xab,0x20,0x71,0xbc,0x0c,0x2b,0xbd,0xb3,0x0a,0x5c,0x4e,0x19,0x18,0xc2,0x31,0xab,0x60,0xe1,0x0b,0x96,0x83,0xb3,0x46,0x4d,0x61,0xa4,0x2e,0x9e,0x46,0xc2,0xe0,0x82,0xdb,0x9b,0x1a,0x13,0x17,0x2a,0xe4,0x90,0xb6,0x7d,0xf0,0x09,0xfe,0x16,0xe5,0x39,0xde,0x60,0x08,0x8a,0x7a,0x51,0xd7,0x11,0x8e,0xcb,0xc9,0x2d,0xf2,0x17,0xe5,0x11,0xa2,0xd4,0x5f,0xe0,0x32,0xf8,0x31,0x85,0xe2,0xbf,0xdb,0xf8,0x7b,0x83,0x74,0xfb,0x36,0x21,0xbc,0x92,0xa7,0x9c,0x56,0x8d,0x57,0x79,0x90,0xa0,0xc1,0xff,0xcf,0x17,0xfa,0x90,0x22,0xea,0x4f,0xb3,0x6c,0x90,0x6a,0xce,0x02,0x0b,0xfc,0xc7,0xed,0x76,0x4a,0x85,0xa2,0xbd,0xe9,0x02,0xaf,0xcd,0x92,0x5f,0x84,0x17,0x34,0x68,0xf4,0xca,0x65,0x25,0xd2,0xc6,0x70,0x7c,0xe0,0xb1,0x31,0x52,0x6d,0x08,0x84,0x26,0xe9,0xb4,0xef,0x94,0x61,0xf9,0xc2,0x36,0x60,0x65,0x46,0x0f,0xb7,0xa6,0x5f,0x0c,0xac,0xc9,0x17,0x03,0x6b,0xf2,0xc5,0x80,0xb3,0x71,0xb9,0xe1,0xa8,0x77,0x03,0xce,0x86,0xda,0x3e,0x3e,0xb6,0x26,0xdf,0x12,0x38,0x65,0xd9,0xd5,0x1e,0x03,0x17,0x53,0xad,0xd7,0x76,0x0b,0x50,0xa1,0x39,0x2c,0x7e,0x3b,0x58,0xf9,0x16,0x15,0x48,0x5b,0xdc,0x4e,0x79,0x81,0xd7,0x6a,0x48,0xcb,0x9c,0x48,0x46,0x23,0x68,0x65,0x2a,0x26,0x04,0xc6,0x53,0x90,0x18,0xf6,0xa7,0x3b,0xdf,0x27,0x18,0xa0,0x85,0x92,0x41,0x56,0xd4,0x4c,0x7f,0x21,0xa8,0xa0,0x7a,0x92,0x34,0xaa,0x65,0x03,0x5d,0xaf,0xf7,0x21,0xb0,0x7c,0xff,0xef,0x3f,0xbd,0xfe,0xe6,0xbb,0xd7,0xbf,0xff,0xc7,0xf7,0x7f,0xfe,0xed,0xeb,0x3f,0x7e,0x5b,0xb9,0x7a,0x5e,0xb0,0x0d,0x30,0x4d,0x35,0xba,0x77,0xdb,0x5d,0xf2,0x53,0x65,0x0f,0x03,0x3f,0x99,0xc6,0x6c,0x9d,0xb8,0x20,0x76,0xa7,0x03,0x5f,0x9b,0x77,0xf0,0x46,0x50,0x81,0x39,0xb3,0xcc,0x02,0x68,0x98,0x36,0x01,0xdc,0x7f,0xf8,0xe7,0xdf,0x5f,0x7f,0xf3,0xd7,0xd7,0xdf,0xfc,0xe5,0x87,0x6f,0x7f,0x57,0xeb,0xc1,0x82,0xe1,0x34,0x35,0xbd,0x97,0x33,0x08,0xe3,0x20,0x99,0x61,0x8f,0x88,0x6f,0x49,0x93,0x29,0x6b,0xd8,0x9e,0xd9,0x24,0x9b,0x20,0x91,0xee,0x21,0x9a,0x85,0x3f,0x81,0x24,0xc7,0x2c,0x0b,0x63,0x68,0xd3,0x65,0xd5,0x5e,0xf6,0xe9,0xbe,0xd5,0x06,0x1f,0x53,0x76,0xf8,0x69,0x23,0xd4,0xbb,0x53,0x54,0xf7,0x98,0x68,0xd4,0xb5,0x4a,0xec,0x22,0x3d,0xe8,0x67,0x54,0x97,0xa4,0x4b,0x78,0x9e,0x8d,0x54,0x3a,0x47,0x47,0x9d,0x3f,0x53,0xab,0xc4,0x31,0x95,0xe0,0x1c,0x7e,0xea,0x94,0xfa,0x16,0x90,0xea,0x09,0x2c,0x61,0x05,0xb1,0xb0,0xb7,0xbe,0x89,0x54,0xfc,0xd4,0x68,0xb9,0x48,0xa0,0xc0,0x76,0xbb,0xed,0xa8,0xbe,0xc7,0x14,0x4c,0x5d,0x69,0x50,0xa2,0x49,0x59,0x3b,0x56,0x45,0x20,0xb2,0xff,0x20,0x67,0x66,0xf0,0xaa,0x0a,0x5c,0x3a,0xaf,0x2f,0x8c,0x5a,0x06,0x2d,0xf0,0x8e,0x46,0x65,0x21,0xf0,0x73,0xc8,0xfb,0x4d,0x87,0x40,0xf3,0xdb,0x29,0x2a,0x8d,0xeb,0xb9,0xd8,0x2d,0xaf,0x91,0xd4,0x04,0x6f,0x61,0x0e,0xa6,0x65,0x15,0xec,0xd7,0x2b,0xb4,0x51,0xbc,0xb3,0xd3,0x3b,0x25,0x5b,0x07,0x73,0x93,0x54,0xff,0x21,0xf3,0x2d,0x84,0x17,0xa7,0xe3,0x18,0x1d,0x77,0x69,0x7e,0x8f,0xcf,0xdb,0x4a,0x50,0x54,0xcd,0x8c,0xad,0x2a,0x9b,0x85,0x2d,0xf7,0x3c,0x96,0x62,0x24,0xde,0x17,0xe6,0x9f,0xeb,0x01,0xf1,0x96,0x90,0x06,0xfc,0xc6,0xc5,0x17,0x6d,0x3c,0x3b,0xb2,0x3a,0x74,0x63,0xd5,0x46,0x5d,0x32,0xd1,0x42,0xe2,0x32,0x44,0x35,0xb3,0x47,0x60,0x34,0xa3,0x6c,0x9a,0xc5,0xc6,0x12,0x27,0xb8,0xea,0xae,0xb5,0x26,0xd7,0xbd,0x7f,0xf4,0xfd,0x77,0x7f,0x7b,0xfd,0x9f,0x3f,0x18,0xe5,0x89,0x6c,0x8b,0x8c,0x12,0xcf,0xb0,0x70,0xbd,0x26,0x43,0x57,0x86,0x2a,0xad,0xe9,0x6a,0x1f,0xc1,0x4f,0xd1,0x42,0xd6,0x00,0x55,0x6d,0xa3,0x19,0x02,0x2a,0xd5,0x2b,0xab,0x42,0x33,0xcf,0xcb,0xbe,0xd0,0x04,0xc1,0xb1,0x85,0x5b,0xe6,0xba,0xc7,0x62,0x67,0x17,0x68,0xa6,0xf7,0x56,0x35,0x53,0x5e,0x51,0xb5,0x6a,0x16,0xae,0xfb,0x26,0xba,0xa9,0x30,0xd8,0x4a,0x05,0x99,0x55,0xb8,0xed,0xc8,0xb2,0x58,0x9e,0xf4,0xab,0x0d,0x52,0xbc,0x33,0xc5,0xc3,0x2a,0xc3,0x28,0x85,0x4d,0xce,0x99,0x9e,0x51,0xbe,0x5b,0x72,0x56,0x96,0xef,0xb6,0x88,0x8b,0x9d,0xad,0xd4,0x6b,0x2c,0x22,0x5c,0x6a,0x33,0xaa,0xa9,0xcb,0x25,0xba,0xee,0x67,0xd3,0x44,0xc0,0x43,0x55,0x95,0xbd,0xcc,0xcd,0x55,0x27,0x31,0xf3,0xc2,0xf8,0xb3,0x03,0xe8,0x0e,0x32,0xcb,0x0f,0xe1,0x19,0xa2,0x39,0xf8,0xf1,0xe1,0xa8,0xe1,0xac,0x41,0x20,0xd9,0x87,0x70,0x2b,0x05,0xf8,0xfa,0x6b,0x62,0x4e,0xe3,0xd1,0x63,0xdd,0x34,0xa9,0x9c,0x96,0x65,0xd2,0x3e,0xd9,0xec,0x59,0x6a,0x15,0x5e,0x6f,0xda,0xa5,0xdc,0x3a,0x39,0xa1,0x8c,0xe4,0x5a,0x54,0xe1,0xaf,0x26,0x83,0x09,0x64,0x48,0xb4,0xd4,0xe3,0x24,0xcb,0x2e,0x9b,0x04,0x8c,0x6f,0x8d,0x91,0x29,0x28,0x76,0x8d,0x40,0xb2,0x38,0x75,0xf0,0x7f,0xc8,0x50,0x3e,0x6d,0x9f,0xc6,0xa7,0xf1,0xfd,0x28,0x4f,0x9a,0x44,0x72,0xdf,0xdd,0x03,0xf6,0x6d,0xc7,0x0e,0xc8,0xf6,0xdb,0xd2,0xa5,0x76,0x80,0xda,0x2a,0xf4,0x28,0xad,0x62,0x1d,0x97,0x69,0x8d,0xe2,0x1e,0xad,0xcf,0x15,0x70,0xe2,0xec,0x55,0x2e,0xa2,0x5c,0xdf,0x5a,0x01,0xd0,0x3c,0x68,0x9d,0xb3,0x1b,0x5b,0x06,0xd3,0x8a,0x4a,0x82,0x98,0x86,0xf3,0x96,0xa4,0xd1,0xfd,0x8a,0x97,0x79,0x93,0xbc,0xe4,0xa5,0x1b,0x0e,0x71,0x36,0x2a,0xdc,0xb1,0x94,0x54,0xf1,0xe0,0xcc,0xf5,0xf9,0x9b,0xe1,0xba,0xcc,0x5a,0xc8,0x68,0x77,0x42,0x58,0xbc,0x71,0xee,0xeb,0x8b,0xf2,0x8d,0xba,0x8a,0x52,0xd1,0x8c,0x71,0xde,0xfc,0xa8,0xaf,0x86,0x33,0x2a,0x38,0x13,0x59,0x15,0x2a,0xad,0x39,0xa1,0x8c,0x98,0x67,0x95,0x40,0xc7,0x30,0x1a,0x17,0x75,0xd0,0x02,0x94,0xc5,0x19,0x64,0x61,0x1d,0x8b,0x84,0x61,0x4d,0xd3,0x88,0x35,0x79,0x81,0x6d,0x69,0xa3,0xf2,0xa4,0xbf,0x52,0x6f,0x52,0x5b,0xf3,0x55,0x89,0xc5,0xc2,0x56,0x9b,0x38,0xf3,0xb9,0x89,0xd6,0xb0,0x56,0x79,0x76,0xe8,0x54,0xf6,0x91,0x60,0x55,0x75,0x3d,0x6e,0xb9,0x87,0xb5,0x6f,0x2f,0xad,0x75,0xd6,0xca,0xb7,0x97,0xca,0x6a,0xae,0xaa,0x17,0x81,0x67,0x1b,0x43,0x6b,0x7d,0x97,0x6b,0x77,0x98,0x36,0x5f,0x67,0xa3,0x11,0x6e,0x74,0xd7,0x37,0x9c,0xb5,0x7d,0x67,0x43,0x93,0x83,0x6a,0x72,0xc3,0x59,0x28,0x49,0xe9,0x6d,0x8c,0x4e,0xa5,0xa6,0xc1,0xc8,0xbe,0x6d,0x35,0xe3,0x12,0x36,0xbd,0x9a,0x5d,0x95,0x53,0xeb,0x32,0x87,0xbe,0x91,0xd1,0x2d,0xb0,0x1f,0xf9,0xa6,0x73,0xde,0x76,0xf0,0x9c,0xb3,0xc6,0x6a,0xe4,0x51,0xa8,0xb5,0xd8,0xcc,0x14,0x5e,0x1e,0x78,0x16,0x7d,0x6c,0xa7,0x59,0x1a,0x7b,0xcc,0x5b,0xfe,0x7a,0xf9,0x8c,0xbb,0xb3,0xf3,0x22,0xf2,0x9b,0xcf,0x4b,0x0e,0x68,0xd8,0x70,0xa0,0xcc,0xf2,0xd4,0x7e,0x43,0x7e,0x5a,0x77,0x0b,0xf9,0xb4,0xe6,0x1a,0xf2,0x69,0xed,0x3d,0xe4,0xd3,0x85,0x17,0x91,0x4f,0x4b,0x2f,0xcd,0x9d,0xd2,0x11,0x10,0x2e,0x27,0xaf,0xf3,0x33,0xf4,0x54,0x0e,0xa4,0xf2,0x32,0x44,0xba,0xf9,0xe3,0x06,0xb5,0x62,0xee,0x11,0xc0,0xc6,0xbc,0xd4,0xbc,0xb6,0xb5,0xb6,0xff,0x2c,0x21,0xe6,0xf5,0x70,0x16,0xec,0xcf,0x49,0x73,0x5d,0x7f,0x06,0x65,0xca,0x50,0xed,0x96,0xa6,0x0c,0x73,0x0a,0x99,0x53,0xbd,0xba,0x7a,0x83,0x2f,0x34,0xb9,0xcb,0xc2,0xb7,0xc3,0x25,0xab,0x01,0xe4,0x42,0x60,0x6b,0x98,0x66,0x39,0x3f,0x55,0xb8,0x11,0x92,0x7c,0x2d,0x26,0xce,0xe2,0x56,0x47,0xc3,0x43,0xa6,0x6a,0xf0,0x3a,0x1d,0x2e,0x7c,0x9f,0x60,0x5f,0x92,0x5f,0xb7,0x9c,0x49,0xaa,0x70,0xb1,0x77,0xd8,0xd7,0xf1,0x71,0x07,0x8a,0xb6,0x5c,0xeb,0x44,0x9e,0xd1,0xf1,0xbf,0x13,0x6d,0xe0,0x2b,0xfd,0x87,0x1e,0xa3,0x0d,0x75,0xe2,0x63,0x75,0xf2,0xd4,0xaf,0x7b,0xf5,0x51,0xfc,0x7d,0xc0,0xba,0x55,0xc0,0x1a,0x9c,0x8c,0x8d,0xe0,0xd6,0xfb,0x24,0x66,0x0d,0xa0,0x6a,0x32,0xf1,0x27,0x81,0x0d,0xe8,0x90,0x2d,0xd2,0x71,0x94,0xe8,0x46,0xc2,0x5f,0xe6,0xdb,0xae,0x5b,0xce,0x95,0x50,0x5f,0x00,0x79,0xad,0xa7,0x5d,0x57,0xdc,0x86,0xe0,0x57,0x36,0xd4,0x1f,0x94,0xb9,0xf2,0x4f,0xa7,0xff,0x07,0x50,0x0e,0xa4,0xc9,0x54,0x3d,0x00,0x00};
+const unsigned char index_html[0xff0] = {0x1f,0x8b,0x08,0x00,0x89,0xde,0x04,0x5e,0x02,0xff,0xc5,0x3c,0x4d,0x73,0xe3,0xc6,0xb1,0x77,0x57,0xf9,0x3f,0x8c,0xe1,0x4a,0x44,0x3d,0x91,0x04,0x49,0x7d,0xec,0x46,0x94,0x94,0xda,0xec,0xee,0xb3,0xf7,0xd9,0x5a,0xc9,0x2b,0xa5,0x36,0x29,0xcb,0xc5,0x02,0x81,0x21,0x09,0x0b,0x04,0x60,0x60,0x28,0x4a,0x96,0x55,0x95,0x5b,0x5e,0xf9,0xe0,0x97,0xdc,0x53,0x95,0xf7,0x6e,0xb9,0xbd,0x1c,0x52,0x95,0x43,0x72,0xca,0x7f,0x59,0xe7,0x6f,0xa4,0x7b,0xbe,0x30,0x03,0x82,0x20,0x25,0xef,0xc6,0xdc,0xf2,0x92,0x98,0xe9,0xaf,0xe9,0xe9,0xee,0xe9,0xee,0xc1,0xfa,0xe0,0x83,0x67,0x27,0x4f,0xcf,0x7f,0x7d,0xfa,0x9c,0x4c,0xd8,0x34,0x3a,0x7a,0xff,0xbd,0x03,0xfd,0x4d,0xbd,0x00,0xbe,0x09,0x7c,0x0e,0xa6,0x94,0x79,0x00,0xc0,0xd2,0x16,0xfd,0x6a,0x16,0x5e,0x1d,0x3a,0x7e,0x12,0x33,0x1a,0xb3,0x16,0xbb,0x49,0xa9,0x43,0xe4,0xd3,0xa1,0xc3,0xe8,0x35,0x73,0x91,0x00,0x8c,0x4d,0xbc,0x2c,0xa7,0x30,0x36,0x63,0xa3,0xd6,0x63,0xc7,0xa2,0xa4,0xe1,0xe7,0x61,0xc0,0x26,0x87,0x01,0xbd,0x0a,0x7d,0xda,0xe2,0x0f,0xcd,0x30,0x0e,0x59,0xe8,0x45,0xad,0xdc,0xf7,0x22,0x7a,0xd8,0x6d,0x77,0x9a,0x53,0xef,0x3a,0x9c,0xce,0xa6,0xc6,0xc8,0x2c,0xa7,0x19,0x7f,0xf4,0x86,0x30,0xd2,0x71,0x48,0xec,0x4d,0xe9,0xa1,0x73,0x15,0xd2,0x79,0x9a,0x64,0x4c,0x33,0x63,0x21,0x8b,0xe8,0xd1,0x6b,0x1a,0xf9,0xc9,0x94,0x9c,0x3f,0xed,0x1e,0xb8,0x62,0x44,0x4e,0xe7,0xec,0x26,0xa2,0x04,0x97,0x20,0x25,0xf7,0xf3,0x5c,0xe1,0x8e,0x42,0x1a,0x05,0x20,0xff,0xed,0xd4,0xcb,0xc6,0x61,0xdc,0x1a,0x26,0x8c,0x25,0xd3,0xfd,0x6e,0x27,0xbd,0xee,0x0f,0x93,0x2c,0xa0,0xd9,0xfe,0x87,0x9d,0x4e,0x87,0xe4,0x49,0x14,0x06,0xa4,0x0b,0xa3,0x53,0x80,0x0a,0xe3,0x28,0x8c,0x69,0x2b,0x0f,0xbf,0xa6,0xfb,0xde,0x8c,0x25,0xfd,0x3b,0x41,0x2d,0x8c,0xd3,0x19,0x6b,0xe6,0x34,0xa2,0x3e,0x6b,0x0e,0x67,0x40,0x2a,0xbe,0x4d,0xbd,0x20,0x08,0xe3,0xf1,0xfe,0x2e,0x52,0xf4,0xfc,0xcb,0x71,0x96,0xcc,0xe2,0x60,0x7f,0x3e,0x09,0x19,0xd5,0x2c,0x1e,0x3d,0x7a,0x64,0xb0,0x90,0xd4,0x24,0x01,0x03,0x29,0x4e,0x62,0x8d,0x03,0x80,0xa4,0xc0,0xb3,0x71,0xf6,0x83,0x30,0x47,0x9d,0x05,0x52,0x96,0xe2,0x99,0x4b,0xa8,0x1f,0x4d,0xda,0x1f,0x0e,0x47,0xf8,0x47,0x11,0x62,0x41,0x93,0x4d,0x2c,0xe1,0xe5,0x44,0x9b,0x79,0xf9,0x25,0x61,0x88,0x7f,0xcb,0xb7,0x12,0x94,0xd5,0xf9,0x49,0x5f,0xe8,0x8f,0x2b,0x8e,0x74,0xa4,0x8c,0x2d,0x3f,0x89,0x22,0x2f,0xcd,0xe9,0xbe,0xfa,0x51,0x22,0x12,0x34,0xe5,0x8f,0xc9,0x2d,0x6e,0x4c,0xcb,0x8b,0xc2,0x71,0xbc,0xef,0x83,0xcd,0xd0,0xcc,0x5c,0xa7,0x50,0x0d,0x6e,0x84,0x26,0x90,0x27,0xfe,0x25,0x65,0x52,0xe3,0xed,0x69,0x12,0x50,0xf1,0x5b,0x6d,0x64,0x16,0x8e,0x27,0x6c,0xbf,0xb5,0x63,0x08,0x9e,0xcf,0x86,0xd3,0x90,0x59,0x6b,0x92,0xc0,0x2c,0x49,0xad,0x25,0xe6,0x33,0xdf,0xa7,0x79,0x7e,0x0b,0x62,0x27,0xb0,0x3b,0xbb,0x8f,0x03,0x7f,0xd7,0xd7,0xb3,0x34,0xcb,0x92,0x4c,0xcd,0x8d,0x46,0xbd,0xa0,0xa7,0xd5,0xdf,0x0e,0xe3,0x51,0xa2,0xa6,0xe8,0xa3,0x4e,0x87,0x7a,0x7a,0x2a,0xa6,0x6c,0x9e,0x64,0x97,0x24,0x08,0xaf,0x2a,0xf5,0x0a,0xde,0x12,0xc3,0x5e,0x2d,0x9d,0xe7,0x2b,0x32,0xf5,0xc4,0x07,0xf4,0x74,0x3a,0x37,0xb6,0xa3,0x18,0x04,0x25,0xcb,0xf1,0xdd,0x62,0x18,0xad,0xf7,0x56,0xee,0x11,0xae,0xdd,0xd0,0x71,0x40,0xf1,0x4f,0xdf,0x84,0x1c,0x74,0x6f,0x27,0x94,0xab,0x73,0xdb,0x10,0x87,0xcf,0xf4,0xd4,0xcc,0x6e,0x79,0x66,0x7b,0xe9,0xcc,0x8e,0x9a,0xe9,0x2d,0x4c,0xed,0xea,0xa9,0x4e,0x79,0x6a,0x4f,0x4d,0x75,0xf7,0xca,0x53,0x8f,0xf4,0xd4,0x02,0xc1,0xc7,0x7a,0xaa,0x57,0x9e,0xfa,0x99,0x9e,0x32,0x7c,0x9d,0x3b,0x98,0x04,0xfb,0x30,0x4d,0xe6,0x34,0x1b,0xe0,0x76,0x18,0x66,0x62,0x40,0xb7,0x22,0x3a,0x62,0x65,0xfb,0x94,0x53,0x2a,0x8e,0x54,0x1a,0xaf,0xa4,0xcc,0x77,0x41,0xcb,0x87,0x74,0xd3,0x24,0x87,0xa8,0x08,0xfe,0x9b,0xd1,0xc8,0x63,0xe1,0x15,0xed,0x27,0x57,0x34,0x1b,0x45,0xc9,0x7c,0x3f,0xf7,0x33,0xf0,0x21,0xd3,0x60,0x5b,0x5d,0x4b,0x4b,0x82,0x66,0x9a,0xd1,0x5b,0x4d,0xc5,0x1b,0x02,0xef,0x19,0x0f,0x33,0x5c,0x9a,0x4e,0x1f,0x48,0x79,0x6c,0x1f,0xe5,0xee,0x4b,0xc6,0x8f,0x50,0x9d,0xc2,0x40,0x3a,0xcb,0xd7,0x35,0x82,0xcf,0xf6,0xe3,0x7e,0xb5,0xc9,0x98,0x6e,0x29,0xa4,0x18,0xde,0x54,0xf8,0x73,0x19,0x84,0x78,0x02,0x28,0xa0,0x7e,0x92,0x79,0x5c,0x60,0x53,0xfd,0xed,0x28,0x19,0x73,0xe5,0x2b,0xdb,0xeb,0xe0,0x6a,0xcb,0xfa,0x90,0xc0,0x07,0x2e,0x0f,0xf2,0x78,0x9e,0xb9,0xf2,0x40,0x3b,0x18,0x26,0xc1,0x0d,0x7e,0xab,0x10,0x4f,0xfc,0xc8,0xcb,0xf3,0x43,0x47,0x44,0x0e,0x7d,0x78,0x44,0x74,0x4c,0xe3,0xe0,0xe8,0x14,0xa5,0x22,0x4f,0xe1,0xc4,0x42,0xba,0x07,0xae,0x1c,0x56,0x27,0x0c,0x86,0x3b,0x12,0x06,0x0a,0x7b,0xc0,0x86,0x8a,0x80,0x98,0xcf,0x8c,0x27,0x31,0x12,0x94,0x46,0xf8,0x28,0x0f,0x51,0xf2,0x28,0xf2,0x27,0xd4,0xbf,0x1c,0x26,0xd7,0x8e,0x41,0xb7,0xab,0xce,0x38,0x5b,0x48,0x8b,0x06,0x9c,0x86,0x34,0x22,0xa3,0x24,0x2b,0x90,0x8e,0xce,0xf8,0x8f,0x16,0x9c,0x7c,0x7c,0xb6,0x2c,0x8c,0xbb,0x20,0xcd,0x03,0xe5,0xeb,0x3d,0x44,0xbe,0x9e,0x96,0xaf,0xf7,0xae,0xe5,0xdb,0x7e,0x88,0x7c,0xdb,0x5a,0xbe,0xed,0xb5,0xe4,0x83,0xc7,0xec,0x5d,0x6c,0xfe,0xce,0x43,0x84,0xdf,0xd1,0xc2,0xef,0xbc,0x6b,0xe5,0xee,0x3e,0x44,0xbe,0x5d,0x2d,0xdf,0xee,0xbb,0x96,0x6f,0xef,0x21,0xf2,0xed,0x69,0xf9,0xf6,0xee,0xbb,0xf9,0xf0,0x13,0xc3,0x82,0x7a,0x82,0x58,0xa5,0x43,0x0c,0xcf,0x34,0xac,0x08,0x21,0x12,0x33,0x1b,0x60,0x30,0x64,0x0e,0x49,0x62,0x3f,0x0a,0xfd,0xcb,0x43,0xe7,0x8c,0x32,0x21,0x49,0x63,0x13,0x64,0xe2,0x00,0x07,0xae,0x40,0x33,0x09,0xe5,0xa9,0x57,0x90,0x61,0x1e,0x9b,0xe5,0x83,0x3c,0x25,0x32,0x63,0x71,0x8e,0x4e,0x3e,0x81,0x58,0x08,0x20,0x5a,0x46,0x10,0x8b,0x87,0x45,0x15,0x06,0xe1,0xa1,0x22,0x28,0x62,0x1a,0xbf,0x24,0x26,0x9e,0x71,0x26,0xd5,0x11,0x51,0x62,0xa7,0xf3,0xd5,0xd1,0xf0,0x74,0x5f,0xca,0x8e,0x1b,0x96,0x3a,0x85,0x26,0xa4,0xe0,0x1d,0x29,0x37,0x79,0xbd,0xc4,0x22,0x5e,0x9b,0x04,0xe6,0x9a,0x00,0xcf,0xc6,0x0c,0xf4,0xcb,0xd7,0xff,0xf8,0xeb,0xe4,0x5e,0x9b,0xc6,0x05,0x52,0x67,0xbd,0xb5,0x10,0x63,0x4b,0xf1,0xb0,0x26,0x22,0x71,0x70,0x8e,0x94,0x56,0xeb,0x01,0x1f,0xaf,0x0b,0xf8,0x68,0x5d,0xc0,0xbd,0x75,0x01,0x77,0xd7,0x05,0xdc,0x59,0x17,0x70,0x7b,0x5d,0xc0,0xde,0xba,0x80,0x5d,0x1b,0xd0,0xfa,0x6d,0x6f,0x0b,0x82,0x5b,0xfb,0xf2,0x41,0xab,0x65,0x11,0xd5,0xb9,0x8f,0x43,0x78,0x1e,0x70,0xe8,0xa8,0xec,0x06,0x73,0x06,0x9e,0xce,0xf0,0x5c,0x49,0x71,0x24,0xad,0xd6,0x3d,0xfd,0x43,0x26,0xef,0x65,0x0f,0x79,0x29,0x73,0x7a,0xc8,0x1b,0x46,0xe1,0xb8,0xd2,0x47,0x56,0x39,0x86,0xe2,0xc0,0xb3,0x79,0x70,0xfc,0xb3,0x17,0xcf,0xf6,0xd7,0x8f,0x89,0xa2,0xbe,0x13,0x2e,0x11,0x8e,0x42,0x1e,0x4e,0x26,0x5e,0x3c,0xa6,0x18,0x4f,0x70,0xea,0x35,0x8c,0x62,0x40,0x59,0xc4,0xe5,0xf8,0x49,0x8a,0x89,0x17,0xb9,0xf2,0xa2,0x19,0xa0,0x74,0x9c,0xa3,0x63,0x2f,0x9e,0x79,0x90,0xff,0x88,0x89,0x2a,0x96,0xae,0xe0,0x59,0x35,0x25,0x83,0x1c,0x4a,0x93,0x51,0x28,0xdc,0x63,0x23,0xbc,0xbd,0xe2,0x03,0x28,0x8a,0xf8,0x55,0x11,0xdb,0x1e,0x78,0xd6,0xfe,0x30,0x0d,0x8a,0x53,0x85,0x9f,0x22,0x79,0x18,0x38,0x46,0x9f,0xc0,0x54,0xe6,0x53,0xfe,0xfd,0x02,0x61,0x1b,0xdd,0x4d,0xc7,0x7d,0xeb,0x52,0x9f,0x9e,0xbd,0x7e,0x98,0xd4,0x69,0x3e,0xd7,0x52,0xa7,0x40,0x11,0xec,0x31,0x58,0x26,0x79,0xef,0x5d,0x48,0x7e,0x7c,0xf2,0xec,0xf9,0x12,0xc9,0x15,0x24,0x96,0xe7,0xce,0xaa,0x23,0x3d,0xf3,0x82,0x30,0x11,0xe7,0x39,0xc2,0xeb,0x54,0x98,0x23,0x2f,0x2c,0xe8,0x18,0x46,0x1b,0x9d,0xcd,0x55,0x87,0xbc,0xa0,0x74,0xf4,0xe4,0xb4,0xfa,0x70,0x5f,0x25,0x44,0x6f,0x0d,0x21,0xba,0x6b,0x09,0x81,0x49,0xf0,0xf9,0x93,0xf3,0x17,0x27,0x2f,0x7f,0xec,0x34,0x83,0x8f,0xc9,0xc0,0xf5,0xef,0x4c,0x35,0x4a,0xa1,0xf3,0xf8,0xb3,0xf3,0xf3,0xb7,0x18,0x37,0x91,0xdc,0x83,0xfc,0x67,0xfa,0x15,0x63,0x03,0x2f,0x08,0xb2,0x77,0xe1,0xd4,0x27,0xaf,0x7e,0x80,0x50,0xbc,0xc7,0xe9,0xfe,0xb8,0x76,0x72,0x0c,0x82,0xfc,0x28,0xf9,0xa8,0x68,0x86,0x95,0xcf,0xdb,0xb3,0x9b,0x9c,0xd1,0x69,0x5d,0x4a,0x7a,0xcf,0x1d,0x7a,0x71,0xba,0x22,0x74,0x61,0x43,0x4f,0xc4,0x83,0x30,0xc5,0xf4,0xe1,0x07,0x47,0x4b,0x2f,0xbf,0x5c,0x9b,0xe5,0x14,0x80,0xdf,0x06,0xd3,0x8f,0x3c,0x46,0xe7,0xde,0xcd,0xda,0x7c,0xc7,0x02,0xfe,0x6d,0xb0,0xfe,0x25,0xe4,0x11,0x53,0xba,0x82,0xb3,0xb2,0x16,0xce,0x7c,0xc6,0x31,0xea,0x78,0x17,0x96,0xbe,0xca,0x8c,0x18,0x57,0xa0,0x6d,0x43,0xe7,0x40,0x3d,0x20,0xe7,0x30,0x53,0x36,0x20,0xf3,0x20,0x08,0x40,0x05,0x28,0x47,0x2b,0x4a,0x7c,0x2f,0xc2,0xbc,0x92,0xa6,0x90,0x20,0x75,0x85,0x8c,0x48,0x77,0xc0,0xc5,0x54,0xfe,0x79,0x30,0xcc,0x8e,0xf0,0x3f,0x75,0xe7,0x50,0xe4,0x65,0x1c,0x36,0xbf,0x64,0x83,0x30,0xb8,0xb6,0x7c,0x70,0x21,0xf7,0x2a,0xba,0x38,0x0b,0xd9,0x57,0x09,0xb8,0x6b,0xb6,0x54,0x56,0x01,0xf7,0xcc,0xfe,0xc6,0x2a,0xe0,0x6d,0xb3,0x9f,0xb0,0x0a,0x78,0xc7,0x2c,0xee,0x57,0x01,0xef,0x9a,0x95,0xb6,0x05,0x5c,0x4a,0x29,0x17,0x94,0x97,0xc4,0x4e,0xad,0x2a,0x4e,0xe2,0xd5,0xdc,0x41,0xbd,0x27,0xa3,0xd1,0x0a,0xc6,0xab,0xa3,0xe2,0x93,0x20,0xe0,0xf6,0x83,0xe6,0x83,0x71,0x11,0x9e,0x4b,0x41,0xf1,0xbe,0x01,0xb1,0x68,0x2d,0xa2,0x3d,0x05,0x03,0x61,0x5a,0x2b,0xdb,0x8b,0x93,0xa3,0x17,0x71,0x40,0xaf,0xc1,0x15,0x26,0x15,0x73,0x28,0xe3,0x92,0x29,0xb1,0x07,0x4b,0x26,0x51,0x93,0xd6,0xc4,0x7a,0x1e,0x9f,0x44,0xb8,0x22,0x6e,0x0f,0xa7,0x11,0xcd,0x29,0x39,0xbb,0x89,0xfd,0xb5,0x4f,0x2a,0xa9,0x75,0xad,0xe3,0x8f,0x28,0xb3,0x74,0x2c,0x88,0x69,0x25,0xaf,0xf2,0xf9,0xfc,0x26,0x1f,0x44,0xc9,0x78,0xc9,0xd1,0xf1,0x69,0xb2,0x90,0x6e,0x98,0xd5,0xa9,0xe8,0x39,0x5b,0xca,0x87,0xb2,0x52,0x94,0x07,0x8a,0xee,0x81,0x0b,0x43,0x55,0x55,0xeb,0x6a,0xf3,0x81,0xa5,0x81,0x1c,0x20,0x83,0xa8,0x83,0x46,0x50,0x25,0x4d,0x6a,0x96,0x96,0xda,0x05,0xee,0x10,0x22,0x32,0xff,0x45,0x86,0x37,0xe4,0xc0,0xe3,0x52,0xc1,0x3a,0x1c,0x32,0xc9,0xe8,0x08,0x6a,0x5e,0xc6,0xd2,0x7c,0xdf,0x75,0xc7,0x21,0x9b,0xcc,0x86,0x6d,0x3f,0x99,0xba,0x5f,0x27,0xe3,0x24,0x48,0xdc,0xaf,0xcf,0x9f,0x42,0xe0,0x62,0x5e,0x36,0xc6,0x9b,0xda,0xc1,0x30,0xf2,0x62,0x08,0x8b,0x02,0x8e,0x4f,0x1e,0xb8,0x1e,0x2e,0x4b,0x70,0xcd,0xfd,0x2c,0x4c,0x99,0x79,0x61,0xfa,0xa5,0x77,0xe5,0x89,0x51,0x87,0x83,0x8c,0x66,0xb1,0xcf,0x9d,0xeb,0xc9,0x97,0xde,0x75,0x63,0x96,0x45,0x4d,0x58,0xa2,0xb4,0xf0,0x26,0x47,0x6c,0x12,0x08,0xa0,0xde,0x26,0xb9,0x15,0xaa,0xb9,0xf2,0x32,0x72,0x3d,0x8d,0x06,0x28,0x22,0x39,0x24,0x31,0x9d,0x93,0x5f,0x1d,0x7f,0xfa,0x31,0x3c,0xbd,0xa2,0x5f,0xcd,0x68,0x0e,0x39,0x46,0x5f,0x40,0x2a,0xa8,0x76,0x92,0xd2,0xb8,0x21,0x48,0x71,0x06,0x2c,0x9b,0xd1,0x05,0x20,0xd0,0x94,0x24,0xf0,0x31,0xf5,0x02,0x9a,0x35,0x9c,0xa7,0xe6,0x8d,0x75,0x93,0x38,0x5e,0x9a,0x82,0xea,0xf9,0xf5,0x82,0x7b,0xdd,0x9a,0xcf,0xe7,0x2d,0x48,0xc9,0xa7,0x2d,0x20,0x49,0x63,0x1f,0xf2,0xf2,0xc0,0x59,0xe4,0x1c,0x67,0x40,0xec,0x06,0x7d,0x97,0x8a,0x7c,0x1f,0x44,0xd6,0x4b,0x6e,0xe8,0x45,0xf1,0x1b,0xdf,0x11,0x69,0x68,0x44,0x8e,0x86,0xb9,0x09,0x20,0x1c,0x92,0x1d,0x0b,0x70,0x01,0x58,0x84,0x06,0x04,0xec,0x75,0x3a,0x0b,0xa0,0xf8,0xd1,0x2a,0x35,0x39,0xe4,0x29,0x0c,0xd3,0x73,0xd8,0x15,0x78,0x48,0x23,0xcf,0xa7,0x0d,0x77,0xc3,0x1d,0x37,0xc9,0x86,0xb3,0xb1,0xa9,0x96,0xa2,0x3e,0x77,0xf6,0x23,0x8d,0xc0,0x35,0x2b,0x18,0x79,0x11,0xcd,0x58,0xc3,0xc1,0xcd,0x24,0xbc,0x9d,0xb6,0x4f,0x1c,0xb2,0x45,0x4a,0xa2,0xd6,0x10,0x97,0x3f,0xef,0x24,0x04,0xae,0x13,0xb7,0x9f,0x7c,0x00,0x5b,0x3d,0x8b,0x22,0xf2,0xd3,0x9f,0x72,0xa3,0xc0,0xc5,0x3a,0xa7,0x27,0x67,0xe7,0x8e,0xb5,0x5e,0x63,0x37,0xe3,0x80,0x23,0x2a,0x56,0x77,0x0b,0x22,0xdb,0xb0,0x1a,0xee,0xfd,0xf7,0xee,0x0c,0xab,0x44,0xbb,0x02,0x4f,0x2b,0x19,0xa6,0xe6,0x59,0x69,0xb4,0xce,0x47,0xcf,0xcf,0xc1,0x5e,0x50,0x5c,0xa4,0x5a,0x26,0x77,0x9a,0xe4,0x6c,0x01,0xc7,0x32,0xf1,0x6a,0xaa,0x7c,0xb5,0x12,0x52,0x90,0x7d,0xff,0x3d,0x74,0x06,0x1d,0x1c,0xc0,0x02,0x48,0x90,0xf8,0xb3,0x29,0x18,0x6d,0x1b,0xdc,0xf3,0x79,0x44,0xf1,0x67,0xfe,0x8b,0x9b,0xa7,0xe8,0xfa,0x2f,0xa1,0xfa,0x6c,0x18,0xa1,0x04,0x89,0x20,0x3e,0xe6,0x6a,0x03,0x0c,0xba,0xeb,0xe1,0xab,0x63,0x88,0xe3,0x4b,0x09,0xd4,0x45,0x56,0x35,0x81,0x5f,0xdc,0xbc,0x08,0x1a,0xc6,0x6d,0x97,0x62,0xac,0x1a,0xef,0xc8,0x57,0xcf,0xda,0x8c,0xcf,0xbd,0xb1,0x60,0xcb,0xf3,0x29,0x83,0x65,0x5a,0xc7,0x2a,0xd5,0x2c,0xe6,0x75,0x60,0x73,0x0d,0x56,0xf4,0x06,0x6b,0xc9,0x16,0x1d,0xc4,0x42,0x10,0xd1,0x9c,0x02,0x7d,0xc6,0x75,0xa8,0xb2,0x85,0xa5,0xf8,0x61,0x7b,0x68,0x90,0x47,0xac,0x56,0x3a,0xec,0xc1,0x59,0x08,0x18,0x49,0xeb,0x14,0x8c,0x3d,0x27,0xbd,0xa2,0x7c,0xbe,0x12,0x81,0xb7,0x7b,0x14,0x02,0x36,0x16,0x06,0x59,0xd0,0xad,0x43,0x10,0x1d,0x90,0x12,0x46,0x6f,0x15,0x46,0xcf,0xd0,0x96,0xae,0x90,0x57,0xc9,0x56,0x94,0xd2,0x9a,0x9d,0xaa,0x63,0xd7,0x42,0xe5,0x05,0x6f,0xc1,0x97,0xdb,0x78,0x58,0x6b,0x34,0x61,0x6a,0x7b,0x04,0x16,0x4c,0xb5,0x6c,0xb0,0x1e,0xb0,0x30,0x64,0xa9,0x53,0x87,0xa4,0xaa,0x21,0x85,0x27,0x0a,0x94,0x3a,0x0c,0x59,0xc2,0x18,0xce,0x26,0x72,0x87,0x5a,0x4b,0x90,0xe9,0x85,0xe2,0x22,0x53,0x91,0x75,0xdc,0x5b,0x65,0x2d,0x9b,0x9f,0x77,0xbe,0x28,0x76,0x0d,0x5f,0x89,0x39,0x24,0xad,0xae,0xa4,0xe7,0xa5,0x03,0x6c,0x65,0xc1,0x90,0xe3,0x14,0x43,0x68,0x4e,0xe6,0x10,0x46,0x0a,0x88,0x79,0x0b,0xa0,0x6a,0xdc,0x84,0x57,0x61,0xd6,0x71,0x45,0x7c,0x81,0x38,0x57,0x9c,0x92,0x19,0xb5,0x0e,0x7f,0x75,0xda,0x91,0xff,0x3a,0x3b,0x79,0xd9,0x4e,0xf1,0x9d,0x31,0x04,0xe9,0x97,0x21,0x06,0x5e,0x96,0x61,0x64,0xe1,0x0f,0xf2,0x25,0x1f,0xf8,0x86,0x33,0x1c,0xf8,0x34,0xf5,0x59,0x0d,0x67,0x38,0x69,0xf0,0x3d,0x04,0xe0,0x4e,0x1f,0xbe,0x0e,0x0c,0x02,0x6d,0x38,0xdb,0xc7,0x6c,0x02,0xc3,0x5b,0x5b,0xd6,0x49,0xa3,0x83,0xd7,0xe7,0xe1,0x17,0x6d,0xfe,0x40,0x03,0xcd,0x0d,0x31,0x61,0x9c,0x1f,0x52,0x5d,0xc7,0x38,0xec,0x4a,0x3a,0x51,0xb2,0xc9,0x51,0xf4,0xe0,0x0a,0x60,0xa9,0xa8,0x12,0x70,0x3a,0x37,0x61,0x8b,0x2d,0x91,0x60,0x30,0x50,0x22,0x57,0x6c,0x51,0x01,0x62,0x13,0x71,0x5d,0xb9,0xd3,0x12,0x00,0x9f,0x8c,0x69,0xa3,0x51,0x69,0x00,0x08,0xcb,0x54,0x30,0x96,0x83,0xb7,0x79,0xc1,0x64,0xd0,0x53,0x93,0xfd,0x12,0x82,0x72,0xeb,0x4a,0x04,0x9c,0xb4,0x78,0x48,0x67,0x6e,0x87,0x71,0x4c,0xb3,0x8f,0xcf,0x8f,0x3f,0x2d,0x10,0xc2,0xb4,0x5f,0x82,0x43,0x37,0xad,0x82,0xc4,0xf1,0x32,0xac,0xf4,0xce,0x2a,0x70,0x39,0x65,0x60,0x08,0xc7,0xac,0x82,0x85,0x2f,0x58,0x0e,0xce,0x1a,0x39,0x85,0x71,0x74,0xf1,0x63,0x04,0x2a,0x78,0x6e,0x6f,0x6a,0x4c,0xbc,0x67,0x23,0x87,0xb4,0xed,0x83,0x4f,0xf0,0x9b,0xd3,0x57,0xf8,0x62,0x4b,0x50,0xe4,0x8b,0x3a,0x8f,0x70,0x5c,0x4e,0x6e,0x99,0xbf,0x28,0x8f,0x10,0xa9,0xfe,0x12,0x97,0xc1,0x8f,0x29,0x14,0xff,0xdd,0xc6,0xdf,0x5b,0xa4,0xdb,0xb7,0x09,0xe1,0x9b,0x9a,0xca,0x69,0xd5,0x78,0x95,0x07,0x09,0x1a,0xfc,0xef,0x7c,0xa9,0x0f,0x29,0xa2,0xfe,0x2c,0xcb,0x06,0xa9,0xe6,0x2c,0xb0,0xc0,0x7f,0xdc,0x6e,0xa7,0x94,0x28,0xda,0x9b,0x2e,0xf0,0xda,0x2c,0xf9,0xcf,0xf0,0x9a,0x06,0x8d,0x5e,0x39,0xad,0x44,0xda,0x18,0x8e,0x8f,0x3d,0x36,0x41,0xaa,0x0d,0x81,0xd0,0x24,0x9d,0xf6,0x5e,0x19,0x96,0x2f,0x6c,0x0b,0x56,0x66,0xd4,0x70,0x1b,0xfa,0x32,0x70,0x43,0x5e,0x06,0x6e,0xc8,0xcb,0x40,0x67,0xeb,0x66,0xcb,0x51,0xf7,0x81,0xce,0x96,0xda,0x3e,0x3e,0xb6,0x21,0x6f,0x06,0x9d,0xb2,0xec,0x6a,0x8f,0x81,0x8b,0xa9,0xd6,0x3b,0xbb,0x04,0xa8,0xd0,0x1c,0x26,0xbf,0x1d,0xcc,0x7c,0x8b,0x0c,0xa4,0x2d,0x5e,0x5a,0x7a,0x8d,0x6f,0x5b,0x91,0x96,0x39,0x91,0x8c,0x46,0x50,0xca,0x54,0x4c,0x08,0x8c,0x4f,0x41,0x62,0xd8,0x9f,0xee,0x62,0x9d,0x60,0x80,0x16,0x4a,0x06,0x59,0x51,0x33,0xfd,0xa5,0xa0,0x82,0xea,0x79,0xd2,0xa8,0x96,0x0d,0x74,0xbd,0xd9,0x87,0xc0,0xf2,0xfd,0xdf,0x7e,0xff,0xe6,0xdb,0x3f,0xbd,0xf9,0xef,0x3f,0x7f,0xff,0x87,0xdf,0xbc,0xf9,0xdd,0x77,0x95,0xab,0xe7,0x09,0xdb,0x00,0x8f,0xa9,0x46,0xf7,0x51,0xbb,0x4b,0xfe,0x43,0xd9,0xc3,0xc0,0x4f,0x66,0x31,0xdb,0x24,0x2e,0x88,0xdd,0xe9,0xc0,0xd7,0xf6,0x1e,0xbe,0x28,0x56,0x60,0xce,0x2d,0xb3,0x00,0x1a,0xa6,0x4d,0x00,0xf7,0x7f,0xfe,0xe5,0xff,0xdf,0x7c,0xfb,0xbf,0x6f,0xbe,0xfd,0xe3,0x3f,0xbf,0xfb,0x6d,0xad,0x07,0x0b,0x86,0xb3,0xd4,0xf4,0x5e,0xce,0x20,0x8c,0x83,0x64,0x8e,0x35,0x22,0xb6,0x13,0x92,0x19,0x6b,0xd8,0x9e,0xd9,0x24,0xdb,0x20,0x91,0xae,0x21,0x9a,0x85,0x3f,0x81,0x24,0x67,0x2c,0x0b,0x63,0x28,0xd3,0x65,0xd6,0x5e,0xf6,0xe9,0xbe,0x55,0x06,0x9f,0x51,0x76,0xf2,0x49,0x23,0xd4,0xbb,0x53,0x64,0xf7,0x78,0xd0,0xa8,0xb7,0x6d,0xb1,0x8a,0xf4,0xa0,0x9e,0x51,0x55,0x92,0x4e,0xe1,0xf9,0x69,0xa4,0x8e,0x73,0x74,0xd4,0xc5,0xb6,0x51,0x25,0x8e,0xa9,0x04,0xe7,0xe4,0x13,0xa7,0x54,0xb7,0x80,0x54,0x2f,0x60,0x09,0x6b,0x88,0x85,0xb5,0xf5,0x7d,0xa4,0xe2,0x9d,0xe2,0xd5,0x22,0x81,0x02,0xdb,0xed,0xb6,0xa3,0xea,0x1e,0x53,0x30,0xf5,0xa6,0x8b,0x12,0x4d,0xca,0xda,0xb1,0x32,0x02,0x71,0xfa,0x0f,0x72,0x66,0x06,0xaf,0xaa,0xc0,0xa5,0xcf,0xf5,0xa5,0x51,0xcb,0xa0,0x05,0xde,0xd1,0xa8,0x4c,0x04,0x7e,0x0e,0xe7,0x7e,0xd3,0x21,0x50,0xfc,0x76,0x8a,0x4c,0xe3,0x6e,0x21,0x76,0xcb,0xb7,0x8b,0x6a,0x82,0xb7,0x30,0x07,0xd3,0xb2,0x0a,0xf6,0x9b,0x15,0xda,0x28,0xee,0xe9,0xf5,0x4e,0xc9,0xd2,0xc1,0xdc,0x24,0x55,0x7f,0xc8,0xf3,0x16,0xc2,0x8b,0xd3,0x71,0x8c,0x8a,0xbb,0x34,0x7f,0xc8,0xe7,0x6d,0x25,0x28,0xaa,0xe6,0x89,0xad,0x32,0x9b,0xa5,0x25,0xf7,0x22,0x96,0x62,0x24,0x7a,0xa9,0xf9,0xe7,0x7a,0x40,0x74,0x53,0x69,0xc0,0x5b,0x93,0x5f,0xb4,0xb1,0x77,0x64,0x55,0xe8,0xc6,0xaa,0x8d,0xbc,0x64,0xaa,0x85,0xc4,0x65,0x88,0x6c,0xe6,0x90,0xc0,0x68,0x46,0xd9,0x2c,0x8b,0x8d,0x25,0x4e,0x71,0xd5,0x5d,0x6b,0x4d,0xae,0xfb,0xe4,0xf4,0xfb,0x3f,0xfd,0xdf,0x9b,0xbf,0xff,0x8f,0x91,0x9e,0xc8,0xb2,0xc8,0x48,0xf1,0x0c,0x0b,0xd7,0x6b,0x32,0x74,0x65,0xa8,0xd2,0x9a,0xae,0xf6,0x11,0xfc,0x14,0x25,0x64,0x0d,0x50,0xd5,0x36,0x9a,0x21,0xa0,0x52,0xbd,0x32,0x2b,0x34,0xcf,0x79,0x59,0x17,0x9a,0x20,0x38,0xb6,0x74,0xcb,0x5c,0xf7,0x4c,0xec,0xec,0x12,0xcd,0xf4,0xde,0xaa,0x66,0xca,0x2b,0xaa,0x56,0xcd,0xd2,0x75,0xdf,0x47,0x37,0x15,0x06,0x5b,0xa9,0x20,0x33,0x0b,0xb7,0x1d,0x59,0x26,0xcb,0xd3,0x7e,0xb5,0x41,0x8a,0xf7,0x24,0xb0,0x59,0x65,0x18,0xa5,0xb0,0xc9,0x05,0xd3,0x33,0xd2,0x77,0x4b,0xce,0xca,0xf4,0xdd,0x16,0x71,0xb9,0xb3,0x95,0x6a,0x8d,0x65,0x84,0x4b,0x65,0x46,0x35,0x75,0xb9,0x44,0xd7,0xfd,0x6c,0x96,0x08,0x78,0xc8,0xaa,0xb2,0xcb,0xdc,0x5c,0x75,0x12,0x33,0x2f,0x8c,0x3f,0x3b,0x86,0xea,0x20,0xb3,0xfc,0x10,0x9e,0x21,0x9a,0x83,0x1f,0x9f,0x8c,0x1a,0xce,0x06,0x04,0x92,0x23,0x08,0xb7,0x52,0x80,0x6f,0xbe,0x21,0xe6,0x34,0xb6,0x1e,0xeb,0xa6,0x49,0xe5,0xb4,0x4c,0x93,0x8e,0xc8,0x76,0xcf,0x52,0xab,0xf0,0x7a,0xd3,0x2e,0xe5,0xd6,0xc9,0x09,0x65,0x24,0x77,0x22,0x0b,0xff,0x6a,0x3a,0x98,0xc2,0x09,0x89,0x96,0x7a,0x96,0x64,0xd9,0x4d,0x93,0x80,0xf1,0x6d,0x30,0x32,0x03,0xc5,0x6e,0x10,0x38,0x2c,0x2e,0x1c,0xfc,0x1b,0x4e,0x28,0x9f,0xb6,0x2f,0xe2,0x8b,0xf8,0x49,0x94,0x27,0x4d,0x22,0xb9,0x1f,0x1c,0x02,0xfb,0xb6,0x63,0x07,0x64,0xfb,0x0d,0x89,0x95,0x76,0x80,0xda,0x2a,0xf4,0x28,0xad,0x62,0x13,0x97,0x69,0x8d,0xe2,0x1e,0x6d,0x2e,0x24,0x70,0xa2,0xf7,0x2a,0x17,0x51,0xce,0x6f,0xad,0x00,0x68,0x36,0x5a,0x17,0xec,0xc6,0x96,0xc1,0xb4,0xa2,0x92,0x20,0xa6,0xe1,0xbc,0x25,0x69,0x74,0xbd,0xe2,0x65,0xde,0x34,0x2f,0x79,0xe9,0x96,0x43,0x9c,0xad,0x0a,0x77,0x2c,0x1d,0xaa,0xd8,0x38,0x73,0x7d,0xfe,0x36,0x48,0xdd,0xc9,0x5a,0xc8,0x68,0x57,0x42,0x98,0xbc,0x71,0xee,0x9b,0xcb,0xce,0x1b,0xf5,0xfa,0x59,0x45,0x31,0xc6,0x79,0xf3,0x56,0x5f,0x0d,0x67,0x54,0x70,0x26,0x4e,0x55,0xc8,0xb4,0x16,0x84,0x32,0x62,0x9e,0x95,0x02,0x9d,0xc1,0x68,0x5c,0xe4,0x41,0x4b,0x50,0x96,0x9f,0x20,0x4b,0xf3,0x58,0x24,0x0c,0x6b,0x9a,0x45,0xac,0xc9,0x13,0x6c,0x4b,0x1b,0x95,0x9d,0xfe,0x4a,0xbd,0x49,0x6d,0x2d,0x66,0x25,0x16,0x0b,0x5b,0x6d,0xa2,0xe7,0x73,0x1f,0xad,0x61,0xae,0xf2,0xf2,0xc4,0xa9,0xac,0x23,0xc1,0xaa,0xea,0x6a,0xdc,0x72,0x0d,0x6b,0x5f,0xeb,0x6e,0x74,0x36,0xca,0x6f,0x2c,0x96,0xd5,0x5c,0x95,0x2f,0x02,0xcf,0x36,0x86,0xd6,0xfa,0x2a,0xd7,0xae,0x30,0x6d,0xbe,0xce,0x56,0x23,0xdc,0xea,0x6e,0x6e,0x39,0x1b,0x47,0xce,0x96,0x26,0x07,0xd9,0xe4,0x96,0xb3,0x54,0x92,0xd2,0x6d,0x8c,0x3e,0x4a,0x4d,0x83,0x91,0x75,0xdb,0x7a,0xc6,0x25,0x6c,0x7a,0x3d,0xbb,0x2a,0x1f,0xad,0xab,0x1c,0xfa,0x5e,0x46,0xb7,0xc4,0x7e,0xe4,0x4d,0xe7,0xa2,0xed,0x60,0x9f,0xb3,0xc6,0x6a,0x64,0x2b,0xd4,0x5a,0x6c,0x66,0x0a,0x2f,0x1b,0x9e,0x45,0x1d,0xdb,0x69,0x96,0xc6,0x3e,0xe6,0x25,0x7f,0xbd,0x7c,0xc6,0x25,0xf3,0xa2,0x88,0xfc,0xcd,0x91,0x15,0x0d,0x1a,0x36,0x1c,0x28,0xb3,0xbc,0xb0,0xef,0xc8,0x2f,0xea,0xae,0xeb,0x2f,0x6a,0xee,0xeb,0x2f,0x6a,0x2f,0xec,0x2f,0x96,0xde,0xd8,0x5f,0x94,0x2e,0xda,0x4d,0xa3,0x80,0xb0,0x9a,0x27,0x11,0xc5,0x7f,0x50,0x55,0x72,0x2e,0xbe,0x08,0x58,0x68,0x5e,0xe7,0x81,0xe8,0xc3,0x1c,0x48,0x9d,0xd8,0x10,0x03,0x17,0x1b,0x11,0x4a,0x17,0xdc,0x57,0x40,0x00,0xf3,0xbd,0x80,0x8d,0x9d,0x8d,0xa3,0x97,0x09,0x31,0x5f,0xbc,0x61,0xc1,0xd1,0x82,0x9c,0x77,0xf5,0xdd,0x29,0x53,0x86,0x6a,0x87,0x35,0x65,0x58,0x50,0xd5,0xc2,0xa6,0xa8,0x17,0xf1,0xf0,0xaa,0x93,0x3b,0x33,0x7c,0x3b,0x5c,0xb2,0x1a,0x40,0x2e,0x04,0x16,0x8d,0x69,0x96,0xf3,0x7e,0xc3,0xbd,0x90,0xe4,0x85,0x99,0xe8,0xd2,0xad,0x8f,0x86,0xed,0xa7,0x6a,0xf0,0x3a,0x1d,0x2e,0xbd,0x69,0xb0,0xdf,0x33,0xd9,0xb4,0xdc,0x4c,0xaa,0x70,0xb9,0xdf,0xd8,0x2f,0xc0,0x98,0x2d,0x7e,0x20,0x5b,0x77,0xbf,0x51,0xbc,0x32,0xb5,0x69,0x65,0xa9,0x7c,0x97,0x79,0x0b,0xb3,0x1e,0x55,0xbd,0x41,0xb5,0x88,0x4d,0x92,0x78,0x25,0x76,0x12,0x1b,0x88,0x05,0xaa,0xde,0x45,0xd9,0x6f,0xe4,0xff,0x14,0xba,0x81,0xaf,0x27,0x3c,0xf3,0x18,0x6d,0xc0,0x94,0x6a,0x60,0x29,0x8f,0x70,0x5d,0x03,0xc7,0x30,0x02,0xee,0x39,0x2f,0x62,0xd6,0xc8,0xa9,0x6f,0x36,0x31,0xfc,0x69,0x60,0x03,0x3a,0xfc,0x6e,0x5d,0x9a,0x00,0xff,0x9d,0x98,0x25,0x2e,0xc0,0xeb,0xcc,0x18,0x12,0xcd,0x3d,0xbb,0xe2,0x10,0x17,0xf5,0x4f,0x8f,0x9f,0x91,0xe7,0xaf,0x5e,0x9d,0xbc,0xfa,0xc0,0x6c,0x53,0x58,0x8d,0x94,0x6d,0x35,0x61,0xe4,0x39,0xab,0x42,0x9a,0x68,0x5b,0x6c,0x9b,0xbe,0x6f,0x47,0xc9,0xa2,0x9f,0x01,0x52,0x6a,0xd3,0x38,0x70,0xc5,0xab,0x21,0xfc,0xfd,0x15,0xf5,0x8f,0x2e,0x5d,0xf9,0xbf,0x17,0xf8,0x17,0xf3,0xb1,0x6e,0x9b,0x78,0x40,0x00,0x00};