From 223a22457fcda9da46d51fc80c229c619d6825b5 Mon Sep 17 00:00:00 2001 From: Stuart Olivera Date: Wed, 12 Oct 2016 17:05:50 -0700 Subject: [PATCH] =?UTF-8?q?ui:=20don=E2=80=99t=20consider=20aborted=20requ?= =?UTF-8?q?ests=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If an existing request is aborted due to a new request, ignore the completion of the initial request. Example: 1. Chrome dev tools: enable 5 second network latency 2. Execute query 3. A second later, execute the query again 4. Currently, the spinner will hide, and the stats will immediately display, as if the request had completed. Instead, the spinner and stats should wait until the 2nd execution finishes. --- web/ui/bindata.go | 148 ++++++++++++++++++++++++++++++++++++++ web/ui/static/js/graph.js | 5 +- 2 files changed, 152 insertions(+), 1 deletion(-) diff --git a/web/ui/bindata.go b/web/ui/bindata.go index b3948f372a..65457db7d6 100644 --- a/web/ui/bindata.go +++ b/web/ui/bindata.go @@ -118,7 +118,11 @@ func webUiTemplates_baseHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/_base.html", size: 2627, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/_base.html", size: 2627, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -138,7 +142,11 @@ func webUiTemplatesAlertsHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/alerts.html", size: 1795, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/alerts.html", size: 1795, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -158,7 +166,11 @@ func webUiTemplatesConfigHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/config.html", size: 175, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/config.html", size: 175, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -178,7 +190,11 @@ func webUiTemplatesFlagsHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/flags.html", size: 433, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/flags.html", size: 433, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -198,7 +214,11 @@ func webUiTemplatesGraphHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/graph.html", size: 1467, mode: os.FileMode(420), modTime: time.Unix(1477348822, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/graph.html", size: 1467, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -218,7 +238,11 @@ func webUiTemplatesRulesHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/rules.html", size: 209, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/rules.html", size: 209, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -238,7 +262,11 @@ func webUiTemplatesStatusHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/status.html", size: 1193, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/status.html", size: 1193, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -258,7 +286,11 @@ func webUiTemplatesTargetsHtml() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/templates/targets.html", size: 2269, mode: os.FileMode(420), modTime: time.Unix(1477348822, 0)} +======= + info := bindataFileInfo{name: "web/ui/templates/targets.html", size: 2258, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -278,7 +310,11 @@ func webUiStaticCssAlertsCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/css/alerts.css", size: 74, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/css/alerts.css", size: 74, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -298,7 +334,11 @@ func webUiStaticCssGraphCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/css/graph.css", size: 2668, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/css/graph.css", size: 2668, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -318,7 +358,11 @@ func webUiStaticCssProm_consoleCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/css/prom_console.css", size: 2883, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/css/prom_console.css", size: 2883, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -338,7 +382,11 @@ func webUiStaticCssPrometheusCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/css/prometheus.css", size: 405, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/css/prometheus.css", size: 405, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -358,7 +406,11 @@ func webUiStaticImgAjaxLoaderGif() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/img/ajax-loader.gif", size: 847, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/img/ajax-loader.gif", size: 847, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -378,12 +430,20 @@ func webUiStaticJsAlertsJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/js/alerts.js", size: 445, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/js/alerts.js", size: 445, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } +<<<<<<< HEAD var _webUiStaticJsGraphJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xe4\x7c\xeb\x72\xdb\xc8\xb1\xf0\x7f\x3d\xc5\x18\xeb\x32\xc1\x88\x82\x24\x6f\xb2\x5f\xa2\x5b\x3e\xaf\x2d\xc7\x4e\x76\x6d\xaf\xac\x4d\x72\x4a\xab\xa8\x40\x62\x44\xc2\x06\x01\x2c\x00\x4a\x62\xbc\x7a\xf7\xd3\x97\xb9\x02\xa0\x48\xdb\x75\x52\x75\xea\xe8\x07\x28\xcc\xa5\xa7\xa7\xa7\xa7\x6f\xd3\x83\x9b\xb8\x12\xef\xaa\x62\x2e\x9b\x99\x5c\xd4\xe2\xd8\x7d\xf9\xed\x37\xf1\xe9\xfe\x70\x0b\x9b\x4c\xab\xb8\x9c\x9d\xcb\x79\x99\xc5\x8d\x3c\xdc\xa2\xb2\xf7\xa7\xcf\xdf\xbe\x79\x01\x5d\xf6\xf7\xf6\xf6\xa0\xec\x55\x9c\x27\x99\x1c\xc7\x55\x1d\x55\x72\x9a\xd6\x8d\xac\x5e\xc9\xac\x94\x55\x38\x28\xe3\x66\xf6\xae\x92\xd7\xe9\xdd\x60\x24\xae\x17\xf9\xa4\x49\x8b\x3c\x1c\x8a\x4f\xa2\x92\xcd\xa2\xca\xc5\xbb\x67\xe7\xaf\xae\xde\x9d\x9d\xbe\x7c\xfd\xcf\x43\x71\x3f\x04\x68\x16\x8f\xe8\x2f\x38\x38\x8c\x63\x3a\xca\x4c\xce\x65\xde\x8c\x44\x51\xe2\x7b\x3d\x12\x33\x1a\xfb\x39\xfc\x4c\xa5\x7e\x3b\x93\xf3\xe2\x46\xc2\x20\x5b\x42\x34\xb3\xb4\x8e\x64\x06\x40\x54\xdf\x43\x5d\x48\x33\x7b\x75\xfe\xe3\x0f\x50\x97\x2f\xb2\xcc\x54\x28\xd8\x50\xac\xfe\x33\x35\xee\x60\x50\xed\xbe\xb6\xda\x30\x0a\x2e\xea\x8c\x8e\xf0\x50\x0c\xb1\xc7\x10\xbb\xde\x9b\xfe\x55\x3a\xf9\x58\xcf\xe2\x5b\x3d\x77\x0f\xb5\x24\x6e\x62\x28\xbb\xb8\x04\x3a\xa9\xa2\x34\x4f\x9b\x34\xce\xd2\x7f\xcb\x10\x20\xdd\xf7\x10\x30\x6a\xd2\xb9\x7c\x19\x4f\x9a\xa2\xc2\x49\x21\x1a\xc1\x32\x38\x10\xdf\xed\x89\xdf\xf1\xe3\xe9\xef\xe1\xf1\xed\x77\x7f\x18\x61\xd5\x6d\xb7\xea\xff\x51\x45\xd2\xaa\xa0\xc2\x99\x2d\xa4\xf7\x39\xbd\xd3\xbf\x35\xfc\xbb\xdf\x8f\x11\xb0\x48\xf9\xf7\x38\x5b\x48\x44\xe8\x02\x1b\xef\xd7\xc1\x08\x9e\x7b\xfc\x33\xc7\xe7\x1f\xe8\xb9\xcf\x3f\xdf\xee\xf1\xdb\x0c\x9f\x4f\xe9\xf9\x1d\x3d\xf7\xf9\x65\x3f\xa1\x0a\x78\x12\xb4\x5b\x7a\xa3\xe7\xef\xe9\xf9\x47\x7a\xee\x2f\xa9\x7c\x19\x6c\x5d\xf6\xa1\x95\x2f\xe6\xf4\x0f\x62\xb5\xd7\xd7\xa0\xac\x8a\xa6\x68\x96\xa5\x74\xc8\xde\x5d\x64\xdc\x23\xb5\xcc\xae\xa1\x06\x97\x08\x57\x0f\x5f\xa3\x34\xf1\xb6\x59\x7b\xd0\xed\x6d\x5a\xd5\xdd\x5d\xf1\x5e\x36\x22\x91\xd7\xf1\x22\x6b\x34\x0f\x46\x1a\x88\x7e\x27\x60\x0a\xec\x61\xbb\xb2\x42\x96\xbc\x4a\xf3\x72\xd1\xe8\x56\x7d\x55\xb0\xcf\x91\xa2\xd8\x3d\xbd\x16\xa1\xd7\xae\x89\xc7\xe2\xf8\xf8\x58\x2c\x72\xc0\x24\xcd\x65\xa2\x19\xb8\xdb\x4a\xec\x13\x0b\x2b\xe4\x5f\x54\xf1\x2d\x8b\x0d\x31\x29\xf2\xa6\x2a\xb2\x5a\x00\xcf\xd3\x4b\x0c\x80\x2a\x71\x0d\x24\x10\x56\x68\x88\x46\x89\x97\x68\x4b\xcf\xc3\xdd\x9b\x8f\x43\x4f\x06\x79\x58\x0e\x87\x66\xea\x32\x8b\xe2\xb2\x94\x79\x12\xfa\x10\x86\x9a\xa8\x7f\x01\xa2\x82\x24\x92\x95\xcc\x27\xc0\x77\x4d\x21\xe2\x2c\x83\x05\x92\x22\xcd\x41\x62\xc9\xba\x49\xf3\xa9\x96\x12\x35\x14\x52\x9d\x9d\x08\xe3\x0e\x58\x33\xb8\x71\x0a\x73\x92\x37\xd0\x56\x6d\xe9\x8a\xd6\xc8\xc8\xcc\x7f\x54\x88\x4e\xa5\xc9\x0f\xe8\x01\x15\x93\x30\xf8\x86\x6a\xaf\x6e\xb9\x3a\x10\xdb\x7a\x11\xed\x54\x7e\x5d\xc8\x6a\xf9\xb2\xa8\xe6\xd0\xd9\x85\xa5\x20\x70\xfd\xd5\x35\x34\x08\x78\x76\x3c\xc2\x5d\x59\xf5\x77\x68\xe4\x5d\x13\x57\x32\xbe\xc8\xe3\xb9\x3c\xc6\x76\x97\x81\x43\x38\x78\x8f\x3e\xca\x65\x09\x24\xa8\x43\x2b\x6a\xf5\x7a\xc3\x5c\x4f\x91\x40\xe2\x36\xae\x05\x35\x92\x89\xb8\x4d\x9b\x59\x01\x1c\x84\x24\xaa\x67\xe9\x75\x23\x00\x42\x44\xed\x91\x93\x64\x74\x3b\x4b\x27\x20\xbe\x80\x37\xbe\x15\x4f\x9e\x88\x47\x32\xa2\x66\x7f\x93\x4b\x0d\xb7\x3d\xd9\xa8\x5e\x8c\xe7\x69\x13\x12\x66\xf8\x27\x61\xbb\x11\x81\x5f\xf0\x56\xd0\x35\xc4\x68\x84\xd7\xb3\x45\x53\xec\x00\x46\xb8\x0b\x11\x13\x9c\xa8\xc0\x99\x8a\x22\x17\xc4\xe2\x8c\x12\x2e\x4a\x71\x7d\x5d\xcb\x46\x6d\xc9\x88\xdf\x5e\xc9\x74\x3a\x6b\xc4\x0e\x97\x4d\xb2\x14\x06\xe3\xb2\x43\xd3\x8f\xc1\x9f\x2b\x12\xfa\xca\xc8\x4e\x45\x00\x9b\xc2\x7b\x34\x01\x12\x0e\x66\x04\x02\x14\xde\x20\x06\x04\x07\xed\x52\x60\x85\x7a\x02\xdb\x22\x53\xc3\x6f\x2b\xdc\xf4\xf4\xf8\xe7\x31\x2b\x87\x08\x06\x1a\x00\x6d\x17\x25\x4f\xa8\xab\x46\x5d\xf4\x94\x42\x21\x45\x2a\xd4\xd3\x2e\xf2\x84\x34\x15\xef\x0f\x57\x77\x39\x4c\x44\xd2\xe1\xb5\x2b\x37\xec\xfa\x30\x33\x11\x16\xcc\x49\x8e\x28\x71\x19\xaa\x6e\xe2\xc9\x47\x99\x7c\xdf\xe4\xab\x60\xe8\x26\x57\xe3\x26\xef\x76\xdc\x60\x64\xd5\xd2\x1d\x35\xcd\x6b\x59\x35\x3f\xca\x06\x14\xe8\x2a\x08\x50\x28\x27\x0a\x04\xb7\xbf\x9a\x53\x07\x17\x10\xc8\x08\x20\xea\xec\x35\xf2\xfc\x4d\x9c\x6d\x02\x4b\x75\xb9\x74\xb7\x23\x88\x8c\xba\xc8\xe4\x39\x09\xc8\xbe\x5d\xac\x1a\x38\x23\xb3\x9c\x83\x0e\x62\x45\x17\x16\x1d\x46\x18\xb9\xc3\x81\x20\xae\xfb\x7b\xc5\x17\x68\x35\xec\x34\xc5\x74\x9a\xc9\xe3\x01\x34\x1c\xb8\xd3\xc5\x8e\x91\xfc\xb5\x23\xfc\x87\xf8\x80\x69\xce\x8a\xdb\x76\x6b\x60\x3d\x2a\xcf\xa3\x31\x35\x0d\x1c\x9e\x34\x62\x03\xf7\x0e\xf0\xe4\x94\xf6\x1c\x6c\x8e\x88\x5f\x14\x93\xf7\x28\x11\xae\x8f\x4a\xe0\xe3\x1c\xf6\x3a\x2c\x68\x22\xef\x42\xb7\xbd\xcb\xb3\xba\x02\xa5\xcd\x63\x90\xaa\x28\x48\x15\x84\xb8\x69\x2a\x98\x76\x95\xc6\x3b\x5a\x01\x05\xc3\x21\xf4\xae\x9f\x67\x31\xec\xc4\xa0\x92\x59\x11\x27\x50\xe6\x4b\x22\x96\x3f\x3f\xe1\x3a\x5b\x51\xc3\xbb\x88\x45\xfe\x19\x9b\xac\x68\xb9\xd5\xe2\xba\x98\x80\xa5\x3c\x06\x3e\x44\x55\x42\xc2\x17\x58\xaa\x91\x71\x02\xdb\x59\x30\x2c\xd4\x28\x51\x1f\x83\x46\x63\x5a\x1a\xd8\xd7\x09\x90\x11\x6d\x12\x36\x87\x7b\x29\x69\x37\x30\x8d\xe9\x91\x84\x8a\x81\x4b\x43\xff\x6d\xa8\xda\x28\x23\xbb\x5f\x92\xde\x0f\xad\xee\xa8\xaa\x62\x85\xf2\xe0\xba\x00\xe8\x97\x26\x8a\xea\x96\x59\x9f\xb1\x48\x5c\xcd\xab\x28\x94\xda\x1c\xae\x77\x94\x81\xe0\x75\x71\x5a\x2f\x9f\xdd\xa5\xf5\xca\xd6\xcb\xab\x18\xaa\x9d\xe6\x99\x9c\x82\xfa\x5f\x81\x0e\x57\xba\xc2\xa6\x4c\xf3\x5c\xae\x9a\xb4\xaa\x75\xd5\x24\xd0\xf5\x7d\x13\x37\x2b\x76\x19\xd5\x5f\xd5\xd8\xc0\x53\xca\x79\xf2\x02\x8c\x96\xfe\x3e\x8e\x40\x83\x76\x5d\x41\xaa\x3a\xa3\xd5\x2f\xd1\x86\x2f\xc1\x35\x00\xa7\x8a\xb9\x22\x83\x5d\xb0\x88\xa7\xf2\x40\x0c\x64\x3e\x18\x51\x19\x36\x78\x2f\x81\xe9\x93\xfa\x40\x5c\xc7\x59\x2d\x47\x46\x0d\x74\x0c\x3c\x33\xa4\xcf\x67\x76\xcc\x38\x1c\xf8\x23\x83\x26\x03\x35\x45\x76\xfb\x2a\x50\x6c\x08\xb6\x60\x29\xbd\xe3\xe9\xad\x9e\x1d\xe7\xea\xab\x96\x10\x5e\x0d\x62\x51\x22\x8e\x67\xdc\x5c\x03\x31\x5b\xae\x7e\x6f\x54\x4a\xc7\x11\x53\x7b\xc3\xd5\x3c\xbc\x77\xc8\xec\x1d\xec\x0f\x94\x5f\xa6\x0d\xfa\x66\x99\x49\x02\xc7\x8a\xad\x03\x0f\x1b\xa5\x40\x7b\xcd\xb0\x56\x0d\xf2\x72\x0f\xa2\x69\xb6\x2c\x67\xd8\x64\xe0\x08\x2f\x1f\xd1\xb0\x23\x94\x2c\x94\x38\x49\x94\x00\x03\xb5\xb9\x53\x56\xe9\x3c\xae\x96\x81\x31\x97\x10\xb0\xd3\xc6\x0c\xb6\x33\x99\xc9\xc9\xc7\x56\xbb\x8a\xfc\xcf\x4e\x53\x98\x13\x36\x96\x89\x6e\x7e\x0f\xd6\x4a\x2d\x57\xa2\xe4\x81\xf9\x3c\xac\x3a\x43\x3d\x8c\x99\x37\x89\x7b\xed\x31\x7b\x8b\x12\x3a\x2b\xef\xe0\x08\x66\xdd\xe4\x63\xd8\x59\xae\x3e\xda\xa3\xa5\x6a\x85\xcd\x5f\xdf\xbf\x7d\x63\x57\x03\xe4\xff\xeb\x6b\xc7\x25\x40\x6b\x58\x8d\x32\xa2\xe2\xa2\x4a\xa7\x69\x0e\x06\x03\x88\xf9\x14\x14\x04\xf9\xea\xd3\xa2\x11\xf3\x05\x48\x05\x99\x58\x38\x61\x3d\x89\x33\x74\xa8\xd0\x2d\xba\x95\x22\x97\xc0\xa1\xa0\x44\x2a\xdc\xba\x75\x53\x2d\x26\x8d\x48\x1b\x76\x93\x3c\xc8\x88\x11\xc1\x8d\xdc\xf5\x50\x41\x01\xd6\xcf\x60\x93\xd5\xe8\x19\xbc\xc0\xfd\xdb\x9a\x8b\x25\x9e\xe8\xb2\x7d\x87\x16\x7f\x16\x83\xbd\x81\x38\xc0\x9d\xa0\x35\x4e\x9b\xda\x06\x10\xef\x42\x72\x63\x43\x63\x7a\x76\xdc\x19\x6d\xe1\x77\xd6\xa2\x65\x30\x39\xfc\xa2\x55\xb5\x33\x96\xb6\x92\x1e\x6e\xd5\xa3\xcc\xd5\x86\x27\xb9\xd8\x32\x8f\x95\xb8\x37\x3a\xae\x8b\x3a\x4b\xec\xf1\xa2\x69\x8a\x5c\x1b\x90\x93\x2b\xb2\x80\x41\x64\xf7\x30\x99\x56\xfa\x13\x50\x59\xb5\x3c\x53\x36\x8b\x3b\xe8\x43\xc0\x13\xb9\x01\x70\x68\xd4\x05\xbe\x29\xea\x20\x9c\x37\x41\xfc\x14\xfa\x7e\x1e\xda\x6b\x00\x6b\xa4\x1d\xc0\xbd\x16\x52\x8f\xc4\x6f\x99\x3d\x6c\x81\x63\x1d\x30\x40\x99\xc5\x13\x09\xe6\xd3\x27\xf4\x01\x0f\x7a\xe0\x91\x68\x1f\x81\xf1\x96\x80\xca\x0c\xc6\x12\x36\x89\x0c\xee\x3b\xb6\x94\x36\xb1\x70\x9f\x82\x12\xc2\x37\x30\xe2\x2c\x47\xb3\x4b\x88\x22\x8a\xd5\x40\x8f\x5a\xd7\x3e\x01\x36\x52\xea\xdc\xf4\x58\x25\x8d\x94\xd2\xa3\xa0\xe0\x03\xec\xaa\x29\x55\x16\xe5\x02\x83\x21\xaf\x69\x86\xf1\x38\x93\x3c\xcb\x5a\x31\xaf\x11\x6e\x8e\x45\xe8\x8e\xd4\xd9\x1d\xf7\xfd\x71\x3a\x1b\xef\x5a\x39\xe2\x46\xe1\xaf\xc7\x51\xfc\x21\xbe\x0b\xb5\x2c\xc5\x41\x8a\x04\x96\xe1\x2f\xa7\xe7\xc1\x48\x15\x2e\xaa\xec\xc0\x0d\x07\x83\x41\x1f\xec\xc6\x65\xba\x7b\xb3\xbf\x9b\xc5\x63\x99\xed\x5e\x5d\x21\x65\xaf\xae\x76\x6f\x28\x74\x68\x7a\xa2\x00\x3c\x07\x24\x01\xe0\x87\xba\xc8\x4d\x79\xbd\x98\x4c\x64\x8d\xa6\x90\x46\x10\xab\x47\x14\x26\x40\x53\x6e\x51\xbb\x0e\x3c\xd2\x0c\xeb\x51\x2a\x42\x95\x78\x04\x56\x40\xa0\x40\x04\x6e\x43\x4d\x43\xf0\x80\x4e\xd1\x36\x0e\x03\xfa\x11\x28\x83\x30\x84\x14\xdf\xc4\x69\x86\x14\x12\xec\x5c\xd6\x8f\xac\x8a\xb3\x0b\x6b\x4b\xee\xcd\x7f\x48\xb9\xb9\x21\x2b\x21\x83\x73\xb3\x4d\x81\x69\x45\x48\x86\x06\x45\x28\xe1\xe7\x48\x77\x00\x0b\x37\x9f\x36\x33\x28\xdb\xde\xee\xc1\xd6\xdd\x0b\x17\x7b\x97\xc6\x74\x03\x21\x1a\xe6\xf2\x56\xbc\xa5\xf7\x50\x01\xbb\x48\x2f\x47\xc2\xfe\x3f\x1c\xba\xd8\x6e\x79\x80\x89\xc3\x90\x45\xe2\x19\xf8\x3e\xa1\x37\x70\xb1\xa8\x26\xb0\x2a\x0a\xd0\xc8\xa9\x4a\x1b\x39\x87\x85\x09\xe2\x2c\x0b\x2c\x68\x67\x18\xd8\x7e\xe7\xc0\x3c\xa4\x1b\x29\x58\x37\xa3\xe8\x9e\x88\xaf\x31\x14\x05\x2e\x5e\x3c\x99\x21\xb1\x29\xec\xa3\x47\x17\x65\xb6\x00\x4d\x39\x12\xa0\x9b\xd3\xc6\x85\x55\x40\xbb\xea\x36\x05\x53\x66\x0c\xd2\xe7\x63\xdd\xea\xa7\x19\x24\xce\xd2\x66\x19\xf5\x4c\xd0\xf3\xbc\x00\x53\x3d\x17\x72\x8e\x0e\xba\xc6\xe0\xd7\x71\xc9\xbd\x36\xdb\xd7\x6c\x4a\xf0\x76\xdf\x9a\xc3\x8a\xf5\xbb\x90\xc2\x60\xa6\xfd\x27\x6b\xdb\x72\x21\x85\x7d\x74\x40\x5e\x80\x4b\x6a\xc3\x3b\x6a\x4b\x05\xc6\xd0\xd7\x05\x18\xc8\x6f\x97\x90\x01\x81\xab\x7a\xb9\x5a\x1b\x71\x97\x61\x24\x61\x19\xad\x34\x24\x97\x7f\xa4\x63\xb0\xae\x61\x8d\x1b\xdf\x9e\xe1\x44\xf8\xea\xf8\xff\xc0\xdd\xcf\xaa\x2a\x5e\x86\x58\x3e\xf2\xa6\x33\x14\x27\xb0\x53\xec\xb2\x50\x74\x52\x41\x21\x31\xa2\xf6\x8d\x38\x71\x5b\x09\x4d\x27\x92\xe5\x97\xce\xc8\xd4\xc7\xac\x93\x17\x24\x30\x9d\x74\x28\xb6\x25\x81\xdd\x16\x1c\xf2\x68\x47\x41\x58\x55\x90\xd8\x37\x47\x4f\xeb\xe4\x72\x5c\xd5\xf2\xc5\xa2\x8a\xb1\xb9\xcb\x05\xb4\x7a\x18\x17\xb4\xec\x40\x45\x67\xa7\x78\xa8\x04\x3b\xfe\x4c\x4e\x4f\xef\xca\x30\xf8\x57\x78\xb1\xb7\xf3\xa7\xcb\xed\x61\x78\xb1\xbc\x4d\x66\xf3\x1a\xfe\x7d\xcc\xbc\x48\xf2\x28\x6e\xc0\xf6\x46\xb6\x30\x10\x23\x2a\x0b\x15\x38\xe3\x5d\x3e\x52\x4d\xed\xe9\xde\x21\xd1\x06\xeb\x54\x95\x26\xf6\xa3\x63\xf1\x6d\xcb\x0f\xfb\x6e\x4f\xfb\x8e\x38\x2a\x91\x19\xc6\xa4\xe9\x81\x17\xa8\x01\x5c\xec\x5f\x1a\xcc\x16\x79\x8a\xb1\x25\x5d\xf3\xf4\xd2\x21\x1f\xf7\xff\x5d\xf7\xb4\xc5\x39\x0b\xbb\x40\x00\x97\x6b\x29\xec\x99\x70\x1b\xef\x33\x22\x8e\xf2\xc5\xf5\x4a\x7b\x6b\x15\xb6\xe2\xad\x4e\xdc\xa6\x4f\xca\x3f\x70\x84\xd6\x27\xf9\x91\xe6\x1e\x0a\x47\x7d\x28\x3c\x00\x94\xa4\xbe\xef\xf7\xb5\x70\x5d\xd3\xf9\xd0\xd9\x70\x2b\x4c\x11\x2b\x24\xbb\xc6\xba\x55\x8b\xae\xba\xbc\xdf\xc4\x54\xf1\xcc\xe2\xff\xfc\x82\xad\x5f\x29\xb1\x23\xf6\x71\x55\x4f\x78\x75\x77\x76\x56\xae\xda\xc9\xff\x9d\x55\x03\x5d\x76\x6a\x82\x65\xeb\x97\x8c\x04\x8e\x17\x62\xfb\xed\x37\xe1\x15\xf8\x58\x2b\xb9\x80\x82\x0f\x2b\x43\x13\xa9\x72\xc3\x40\x6b\x82\x5f\x80\x22\xf7\xc5\xff\xce\xa1\x66\xe5\x89\xbb\xaf\xa2\xab\xf7\x9f\x37\x37\x2c\x4a\xb8\x31\x7b\xbc\xa6\xbb\x13\x7f\xad\x6d\x21\xb6\x1d\x3a\xc2\x2f\xa1\x54\x8d\x35\x88\xd5\xbd\x38\x11\xa8\x07\x0f\xb1\x37\x0d\x10\x2a\xa4\x36\x14\xae\xa7\x79\x4f\x8c\x6e\x15\x0a\xce\xd4\xcd\x7a\x6a\x42\xb9\xc4\x06\x30\xdb\x9b\x6f\x64\xd0\x16\x98\xcf\xb2\xfb\x54\x0c\xd9\xfd\xd3\xb8\x89\xf1\x52\xec\x43\x31\xf5\x10\x4f\xf0\x30\xf8\x06\x6c\x69\x31\xa7\x43\xe2\x7a\xab\x7f\x3b\x6c\x28\xa4\xfe\xa7\x26\xbe\xf3\x85\x13\xff\xb2\xd9\x38\xad\x37\x9f\xcd\x24\x93\x71\xc5\xb6\xf1\xb0\xb5\xa5\x3b\x42\xc7\x8a\x93\xfb\xad\x76\xd0\x06\x4d\xec\xb0\x27\x50\x1f\xc9\x79\xd9\x2c\xc3\xa1\x13\xc2\x8d\x2b\xda\xb7\xca\x02\xea\x6e\xe6\xaf\x57\x05\xea\xc8\xb8\xc8\x16\xca\x20\x5b\x7f\x94\xa9\x2d\x68\x8c\x9a\x70\x00\x1a\x44\xd9\x8f\x71\x33\x03\x3b\xeb\x2e\xa4\x7f\xae\xb3\x02\xa8\xe4\xe1\xb5\x2b\x9e\xfe\x61\x6f\x38\x12\xfb\x66\x58\x7b\xd6\xd0\x91\x1a\xd0\x5a\xe5\x6a\x39\xa2\x9d\x90\xfa\xe7\xac\xf2\x22\x03\xba\x30\x8a\xc7\x45\xd5\x58\x31\x49\x06\x57\x95\xe9\xb1\x94\x5f\xac\x5f\x81\x3a\xf1\x5c\x27\x17\x81\x13\x40\x50\x82\x83\xb6\x05\xbc\xa5\xc2\xb6\x2b\x93\x4d\x8c\x09\xce\x00\x23\x5a\x31\xb4\xbe\xd5\xd4\x76\xbc\xb5\x39\x74\x9b\xf2\xd1\x8f\x6a\x78\xe8\x03\x91\x25\x9a\xaf\x66\x55\xb8\x16\x66\x83\xda\xba\x3f\xe0\xc0\x29\x16\x34\x58\xa0\x42\x44\x3c\x63\x97\xbd\x7b\xa2\x09\xee\x41\x25\x6d\x92\x33\x59\x97\x30\x43\xd9\x6d\x7c\xc8\xb4\xf0\x22\xec\x0a\xe3\x86\x79\xd4\xf2\xab\x5e\xbe\xcd\xf0\xfe\x62\x8c\x9f\x73\x08\x76\x3d\xce\xbe\x5f\x07\xec\x82\x67\xbc\xfd\x31\x9e\x16\xff\xf3\xe1\x2c\x57\x06\x43\x2f\xf6\x03\x8f\x75\x11\x1d\x2c\x3f\x50\x54\xfa\x4f\x47\x79\xa8\x17\xf9\xfb\x1b\x46\x73\x14\xd4\xd0\xc4\x71\x7c\x52\xae\x0b\x25\xdc\xcd\xaa\x11\x32\x6d\xd9\x46\x1f\xcb\xd0\x83\x0a\x68\x8b\xb6\x90\x26\x41\x50\x55\x2e\x86\xd8\x07\x80\x45\x95\x5a\x56\x3a\x45\x78\xd4\x97\xda\xa5\xff\x00\x00\x2c\x68\xbb\x0f\x4f\xde\x85\xdc\x3a\x1d\x6a\x77\x66\x12\xa3\xc7\xe8\x75\x5a\x4d\x62\x15\x22\x91\x77\x72\xb2\xa0\x6c\x2c\xe2\x1b\x60\x02\x60\x71\x00\x3b\xec\x52\xd9\x50\x6f\x52\xcc\xcb\x4c\x36\x72\x45\x2c\x86\x4c\x2a\xeb\x25\xf7\x49\x7f\x54\x99\x7a\xc3\x1d\xb6\x42\x40\x46\xa5\xcc\x9a\x79\x16\x06\x3f\x14\x71\x22\x70\x93\x32\x6a\x06\x30\x6c\x44\x90\x82\x47\xe3\x4a\xec\x9e\x80\x7f\xad\xe5\x0d\xb7\x72\xb4\xc2\x36\x26\x47\x0e\x5b\x83\xb4\xcf\x20\xec\x44\x37\x88\x04\x19\x1a\xba\xbb\x7d\x5e\x4f\xd7\xd8\x72\xd8\x23\x42\xa6\xa4\xb6\xad\x72\xad\x57\xd7\x0c\x6d\xd5\xf8\x97\x8e\x3d\x18\xb4\x87\xd6\x34\x58\x33\xb4\x77\xf8\xbb\x81\xe1\xe1\xaa\x1e\x5c\xbe\x62\xd1\xbc\x7e\xa1\xd9\xe4\x16\x34\x73\x71\xcb\xd3\x39\xe7\xca\x76\x4b\x23\xfb\xd2\x56\x72\x50\x9f\x75\xd0\x3a\xc1\xb6\x26\x02\xd9\x39\x1a\x82\x1f\x2c\xd1\x54\x30\x43\xc2\x00\x0a\xaf\x9a\xf9\x14\xb1\xea\x3f\x3d\xe8\x71\xc7\x7a\x4f\xc8\x71\x0e\x23\x3b\x83\xdf\xa9\x74\xee\xf5\xd4\xae\x40\xb9\xca\xea\x07\x0c\xc5\x7b\x4a\x85\x82\xf3\xb5\x25\x39\xbd\xbf\x6f\x2a\xd8\xc0\xb5\x4a\x56\x76\x5c\x64\xaa\x45\xc3\xd9\xed\xc6\x44\xe1\x2a\x94\x6c\x3a\xd2\xef\x08\x37\x17\x6a\x54\x2e\x60\x2a\xc1\x51\xdd\x54\x45\x3e\x3d\xc1\xdd\xc5\x7d\x61\x63\x1d\xed\xaa\x52\x25\x36\xea\x49\x5c\x4a\x4c\x04\x55\x78\x5e\xd0\x8f\x09\x69\xdf\xfb\x6e\x60\xa6\x67\x17\x1c\x25\xe9\x8d\x98\xe0\xf9\xe2\xf1\x2f\x01\x17\xff\x12\xd8\xa1\x34\x26\x1f\x8a\x34\x07\x4c\xc6\xd5\x49\x30\xe4\xe1\xa1\xdf\x49\xb0\x96\x98\x1c\xf4\x3d\x2f\xce\xeb\x37\x1c\xda\x5c\x49\xce\x46\xb7\x50\x35\x91\x26\x0e\x9a\x89\xb0\x75\x70\xd4\x4f\xc1\xe1\x43\xc4\x5f\x4b\xfd\xf5\xe4\xef\xa1\xbf\x21\x39\x10\xc8\xd0\x45\xd3\x17\xcb\xa1\x58\xcb\x31\x92\xd7\xf8\x50\xb3\xd9\x3e\xee\x23\xe3\x88\x69\x78\x1f\x38\xce\x2c\x77\xd8\x2c\x0e\xfa\x77\x15\x35\x34\xb4\xa4\x30\xa0\x25\x25\xef\x58\x6a\xfa\x32\x2b\xe2\x46\xd5\xeb\x4d\x99\xc2\x50\x6f\xb0\x6c\xe8\xe4\xbe\x06\xdb\xaf\xf3\x6b\xcc\xd0\xda\x51\xbf\xf4\x0e\xbb\x32\xcb\xc4\x58\x32\xb0\x04\xb7\x53\x21\xa0\x37\xfa\x8a\x0e\xfc\x61\x24\xce\x67\x52\x83\x9a\xc4\xf9\xa0\xc1\x4e\x74\x68\x88\x79\x03\x75\x21\x50\xca\xe2\x69\xc4\x1c\x0f\x2d\xa6\x71\x59\x8b\x10\x53\xfe\x87\x91\x17\xb6\x50\x97\x00\x1c\x4e\x05\x34\xd7\x12\xc5\xcb\x06\x68\xdb\x81\x0f\x86\x1f\xca\x18\x94\x69\xa3\x1d\xa5\x33\x75\x27\x21\x7a\x5e\x64\x20\x9d\xdf\x71\xa5\xf5\xda\xc8\xc2\x01\xf1\xb2\xc8\x1a\xb4\xda\x88\x87\xe6\x31\x2c\xed\x5d\xe0\x8b\x28\xab\xe9\xcf\xa8\xb5\xc0\x13\x9e\xa2\xc1\x8c\x39\x6e\x4f\x67\x32\x8f\xc4\xbb\x8c\x1c\x6f\x49\x79\xc7\x31\x28\xf7\xaa\x92\x93\x86\xb2\xec\xc0\xa2\x82\x19\x44\x81\x7f\x4a\xca\x7c\x7e\x6f\x83\x27\xb1\x3e\x40\x63\xb4\xc0\x95\x2a\xad\xdc\x6c\xea\xf6\xd9\xc2\xa1\x79\x63\x2e\xb6\x87\x0b\xa0\xf4\xe7\x2a\xa9\xf4\x98\x6f\x63\xd8\x4d\xa1\x4e\x25\x02\xcc\xe7\x88\xab\xe0\xd0\x15\x55\xfa\x88\xa5\xc7\x4e\xd2\x87\x19\x56\x34\x11\x75\x7c\x91\x60\x07\xb6\xa7\x6f\x06\xb0\xa9\xb3\x42\xcc\x90\xc2\x1d\xe5\x80\x9e\x23\xaf\xfb\x81\xfa\xf5\x6d\x6a\x80\xc8\xa7\xaa\x3e\xa5\x9c\x0d\xc4\x7f\xad\x41\xf0\xef\xee\x80\xc3\xed\x17\x7b\x97\xee\x11\xdf\xf2\xc0\xd1\x8d\x1c\x13\xe2\x66\xfb\x97\x43\x6b\xc7\x19\x3b\x67\x68\x2d\xb9\x0c\xed\x60\xc5\x81\x11\xbd\x86\xdc\x83\x9d\x0f\x22\x87\x61\xc9\xf7\x94\x6d\x13\xfd\x5b\x56\xc5\x4b\xd8\x93\x18\x77\x8a\x5b\xc1\xb0\x78\x43\x43\xa2\x73\xdd\xe8\xc1\xe8\xa3\xc9\xbd\xd1\x51\x5d\xed\xc0\xfa\xfa\x9c\xf2\x46\xe9\x32\x50\x9c\x2f\x05\xec\x48\xbc\x7c\x00\xfc\x1e\xe7\xc0\xce\x29\x5f\x3a\x20\x79\x60\x12\x45\x39\x55\xd1\x46\x2f\x9c\xe1\x6c\x12\xe4\x64\x96\x66\x09\x68\x64\x10\x31\xdd\x03\x2c\xdb\xb6\x95\x53\x40\x15\x94\x56\xe9\x55\x98\x8c\x3d\x9d\x9f\xf9\x38\x1c\x38\xfa\x2f\xe0\xc4\xcc\x13\xd6\x6d\x83\x6e\x82\x66\xab\xb9\xca\xcc\xec\xb6\xb7\xe8\x77\xae\x6a\xac\x6b\x44\x43\xd9\x50\x0e\x94\xab\x40\xce\xca\x58\x07\x52\xfe\xb9\x0a\xd5\x81\x70\xfe\xf9\x0d\x78\xca\x68\x57\x81\x91\x3f\x2f\xf5\x55\x0d\xc7\x27\xd8\x3c\x5e\x06\x7a\xf7\xdb\xef\xd4\x08\xfb\x33\x7d\x53\x47\x83\x74\xa3\x4c\x1a\xcd\x1d\x33\x90\x99\x26\x71\x0e\xc8\xe6\x53\xef\x04\xb4\x76\x34\xcf\xbb\x38\xa1\x93\x62\x95\x4f\x86\x57\x2e\x40\xcf\xdc\xa4\x75\x8a\xa7\xc6\x01\x8a\xa2\x80\x77\x5e\x2d\x62\xbe\x8a\x31\x29\xf2\xeb\x74\xba\xa8\x40\x23\xdd\xed\xe0\x22\x88\x71\x01\x5e\x5e\x4c\x00\x64\x5e\x43\x4d\xad\xc1\x37\x33\xe8\x34\xe5\xeb\x4e\x71\x25\x45\x92\xd6\x65\x16\x2f\xd5\xe5\x0e\x90\xba\xd7\xe9\x9d\x85\xc3\xc1\x4f\x37\xc3\x39\x87\xe5\xa1\x13\xf8\x82\x86\x36\xe7\xd9\x06\x3e\x4e\x5c\x77\xa3\x26\x36\x73\x8d\x18\x9a\x48\x80\xb9\x08\x77\x78\xce\xa1\xa9\xe6\x1c\x5f\x30\x8d\x16\x39\xdd\x1c\x09\x3f\x81\x9c\x31\xad\x46\x28\x5e\x90\x02\xf7\x5e\x56\x9b\x03\xb7\xf6\xf6\xe6\x8e\xd8\xc7\x71\x8e\xf4\x8a\x74\x46\x21\x8b\x06\x87\x50\x0d\x7a\x07\xb0\xa9\xe0\x6f\x40\x69\x63\x00\xb7\xe1\x8b\x27\xa8\x24\xfd\x4d\xdc\xb9\xc6\xe7\xaa\x51\x4e\x94\x63\x0c\xd4\xc1\xf2\x81\xc3\xfc\x46\x90\xf2\x95\x91\x03\x1b\x0c\x74\x36\x36\x39\x8b\x7c\x83\x04\xf3\x9a\x80\xe5\x95\x04\xbd\x4d\x93\x66\xf6\x40\x9f\x7f\x60\x3d\xb9\xbb\x7f\xdc\x1b\x89\xa7\xa6\x1f\x9b\xf7\x12\x44\x6f\x5f\x2e\x20\x9f\xeb\x07\x02\xac\xea\x2c\xcd\xa5\x0e\xdd\x90\x1b\x51\x16\x59\xac\xfc\x5c\xac\x03\x4d\x38\x52\xd2\x06\xf9\xee\xc0\xf2\x3b\x17\xcf\x53\x6c\x89\x57\x63\x82\xd1\x96\x97\x58\x75\xa7\xe4\x49\x97\x58\x11\xc9\x2c\x72\xd4\x3f\x31\xa5\x0f\xfa\xe8\xec\xc0\x5a\xae\x81\xf5\x5f\x8a\xfe\x2b\x81\x31\xb2\x45\x85\x97\x82\xcc\xf4\xe4\xb5\x4e\x74\x68\xa0\x2d\x46\xb4\x62\x58\x1f\x03\xff\x65\x7a\xd7\xe0\x1e\x8b\xde\x2c\xe6\x63\x4c\x08\xa3\x06\x7f\xfb\xf1\xfb\xf3\x51\xcf\x62\x13\x8a\x6a\xb1\xdd\xec\x2e\x0f\x0d\xe5\x76\x39\x61\xec\x19\xc8\xed\xea\x85\x6c\x60\xbf\xf5\xcf\xef\x95\x6d\xb0\xd9\x24\x19\xcd\x46\xba\xe1\x27\x5e\xbc\x91\xb8\x83\x9d\x60\x77\x8b\x73\x34\x35\x38\xaa\x4b\x50\x62\x4a\xe6\x63\x61\x70\x32\x00\xf3\xdd\xc4\x56\xee\xd4\xc1\xc2\x30\x6a\x8a\x9f\xcf\x9f\xb3\xa9\x4f\x67\x32\x03\x70\xd2\xa0\xef\xc9\xe0\xd0\x01\x5b\xdf\xe2\x41\x7e\x17\x30\xcd\xe3\x8a\x6b\x03\xce\x41\x3d\x0e\xf0\xde\xc5\xb4\x42\xd9\xb6\xa3\xec\x85\x01\x9d\xf5\x90\x2d\x40\x25\x38\x0c\xaa\xa0\xee\x40\x78\x29\x04\xaf\xed\x1d\xeb\x21\xb7\x85\x9a\x6d\xd4\xe7\x61\x91\x84\x65\x37\xeb\x40\xb8\x2e\xe7\x52\xcd\x84\x4b\xcc\x10\xce\x21\x1c\x35\x00\xd7\x10\x71\xd3\xa3\x3a\x45\x2a\x4e\x60\xbd\x6a\x1f\x8d\xae\xe0\x21\xfb\x54\xdf\x72\xe8\x59\xf8\x1f\xa8\xae\x57\xb0\x70\x37\x23\x59\x1e\x64\x08\x67\xb4\x19\xc8\x97\x0c\x65\x0c\xdd\x94\xe8\x19\xf2\x7b\x39\x8b\x6f\x52\x70\x0a\x94\x1d\xf6\x4a\x77\x08\xc5\x46\xac\xc7\x78\x1d\xa8\x5f\x7f\xf0\x7a\x26\xb3\x1b\x54\x31\x1b\x8d\x7c\x4e\x17\x9c\x36\x63\xf8\x55\xa3\xba\xb1\x70\x73\xcd\x68\x6d\x58\x04\x6f\xe0\x7d\x81\xed\xe8\x8b\xae\x47\x2d\xef\xa2\x47\x12\x18\xed\x6e\x82\xec\x5f\x2a\xeb\xbd\xbc\xd7\x55\xe2\x66\x83\x43\xfb\x9e\x83\x8e\x35\xc7\x0d\xfd\x34\x41\x23\x59\x61\xa1\xd2\xe5\x6b\x70\x00\xe8\xa6\xa9\x9b\x4d\x8f\x61\x0c\x7d\x49\x90\x2d\x17\x72\xa1\x9d\x14\xfa\x3a\xbe\x91\x5b\xca\xbc\x71\x12\xe7\x9f\xfd\xf5\xd9\x3f\x85\x8e\x65\xa3\x39\x52\x54\x30\x49\xce\xb9\xdf\x31\x5e\x32\x26\xdd\x93\x23\xef\x8c\xc9\xc0\x6e\x67\x92\x4d\x98\x05\x54\xa1\xa5\x84\x86\x0e\x27\x11\x12\x3e\xee\x3d\x2f\x93\x6f\xaf\x3c\x50\xcf\xe2\xeb\xcf\xd3\x27\x77\x7c\xad\x5f\xd1\xeb\x47\xbf\x29\x08\xcd\xb2\x48\xf1\xd2\xf2\x35\x4a\xc4\x96\x6f\xdc\x35\xf0\x31\x79\xde\xbb\x66\xe1\xe6\xcf\x3b\x31\x43\x93\xcf\xbf\x11\x17\xb4\x0e\x8f\x5a\x59\x05\xf1\x46\x7c\xc0\xe7\xc2\xf6\x22\xc0\xc3\x58\xba\x94\xe6\x08\x89\x82\xda\x7c\x5f\x24\x4b\x4d\x6a\x07\x9c\x7f\xf3\xf2\x8a\xd2\x98\x45\x33\x86\xc6\x0c\x95\xfa\x79\xc7\xc6\x35\xd8\xc2\x60\x9f\xd3\x72\xd8\x00\x07\xe3\x3f\xc1\x10\x45\x70\x23\x31\x99\x2c\x38\x30\xf6\xa7\xd3\xb6\x77\x05\xf5\x30\xca\xbb\x09\x8e\x9a\xea\xe4\xa8\xc1\xfb\xf1\x19\xea\xaa\xe3\xc1\xd3\xc1\xc9\x51\x7a\x92\xf3\xc2\x1e\xed\xa6\xa0\xc4\x9a\x04\x1f\x18\x63\xf4\xb5\x8c\x6b\xfb\xf6\x65\x8d\x75\x71\x69\xe5\x07\xd3\x1a\x40\x7b\xa7\xe1\x45\x7a\xe9\x6a\x4b\x13\x7e\xec\x8b\x51\x98\x10\xc5\xe1\x43\x53\x3b\x69\x05\x62\x19\xa4\x0a\x97\xe2\xd4\x54\x13\x15\x82\xb8\xd8\xbf\xb4\x55\xee\xac\x79\x9e\x94\xc0\x7b\x68\xe8\xaf\xe2\x4c\xff\x8b\xe9\x7f\xf3\xe5\xf4\xbf\x69\xd3\xdf\xe4\x4e\xe2\xa9\x1b\x86\xa6\x4c\x50\xca\xa0\xf7\x81\xd1\xfb\x00\xe8\xdd\xe8\x98\x8f\xc6\xed\x83\x9f\x3b\x6e\x21\x6d\x1f\x9b\xc6\x17\x1f\x2e\xd5\x0a\x89\xff\x8f\xab\xe6\x96\xef\xf1\xca\x8d\xab\xdd\x93\xc0\x3d\xc1\xfa\x6a\xd6\x70\x30\xd9\x98\x33\x54\x54\x8e\x39\xa3\x7f\x74\x6e\xe2\x8d\xe4\xae\xc4\x2a\x46\x6c\x0f\x44\x96\xed\xc3\x03\x51\x13\x6f\x20\x67\xd6\xfe\x98\xc3\x35\x83\xaa\x78\xc3\x41\xaf\x3e\xf8\x19\x9c\xfc\xb2\x2c\xaa\x06\xf4\x21\x27\xc1\x52\x44\xb5\x03\x64\xad\x6a\xaf\x56\x7c\xc1\xa6\xef\x76\x47\xfb\x93\x1b\x5e\x70\xc9\xb1\xa9\xce\xfa\x8b\x7d\x53\x4b\x8f\xe7\xc5\x47\x89\x7c\x16\x01\xb0\x6b\xd3\x66\xf9\x63\x5c\xda\x94\x93\x27\x60\x9d\x07\x4f\xe2\x79\x79\xa8\x33\xd1\x8f\xa8\x24\x6b\x4c\xc1\x09\x15\x4c\x4d\xc1\x20\x18\x80\xdf\xf0\xe4\xd7\x45\xd1\x1c\xaa\x1b\xb4\xc1\x20\xc0\xa2\x6f\xbe\xfd\x93\x29\xd9\xe5\x92\xbb\xa7\x2f\x0f\x07\x5b\xfa\x46\xa8\x32\xf2\x95\x4f\xa3\xd0\x8b\xd4\x35\xa4\x70\xf7\xe2\xc9\xd1\x49\x30\xf8\x65\xf7\x72\x77\x6a\x6f\x74\x0b\x1b\xdd\xd1\xf7\xb2\xf5\x34\x2e\xea\x4b\x1d\xda\xbc\xf7\x56\xe5\x5d\xdc\x97\xc2\x6a\xbf\x5f\xa4\xcf\x78\x5a\x8b\x89\xdd\x5a\x1f\xab\xe9\x5f\x49\x02\x62\xef\x10\x10\x60\x8a\x81\xfd\x7c\xf6\x83\x8d\x3d\xba\xad\x7a\x65\xaa\xd7\x80\x43\x29\xf7\xf6\xb4\xd4\xab\xd5\x21\x2f\x1a\x2a\x4e\x12\xb6\xca\x85\xfa\x12\x12\x71\x53\xf0\x0d\x94\x5f\xa9\xdb\xe0\xea\xc6\x94\xd7\x9c\xaf\xcf\x63\xd1\x48\xc0\x40\x5d\x0b\xa5\x35\x7f\x3d\xa3\x2e\x0d\x70\x76\xea\x80\x35\x2b\x26\xe4\xe6\x47\xb5\x8c\x2b\xfe\x76\x49\x10\xb4\x16\x4c\x1f\x33\x28\xea\x51\x7a\xc2\x3b\x9d\xfb\xd4\x0f\x07\xcf\x65\x99\x3f\xc2\xfd\x61\x54\x97\x59\xda\x84\x83\x27\x03\x93\xb5\x65\x61\xf0\x37\xb3\x94\xb3\xd3\x9e\xcc\x4f\xad\x66\xa1\x1b\xe3\x6e\xc3\xe0\x09\xdb\x2e\x75\xe8\x60\xba\x96\x5a\x9a\xca\x2e\xb5\xf4\xf7\x76\x7c\xc6\xe9\xe2\xca\x26\x23\x91\xec\xb1\xf9\xd6\x8d\xf3\xc1\x0a\x15\x54\x51\x5f\xef\x62\x81\x89\x2b\xcb\x06\x27\x2c\x91\x5d\xda\xa1\x53\xcd\xf2\xa4\xb5\xf6\x78\x26\x30\xb4\x1f\xc2\xe2\xfd\xc0\xdc\x67\x43\xca\x8f\xd5\xf2\x0e\x95\x9f\xd6\x3d\x3c\xd7\x71\x72\xe3\xc5\xd9\x1b\xac\x48\x27\x0c\xf6\xbd\x3d\x3f\x3d\x68\x5d\x47\x1a\x4b\xf1\x51\x96\x0d\x65\x80\x2e\xf3\x09\xc7\x4c\x77\x17\x4d\x9a\x61\x40\x40\xff\x62\xaa\x68\x34\x2d\x0e\x08\xee\x0f\x69\x8e\x11\xa3\x53\x73\x88\xf5\xc0\x1a\x18\x7a\xf4\x6f\x5b\x5a\x4e\x16\x3e\x7a\xd7\xaa\xe9\x7b\xa7\x37\x53\xde\x5b\x74\xad\xc6\x3d\xf1\x6a\xed\x7a\xa6\x80\xbd\x4c\xa4\x4f\x0b\xbe\x9a\x3d\x1d\x10\x6f\xc7\x1f\xf0\x04\xef\xb8\xcb\xab\xe0\x81\xcb\x0a\x26\xfb\x93\x6d\xe6\x09\x1c\x8d\xbf\x77\xde\xf7\x38\xa2\x24\xb0\xd0\x81\xad\x33\x1b\xf8\xb3\x39\x7c\xa0\xfc\x44\x7d\x8b\x01\x8a\xc0\x48\x5f\x12\x73\xa0\x0b\x02\x1e\x34\xb4\x0c\xf0\x38\x97\x86\xfa\x33\x2a\x64\x87\xa8\x6b\xf7\x88\xc3\x90\xee\x0a\x31\xdf\xf5\xc8\x68\x77\x89\xae\xd3\xac\x01\x0a\xd9\x4e\xd0\x41\x4d\x6b\x4a\x61\x00\x6a\xd7\x93\xf4\xd3\x4b\xe9\x16\x83\x6c\xd2\xa5\x2d\x19\x7f\xf2\xc4\x98\x81\xe6\xca\x0c\xc3\x79\xe4\x38\xcb\xc4\xef\x42\xb3\xe3\x69\xbd\xce\xc1\xea\x48\x93\x1e\xb1\x13\xd5\x26\xa1\x54\x1f\xed\x53\x37\x09\x0e\x96\x5a\xea\x97\x80\xf8\x5b\x1e\x40\x01\xe8\x0e\x37\x02\xad\xb3\x19\x65\x22\x3b\x3a\x07\x6a\x01\xd3\xdd\x7f\x4d\x7f\x49\xb6\x7f\x89\xa2\xed\xe3\x68\xfb\xf1\xee\xe7\x11\xab\x67\x86\x2e\xbd\x88\x23\xcf\x17\x65\x26\x15\xbd\xd4\x34\x9d\xf2\xce\xda\xdb\xba\x96\xa6\xf9\xec\xc9\x45\x8d\xac\x1b\x17\x9e\x2b\xc4\x3e\x67\x92\x0f\xad\xc7\x0a\xf6\x18\x31\xcb\xbe\xb6\x72\x06\xf5\xaa\xd3\xc0\x1a\x0d\xd6\x66\xe8\x57\xa9\x25\x7d\x2c\xf2\xed\x35\x4a\x5b\x82\xa7\xd9\xcb\x42\xe3\xef\x49\x86\xce\x90\x5a\x97\xe6\x14\x75\x7f\x7b\xcd\x83\x02\x5d\x10\x8a\xde\xa4\x2e\x3a\x1b\x2f\x83\xad\xe0\x5c\xe4\xfa\x1f\x20\xe7\xc3\x0e\x92\x8a\xd8\xda\x8f\xd2\x89\x66\x0f\xe1\xb3\x9e\x12\xeb\x26\x81\xb6\x04\x18\x9b\x7b\xa3\x07\xe6\xcd\xe2\xaf\x17\x54\xb7\xd0\x57\x1e\x1b\xd1\xc4\xd8\x36\x1d\x92\x28\x5a\x18\x36\xdc\x6a\xdf\x3f\xb5\xb6\xa6\xb3\xbb\xdf\x5e\xbf\xcd\x95\x16\xee\xe2\x67\xd6\x99\x81\x3c\x9b\x4c\x16\x73\xbc\x94\x4e\x99\x87\x1b\x08\x93\x15\x1c\x0b\xa2\x7f\xdf\xb9\x9c\xe9\x80\x35\x67\x8f\xda\xfc\x71\x6d\xff\x4e\xeb\xcf\xde\x6a\xab\x27\xbf\x5e\x0c\x7b\xd7\x78\x85\xcf\xdc\xed\x43\xe5\xc6\x5d\x44\xdb\x1b\x3d\xed\x67\x79\xa2\x93\xa6\x1a\x5e\x51\x36\x50\x8f\x07\x8e\x02\xb7\xcd\xc5\x71\x4f\x5f\xf0\xfa\x0f\xb7\x5a\x8d\x35\xd0\x44\x4e\x8a\x04\xec\x98\xd7\xcf\x8b\x79\x59\xe4\xf8\x65\xaf\x1e\x00\xfb\x97\xd6\x75\xfa\x65\x1b\x7d\xa6\x40\x04\xc3\xa1\x82\x8a\x3b\xc9\x45\x01\xec\x72\xfc\xe8\x98\x0d\x54\xf8\x43\x9a\x2b\xa3\x4e\x31\x5f\xe8\xc1\x5b\x06\x69\x4d\x67\x96\x53\x59\xa9\xc0\x81\x6b\x90\x5e\xd8\x61\x2e\xcd\x54\xff\xae\x6f\xfc\xde\xf7\x2c\x7f\xf7\x82\xee\xba\x45\x6f\xcb\x31\x77\xa9\x1d\x43\x4d\x8d\x12\x4c\xd1\x32\x49\x15\x9b\x06\x51\x37\xb1\x70\xdd\x78\x3d\xe6\x55\xc7\x62\x69\x59\x5a\x86\xcb\x4a\x8d\x61\xbf\x04\x4e\x3d\xe1\xeb\x9b\x79\xcc\x96\xfc\x8a\x5f\x97\xac\xbd\x91\x86\x5d\x26\xfd\x68\xbf\x0c\xe9\x40\xba\x50\x28\x6c\xe3\xf7\x25\x2f\xb5\xad\xaa\xa0\x5c\x60\x99\x5e\x19\xdf\x19\xe2\xde\xad\x80\x02\xba\xc1\xca\x88\xe6\xcb\x0a\xef\xa1\x47\xa9\x0e\x53\x26\x80\x8d\x54\x5f\xcd\xb2\x8b\xed\x5d\x6a\xe8\xfd\x42\x05\x26\xb9\xa7\x93\xdd\x0f\xf5\x2e\x3b\x3b\xe6\x63\xa6\x33\xfd\x81\x53\x7d\x1a\xde\xb9\xa7\x40\xa9\x4a\x86\x8b\x39\x34\xaf\x7a\xc3\x4c\x9d\xaf\x2a\x63\x72\x7b\x9a\x49\x9b\xdb\xa4\xb7\x45\x5a\xbf\x90\x40\xa1\x09\x7e\x5f\x88\x04\x07\xb9\xed\x7e\xbe\x56\x92\x62\xee\xdc\x79\xf1\x63\x3a\x45\x3e\x48\x8c\x67\x4f\xfc\xdf\xce\xe0\xa7\xcf\x42\x73\xd0\xa1\xc7\xce\x0f\x9d\xa4\x75\x62\x3c\x26\xa9\x1f\xea\xbb\xb7\x91\x0c\x72\x9f\xce\x67\x12\x86\x68\x6e\x0b\x75\x27\xa4\xee\xc7\x9b\xbe\x86\xd4\x8b\xee\x10\xa1\x60\x8a\x0a\x78\xa6\x32\x11\x45\x9e\x2d\x29\x9c\x89\x87\xc0\xb7\x71\x95\x50\xf2\x3f\xac\xc2\x38\xc5\xcf\x37\xa0\x77\x56\x64\x09\xf3\x81\x3a\xda\x8e\x1c\x26\xe8\x25\xd9\xca\x60\xc0\x2c\xae\x67\x0f\x58\x2f\xf6\xeb\x2c\x5a\xc1\xb1\xc4\x4b\x5e\x56\xf1\x74\xce\xa7\xcc\x3d\x32\xb0\x6f\x14\x3e\x81\x00\x94\xf5\x62\xd0\x9d\x0b\x92\x66\x61\x0b\xa8\xd2\xbb\xe1\xbe\xba\xa9\x98\x54\x45\x49\x87\x51\x08\x47\x7c\x83\xe8\x00\x3f\xe3\xd1\x76\xe8\x64\xba\x74\x51\xb6\x96\x78\x85\x22\xee\xde\xd9\x2b\x2b\xf8\xc6\x88\x86\xaf\x9b\x66\x8f\x13\xfa\x35\xb3\xed\x17\x3f\xed\xc8\x93\x67\xdd\x14\xbe\xc8\xb3\xba\xd1\xc8\xbc\x1e\xd1\x8b\x6d\x5c\x91\x56\x6c\x22\xcd\x1e\x96\x67\x45\x4b\x94\x09\xef\xdb\xad\x66\x62\x74\xbf\xaa\xdf\xe5\x6d\x11\x19\x31\xdf\x6d\x39\xb5\xb4\xb4\x8f\x43\xdc\xac\xd0\xe5\xbf\x03\x00\x00\xff\xff\x1e\xec\xb8\x8e\xfa\x5d\x00\x00") +======= +var _webUiStaticJsGraphJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xe4\x7c\x6d\x77\xdb\xb8\xb1\xf0\x77\xff\x8a\x09\x37\x27\xa2\xd6\x32\x65\x67\xdb\x7d\x5a\xd9\x72\x9f\x6c\x5e\x9a\xb4\xd9\x24\x75\xbc\xed\xde\xe3\xb8\x3e\x10\x09\x89\x88\x29\x92\x05\x20\xdb\x6a\xe2\xff\x7e\x0f\x06\xaf\x7c\x91\xa5\xdd\x3d\xb7\xe7\xdc\x73\xf3\x41\x0e\xc1\xc1\xcc\x60\x30\x18\xcc\x0c\x06\xbc\x21\x1c\x3e\xf0\x6a\x49\x65\x4e\x57\x02\xa6\xe1\xc3\xd7\xaf\xf0\xe5\xfe\x78\x4f\x81\x2c\x38\xa9\xf3\x73\xba\xac\x0b\x22\xe9\xf1\x1e\xb6\x7d\x7c\xf9\xfc\xfd\xbb\x17\x30\x85\xa3\xc3\xc3\xc3\xe3\xbd\xbd\xd7\xa4\xcc\x0a\x3a\x23\x5c\x24\x9c\x2e\x98\x90\x94\xbf\xa6\x45\x4d\x79\x3c\xa8\x89\xcc\x3f\x70\x3a\x67\x77\x83\x11\xcc\x57\x65\x2a\x59\x55\xc6\x43\xf8\x02\x9c\xca\x15\x2f\xe1\xc3\xb3\xf3\xd7\x57\x1f\xce\x5e\xbe\x7a\xf3\xf3\x31\xdc\x0f\x8f\xf7\xf6\x3c\x1f\xc9\x9f\x15\x71\x98\xfa\x8e\xb4\xa0\x4b\x5a\xca\x11\x54\xb5\x7a\x16\x23\xc8\x91\xf6\xf3\x9c\x94\x0b\x6a\x9f\xce\xe8\xb2\xba\xa1\x43\xf8\xb2\x07\x20\x73\x26\x12\x5a\xc0\x14\x4c\xdf\x63\xdb\x88\x23\x7b\x7d\xfe\xe3\x5b\x98\x42\xb9\x2a\x0a\xf7\xc2\xe0\x86\xa9\xa5\xe2\xde\x84\xc4\x60\xda\xa0\xdd\x82\xd1\x2c\x84\xac\x6b\x76\xa0\xc1\x62\xac\x7a\x0c\x55\xd7\x7b\xd7\x9f\xb3\xf4\x5a\xe4\xe4\xd6\x8e\xbd\xc1\x5a\x46\x24\x81\x29\x5c\x5c\x1e\xef\xd9\x26\x56\x32\xc9\x48\xc1\xfe\x4d\xe3\xe1\xf1\xde\x7d\x8f\x00\x13\xc9\x96\xf4\x15\x49\x65\xc5\xd5\xa0\x14\x1b\xd1\x3a\x9a\xc0\xf7\x87\xf0\xad\xfe\x79\xfa\x3b\xf8\x16\xbe\xfb\xfe\xf7\x23\xf5\xea\xb6\xfb\xea\xff\xe1\x8b\xac\xf5\x02\x1b\x73\xdf\x88\xcf\x4b\x7c\xc6\xff\x8a\x68\x02\x47\xfd\x1c\x09\x49\xeb\xbf\x93\x62\x45\x15\x43\x17\x0a\xf8\x48\x44\x23\x88\x8e\x0e\xf5\x9f\xa5\xfa\xfd\x3d\xfe\x1e\xe9\x3f\xdf\x1d\xea\xa7\x5c\xfd\x3e\xc5\xdf\xef\xf1\xf7\x48\x3f\x1c\x65\xf8\x22\x8b\x90\xf4\xd1\x2d\x3e\xe1\xef\xef\xf0\xf7\x0f\xf8\x7b\xb4\xc6\xf6\x75\xb4\x77\xd9\xc7\x56\xb9\x5a\xe2\x7f\x14\x57\x87\x7d\x00\x35\xaf\x64\x25\xd7\x35\x0d\xc4\xde\x9d\x64\xb5\x46\x04\x2d\xe6\x30\xc5\x29\x52\xb3\xa7\x1e\x13\x96\x35\x96\x59\x9b\xe8\xfe\x3e\xce\xea\x78\x0c\x1f\xa9\x84\x8c\xce\xc9\xaa\x90\x56\x07\x13\x8b\xc4\x3e\x23\x32\x83\xf6\xb8\xfd\x92\x2b\x95\xbc\x62\x65\xbd\x92\x16\xaa\xef\xd5\xd7\xaf\x28\x51\xd5\x9d\xcd\x21\x6e\xc0\x49\x32\x83\xe9\x74\x0a\xab\x32\xa3\x73\x56\xd2\xcc\x2a\x70\x17\x0a\x8e\x50\x85\x0d\xf3\x2f\x38\xb9\xd5\x66\x03\xd2\xaa\x94\xbc\x2a\x04\x90\x32\xc3\x07\xc2\x4a\xca\x61\xce\xab\x25\x78\xa3\x01\xd2\x98\x97\x64\xcf\x8e\x23\x5c\x9b\x8f\xe3\x86\x0d\x6a\x70\x39\x1c\xba\xa1\xd3\x22\x21\x75\x4d\xcb\x2c\x6e\x62\x18\x5a\xa1\xfe\x99\x4a\xe0\x74\x4e\x39\x2d\x53\x2a\x40\x56\x40\x8a\x02\x64\x4e\x81\x95\x92\x72\x2a\x24\x2b\x17\xd6\x4a\x08\x60\x25\xbe\xf3\x03\xd1\xbc\x93\x32\xd3\xe8\x66\xac\xcc\x80\xde\xd0\x52\x9a\x25\xcd\x71\x8e\x9c\xcd\xfc\x07\x57\xec\x70\x2b\x7e\x5a\x24\x73\x56\x66\x71\xf4\x0d\xbe\xbd\xba\xd5\xaf\x23\xd8\xb7\x93\xe8\x87\xf2\xaf\x15\xe5\xeb\x57\x15\x5f\xc2\xb4\x81\xcb\x60\xd0\xef\xaf\xe6\x15\x5f\x46\x7a\x74\x9a\xc2\x5d\xcd\xfb\x3b\x48\x7a\x27\x09\xa7\xe4\xa2\x24\x4b\x3a\x55\x70\x97\x51\x20\xb8\xbb\x9a\x27\xd7\x74\x5d\x73\x2a\x44\xec\x4d\xad\x9d\xef\xf1\x18\x5e\x2a\x01\xc1\x2d\x11\x80\x40\x34\x83\x5b\x26\xf3\x6a\x25\x51\x44\x22\x67\x73\x09\xd7\x74\x9d\x20\xbc\xd2\x24\x9a\xdc\xe6\x2c\xcd\x61\x3a\x85\xa3\xef\xe0\xc9\x13\x78\x44\x13\x04\xfb\x2b\x5d\x5b\xbc\xed\xc1\x26\x62\x35\x5b\x32\x19\x23\x67\xea\x1f\x4d\x6a\x8e\x02\x7e\xa1\x97\x82\x7d\x83\x8a\x86\x7c\x3d\x5b\xc9\xea\x80\x53\xa1\x56\xa1\xe2\x44\x0d\x14\xd4\x48\xa1\x2a\x01\x55\x5c\xb3\xa4\x26\xa5\x9a\xcf\x05\x95\x66\x49\x26\xfa\xe9\x35\x65\x8b\x5c\xc2\x81\x6e\x4b\x0b\x46\x4b\xd3\x76\xec\xfa\x69\xf4\xe7\x46\x84\xcd\xcd\xc8\x0f\x05\xe0\xb1\x7a\x4e\x52\x21\xe2\x41\x8e\x28\x06\x23\x18\x90\x95\xac\x06\xed\x56\x5a\x24\x22\xe5\x55\x51\x18\xf2\xfb\x86\x37\x3b\x3c\xfd\xe7\xb1\xde\x1c\x92\xaa\x8c\x07\xd7\x74\xbd\xaa\xf5\x80\xba\xdb\x68\xc8\x9e\xd9\x50\x70\x23\x05\xf3\xeb\x27\x39\xc5\x9d\x4a\xaf\x8f\x70\xef\x0a\x94\x08\xad\xc3\x9b\xd0\x6e\xf8\xf9\xd1\xca\x84\x5c\x68\x4d\x0a\x4c\x49\xa8\x50\x42\x92\xf4\x9a\x66\x3f\xc8\x72\x13\x0e\x0b\x72\x35\x93\x65\xb7\xe3\x0e\x94\x0d\x64\x48\x95\x95\x82\x72\xf9\x23\x95\x9c\xa5\x9b\x30\x08\x5a\xd0\xd4\xa0\xd0\xf0\x57\x4b\xec\x10\x22\xe2\x74\xce\xa9\xc8\xdf\x28\x9d\xbf\x21\xc5\x2e\xb8\x4c\x97\xcb\x70\x39\xa6\x55\x29\xaa\x82\x9e\xa3\x81\xec\x5b\xc5\x06\x20\xa0\xac\xed\x1c\x99\x01\x6c\xe8\xa2\x4d\x87\x33\x46\x21\x39\x49\x66\xa2\xbf\x17\xb9\x50\x5e\xc3\x81\xac\x16\x8b\x82\x4e\x07\x92\xcc\x06\xe1\x70\x55\xc7\x84\xfe\xab\x63\xfc\x87\xea\x27\x8e\x44\x5e\xdd\xb6\xa1\xab\x52\xb7\x97\xc9\x0c\x41\xa3\x40\x27\x9d\xd9\x50\x6b\x47\x12\xbe\xc0\x35\xf7\x38\xa6\x89\x7e\x30\x4a\xde\xb3\x89\xe8\xf7\x49\x4d\x38\x2d\x65\x3c\x4c\x58\x99\xd1\xbb\x38\x84\x0f\x75\xd6\xbe\x50\xd6\xe6\x71\x1c\x7d\xa3\x0c\xa9\xc1\x40\xa4\xe4\x71\x44\x38\x23\x07\x76\x03\x8a\x86\xc3\x24\x27\xe2\x79\x41\x84\x88\x23\x4e\x8b\x8a\x64\xd1\xb0\x65\x89\xb4\xfd\xf9\x9b\x9a\x67\x6f\x6a\xf4\x2a\xd2\x26\xff\x4c\xbb\xac\xca\x73\x13\x30\xaf\xd2\x95\x80\x19\x49\xaf\xd5\x56\x82\xc6\x97\x95\x42\x52\x92\x41\x35\x07\x8d\x4b\xed\x28\x49\x9f\x82\x26\x33\x9c\x9a\x6b\xba\xce\xaa\xdb\x52\xf9\x24\xda\x1d\xee\x95\xa4\x5f\xc0\x48\xb3\x21\x12\x6c\xbe\x21\x45\xdc\x7c\x1a\x1a\x18\xe3\x64\xf7\x5b\xd2\xfb\xa1\xdf\x3b\x38\xaf\x36\x6c\x1e\xfa\x5d\x34\x4c\x72\x96\x19\xa9\x7b\x65\x7d\xa6\x4d\xe2\x66\x5d\x55\x46\xa9\xad\xe1\x76\x45\x39\x0c\x8d\x2e\x01\xf4\xfa\xd9\x1d\x13\x1b\xa1\xd7\x57\xe4\x8e\x89\x00\xbc\xa0\x0b\x5a\x66\x1b\xd8\xd1\x2f\x43\x63\x53\xb3\xb2\xa4\x9b\x06\x6d\xde\x86\xdb\xe4\x0d\x29\x3e\x4a\x22\x37\xac\x32\x7c\x7f\x25\x14\x40\x63\x53\x2e\xb3\x17\x44\xd2\xfe\x3e\x81\x41\xa3\x65\xd6\x35\xa4\xa6\xb3\xf2\xfa\xa9\xf2\xe1\x6b\x96\x5e\x53\x1e\x6b\xad\x28\x48\xb9\x58\x91\x05\x9d\xc0\x80\x96\x83\x11\xb6\x29\x80\x8f\x34\xad\xca\x4c\x4c\x60\x4e\x0a\x41\x47\x6e\x1b\xe8\x38\x78\x8e\x64\x53\xcf\x3c\x4d\x12\x0f\x9a\x94\x07\xc3\x44\x50\x89\x7e\xfb\x26\x54\xda\x11\x6c\xe1\x32\xfb\x4e\x63\xdf\xea\x59\x71\xe1\x7e\xd5\x32\xc2\x9b\x51\xac\x6a\xc5\xe3\x99\x06\xb7\x48\xdc\x92\x13\x1f\xdd\x96\xd2\x09\xc4\xcc\xda\x08\x77\x1e\xbd\x76\xd0\xed\x1d\x1c\x0d\x4c\x5c\x66\x1d\x7a\xb9\x2e\x28\xa2\xd3\x1b\x5b\x07\x9f\x02\x62\x69\xe5\x36\x3d\xbf\x0d\xea\xe9\x1e\x24\x8b\x62\x5d\xe7\x0a\x64\x10\x18\xaf\x26\xa3\x71\xc7\x28\x79\x2c\x24\xcb\x8c\x01\x9b\xc9\xf2\xa0\xe6\x6c\x49\xf8\x3a\x72\xee\x92\x42\x1c\xc0\x38\x62\x07\x69\x4e\xd3\xeb\x16\x1c\xc7\xf8\xb3\x03\xba\x2a\x11\x98\x66\x16\xfc\x1e\x68\x21\xe8\x46\x96\x1a\x68\x7e\x19\x57\x1d\x52\x0f\x73\xd6\x18\xc4\xbd\x8d\x98\x1b\x93\x12\x07\x33\x1f\xf0\x98\x16\x2c\xbd\x8e\x3b\xd3\xd5\x27\x7b\xe5\xa9\x7a\x63\xf3\x97\x8f\xef\xdf\xf9\xd9\x18\x8f\xe1\xcd\x3c\x08\x09\x94\x37\x6c\xa8\x8c\xb0\xb9\xe2\x6c\xc1\x4a\x52\x80\xa0\x9c\x51\x01\x18\xab\x2f\x2a\x09\xcb\x95\x24\x92\x66\x1e\x4f\x2c\x52\x52\xa8\x80\x4a\x85\x45\xb7\x14\x4a\x4a\x33\xb5\x89\x70\xb5\x74\x85\xe4\xab\x54\x02\x93\x3a\x4c\x6a\x60\x56\x1c\x21\xde\x24\x9c\x0f\x93\x14\xd0\xfb\x33\x27\xa5\x50\x91\xc1\x0b\xb5\x7e\x5b\x63\xf1\xc2\x83\xae\xda\x77\x64\xf1\x27\x18\x1c\x0e\x60\xa2\x56\x82\xdd\x71\xda\xd2\x76\x88\xf4\x2a\xc4\x30\x36\x76\xae\x67\x27\x9c\xb1\x1e\x7e\x67\x2e\x5a\x0e\x53\xa0\x2f\x76\xab\x0e\x68\x59\x2f\xe9\x61\xa8\x9e\xcd\xdc\x2c\x78\xb4\x8b\x2d\xf7\xd8\x98\x7b\xb7\xc7\x75\x59\xd7\x16\x7b\xb6\x92\xb2\x2a\xad\x03\x99\x5e\xa1\x07\x7c\x19\x0d\x7b\x94\xcc\x6e\xfa\x29\xa7\x44\xd0\x33\xe3\xb3\x84\x44\x1f\x42\x9e\xd1\x1d\x90\x67\xb4\x07\xf9\xae\xac\xd3\x32\xdb\x85\xf1\x97\x65\xf6\x0b\xd9\xde\x82\xd8\x32\x1d\x20\xee\xf5\x90\x7a\x2c\x7e\xcb\xed\xd1\x1e\xb8\x7a\x17\x71\x5a\x17\x24\xa5\xd1\x08\xbe\xa8\x18\x70\xd2\x83\x0f\x4d\xfb\x08\x96\x55\x46\x27\x10\xcd\xe8\xbc\xe2\x34\xba\xef\xf8\x52\xd6\xc5\x52\xeb\x94\x53\x7c\x62\xe5\xc2\x6b\xb4\x0e\x09\x95\x89\xd2\xdb\x40\xcf\xb6\x6e\x63\x02\x05\x64\xb6\x73\xd7\x63\x93\x35\x32\x9b\x1e\x26\x05\x1f\x50\x57\x2b\xa9\xba\xaa\x57\x05\x91\xf4\x0d\x8e\x90\xcc\x0a\xaa\x47\x29\x8c\xf2\x3a\xe3\x16\x78\x84\x21\xa5\xce\xea\xb8\xef\xcf\xd3\xf9\x7c\xd7\x46\x8a\x3b\xa5\xbf\x1e\x27\xe4\x33\xb9\x8b\xad\x2d\x55\x44\xaa\x6c\x02\xd1\x9f\x5f\x9e\x47\x23\xd3\xb8\xe2\xc5\x24\x4c\x07\xc3\x3e\x44\x63\x52\xb3\xf1\xcd\xd1\xb8\x20\x33\x5a\x8c\xaf\xae\x94\x64\xaf\xae\xc6\x37\x98\x3a\x74\x3d\x95\x01\x3c\x5f\xd7\x6a\x5e\x3f\x8b\xaa\x74\xed\x62\x95\xa6\x54\x28\x57\xc8\x32\xa8\x5e\x8f\x30\x4d\xa0\x5c\xb9\x95\x08\x03\x78\x25\x33\xf5\x5e\x59\x45\xb9\x12\xf0\x68\x3a\x85\xc8\xa0\x88\x42\x40\x2b\xc3\xbc\xba\x7d\xa9\x7c\xe3\x38\xc2\x3f\xa0\x6c\x10\x2b\x17\x40\x6e\x08\x2b\x94\x84\x40\x07\x97\xe2\x91\xdf\xe2\xfc\xc4\xfa\x96\x7b\xf7\x3f\x25\xb9\xa5\x13\x2b\x32\xa3\xc6\xe6\x41\xe7\x15\x87\x18\x1d\x0d\xcc\x50\x02\x83\x13\xdb\x21\x29\x68\xb9\x90\xf9\x31\xb0\xfd\xfd\x1e\x6e\xc3\xb5\x70\x71\x78\xe9\x5c\x37\x92\x65\x71\x49\x6f\xe1\x3d\x3e\xc7\x06\xd9\x05\xbb\x1c\x81\xff\xff\x70\x18\x72\xbb\xd7\x40\x8c\x1a\xa6\x54\x84\xe4\x94\x64\x71\x83\x70\xb5\xe2\x29\x9d\x58\x44\xa3\xe0\x15\x93\x74\x29\x26\x10\x91\xa2\x88\x3c\xea\x80\xcc\x78\x0c\xe7\x39\x13\xb8\x37\x62\xb2\x2e\xc7\xec\x1e\x90\xb9\xa4\x1c\x88\x94\x24\xcd\x95\xb0\x31\xed\x63\xa9\x43\x5d\xac\x16\xac\x1c\x01\x11\xc0\x64\x88\xab\x92\x39\xe5\xb7\x4c\x50\x98\x71\x4a\xae\x45\xab\x9f\x55\x10\x52\x30\xb9\x4e\x7a\x06\xd8\x88\xbc\x00\xee\xed\x58\x30\x38\x9a\x74\x9d\xc1\xdf\xa6\x25\xf7\xd6\x6d\xdf\xb2\x28\x17\x54\xbe\x77\x87\x15\xdb\x57\x21\xa6\xc1\x1c\xfc\x17\xef\xdb\xea\x46\x4c\xfb\xd8\x84\x3c\x40\x14\xa4\x77\xcc\x92\x8a\x9c\xa3\x6f\x1b\x84\xa4\x75\xbb\x05\x1d\x08\x35\xab\x97\x9b\x77\x23\xdd\x65\x98\x50\x92\xe6\xde\x1a\x62\xc8\x3f\xb2\x39\xd8\xd0\xb1\x56\x0b\xdf\x9f\xe1\x24\xea\x31\x88\xff\x13\x56\x3e\xe3\x9c\xac\x63\xd5\x3e\x6a\x0c\x67\x08\xa7\x53\x38\xf4\xd3\x82\xd9\x49\x83\x05\xcd\x88\x59\x37\x70\x1a\x42\x81\x95\x13\xda\xf2\xcb\x80\x32\xf6\x71\xf3\xd4\x48\x12\xb8\x4e\x36\x15\xdb\xb2\xc0\x21\x84\x4e\x79\xb4\xb3\x20\x7a\xab\x40\xb3\xef\x8e\x9e\xb6\xd9\x65\xc2\x05\x7d\xb1\xe2\x44\x81\x87\x5a\x80\xb3\x77\x4e\xef\xa4\x57\x07\x6c\x3a\x7b\x09\x53\x50\x2b\xfe\x8c\x2e\x5e\xde\xd5\x71\xf4\xcf\xf8\xe2\xf0\xe0\x8f\x97\xfb\xc3\xf8\x62\x7d\x9b\xe5\x4b\x71\xb9\x3f\x7c\xac\x75\x11\xed\x11\x91\x69\x8e\xe7\x34\x0e\x63\x82\x6d\xb1\x41\xe7\xa2\xcb\x47\x06\xd4\x9f\xee\x1d\xa3\x6c\xd4\x3b\xf3\xca\x0a\xfb\xd1\x14\xbe\x6b\xc5\x61\xdf\x1f\xda\xd8\x51\x51\x45\x31\xc3\x14\x70\x78\x6f\x4a\x69\x11\x5c\x1c\x5d\x3a\xce\x56\x25\x93\x30\xb5\x0c\x5e\x3c\xbd\x0c\xc4\xa7\xfb\x7f\xdb\x3d\x6d\x09\xce\xc2\x2e\x14\x82\xcb\xad\x12\x6e\xb8\x70\x3b\xaf\x33\x14\x8e\x89\xc5\xed\x4c\x37\xe6\x2a\x6e\xe5\x5b\x83\xbc\x4d\x9f\x95\x7f\xe0\x08\xad\xcf\xf2\x2b\x99\x37\x58\x38\xe9\x63\xe1\x01\xa4\x68\xf5\x9b\x71\x5f\x8b\xd7\x2d\x9d\x8f\x83\x05\xb7\xc1\x15\x81\x07\x9c\x75\xbf\x2d\x86\xdb\xe5\xfd\x2e\xae\x4a\xc3\x2d\xfe\xcf\x4f\xd8\xf6\x99\x82\x03\x38\x52\xb3\x7a\xaa\x67\xf7\xe0\x60\xe3\xac\x9d\xfe\xdf\x99\xb5\x05\x95\x2f\x5d\xb2\x6c\xfb\x94\xa1\xc1\x69\xa4\xd8\xbe\x7e\x85\x46\x43\x93\x6b\x63\x17\x94\xe1\x53\x2f\x63\x97\xa9\x0a\xd3\x40\x5b\x92\x5f\x0b\x2a\x75\x5f\xf5\xbf\x73\xb6\xdc\x7c\xe2\xde\xdc\xa2\xf9\xc7\x5f\x36\x36\xd5\x94\x69\x60\x1d\xf1\xba\xee\x41\xfe\x55\xf8\x46\x05\x3b\x0c\x8c\x5f\x86\xa5\x1a\x5b\x18\x13\xbd\x3c\x21\xaa\x07\x0f\xb1\x77\x4d\x10\x1a\xa6\x76\x34\xae\x2f\xcb\x9e\x1c\xdd\x26\x16\x82\xa1\xbb\xf9\xb4\x82\x0a\x85\x1d\x0f\xed\xe9\xea\x2e\x0b\x19\xbe\xc5\x7a\x96\xf1\x53\x18\xea\xf0\xcf\xf2\x06\xb3\x35\x1c\x8d\x9f\x6a\x0b\x01\x4f\x20\xad\xca\x1b\xca\x25\x2c\xf1\x90\x58\xec\xf5\x2f\x87\x1d\x8d\xd4\xff\xd4\xc0\x0f\x7e\xe5\xc0\x7f\xdd\x68\x02\xe8\xdd\x47\x93\x16\x94\x70\xed\x1b\x0f\x5b\x4b\xba\x63\x74\xbc\x39\xb9\xdf\x6b\x27\x6d\x94\x8b\x1d\xf7\x24\xea\x13\xba\xac\xe5\x3a\x1e\x06\x29\x5c\xc2\x71\xdd\x1a\x0f\xa8\xbb\x98\x7f\xfb\x56\x60\x8e\x8c\xab\x62\x65\x1c\xb2\xed\x47\x99\xd6\x83\xbe\x8c\x86\x26\x01\xfd\xf5\x2b\xfc\x48\x64\x9e\x2c\xc9\x5d\x8c\xff\x99\x17\x55\xc5\x9b\x5b\xc3\x18\x9e\xfe\xfe\x70\x38\x82\x23\x47\xd6\x9f\x35\x74\xac\x06\x8c\x6d\xad\x56\x60\xda\x91\xa9\x9f\x73\xde\xc8\x0c\xd8\xc6\x84\xcc\x2a\x2e\xbd\x99\x44\x87\x8b\x17\x96\x96\x89\x8b\xed\x63\x4d\x38\x59\xda\xe2\x22\x80\x08\xb1\x44\x93\xb6\x07\x6c\xd3\xb6\x1b\x8b\x4d\x9c\x0b\xae\x11\x26\x38\x63\xca\xfb\x36\x43\x3b\x68\xcc\xcd\x71\x08\xaa\x8f\x7e\x0c\xe0\x71\x13\x09\xad\x95\xfb\xea\x66\x45\xbf\x5d\xf1\x42\xed\xd6\xfd\x09\x07\x5d\x62\x81\xc4\x22\x93\x22\xd2\x23\x0e\xd5\xbb\x27\x9b\x10\x1e\x54\xe2\x22\x39\xa3\xa2\xae\x4a\x41\xbb\xc0\xc7\x5a\x16\x8d\x0c\xbb\xe1\x58\x6a\x1d\xf5\xfa\x6a\xa7\x6f\x37\xbe\x7f\x35\xc7\xcf\x75\x0a\x76\x3b\xcf\xcd\xb8\xee\xe7\x5c\x45\x3b\x1b\x72\x3c\x2d\xfd\xd7\x87\xb3\xfa\x65\x34\x6c\xe4\x7e\x56\xbc\xd8\x96\xd1\x51\xed\x13\x23\xa5\xff\x74\x96\x07\x7b\x61\xbc\xbf\x63\x36\xc7\x60\x8d\x5d\x1e\xa7\x29\xca\x6d\xa9\x84\xbb\x9c\x8f\x94\xd2\xd6\x6d\xf6\x55\x9b\x8a\xa0\x22\x5c\xa2\x2d\xa6\xd1\x10\x70\x1e\x72\xa8\xfa\xdc\xe5\x3c\xe1\x66\x5a\xf1\x14\xe1\x51\x5f\x69\x97\xfd\x47\xb9\x9a\xd0\x76\x1f\x3d\xf8\x10\x73\xeb\x74\xa8\xdd\x59\x8b\x58\x45\x8c\x8d\x4e\x5b\x13\x69\xf4\x8e\xa6\x2b\xac\xc6\x42\xbd\x99\x40\x04\xfb\x0a\xed\xb0\x2b\x65\x27\xbd\xb4\x5a\xd6\x05\x95\x74\x67\x01\x4e\x37\x08\xf0\xe1\xec\x5c\xe6\x23\xed\xbe\x1d\x44\x6d\xbb\x76\xd1\x1e\xb7\xd2\x48\x6e\x5b\xca\xe5\xb2\x88\xa3\xb7\x15\xc9\x40\x2d\x74\x3d\x3c\x87\x78\x1f\xa2\xa5\x80\x93\x19\x87\xf1\x29\x9c\x39\x9b\xa5\xa1\x82\x9d\x65\x1f\x22\x11\xe6\x15\x7b\xcf\x31\xfc\x10\x76\xc8\x26\xb9\x79\x08\x2d\xc6\x52\x2c\xb6\xf8\x83\xaa\x47\xa2\x14\x1b\x61\x5b\xed\x76\x6f\xde\x42\xda\xbb\x02\xbf\x96\xf6\x60\xd0\x26\x6d\x65\xb0\x85\x74\xe3\x00\x79\x07\xe7\x25\xdc\xbe\xd4\xf4\x55\x2b\xf9\xe6\x85\x55\xa1\x5b\x56\x66\xd5\xad\x1e\xce\xb9\x7e\xd9\x86\x74\xf6\x93\xb5\x0a\x8c\xfa\x3c\x8c\xd6\x29\xb8\x77\x33\xd0\x57\xb2\x18\x9a\x09\x17\x57\xaa\x63\x49\xc2\xd4\xf2\x25\xb4\x9e\x2a\xae\xfa\x4f\x20\x7a\x42\xba\xde\x53\x76\x35\x86\x91\x1f\xc1\xb7\xa6\x24\x7c\xbb\xb4\x39\x2d\x33\xca\xdf\x92\x19\x2d\x1a\x1b\x13\x26\xf8\x85\x17\x39\x3e\x7f\x94\x9c\x95\x0b\x61\x0a\x9e\x83\x30\x1b\xdf\x2a\xe7\x3b\xec\xa6\x85\xa2\x5f\x29\xeb\x68\x4f\x0b\x82\xf5\x1d\x62\x4d\xea\x95\xc8\xe3\xe8\x44\x48\x5e\x95\x8b\x53\xb5\xba\x74\xdf\x7d\x88\x4e\xc6\xa6\xd5\x98\x1e\x91\x92\x9a\xbe\x3e\xff\xf1\xad\xe1\xf3\x02\xff\xb8\xb4\xf8\x7d\x33\x94\x2c\xec\xe8\xa2\x93\x8c\xdd\x40\x5a\x10\x21\xa6\x9f\x22\xdd\xfc\x29\xf2\xa4\x2c\x27\x9f\x2b\x56\xc6\xd1\xc9\x8c\x9f\x46\x43\x4d\x3e\x63\x37\xa7\xd1\x56\x61\xea\xc4\xf1\x79\x75\x2e\xde\xe9\xf4\xe8\x46\x71\x4a\x0b\x61\xde\x24\x56\x38\xca\xd5\x1c\x0c\x90\xea\x97\xe8\xf8\x21\xe1\x6f\x95\xfe\x76\xf1\xf7\xc8\xdf\x89\x7c\xfa\x29\x72\x72\xb1\xf2\x55\xed\x9f\x22\x67\xe4\xd0\x12\xab\x1f\x33\x9a\xfd\x69\x9f\x18\x47\x5a\x86\xf7\x51\x10\x10\xeb\x0e\xbb\xe5\x52\xff\x6e\x32\x8f\x4e\x96\x98\x4a\xf4\xa2\xd4\x2b\x16\x41\x5f\x15\x15\x91\xe6\xbd\x5d\x94\x4c\xbc\x23\xef\x54\xdb\x30\xa8\x9f\x8d\xf6\xdf\x94\xf3\x68\x04\xd1\x81\xf9\x8b\xcf\x70\xcb\x8a\x02\x66\x54\x23\xcb\xd4\x72\xaa\xe0\x1d\x79\xa7\xe2\xcd\x00\xff\x30\x81\xf3\x9c\x5a\x54\x29\x29\x07\x52\x75\xc2\x83\x47\x9a\x8d\x40\x54\xa0\xac\x2c\xc8\x9c\x2e\x81\x08\x58\x90\x5a\x40\x5c\xae\x8a\x62\x98\x34\x52\x1f\xe6\x22\xc1\x7d\x23\x4b\xba\x55\x28\x8d\x8a\x82\xb6\x2f\xf9\x60\x0a\xa3\x26\x05\x95\xd2\x06\x5b\x67\xe6\x5e\x43\xf2\xbc\x2a\x2a\x9e\x7c\xd0\x2f\x7d\xe4\x87\x5e\x12\xa7\x62\x55\x48\xe5\xf9\xa1\x0e\x2d\x89\xe4\xec\x2e\x6a\x9a\x28\xef\x2d\x9c\x21\x34\x30\x01\x65\x25\xa1\x9a\x83\x86\xc7\x73\x9d\x47\xf0\xa1\xc0\xe0\x9d\x62\xed\x32\x81\xb4\xe2\x9c\xa6\x12\x2b\xf5\xa8\x10\xac\x2a\x93\xa8\x79\xd2\xaa\xf5\xfc\xde\x27\x60\x88\x3d\x84\xd3\x6c\x25\x4b\x52\x7b\xbb\x29\x45\xfb\x7c\xe2\xd8\x3d\x69\x2d\xf6\x07\x14\x52\x98\xb5\x8a\x41\x0e\x4e\x8d\x5b\x14\xe6\x64\x23\x12\x29\x29\x08\x8f\x8e\x43\x53\x65\x8f\x69\x7a\x7c\x2d\x7b\x20\xe2\x4d\x13\x4a\xa7\x69\x12\x3c\x61\x7f\x82\xe7\x10\xbb\x77\x61\x59\x88\x11\x45\x48\x65\x82\xbf\xa3\x46\xf7\x89\xf9\xdb\xf4\xcb\xa5\xd0\xc7\x23\xa2\x29\xa9\x60\x01\x85\x2e\x56\xc3\xeb\xba\x9b\xe8\x94\xfd\xc5\xe1\x65\x78\x4c\xb8\x9e\x04\x7b\xa3\xce\x2b\x69\xb0\xa3\xcb\xa1\xf7\xd0\x9c\x9f\x33\xf4\xde\x60\xa1\x7c\x69\xa3\x81\x09\x3e\xc6\xba\xc7\xbd\x2f\xfd\x70\x2a\xf9\x11\x2b\x76\x92\x7f\x53\x5e\xbd\x62\x45\x11\xab\xe1\xb4\x12\x6a\x64\x47\x47\xa2\x73\x65\xe9\xc1\x0c\xa6\xab\xdf\xb1\x99\x61\x1b\x04\x37\xf7\x73\xac\x3d\xc5\x0b\x45\xa4\x5c\x83\xe4\x24\xa5\x42\xe9\x3b\x29\x81\xde\x31\x7d\x71\x01\xed\x41\xd2\xac\x85\xf4\x19\x90\x80\x9c\x2f\xa4\x4c\x73\x56\x64\x9c\x96\xf1\xb0\xe7\x10\xcc\xc3\xb6\xea\x12\x84\x2b\xcd\x6c\xbc\xb8\x6f\xd7\x78\x3e\x8e\x07\xc1\xfe\x17\xe9\xe2\xce\x53\xbd\xb7\x0d\xba\x45\x9e\x2d\x70\x53\xdd\xd9\x85\xf7\xec\x77\xae\x7b\x6c\x03\x42\x52\x3e\x1d\x44\xcb\xcc\x24\x83\x36\xe6\x4b\x94\xe4\x9f\x9b\x74\x9f\xac\xe0\xa7\x77\x6f\x7e\x46\x9f\x5d\x48\xb2\xac\xed\x75\x8f\x20\x26\xd8\x3d\xe7\xf6\xf5\x2b\x7c\xf7\xbd\xa1\x70\x94\xdb\xdb\x3e\x49\x4f\xa6\xca\xb2\x79\xe0\x08\xb9\x61\xa2\xe6\xcc\x2b\xfe\xb2\x71\x8a\x2a\x82\x9d\xe7\x03\xc9\xf0\xb4\xd9\xd4\xa4\xdd\x32\x99\x03\x2b\x6f\x98\x60\xb3\x82\x42\xa4\x4c\x51\xa4\x57\x9e\x00\xa2\xaf\x73\xa4\x55\x39\x67\x8b\x15\xa7\x19\xdc\x1d\xa8\x49\x80\x59\xb5\x2a\x33\x82\x08\x68\x29\x56\x9c\x0a\x8b\x5e\xe6\x44\x6a\xcd\x13\x40\x38\x85\x8c\x89\xba\x20\x6b\x73\x41\x04\x08\xcc\xd9\x9d\xc7\xa3\x13\xa8\x61\x95\x74\x49\xea\x1a\x4f\xf1\x2b\x24\xed\xce\xc4\x1d\x7e\x35\x70\xdb\x0d\x41\x7c\xf5\x1b\x2a\x34\x8a\xe0\xe2\xf0\x32\xb9\x83\x53\x2f\xb5\xe0\x08\x44\xcb\x68\x55\xe2\xed\x93\xf8\xcb\xdd\xc4\x43\x8d\x94\x79\x51\x12\xb8\x6f\x54\xc6\x05\x78\x45\x63\x6d\x1e\xc0\x91\xa2\x73\x62\x67\xa4\x43\x05\x3d\x1a\x45\xc2\x00\xf4\x12\xf0\xe5\xe4\xef\xaa\x5b\x48\x39\x25\x52\x5f\x5e\x51\x9b\x64\x73\x11\x77\xae\x02\x86\xdb\xa8\x2e\xb6\xd3\x1c\x98\xc3\xe9\x49\xa0\xfc\xce\x90\xea\x6b\x27\x13\x9f\x50\x0c\x16\x36\x06\x8b\xfa\x16\x4a\x3c\x1c\x29\x95\x37\x16\xf4\x96\x65\x32\x7f\xa0\xcf\x3f\xd4\x7b\x0c\x77\xff\x70\x38\x82\xa7\xae\x9f\x76\xef\x29\x9f\xf4\xd4\x56\xfe\xc9\xd4\x06\x44\x30\x81\xa8\x60\x25\xb5\xe9\x1f\x0c\x23\xea\xaa\x20\x26\xce\x55\xef\x08\x37\x39\x1f\xad\xb8\x13\xaf\xef\xba\x79\xc9\x14\x24\x59\xc9\x2a\x1a\x35\x8b\xb3\xee\x8c\x3d\xe9\x0a\x2b\x41\x9b\x85\x81\xfa\x17\x2d\xe9\x49\x9f\x9c\x03\x5c\xeb\x2d\xb8\xfe\xcb\xc8\x7f\x23\x32\xcd\x6c\xc5\x19\x2d\xa5\x1b\x1e\x9d\xdb\x62\x09\xc9\xd2\xeb\x57\x15\x5f\x12\x39\xf1\xf8\x5f\xb1\x3b\xa9\xd6\x58\xf2\x6e\xb5\x9c\x51\xae\xd6\xf7\x92\xc8\xbf\xfe\xf8\xc3\xf9\xa8\x67\xb2\x91\x45\x33\xd9\x61\x85\x58\x83\x0d\x13\x76\x05\xa9\xf0\xbc\xba\xa1\xfc\x05\x95\x84\x15\xfd\xe3\x7b\xed\x01\x76\x1b\xa4\x66\x53\xd2\x30\x85\xa5\x27\x6f\x04\x77\x23\x08\xae\x7d\x05\xc7\x5b\x83\x13\x51\x93\xd2\xda\x7c\xd5\x18\x9d\x0e\x60\xdf\xe7\x56\xee\xcc\xe1\xc4\x30\x91\xd5\x4f\xe7\xcf\xb5\xab\x8f\xe7\x3a\x83\x93\xb1\xea\x7b\x3a\x38\x0e\xd0\x8a\x5b\x22\xd3\xbc\x8b\x18\xc7\x71\xa5\xdf\x46\xba\x8e\x75\x1a\xcd\x48\x7a\xbd\xe0\xca\xb6\x1d\x18\x7f\x61\x80\xe7\x45\xe8\x0b\x60\x8b\x22\xa3\xb6\xa0\x2e\xa1\xb4\x2a\x25\x2d\xf1\x92\x94\x26\xb9\x0f\x66\xb4\x49\x5f\x84\x85\x16\x56\x87\x59\x13\x08\x43\xce\xb5\x19\x89\x6e\x71\x24\x82\x83\x3c\x04\x98\x71\x14\x8b\xa5\x1a\x34\x99\x3c\x81\x8f\xaa\x9b\x6c\x74\x0d\x0f\xfa\xa7\xf6\xa6\x44\xcf\xc4\xbf\xc5\x77\xbd\x86\x45\x77\x73\x96\xe5\x41\x85\x08\xa8\xe5\x6c\x91\x17\xca\xc6\xe0\x6d\x8b\x1e\x92\x3f\xd0\x9c\xdc\xb0\x8a\x5b\x3f\xec\xb5\xed\x10\xc3\x4e\xaa\xa7\xf9\x9a\x98\xbf\x4d\xe2\x22\xa7\xc5\x8d\xda\x62\x76\xa2\x7c\x8e\x97\xa4\x76\x53\xf8\x4d\x54\xc3\x7c\xba\xbb\xaa\xb4\x35\x2d\x22\xd8\xbf\x7f\x8d\xef\xd8\x34\x5d\x8f\x5a\xd1\x45\x8f\x25\x70\xbb\xbb\x4b\xd4\xff\x5a\x5b\xdf\xa8\x9d\xdd\x64\x6e\x76\x38\xf8\xef\x39\x2c\xd9\x72\x64\xd1\x2f\x13\xe5\x24\x1b\x2e\x4c\xc9\xbd\x80\x9a\xe0\x6d\xd5\xb0\x22\x7f\x5e\x71\x5b\xb7\x6f\x3c\x17\x0c\xa1\x83\x32\x7c\x41\x6e\xe8\x9e\x71\x6f\x82\xe2\xfb\x67\x7f\x79\xf6\x33\xd8\x7c\xb8\x72\x47\x2a\x9e\x51\xae\xeb\xf6\x0f\x5c\x94\x0c\x4c\xea\x40\x3e\xa0\xa9\x91\xdd\xe6\x54\xbb\x30\x2b\x41\xb9\xf2\x94\x94\xa3\xa3\x0b\x11\x91\x9f\xf0\xae\x98\xab\xd9\x37\x11\x68\xc3\xe3\xeb\xaf\xf5\xc7\x70\x7c\x6b\x5c\xd1\x1b\x47\xbf\xab\x90\xcd\xba\x62\xa5\x14\x30\x57\x16\xb1\x15\x1b\x77\x1d\xfc\x73\x32\x6b\x5e\xd5\x08\x6b\xf0\x83\x9c\xa1\xbb\x13\xb0\x93\x16\xb4\x0e\xa0\x5a\x95\x09\x64\x27\x3d\xd0\x67\xcb\xfe\x32\xc1\xc3\x5c\x86\x92\xd6\x19\x12\x9b\x32\xfb\xa1\xca\xd6\x56\xd4\x01\xba\xe6\xed\xcd\x2b\x2c\x85\x06\x39\xab\x32\x73\xe9\x05\xfb\x35\x8e\x9e\xc5\x2d\x93\x69\x8e\x03\x08\x12\x1c\x9a\xff\x94\x08\x0a\xd1\x0d\x4d\x65\xc5\xa3\x89\xf3\x3f\x03\xd8\xde\x19\xb4\x64\x4c\x74\x13\x9d\x48\x7e\x7a\x22\x33\x15\xf7\xaa\xbd\x6a\x3a\x78\x3a\x38\x3d\x61\xa7\xa5\x9e\xd8\x93\x31\x3b\x3d\x19\xcb\x4c\xfd\xf0\x53\x7f\x68\xd0\xae\xd1\xe9\xaf\x3c\xeb\xf2\xd2\xaa\x31\xc6\x39\x80\x69\x08\x78\xc1\x2e\xc3\xdd\xd2\xa5\x1f\xfb\x72\x14\x2e\x45\x71\xfc\xd0\xd0\x4e\x5b\x89\x58\x8d\xd2\xa4\x4b\xd5\xd0\x0c\x88\x49\x41\x5c\x1c\x5d\xfa\x57\xe1\xa8\xf5\x38\xb1\x08\xf8\xd8\xc9\xdf\xe4\x99\xfe\x17\xcb\xff\xe6\xd7\xcb\xff\xa6\x2d\x7f\x57\x7f\x79\x4e\xef\x94\x87\x13\xb9\xa4\x94\x63\xef\xb3\x66\xef\x33\x9c\xc0\x8d\xcd\xf9\x58\xde\x3e\x37\xeb\xcf\x3d\xa6\xfd\xa9\x03\xbe\xf8\x7c\x69\x66\x08\xfe\xbf\x9a\xb5\xb0\xfd\x50\xcf\xdc\x8c\x8f\x4f\xa3\x76\x55\xd9\x6f\x52\x8d\x80\x93\x9d\x35\xc3\x64\xe5\xb4\x66\xf4\x53\xd7\x20\x0d\x4a\xe1\x4c\x6c\x52\xc4\x36\x21\xf4\x6c\x1f\x26\x84\x20\x0d\x42\xc1\xa8\x9b\x34\x87\x5b\x88\x9a\x7c\xc3\xa4\x77\x3f\xf8\xa9\x14\xab\xba\xae\xb8\xa4\x99\x29\xa4\xc5\x8c\x6a\x07\xc9\xd6\xad\x9d\x6f\xf8\x0a\x4e\xdf\x0d\x91\xf6\x67\x3b\x1a\xc9\xa5\xc0\xa7\x3a\xeb\x6f\x6e\xba\x5a\x96\x5e\x23\x3f\x8a\xe2\xf3\x0c\xd0\x52\x32\xb9\xfe\x91\xd4\xbe\x6c\xe5\x49\x34\x81\xe8\x09\x59\xd6\xc7\xb6\x9a\xfd\x04\x5b\x0a\xe9\x1a\x4e\xb1\x61\xe1\x1a\x06\xd1\x60\x02\x83\x27\xff\x5a\x55\xf2\xd8\xdc\xc2\x8d\x06\x91\x6a\xfa\xe6\xbb\x3f\xba\x96\xb1\x6e\xb9\x7b\xfa\xea\x78\xe0\x6e\x95\x1a\x27\xdf\xc4\x34\x86\xbd\xc4\x5c\x65\x8a\xc7\x17\x4f\x4e\x4e\xa3\xc1\xa7\xf1\xe5\x78\xe1\x6f\x85\x83\xcf\xee\xd8\xbb\xdd\x76\x18\x17\xe2\xd2\xa6\x36\xef\x1b\xb3\xf2\x81\xf4\x95\xc1\xfa\x6f\x20\xd9\x33\x9e\xd6\x64\xaa\x6e\xad\x0f\xde\xf4\xcf\x24\x22\xf1\xf7\x10\x10\x31\xe6\xc0\x7e\x3a\x7b\xeb\x73\x8f\x21\x54\xaf\x4d\x6d\x00\xe8\x54\xca\xbd\x3f\x2d\x6d\xbc\xb5\x29\x2f\x24\x45\xb2\x4c\x7b\xe5\x60\xbe\xa6\x84\xda\x14\x7d\x43\xb2\xec\xca\xdc\x28\x37\xb7\xae\x1a\xe0\xfa\x0a\xbe\x6a\x1a\xc1\x97\xfb\x61\xd7\x43\x69\x8d\xdf\x8e\xa8\x2b\x03\x35\x3a\x73\xc0\x5a\x54\x29\x86\xf9\x89\xa0\x84\xeb\xef\x9f\x44\x51\x6b\xc2\xec\x31\x83\x91\x1e\x96\x38\x7c\xb0\xf5\x53\xfd\x78\x12\xb1\x9a\x69\xfd\x88\x8f\x86\x89\xa8\x0b\x26\xe3\xc1\x93\x81\xab\xfc\xf2\x38\xf4\x77\xb7\x4c\xb0\xd3\x1e\xcc\xdf\x5a\x60\x71\x98\xe3\x6e\xe3\xd0\x03\xf6\x5d\x44\x1c\x70\xba\x55\x5a\x56\xca\xa1\xb4\xec\x37\x7b\x9a\x8a\xd3\xe5\x55\xbb\x8c\x28\xb2\xc7\xee\x7b\x39\xc1\x47\x2f\x4c\x52\xc5\x7c\x01\x4c\x1b\x4c\x35\xb3\xda\xe1\xfc\xe9\xec\xad\x9f\xda\x61\xf0\x5a\xdb\x93\xd6\xdc\x0f\xf7\x00\x86\xfe\x63\x5a\x7a\x3d\x68\xed\xf3\x29\xe5\xc7\x66\x7a\x87\x26\x4e\xeb\x1e\x9e\xdb\x3c\xb9\x8b\xe2\xfc\x2d\x58\x25\xa7\xf1\x18\xde\xbd\x3f\x7f\x39\x69\x5d\x69\x9a\x51\xb8\xa6\xb5\xc4\x2a\xd2\x75\x99\xea\x9c\xe9\x78\x25\x59\x31\x16\x92\xdb\xbf\x69\x55\xde\x24\x8b\x6a\x82\x78\xdf\xb2\xf2\xfa\x55\xc5\x5f\xba\x43\xac\x07\xe6\xc0\xc9\xa3\x7f\xd9\xe2\x74\x6a\xe3\x63\x57\xad\x19\x7e\xe3\xf4\x66\xa1\xd7\x16\x5e\xcd\x09\x4f\xbc\x5a\xab\x5e\x4b\xc0\x5f\x48\xb2\xa7\x05\xbf\x59\x3d\x03\x14\xef\x67\x9f\x69\xaa\x8c\x50\x47\x57\x17\xb4\xa4\x9c\x48\xad\xae\x1a\xac\x61\x70\x2c\xff\x8d\xf3\xbe\xc7\x09\x16\x92\xc5\x01\x6e\x5b\xd9\xa0\x3f\xbd\xa3\x0f\x94\x9f\x98\xef\x39\xe4\x4c\xc8\x8a\xaf\x51\x39\x54\x08\x42\xe3\x2f\xf7\x23\x88\xa2\x11\xe8\xb3\x8d\x3f\xa9\x0d\x39\x10\xea\xd6\x35\x12\x28\x64\x38\x43\x5a\xef\x7a\x6c\x74\x38\x45\x73\x56\x48\xca\x83\x59\x1a\xc2\x17\x33\xac\x05\xa6\x01\x10\xae\xa7\xe8\xa7\x57\xd2\x2d\x05\xd9\xa5\x4b\xdb\x32\xfe\xad\x61\xc6\x1c\xb6\xd0\x66\x38\xcd\xc3\xc0\x99\x66\xcd\x2e\x38\x3a\x3d\xac\x37\xe5\x0d\x29\x58\xd6\x63\x76\x12\xe1\x8a\x52\xed\xd1\x3e\x76\xa3\x32\xb5\x53\xfd\x8a\x57\xcb\xf7\x9a\x80\x41\xd0\x25\x37\x82\xc3\x1d\x25\x93\x78\xea\x3a\x51\x0b\x53\x18\xff\x73\xf1\x29\xdb\xff\x94\x24\xfb\xd3\x64\xff\xf1\xf8\x97\x09\xab\x67\x84\xa1\xbc\x50\x23\xcf\x57\x75\x41\x8d\xbc\xcc\x30\x83\xf6\xce\xdc\xfb\x77\xad\x9d\xe6\x17\x0f\x2e\x91\x54\xc8\x10\xdf\x71\x7f\xe5\xd8\xd6\x41\x3e\x34\x1f\x1b\xd4\x63\xa4\x55\xf6\x8d\xb7\x33\x6a\x5f\x0d\x00\xbc\xd3\xe0\x7d\x86\xfe\x2d\xb5\xc6\x0f\x4e\xbe\x9f\x2b\x6b\x8b\xf8\xac\x7a\x79\x6c\xfa\x9b\x94\x71\x40\xd2\xee\xa5\x25\x66\xdd\xdf\xcf\x35\xd1\x57\x15\x57\x58\xec\x22\x0d\xd9\xd9\x79\x1a\xfc\x0b\x5d\xcf\x2c\xfe\xc1\x64\x1e\x77\x98\x34\xc2\xb6\x71\x94\x2d\x34\x7b\x88\x9f\xed\x92\xd8\x36\x08\xe5\x4b\xa4\x34\x3e\x1c\x3d\x30\x6e\x6d\xfe\x7a\x51\x75\x1b\x9b\x9b\xc7\x4e\x32\x71\xbe\x4d\x47\x24\x46\x16\xe1\x17\x25\x9a\x77\x58\xbd\xaf\x19\xac\xee\xf7\xf3\xf7\xa5\xd9\x85\xbb\xfc\xb9\x79\xd6\x48\x9e\xa5\xe9\x6a\xb9\x2a\x88\xc4\xca\xc3\x1d\x8c\xc9\x06\x8d\x85\x7d\x53\x88\xdf\x41\xeb\xce\x1e\xad\xfb\x13\xfa\xfe\x1d\xe8\x5f\xbc\xd4\x36\x0f\x7e\xbb\x19\x6e\x5c\x05\x86\xa6\x72\xb7\x0f\x95\x65\x38\x89\xbe\xb7\x8a\xb4\x9f\x95\x99\x2d\x9a\x92\x7a\x46\xb5\x83\x3a\x1d\x04\x1b\xb8\x07\x77\xdf\x55\x0d\xfb\x5e\x1c\x5e\xb6\x61\x2d\xce\x8c\xa6\x55\x46\x7f\x3a\x7b\xf3\xbc\x5a\xd6\x55\x49\x4b\x2b\xca\x46\x7f\xbc\x17\x1a\x38\x86\xb6\x77\xf0\xe4\x43\xab\x4f\xfb\x2a\xa6\x8a\x20\xd2\x17\x7d\x8c\x23\x00\x6a\x4a\x04\x88\x1a\xcb\x2b\x30\x89\x5b\x17\x2b\x41\xc5\x9e\xcb\x0b\x85\xa3\x98\x42\x24\xc9\x2c\x28\x6f\x6b\x12\x76\x37\x57\x83\x66\x4d\x4e\x92\x19\x30\x24\x40\x17\x94\x9b\xdc\x43\xe8\xd3\x5e\x78\x32\x97\xcd\x21\x04\x0b\x61\xcb\x3d\xe1\x6d\x7a\xd3\x36\x85\xa1\xb6\x04\xbe\x9e\xa1\x12\x2d\x94\x73\xc3\x8c\xa6\x47\x49\xb7\x36\x71\x1b\xbd\x1e\x0f\xad\xe3\xf4\xb4\x9c\x35\xa7\xa8\xb5\xe5\xb0\xdf\x88\xb3\x86\xfd\x6e\x7a\x8a\x5a\xb3\xf5\x63\x72\x4d\xd7\xa2\x41\x69\xd8\xd5\xf3\x6b\xff\x81\xca\x00\xd3\x85\x61\x61\x1f\xae\xe9\xfa\xd2\xba\xbb\x06\xcb\x85\x6a\xf3\x55\x45\x61\x3c\xa5\x7b\xb7\x72\x12\x2a\x92\x36\x7e\xb8\xbe\x33\xf1\x91\xca\x55\x6d\xce\x63\x52\x92\xe6\xd4\x7c\xbc\xcb\x4f\x76\xe3\x6e\x45\xef\x87\x32\x84\x24\x92\xa5\xe3\xcf\x62\xac\xe3\x25\xf7\x4d\xd5\xdc\x7e\x67\xd5\x1e\xa8\x77\xae\x4b\x60\xb5\x93\xd3\xe2\xc6\xc7\x56\x61\x1a\x7c\xa7\x35\x49\xab\x65\xcd\x0a\xea\xcb\xa3\xec\xb2\x60\xe2\x05\xad\x39\x4d\x89\xa4\x3a\xec\xc3\xc8\xbf\x59\xf2\x95\x31\x4e\x53\x79\x5e\xfd\xc8\x16\x4a\x0f\x32\x97\x1c\x80\xbe\x8b\x04\xf8\x75\x6a\x9d\xb7\xe8\x09\x15\xe2\xa0\xee\x1d\x15\x4f\x8b\xb4\x99\x2d\xbc\xf7\xc9\x10\x8c\xc0\xce\x73\x2a\x28\xc8\xdb\xca\x5c\x4d\x11\xfd\x7c\xe3\x47\x99\x7a\xd9\x1d\x2a\x2c\x84\x53\x20\x59\x46\x33\xa8\xca\x62\x8d\x19\xd1\x19\x49\xaf\x6f\x09\xcf\xf0\x0e\x02\x91\x6c\xc6\x0a\x26\xd7\x2a\xc0\xab\x8a\x4c\xeb\x81\x39\x1d\x4f\x02\x25\xe8\x15\xd9\xc6\x7c\x42\x4e\x44\xfe\x80\x03\xe4\x3f\x12\x63\xf7\x48\x6d\x35\xb3\x57\x9c\x2c\x96\xfa\xa0\xba\xc7\x8e\xf6\x51\xd1\x87\x18\x7c\xed\x26\x03\xaf\x7e\xa0\x35\x8b\x5b\x48\xcd\xd6\x1d\x1f\x99\x0b\x93\x19\xaf\x6a\x3c\xcf\x52\x78\xe0\x1b\xbc\xdc\x94\xe2\xe9\x78\x1c\x14\xcb\x74\x59\xf6\xce\x3c\x57\x26\xee\x3e\x58\x2b\x1b\xf4\xc6\x99\x86\xdf\x36\xcc\x9e\x38\xf6\xb7\x8c\xb6\xdf\xfc\xb4\x93\x57\x0d\x07\xa9\x6a\x9a\x3c\xbf\xbd\x3a\x9b\xd7\x63\x7a\x15\x4c\x68\xd2\xaa\x5d\xac\xd9\xc3\xf6\xac\x6a\x99\x32\x68\x7c\x42\xd6\x0d\x0c\xaf\x79\xf5\x47\xcd\x2d\x21\x2b\xce\xc7\xad\xb8\x18\xa7\xf6\x71\xac\x16\xeb\xf0\x78\xef\xbf\x03\x00\x00\xff\xff\xc1\x8d\xac\x9b\x81\x5e\x00\x00") +>>>>>>> b76d59e... ui: don’t consider aborted requests complete func webUiStaticJsGraphJsBytes() ([]byte, error) { return bindataRead( @@ -398,7 +458,11 @@ func webUiStaticJsGraphJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/js/graph.js", size: 24058, mode: os.FileMode(420), modTime: time.Unix(1477348838, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/js/graph.js", size: 24193, mode: os.FileMode(420), modTime: time.Unix(1476316189, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -418,7 +482,11 @@ func webUiStaticJsGraph_templateHandlebar() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/js/graph_template.handlebar", size: 6316, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/js/graph_template.handlebar", size: 6316, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -438,7 +506,11 @@ func webUiStaticJsProm_consoleJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/js/prom_console.js", size: 21219, mode: os.FileMode(420), modTime: time.Unix(1474132139, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/js/prom_console.js", size: 21219, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -458,7 +530,11 @@ func webUiStaticVendorBootstrap331CssBootstrapThemeMinCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.min.css", size: 19835, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.min.css", size: 19835, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -478,7 +554,11 @@ func webUiStaticVendorBootstrap331CssBootstrapMinCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css", size: 113498, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css", size: 113498, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -498,7 +578,11 @@ func webUiStaticVendorBootstrap331FontsGlyphiconsHalflingsRegularEot() (*asset, return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot", size: 20335, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot", size: 20335, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -518,7 +602,11 @@ func webUiStaticVendorBootstrap331FontsGlyphiconsHalflingsRegularSvg() (*asset, return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.svg", size: 62926, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.svg", size: 62926, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -538,7 +626,11 @@ func webUiStaticVendorBootstrap331FontsGlyphiconsHalflingsRegularTtf() (*asset, return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf", size: 41280, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf", size: 41280, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -558,7 +650,11 @@ func webUiStaticVendorBootstrap331FontsGlyphiconsHalflingsRegularWoff() (*asset, return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff", size: 23320, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff", size: 23320, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -578,7 +674,11 @@ func webUiStaticVendorBootstrap331JsBootstrapMinJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js", size: 35601, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js", size: 35601, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -598,7 +698,11 @@ func webUiStaticVendorBootstrap331JsNpmJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/js/npm.js", size: 484, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-3.3.1/js/npm.js", size: 484, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -618,7 +722,11 @@ func webUiStaticVendorBootstrapDatetimepickerBootstrapDatetimepickerJs() (*asset return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.js", size: 53185, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.js", size: 53185, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -638,7 +746,11 @@ func webUiStaticVendorBootstrapDatetimepickerBootstrapDatetimepickerMinCss() (*a return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css", size: 5059, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css", size: 5059, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -658,7 +770,11 @@ func webUiStaticVendorBootstrap3TypeaheadBootstrap3TypeaheadMinJs() (*asset, err return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js", size: 7856, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js", size: 7856, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -678,7 +794,11 @@ func webUiStaticVendorJsHandlebarsJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/js/handlebars.js", size: 65639, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/js/handlebars.js", size: 65639, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -698,7 +818,11 @@ func webUiStaticVendorJsJqueryHotkeysJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.hotkeys.js", size: 3283, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.hotkeys.js", size: 3283, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -718,7 +842,11 @@ func webUiStaticVendorJsJqueryMinJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.min.js", size: 95935, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.min.js", size: 95935, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -738,7 +866,11 @@ func webUiStaticVendorJsJquerySelectionJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.selection.js", size: 13320, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/js/jquery.selection.js", size: 13320, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -758,7 +890,11 @@ func webUiStaticVendorRickshawRickshawMinCss() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/rickshaw.min.css", size: 6102, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/rickshaw.min.css", size: 6102, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -778,7 +914,11 @@ func webUiStaticVendorRickshawRickshawMinJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/rickshaw.min.js", size: 76322, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/rickshaw.min.js", size: 76322, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -798,7 +938,11 @@ func webUiStaticVendorRickshawVendorD3LayoutMinJs() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/vendor/d3.layout.min.js", size: 17514, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/vendor/d3.layout.min.js", size: 17514, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } @@ -818,7 +962,11 @@ func webUiStaticVendorRickshawVendorD3V3Js() (*asset, error) { return nil, err } +<<<<<<< HEAD info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/vendor/d3.v3.js", size: 144718, mode: os.FileMode(420), modTime: time.Unix(1455623379, 0)} +======= + info := bindataFileInfo{name: "web/ui/static/vendor/rickshaw/vendor/d3.v3.js", size: 144718, mode: os.FileMode(420), modTime: time.Unix(1476315246, 0)} +>>>>>>> b76d59e... ui: don’t consider aborted requests complete a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/web/ui/static/js/graph.js b/web/ui/static/js/graph.js index ff45717381..15787ad29f 100644 --- a/web/ui/static/js/graph.js +++ b/web/ui/static/js/graph.js @@ -364,7 +364,10 @@ Prometheus.Graph.prototype.submitQuery = function() { self.showError("Error executing query: " + err); } }, - complete: function() { + complete: function(xhr, resp) { + if (resp == "abort") { + return; + } var duration = new Date().getTime() - startTime; self.evalStats.html("Load time: " + duration + "ms
Resolution: " + resolution + "s"); self.spinner.hide();