From ac3fa28f7eaec8c54b19af97e68539a8260b2e77 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Wed, 25 Jul 2018 17:51:06 -0400 Subject: [PATCH] Added Citrix Netscaler HA sensors and alerts (#8800) DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` --- includes/definitions/discovery/netscaler.yaml | 53 + includes/discovery/mempools/netscaler.inc.php | 2 +- includes/discovery/sensors/netscaler.inc.php | 34 +- misc/alert_rules.json | 14 +- tests/data/netscaler.json | 3425 ++++++++++++++++- tests/snmpsim/netscaler.snmprec | 3119 +++++++++++++++ 6 files changed, 6628 insertions(+), 19 deletions(-) diff --git a/includes/definitions/discovery/netscaler.yaml b/includes/definitions/discovery/netscaler.yaml index 4567a56969..9ad8d1d71e 100644 --- a/includes/definitions/discovery/netscaler.yaml +++ b/includes/definitions/discovery/netscaler.yaml @@ -8,3 +8,56 @@ modules: num_oid: '.1.3.6.1.4.1.5951.4.1.1.41.6.1.2."{{ $index }}"' index: nsCPUname descr: nsCPUname + sensors: + state: + data: + - + oid: haCurStatus + num_oid: '.1.3.6.1.4.1.5951.4.1.1.23.23.' + index: 'haCurStatus.{{ $index }}' + descr: Configured for HA + state_name: haCurStatus + states: + - { value: 0, generic: 0, graph: 1, descr: no } + - { value: 1, generic: 0, graph: 1, descr: yes } + - + oid: sysHighAvailabilityMode + num_oid: '.1.3.6.1.4.1.5951.4.1.1.6.' + index: 'sysHighAvailabilityMode.{{ $index }}' + descr: Current HA mode + state_name: sysHighAvailabilityMode + states: + - { value: 0, generic: 0, graph: 1, descr: standalone } + - { value: 1, generic: 0, graph: 1, descr: primary } + - { value: 2, generic: 0, graph: 1, descr: secondary } + - { value: 3, generic: 3, graph: 1, descr: unknown } + - + oid: haCurState + num_oid: '.1.3.6.1.4.1.5951.4.1.1.23.24.' + index: 'haCurState.{{ $index }}' + descr: Current HA state + state_name: haCurState + states: + - { value: 0, generic: 3, graph: 1, descr: UNKNOWN } + - { value: 1, generic: 1, graph: 1, descr: INIT } + - { value: 2, generic: 2, graph: 1, descr: DOWN } + - { value: 3, generic: 0, graph: 1, descr: UP } + - { value: 4, generic: 2, graph: 1, descr: PARTIALFAIL } + - { value: 5, generic: 2, graph: 1, descr: MONITORFAIL } + - { value: 6, generic: 0, graph: 1, descr: MONITOROK } + - { value: 7, generic: 2, graph: 1, descr: COMPLETEFAIL } + - { value: 8, generic: 1, graph: 1, descr: DUMB } + - { value: 9, generic: 1, graph: 1, descr: DISABLED } + - { value: 10, generic: 2, graph: 1, descr: PARTIALFAILSSL } + - { value: 11, generic: 2, graph: 1, descr: ROUTEMONITORFAIL } + - + oid: haPeerState + num_oid: '.1.3.6.1.4.1.5951.4.1.1.23.3.' + index: 'haPeerState.{{ $index }}' + descr: Peer HA mode + state_name: haPeerState + states: + - { value: 0, generic: 3, graph: 1, descr: standalone } + - { value: 1, generic: 0, graph: 1, descr: primary } + - { value: 2, generic: 0, graph: 1, descr: secondary } + - { value: 3, generic: 3, graph: 1, descr: unknown } diff --git a/includes/discovery/mempools/netscaler.inc.php b/includes/discovery/mempools/netscaler.inc.php index cdade351f8..c121cc7983 100644 --- a/includes/discovery/mempools/netscaler.inc.php +++ b/includes/discovery/mempools/netscaler.inc.php @@ -3,5 +3,5 @@ // NS-ROOT-MIB::resMemUsage.0 = Gauge32: 29 // NS-ROOT-MIB::memSizeMB.0 = INTEGER: 815 if ($device['os'] == 'netscaler') { - discover_mempool($valid_mempool, $device, '0', 'netscaler', 'Memory', null, null, null); + discover_mempool($valid_mempool, $device, '0', 'netscaler', 'Memory'); } diff --git a/includes/discovery/sensors/netscaler.inc.php b/includes/discovery/sensors/netscaler.inc.php index 6dac8c2787..064ab38160 100644 --- a/includes/discovery/sensors/netscaler.inc.php +++ b/includes/discovery/sensors/netscaler.inc.php @@ -37,22 +37,24 @@ foreach ($ns_sensor_array as $descr => $data) { $current = ($current / $divisor); }; - discover_sensor( - $valid['sensor'], - $type, - $device, - $oid, - $descr, - 'netscaler-health', - $descr, - $divisor, - $multiplier, - null, - null, - null, - null, - $current - ); + if (is_numeric($current) && $type) { + discover_sensor( + $valid['sensor'], + $type, + $device, + $oid, + $descr, + 'netscaler-health', + $descr, + $divisor, + $multiplier, + null, + null, + null, + null, + $current + ); + } } unset($ns_sensor_array); diff --git a/misc/alert_rules.json b/misc/alert_rules.json index f5e912790b..66bcac442f 100644 --- a/misc/alert_rules.json +++ b/misc/alert_rules.json @@ -348,9 +348,21 @@ "rule": "sensors.sensor_current ~ \"10\" && sensors.sensor_oid = \".1.3.6.1.4.1.674.10892.5.4.600.50.1.5\"", "name": "Dell iDRAC Battery Status Failed" }, - { + { "rule": "sensors.sensor_current ~ \"[5|6]\" && sensors.sensor_oid = \".1.3.6.1.4.1.674.10892.2.2.1\"", "name": "Dell iDRAC Global System Status Critical/NonRecoverable" + }, + { + "rule": "devices.os = \"Netscaler\" && sensors.sensor_type = \"sysHighAvailabilityMode\" && sensors.sensor_current != `sensors.sensor_prev` && sensors.lastupdate < \"DATE_SUB(NOW(),INTERVAL 5 MINUTE)\" && macros.device_up = \"1\"", + "name": "Netscaler HA node mode change" + }, + { + "rule": "devices.os = \"Netscaler\" && sensors.sensor_type = \"haCurState\" && sensors.sensor_current ~ \"[1|8|9]\" && macros.device_up = \"1\"", + "name": "Netscaler HA node state Warning" + }, + { + "rule": "devices.os = \"Netscaler\" && sensors.sensor_type = \"haCurState\" && sensors.sensor_current ~ \"[2|4|5|7|10|11]\" && macros.device_up = \"1\"", + "name": "Netscaler HA node state Critical" } ] diff --git a/tests/data/netscaler.json b/tests/data/netscaler.json index 6f6b7eb1f9..8665dae235 100644 --- a/tests/data/netscaler.json +++ b/tests/data/netscaler.json @@ -1,4 +1,2152 @@ { + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.5951.1", + "sysDescr": "NetScaler NS11.1: Build 51.26.nc, Date: Jan 31 2017, 00:12:01", + "sysContact": null, + "version": null, + "hardware": "", + "features": null, + "location": null, + "os": "netscaler", + "type": "loadbalancer", + "serial": null, + "icon": "citrix.svg" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.5951.1", + "sysDescr": "NetScaler NS11.1: Build 51.26.nc, Date: Jan 31 2017, 00:12:01", + "sysContact": "", + "version": "NS12.0", + "hardware": "NSMPX-8000-10G 4*CPU+6*E1K+2*IX+1*E1K+4*CVM 1620", + "features": "Build 57.19.nc", + "location": "", + "os": "netscaler", + "type": "loadbalancer", + "serial": "7FK7FCV4FH", + "icon": "citrix.svg" + } + ] + } + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10/2", + "ifName": "10/2", + "portName": null, + "ifIndex": "1", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10/1", + "ifName": "10/1", + "portName": null, + "ifIndex": "2", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/6", + "ifName": "1/6", + "portName": null, + "ifIndex": "3", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/5", + "ifName": "1/5", + "portName": null, + "ifIndex": "4", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/4", + "ifName": "1/4", + "portName": null, + "ifIndex": "5", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/3", + "ifName": "1/3", + "portName": null, + "ifIndex": "6", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/2", + "ifName": "1/2", + "portName": null, + "ifIndex": "7", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/1", + "ifName": "1/1", + "portName": null, + "ifIndex": "8", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "0/1", + "ifName": "0/1", + "portName": null, + "ifIndex": "9", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LO/1", + "ifName": "LO/1", + "portName": null, + "ifIndex": "10", + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "ifAlias": "", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": "0", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10/2", + "ifName": "10/2", + "portName": null, + "ifIndex": "1", + "ifSpeed": "10000000000", + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "10000", + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "10/2", + "ifPhysAddress": "00e0ed221f10", + "ifHardType": null, + "ifLastChange": "221643700", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "72811393", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "124203396", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "31280106916", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "132089309282", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "73", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "80131", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "413", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10/1", + "ifName": "10/1", + "portName": null, + "ifIndex": "2", + "ifSpeed": "10000000000", + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "10000", + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "10/1", + "ifPhysAddress": "00e0ed221f11", + "ifHardType": null, + "ifLastChange": "221643700", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "163383286", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "111413772", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "136434575095", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "35972972921", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "43778", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "80161", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "422", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/6", + "ifName": "1/6", + "portName": null, + "ifIndex": "3", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/6", + "ifPhysAddress": "00e0ed272776", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "0", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "0", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "0", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "0", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/5", + "ifName": "1/5", + "portName": null, + "ifIndex": "4", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/5", + "ifPhysAddress": "00e0ed272777", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "0", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "0", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "0", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "0", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/4", + "ifName": "1/4", + "portName": null, + "ifIndex": "5", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/4", + "ifPhysAddress": "00e0ed272778", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "0", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "0", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "0", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "0", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/3", + "ifName": "1/3", + "portName": null, + "ifIndex": "6", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/3", + "ifPhysAddress": "00e0ed272779", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "0", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "0", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "0", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "0", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/2", + "ifName": "1/2", + "portName": null, + "ifIndex": "7", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/2", + "ifPhysAddress": "00e0ed27277a", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "0", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "0", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "0", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "0", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "1/1", + "ifName": "1/1", + "portName": null, + "ifIndex": "8", + "ifSpeed": "1000000000", + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "1000", + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "1/1", + "ifPhysAddress": "00e0ed27277b", + "ifHardType": null, + "ifLastChange": "221156000", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "13536148", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "13559486", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "4724544023", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "4473062120", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "28", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "536", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "0/1", + "ifName": "0/1", + "portName": null, + "ifIndex": "9", + "ifSpeed": "1000000000", + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "1000", + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "0/1", + "ifPhysAddress": "002590a45c89", + "ifHardType": null, + "ifLastChange": "4294966996", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "43382416", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "44713906", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "6579681903", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "18176848196", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "579", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "1250358", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "3193", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LO/1", + "ifName": "LO/1", + "portName": null, + "ifIndex": "10", + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": "0", + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": "1500", + "ifType": "ethernetCsmacd", + "ifAlias": "LO/1", + "ifPhysAddress": "002590a45c89", + "ifHardType": null, + "ifLastChange": "4294965796", + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": "0", + "disabled": "0", + "detailed": "0", + "deleted": "0", + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": "422033296", + "ifInUcastPkts_prev": "0", + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": "835448264", + "ifOutUcastPkts_prev": "0", + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": "0", + "ifInErrors_prev": "0", + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": "0", + "ifOutErrors_prev": "0", + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": "70226541274", + "ifInOctets_prev": "0", + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": "101349878499", + "ifOutOctets_prev": "0", + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": "0", + "ifInNUcastPkts_prev": "0", + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": "0", + "ifOutNUcastPkts_prev": "0", + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": "0", + "ifInDiscards_prev": "0", + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": "0", + "ifOutDiscards_prev": "0", + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": "0", + "ifInUnknownProtos_prev": "0", + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": "0", + "ifInBroadcastPkts_prev": "0", + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": "0", + "ifOutBroadcastPkts_prev": "0", + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": "0", + "ifInMulticastPkts_prev": "0", + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": "0", + "ifOutMulticastPkts_prev": "0", + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, "processors": { "discovery": { "processors": [ @@ -71,5 +2219,1280 @@ ] }, "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "netscaler", + "mempool_precision": "1", + "mempool_descr": "Memory", + "mempool_perc": "0", + "mempool_used": "0", + "mempool_free": "0", + "mempool_total": "0", + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": "0", + "mempool_perc_warn": "75" + } + ] + }, + "poller": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "netscaler", + "mempool_precision": "1", + "mempool_descr": "Memory", + "mempool_perc": "5", + "mempool_used": "1691639347", + "mempool_free": "32141147597", + "mempool_total": "33832786944", + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": "0", + "mempool_perc_warn": "75" + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.48", + "sensor_index": "AuxiliaryFan0", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryFan0", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.49", + "sensor_index": "AuxiliaryFan1", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryFan1", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.50", + "sensor_index": "AuxiliaryFan2", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryFan2", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.51", + "sensor_index": "AuxiliaryFan3", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryFan3", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.65.117.120.105.108.105.97.114.121.77.105.115.99.48", + "sensor_index": "AuxiliaryMisc0", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryMisc0", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.65.117.120.105.108.105.97.114.121.77.105.115.99.49", + "sensor_index": "AuxiliaryMisc1", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryMisc1", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.12.67.80.85.70.97.110.48.83.112.101.101.100", + "sensor_index": "CPUFan0Speed", + "sensor_type": "netscaler-health", + "sensor_descr": "CPUFan0Speed", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "7875", + "sensor_limit": "14175", + "sensor_limit_warn": null, + "sensor_limit_low": "6300", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.12.67.80.85.70.97.110.49.83.112.101.101.100", + "sensor_index": "CPUFan1Speed", + "sensor_type": "netscaler-health", + "sensor_descr": "CPUFan1Speed", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "8100", + "sensor_limit": "14580", + "sensor_limit_warn": null, + "sensor_limit_low": "6480", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.83.121.115.116.101.109.70.97.110.49.83.112.101.101.100", + "sensor_index": "SystemFan1Speed", + "sensor_type": "netscaler-health", + "sensor_descr": "SystemFan1Speed", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "7800", + "sensor_limit": "14040", + "sensor_limit_warn": null, + "sensor_limit_low": "6240", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.83.121.115.116.101.109.70.97.110.50.83.112.101.101.100", + "sensor_index": "SystemFan2Speed", + "sensor_type": "netscaler-health", + "sensor_descr": "SystemFan2Speed", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "7500", + "sensor_limit": "13500", + "sensor_limit_warn": null, + "sensor_limit_low": "6000", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.83.121.115.116.101.109.70.97.110.83.112.101.101.100", + "sensor_index": "SystemFanSpeed", + "sensor_type": "netscaler-health", + "sensor_descr": "SystemFanSpeed", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "8025", + "sensor_limit": "14445", + "sensor_limit_warn": null, + "sensor_limit_low": "6420", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.23.24.0", + "sensor_index": "haCurState.0", + "sensor_type": "haCurState", + "sensor_descr": "Current HA state", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_current": "3", + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "haCurState" + }, + { + "sensor_deleted": "0", + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.23.23.0", + "sensor_index": "haCurStatus.0", + "sensor_type": "haCurStatus", + "sensor_descr": "Configured for HA", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_current": "1", + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "haCurStatus" + }, + { + "sensor_deleted": "0", + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.23.3.0", + "sensor_index": "haPeerState.0", + "sensor_type": "haPeerState", + "sensor_descr": "Peer HA mode", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_current": "1", + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "haPeerState" + }, + { + "sensor_deleted": "0", + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.6.0", + "sensor_index": "sysHighAvailabilityMode.0", + "sensor_type": "sysHighAvailabilityMode", + "sensor_descr": "Current HA mode", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_current": "2", + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "sysHighAvailabilityMode" + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.48", + "sensor_index": "AuxiliaryTemperature0", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryTemperature0", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "20", + "sensor_limit_warn": null, + "sensor_limit_low": "-10", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.49", + "sensor_index": "AuxiliaryTemperature1", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryTemperature1", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "20", + "sensor_limit_warn": null, + "sensor_limit_low": "-10", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.50", + "sensor_index": "AuxiliaryTemperature2", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryTemperature2", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "20", + "sensor_limit_warn": null, + "sensor_limit_low": "-10", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.51", + "sensor_index": "AuxiliaryTemperature3", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryTemperature3", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "20", + "sensor_limit_warn": null, + "sensor_limit_low": "-10", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.48.84.101.109.112.101.114.97.116.117.114.101", + "sensor_index": "CPU0Temperature", + "sensor_type": "netscaler-health", + "sensor_descr": "CPU0Temperature", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "54", + "sensor_limit": "74", + "sensor_limit_warn": null, + "sensor_limit_low": "44", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.49.84.101.109.112.101.114.97.116.117.114.101", + "sensor_index": "CPU1Temperature", + "sensor_type": "netscaler-health", + "sensor_descr": "CPU1Temperature", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "20", + "sensor_limit_warn": null, + "sensor_limit_low": "-10", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.73.110.116.101.114.110.97.108.84.101.109.112.101.114.97.116.117.114.101", + "sensor_index": "InternalTemperature", + "sensor_type": "netscaler-health", + "sensor_descr": "InternalTemperature", + "sensor_divisor": "0", + "sensor_multiplier": "0", + "sensor_current": "35", + "sensor_limit": "55", + "sensor_limit_warn": null, + "sensor_limit_low": "25", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.45.49.50.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "-12.0VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "-12.0VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "12.292", + "sensor_limit": "14.1358", + "sensor_limit_warn": null, + "sensor_limit_low": "10.4482", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.45.53.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "-5.0VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "-5.0VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.43.49.50.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "+12.0VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "+12.0VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "12.084", + "sensor_limit": "13.8966", + "sensor_limit_warn": null, + "sensor_limit_low": "10.2714", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.43.53.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "+5.0VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "+5.0VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "5.216", + "sensor_limit": "5.9984", + "sensor_limit_warn": null, + "sensor_limit_low": "4.4336", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.48", + "sensor_index": "AuxiliaryVoltage0", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage0", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.49", + "sensor_index": "AuxiliaryVoltage1", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage1", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.50", + "sensor_index": "AuxiliaryVoltage2", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage2", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.51", + "sensor_index": "AuxiliaryVoltage3", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage3", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.52", + "sensor_index": "AuxiliaryVoltage4", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage4", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.53", + "sensor_index": "AuxiliaryVoltage5", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage5", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.54", + "sensor_index": "AuxiliaryVoltage6", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage6", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.55", + "sensor_index": "AuxiliaryVoltage7", + "sensor_type": "netscaler-health", + "sensor_descr": "AuxiliaryVoltage7", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.66.97.116.116.101.114.121.86.111.108.116.97.103.101", + "sensor_index": "BatteryVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "BatteryVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "3.088", + "sensor_limit": "3.5512", + "sensor_limit_warn": null, + "sensor_limit_low": "2.6248", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.48.67.111.114.101.86.111.108.116.97.103.101", + "sensor_index": "CPU0CoreVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "CPU0CoreVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "1.184", + "sensor_limit": "1.3616", + "sensor_limit_warn": null, + "sensor_limit_low": "1.0064", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.49.67.111.114.101.86.111.108.116.97.103.101", + "sensor_index": "CPU1CoreVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "CPU1CoreVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.16.73.110.116.101.108.67.80.85.86.116.116.80.111.119.101.114", + "sensor_index": "IntelCPUVttPower", + "sensor_type": "netscaler-health", + "sensor_descr": "IntelCPUVttPower", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.77.97.105.110.51.46.51.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "Main3.3VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "Main3.3VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "3.376", + "sensor_limit": "3.8824", + "sensor_limit_warn": null, + "sensor_limit_low": "2.8696", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.49.83.116.97.116.117.115", + "sensor_index": "PowerSupply1Status", + "sensor_type": "netscaler-health", + "sensor_descr": "PowerSupply1Status", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0.003", + "sensor_limit": "0.00345", + "sensor_limit_warn": null, + "sensor_limit_low": "0.00255", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.50.83.116.97.116.117.115", + "sensor_index": "PowerSupply2Status", + "sensor_type": "netscaler-health", + "sensor_descr": "PowerSupply2Status", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0.003", + "sensor_limit": "0.00345", + "sensor_limit_warn": null, + "sensor_limit_low": "0.00255", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.51.83.116.97.116.117.115", + "sensor_index": "PowerSupply3Status", + "sensor_type": "netscaler-health", + "sensor_descr": "PowerSupply3Status", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.52.83.116.97.116.117.115", + "sensor_index": "PowerSupply4Status", + "sensor_type": "netscaler-health", + "sensor_descr": "PowerSupply4Status", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.27.80.111.119.101.114.83.117.112.112.108.121.53.118.83.116.97.110.100.98.121.86.111.108.116.97.103.101", + "sensor_index": "PowerSupply5vStandbyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "PowerSupply5vStandbyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "0", + "sensor_limit": "0", + "sensor_limit_warn": null, + "sensor_limit_low": "0", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.24.83.116.97.110.100.98.121.51.46.51.86.83.117.112.112.108.121.86.111.108.116.97.103.101", + "sensor_index": "Standby3.3VSupplyVoltage", + "sensor_type": "netscaler-health", + "sensor_descr": "Standby3.3VSupplyVoltage", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "3.376", + "sensor_limit": "3.8824", + "sensor_limit_warn": null, + "sensor_limit_low": "2.8696", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": "0", + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.86.111.108.116.97.103.101.83.101.110.115.111.114.50", + "sensor_index": "VoltageSensor2", + "sensor_type": "netscaler-health", + "sensor_descr": "VoltageSensor2", + "sensor_divisor": "1000", + "sensor_multiplier": "0", + "sensor_current": "3.392", + "sensor_limit": "3.9008", + "sensor_limit_warn": null, + "sensor_limit_low": "2.8832", + "sensor_limit_low_warn": null, + "sensor_alert": "1", + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "haCurState", + "state_descr": "UNKNOWN", + "state_draw_graph": "1", + "state_value": "0", + "state_generic_value": "3" + }, + { + "state_name": "haCurState", + "state_descr": "INIT", + "state_draw_graph": "1", + "state_value": "1", + "state_generic_value": "1" + }, + { + "state_name": "haCurState", + "state_descr": "DOWN", + "state_draw_graph": "1", + "state_value": "2", + "state_generic_value": "2" + }, + { + "state_name": "haCurState", + "state_descr": "UP", + "state_draw_graph": "1", + "state_value": "3", + "state_generic_value": "0" + }, + { + "state_name": "haCurState", + "state_descr": "PARTIALFAIL", + "state_draw_graph": "1", + "state_value": "4", + "state_generic_value": "2" + }, + { + "state_name": "haCurState", + "state_descr": "MONITORFAIL", + "state_draw_graph": "1", + "state_value": "5", + "state_generic_value": "2" + }, + { + "state_name": "haCurState", + "state_descr": "MONITOROK", + "state_draw_graph": "1", + "state_value": "6", + "state_generic_value": "0" + }, + { + "state_name": "haCurState", + "state_descr": "COMPLETEFAIL", + "state_draw_graph": "1", + "state_value": "7", + "state_generic_value": "2" + }, + { + "state_name": "haCurState", + "state_descr": "DUMB", + "state_draw_graph": "1", + "state_value": "8", + "state_generic_value": "1" + }, + { + "state_name": "haCurState", + "state_descr": "DISABLED", + "state_draw_graph": "1", + "state_value": "9", + "state_generic_value": "1" + }, + { + "state_name": "haCurState", + "state_descr": "PARTIALFAILSSL", + "state_draw_graph": "1", + "state_value": "10", + "state_generic_value": "2" + }, + { + "state_name": "haCurState", + "state_descr": "ROUTEMONITORFAIL", + "state_draw_graph": "1", + "state_value": "11", + "state_generic_value": "2" + }, + { + "state_name": "haCurStatus", + "state_descr": "no", + "state_draw_graph": "1", + "state_value": "0", + "state_generic_value": "0" + }, + { + "state_name": "haCurStatus", + "state_descr": "yes", + "state_draw_graph": "1", + "state_value": "1", + "state_generic_value": "0" + }, + { + "state_name": "haPeerState", + "state_descr": "standalone", + "state_draw_graph": "1", + "state_value": "0", + "state_generic_value": "3" + }, + { + "state_name": "haPeerState", + "state_descr": "primary", + "state_draw_graph": "1", + "state_value": "1", + "state_generic_value": "0" + }, + { + "state_name": "haPeerState", + "state_descr": "secondary", + "state_draw_graph": "1", + "state_value": "2", + "state_generic_value": "0" + }, + { + "state_name": "haPeerState", + "state_descr": "unknown", + "state_draw_graph": "1", + "state_value": "3", + "state_generic_value": "3" + }, + { + "state_name": "sysHighAvailabilityMode", + "state_descr": "standalone", + "state_draw_graph": "1", + "state_value": "0", + "state_generic_value": "0" + }, + { + "state_name": "sysHighAvailabilityMode", + "state_descr": "primary", + "state_draw_graph": "1", + "state_value": "1", + "state_generic_value": "0" + }, + { + "state_name": "sysHighAvailabilityMode", + "state_descr": "secondary", + "state_draw_graph": "1", + "state_value": "2", + "state_generic_value": "0" + }, + { + "state_name": "sysHighAvailabilityMode", + "state_descr": "unknown", + "state_draw_graph": "1", + "state_value": "3", + "state_generic_value": "3" + } + ] + }, + "poller": "matches discovery" + }, + "bgp-peers": { + "discovery": { + "devices": [ + { + "bgpLocalAs": null + } + ], + "bgpPeers": [], + "bgpPeers_cbgp": [] + }, + "poller": "matches discovery" } -} \ No newline at end of file +} diff --git a/tests/snmpsim/netscaler.snmprec b/tests/snmpsim/netscaler.snmprec index 74e9ab4675..3d98635725 100644 --- a/tests/snmpsim/netscaler.snmprec +++ b/tests/snmpsim/netscaler.snmprec @@ -4,6 +4,353 @@ 1.3.6.1.2.1.1.4.0|4| 1.3.6.1.2.1.1.5.0|4| 1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|10/2 +1.3.6.1.2.1.2.2.1.2.2|4|10/1 +1.3.6.1.2.1.2.2.1.2.3|4|1/6 +1.3.6.1.2.1.2.2.1.2.4|4|1/5 +1.3.6.1.2.1.2.2.1.2.5|4|1/4 +1.3.6.1.2.1.2.2.1.2.6|4|1/3 +1.3.6.1.2.1.2.2.1.2.7|4|1/2 +1.3.6.1.2.1.2.2.1.2.8|4|1/1 +1.3.6.1.2.1.2.2.1.2.9|4|0/1 +1.3.6.1.2.1.2.2.1.2.10|4|LO/1 +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.3.3|2|6 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|6 +1.3.6.1.2.1.2.2.1.3.6|2|6 +1.3.6.1.2.1.2.2.1.3.7|2|6 +1.3.6.1.2.1.2.2.1.3.8|2|6 +1.3.6.1.2.1.2.2.1.3.9|2|6 +1.3.6.1.2.1.2.2.1.3.10|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.4.5|2|1500 +1.3.6.1.2.1.2.2.1.4.6|2|1500 +1.3.6.1.2.1.2.2.1.4.7|2|1500 +1.3.6.1.2.1.2.2.1.4.8|2|1500 +1.3.6.1.2.1.2.2.1.4.9|2|1500 +1.3.6.1.2.1.2.2.1.4.10|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4x|00E0ED221F10 +1.3.6.1.2.1.2.2.1.6.2|4x|00E0ED221F11 +1.3.6.1.2.1.2.2.1.6.3|4x|00E0ED272776 +1.3.6.1.2.1.2.2.1.6.4|4x|00E0ED272777 +1.3.6.1.2.1.2.2.1.6.5|4x|00E0ED272778 +1.3.6.1.2.1.2.2.1.6.6|4x|00E0ED272779 +1.3.6.1.2.1.2.2.1.6.7|4x|00E0ED27277A +1.3.6.1.2.1.2.2.1.6.8|4x|00E0ED27277B +1.3.6.1.2.1.2.2.1.6.9|4x|002590A45C89 +1.3.6.1.2.1.2.2.1.6.10|4x|002590A45C89 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|2 +1.3.6.1.2.1.2.2.1.7.4|2|2 +1.3.6.1.2.1.2.2.1.7.5|2|2 +1.3.6.1.2.1.2.2.1.7.6|2|2 +1.3.6.1.2.1.2.2.1.7.7|2|2 +1.3.6.1.2.1.2.2.1.7.8|2|1 +1.3.6.1.2.1.2.2.1.7.9|2|1 +1.3.6.1.2.1.2.2.1.7.10|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|2 +1.3.6.1.2.1.2.2.1.8.4|2|2 +1.3.6.1.2.1.2.2.1.8.5|2|2 +1.3.6.1.2.1.2.2.1.8.6|2|2 +1.3.6.1.2.1.2.2.1.8.7|2|2 +1.3.6.1.2.1.2.2.1.8.8|2|1 +1.3.6.1.2.1.2.2.1.8.9|2|1 +1.3.6.1.2.1.2.2.1.8.10|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|221643700 +1.3.6.1.2.1.2.2.1.9.2|67|221643700 +1.3.6.1.2.1.2.2.1.9.3|67|4294965796 +1.3.6.1.2.1.2.2.1.9.4|67|4294965796 +1.3.6.1.2.1.2.2.1.9.5|67|4294965796 +1.3.6.1.2.1.2.2.1.9.6|67|4294965796 +1.3.6.1.2.1.2.2.1.9.7|67|4294965796 +1.3.6.1.2.1.2.2.1.9.8|67|221156000 +1.3.6.1.2.1.2.2.1.9.9|67|4294966996 +1.3.6.1.2.1.2.2.1.9.10|67|4294965796 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.5|65|0 +1.3.6.1.2.1.2.2.1.13.6|65|0 +1.3.6.1.2.1.2.2.1.13.7|65|0 +1.3.6.1.2.1.2.2.1.13.8|65|0 +1.3.6.1.2.1.2.2.1.13.9|65|0 +1.3.6.1.2.1.2.2.1.13.10|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|0 +1.3.6.1.2.1.2.2.1.14.6|65|0 +1.3.6.1.2.1.2.2.1.14.7|65|0 +1.3.6.1.2.1.2.2.1.14.8|65|0 +1.3.6.1.2.1.2.2.1.14.9|65|0 +1.3.6.1.2.1.2.2.1.14.10|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.5|65|0 +1.3.6.1.2.1.2.2.1.19.6|65|0 +1.3.6.1.2.1.2.2.1.19.7|65|0 +1.3.6.1.2.1.2.2.1.19.8|65|0 +1.3.6.1.2.1.2.2.1.19.9|65|0 +1.3.6.1.2.1.2.2.1.19.10|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.5|65|0 +1.3.6.1.2.1.2.2.1.20.6|65|0 +1.3.6.1.2.1.2.2.1.20.7|65|0 +1.3.6.1.2.1.2.2.1.20.8|65|0 +1.3.6.1.2.1.2.2.1.20.9|65|0 +1.3.6.1.2.1.2.2.1.20.10|65|0 +1.3.6.1.2.1.5.1.0|65|50987 +1.3.6.1.2.1.5.2.0|65|5 +1.3.6.1.2.1.5.3.0|65|0 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|23228 +1.3.6.1.2.1.5.9.0|65|22603 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|46369 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|1353 +1.3.6.1.2.1.5.17.0|65|24 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|23228 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.7.1.0|65|49832550 +1.3.6.1.2.1.7.2.0|65|296 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|50389103 +1.3.6.1.2.1.11.1.0|65|2676237 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.30.0|2|1 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|10/2 +1.3.6.1.2.1.31.1.1.1.1.2|4|10/1 +1.3.6.1.2.1.31.1.1.1.1.3|4|1/6 +1.3.6.1.2.1.31.1.1.1.1.4|4|1/5 +1.3.6.1.2.1.31.1.1.1.1.5|4|1/4 +1.3.6.1.2.1.31.1.1.1.1.6|4|1/3 +1.3.6.1.2.1.31.1.1.1.1.7|4|1/2 +1.3.6.1.2.1.31.1.1.1.1.8|4|1/1 +1.3.6.1.2.1.31.1.1.1.1.9|4|0/1 +1.3.6.1.2.1.31.1.1.1.1.10|4|LO/1 +1.3.6.1.2.1.31.1.1.1.2.1|65|80131 +1.3.6.1.2.1.31.1.1.1.2.2|65|80161 +1.3.6.1.2.1.31.1.1.1.2.3|65|0 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|0 +1.3.6.1.2.1.31.1.1.1.2.6|65|0 +1.3.6.1.2.1.31.1.1.1.2.7|65|0 +1.3.6.1.2.1.31.1.1.1.2.8|65|0 +1.3.6.1.2.1.31.1.1.1.2.9|65|1250358 +1.3.6.1.2.1.31.1.1.1.2.10|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|73 +1.3.6.1.2.1.31.1.1.1.3.2|65|43778 +1.3.6.1.2.1.31.1.1.1.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|0 +1.3.6.1.2.1.31.1.1.1.3.5|65|0 +1.3.6.1.2.1.31.1.1.1.3.6|65|0 +1.3.6.1.2.1.31.1.1.1.3.7|65|0 +1.3.6.1.2.1.31.1.1.1.3.8|65|28 +1.3.6.1.2.1.31.1.1.1.3.9|65|579 +1.3.6.1.2.1.31.1.1.1.3.10|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|413 +1.3.6.1.2.1.31.1.1.1.4.2|65|422 +1.3.6.1.2.1.31.1.1.1.4.3|65|0 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.5|65|0 +1.3.6.1.2.1.31.1.1.1.4.6|65|0 +1.3.6.1.2.1.31.1.1.1.4.7|65|0 +1.3.6.1.2.1.31.1.1.1.4.8|65|536 +1.3.6.1.2.1.31.1.1.1.4.9|65|3193 +1.3.6.1.2.1.31.1.1.1.4.10|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|0 +1.3.6.1.2.1.31.1.1.1.5.5|65|0 +1.3.6.1.2.1.31.1.1.1.5.6|65|0 +1.3.6.1.2.1.31.1.1.1.5.7|65|0 +1.3.6.1.2.1.31.1.1.1.5.8|65|0 +1.3.6.1.2.1.31.1.1.1.5.9|65|0 +1.3.6.1.2.1.31.1.1.1.5.10|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|31280106916 +1.3.6.1.2.1.31.1.1.1.6.2|70|136434575095 +1.3.6.1.2.1.31.1.1.1.6.3|70|0 +1.3.6.1.2.1.31.1.1.1.6.4|70|0 +1.3.6.1.2.1.31.1.1.1.6.5|70|0 +1.3.6.1.2.1.31.1.1.1.6.6|70|0 +1.3.6.1.2.1.31.1.1.1.6.7|70|0 +1.3.6.1.2.1.31.1.1.1.6.8|70|4724544023 +1.3.6.1.2.1.31.1.1.1.6.9|70|6579681903 +1.3.6.1.2.1.31.1.1.1.6.10|70|70226541274 +1.3.6.1.2.1.31.1.1.1.7.1|70|72811393 +1.3.6.1.2.1.31.1.1.1.7.2|70|163383286 +1.3.6.1.2.1.31.1.1.1.7.3|70|0 +1.3.6.1.2.1.31.1.1.1.7.4|70|0 +1.3.6.1.2.1.31.1.1.1.7.5|70|0 +1.3.6.1.2.1.31.1.1.1.7.6|70|0 +1.3.6.1.2.1.31.1.1.1.7.7|70|0 +1.3.6.1.2.1.31.1.1.1.7.8|70|13536148 +1.3.6.1.2.1.31.1.1.1.7.9|70|43382416 +1.3.6.1.2.1.31.1.1.1.7.10|70|422033296 +1.3.6.1.2.1.31.1.1.1.8.1|70|80131 +1.3.6.1.2.1.31.1.1.1.8.2|70|80161 +1.3.6.1.2.1.31.1.1.1.8.3|70|0 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|0 +1.3.6.1.2.1.31.1.1.1.8.6|70|0 +1.3.6.1.2.1.31.1.1.1.8.7|70|0 +1.3.6.1.2.1.31.1.1.1.8.8|70|0 +1.3.6.1.2.1.31.1.1.1.8.9|70|1250358 +1.3.6.1.2.1.31.1.1.1.8.10|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|70|73 +1.3.6.1.2.1.31.1.1.1.9.2|70|43778 +1.3.6.1.2.1.31.1.1.1.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|0 +1.3.6.1.2.1.31.1.1.1.9.5|70|0 +1.3.6.1.2.1.31.1.1.1.9.6|70|0 +1.3.6.1.2.1.31.1.1.1.9.7|70|0 +1.3.6.1.2.1.31.1.1.1.9.8|70|28 +1.3.6.1.2.1.31.1.1.1.9.9|70|579 +1.3.6.1.2.1.31.1.1.1.9.10|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|132089309282 +1.3.6.1.2.1.31.1.1.1.10.2|70|35972972921 +1.3.6.1.2.1.31.1.1.1.10.3|70|0 +1.3.6.1.2.1.31.1.1.1.10.4|70|0 +1.3.6.1.2.1.31.1.1.1.10.5|70|0 +1.3.6.1.2.1.31.1.1.1.10.6|70|0 +1.3.6.1.2.1.31.1.1.1.10.7|70|0 +1.3.6.1.2.1.31.1.1.1.10.8|70|4473062120 +1.3.6.1.2.1.31.1.1.1.10.9|70|18176848196 +1.3.6.1.2.1.31.1.1.1.10.10|70|101349878499 +1.3.6.1.2.1.31.1.1.1.11.1|70|124203396 +1.3.6.1.2.1.31.1.1.1.11.2|70|111413772 +1.3.6.1.2.1.31.1.1.1.11.3|70|0 +1.3.6.1.2.1.31.1.1.1.11.4|70|0 +1.3.6.1.2.1.31.1.1.1.11.5|70|0 +1.3.6.1.2.1.31.1.1.1.11.6|70|0 +1.3.6.1.2.1.31.1.1.1.11.7|70|0 +1.3.6.1.2.1.31.1.1.1.11.8|70|13559486 +1.3.6.1.2.1.31.1.1.1.11.9|70|44713906 +1.3.6.1.2.1.31.1.1.1.11.10|70|835448264 +1.3.6.1.2.1.31.1.1.1.12.1|70|413 +1.3.6.1.2.1.31.1.1.1.12.2|70|422 +1.3.6.1.2.1.31.1.1.1.12.3|70|0 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.5|70|0 +1.3.6.1.2.1.31.1.1.1.12.6|70|0 +1.3.6.1.2.1.31.1.1.1.12.7|70|0 +1.3.6.1.2.1.31.1.1.1.12.8|70|536 +1.3.6.1.2.1.31.1.1.1.12.9|70|3193 +1.3.6.1.2.1.31.1.1.1.12.10|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|70|0 +1.3.6.1.2.1.31.1.1.1.13.2|70|0 +1.3.6.1.2.1.31.1.1.1.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|0 +1.3.6.1.2.1.31.1.1.1.13.5|70|0 +1.3.6.1.2.1.31.1.1.1.13.6|70|0 +1.3.6.1.2.1.31.1.1.1.13.7|70|0 +1.3.6.1.2.1.31.1.1.1.13.8|70|0 +1.3.6.1.2.1.31.1.1.1.13.9|70|0 +1.3.6.1.2.1.31.1.1.1.13.10|70|0 +1.3.6.1.2.1.31.1.1.1.14.1|2|1 +1.3.6.1.2.1.31.1.1.1.14.2|2|1 +1.3.6.1.2.1.31.1.1.1.14.3|2|1 +1.3.6.1.2.1.31.1.1.1.14.4|2|1 +1.3.6.1.2.1.31.1.1.1.14.5|2|1 +1.3.6.1.2.1.31.1.1.1.14.6|2|1 +1.3.6.1.2.1.31.1.1.1.14.7|2|1 +1.3.6.1.2.1.31.1.1.1.14.8|2|1 +1.3.6.1.2.1.31.1.1.1.14.9|2|1 +1.3.6.1.2.1.31.1.1.1.14.10|2|1 +1.3.6.1.2.1.31.1.1.1.15.1|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2|66|10000 +1.3.6.1.2.1.31.1.1.1.15.3|66|0 +1.3.6.1.2.1.31.1.1.1.15.4|66|0 +1.3.6.1.2.1.31.1.1.1.15.5|66|0 +1.3.6.1.2.1.31.1.1.1.15.6|66|0 +1.3.6.1.2.1.31.1.1.1.15.7|66|0 +1.3.6.1.2.1.31.1.1.1.15.8|66|1000 +1.3.6.1.2.1.31.1.1.1.15.9|66|1000 +1.3.6.1.2.1.31.1.1.1.15.10|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|1 +1.3.6.1.2.1.31.1.1.1.16.2|2|1 +1.3.6.1.2.1.31.1.1.1.16.3|2|1 +1.3.6.1.2.1.31.1.1.1.16.4|2|1 +1.3.6.1.2.1.31.1.1.1.16.5|2|1 +1.3.6.1.2.1.31.1.1.1.16.6|2|1 +1.3.6.1.2.1.31.1.1.1.16.7|2|1 +1.3.6.1.2.1.31.1.1.1.16.8|2|1 +1.3.6.1.2.1.31.1.1.1.16.9|2|1 +1.3.6.1.2.1.31.1.1.1.16.10|2|1 +1.3.6.1.2.1.31.1.1.1.17.1|2|1 +1.3.6.1.2.1.31.1.1.1.17.2|2|1 +1.3.6.1.2.1.31.1.1.1.17.3|2|1 +1.3.6.1.2.1.31.1.1.1.17.4|2|1 +1.3.6.1.2.1.31.1.1.1.17.5|2|1 +1.3.6.1.2.1.31.1.1.1.17.6|2|1 +1.3.6.1.2.1.31.1.1.1.17.7|2|1 +1.3.6.1.2.1.31.1.1.1.17.8|2|1 +1.3.6.1.2.1.31.1.1.1.17.9|2|1 +1.3.6.1.2.1.31.1.1.1.17.10|2|1 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.18.6|4| +1.3.6.1.2.1.31.1.1.1.18.7|4| +1.3.6.1.2.1.31.1.1.1.18.8|4| +1.3.6.1.2.1.31.1.1.1.18.9|4| +1.3.6.1.2.1.31.1.1.1.18.10|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.5|67|0 +1.3.6.1.2.1.31.1.1.1.19.6|67|0 +1.3.6.1.2.1.31.1.1.1.19.7|67|0 +1.3.6.1.2.1.31.1.1.1.19.8|67|0 +1.3.6.1.2.1.31.1.1.1.19.9|67|0 +1.3.6.1.2.1.31.1.1.1.19.10|67|0 +1.3.6.1.4.1.5951.4.1.1.1.0|4|NetScaler NS12.0: Build 57.19.nc, Date: Feb 26 2018, 07:24:38 +1.3.6.1.4.1.5951.4.1.1.6.0|2|2 +1.3.6.1.4.1.5951.4.1.1.11.0|4|NSMPX-8000-10G 4*CPU+6*E1K+2*IX+1*E1K+4*CVM 1620 +1.3.6.1.4.1.5951.4.1.1.14.0|4|7FK7FCV4FH +1.3.6.1.4.1.5951.4.1.1.23.3.0|2|1 +1.3.6.1.4.1.5951.4.1.1.23.23.0|2|1 +1.3.6.1.4.1.5951.4.1.1.23.24.0|2|3 +1.3.6.1.4.1.5951.4.1.1.41.2.0|66|5 +1.3.6.1.4.1.5951.4.1.1.41.4.0|2|32297 1.3.6.1.4.1.5951.4.1.1.41.6.1.1.8.77.103.109.116.32.67.80.85|4|Mgmt CPU 1.3.6.1.4.1.5951.4.1.1.41.6.1.1.12.80.97.99.107.101.116.32.67.80.85.32.48|4|Packet CPU 0 1.3.6.1.4.1.5951.4.1.1.41.6.1.1.12.80.97.99.107.101.116.32.67.80.85.32.49|4|Packet CPU 1 @@ -16,3 +363,2775 @@ 1.3.6.1.4.1.5951.4.1.1.41.6.1.2.12.80.97.99.107.101.116.32.67.80.85.32.50|66|2 1.3.6.1.4.1.5951.4.1.1.41.6.1.2.12.80.97.99.107.101.116.32.67.80.85.32.51|66|3 1.3.6.1.4.1.5951.4.1.1.41.6.1.2.12.80.97.99.107.101.116.32.67.80.85.32.52|66|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.9.68.105.115.107.48.83.105.122.101|2|16858 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.9.68.105.115.107.48.85.115.101.100|2|882 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.9.68.105.115.107.49.83.105.122.101|2|158683 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.9.68.105.115.107.49.85.115.101.100|2|33869 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.10.68.105.115.107.48.65.118.97.105.108|2|14627 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.10.68.105.115.107.49.65.118.97.105.108|2|112119 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.11.68.105.115.107.48.69.114.114.111.114.115|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.11.68.105.115.107.48.80.117.115.97.103.101|2|5 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.11.68.105.115.107.49.69.114.114.111.114.115|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.11.68.105.115.107.49.80.117.115.97.103.101|2|23 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.12.67.80.85.70.97.110.48.83.112.101.101.100|2|7875 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.12.67.80.85.70.97.110.49.83.112.101.101.100|2|8100 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.48|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.49|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.50|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.13.65.117.120.105.108.105.97.114.121.70.97.110.51|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.65.117.120.105.108.105.97.114.121.77.105.115.99.48|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.65.117.120.105.108.105.97.114.121.77.105.115.99.49|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.66.97.116.116.101.114.121.86.111.108.116.97.103.101|2|3088 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.83.121.115.116.101.109.70.97.110.83.112.101.101.100|2|8025 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.14.86.111.108.116.97.103.101.83.101.110.115.111.114.50|2|3392 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.48.67.111.114.101.86.111.108.116.97.103.101|2|1184 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.48.84.101.109.112.101.114.97.116.117.114.101|2|54 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.49.67.111.114.101.86.111.108.116.97.103.101|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.67.80.85.49.84.101.109.112.101.114.97.116.117.114.101|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.83.121.115.116.101.109.70.97.110.49.83.112.101.101.100|2|7800 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.15.83.121.115.116.101.109.70.97.110.50.83.112.101.101.100|2|7500 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.16.73.110.116.101.108.67.80.85.86.116.116.80.111.119.101.114|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.48|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.49|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.50|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.51|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.52|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.53|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.54|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.17.65.117.120.105.108.105.97.114.121.86.111.108.116.97.103.101.55|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.43.53.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|5216 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.45.53.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.49.83.116.97.116.117.115|2|3 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.50.83.116.97.116.117.115|2|3 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.51.83.116.97.116.117.115|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.18.80.111.119.101.114.83.117.112.112.108.121.52.83.116.97.116.117.115|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.43.49.50.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|12084 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.45.49.50.46.48.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|12292 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.19.73.110.116.101.114.110.97.108.84.101.109.112.101.114.97.116.117.114.101|2|35 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.48|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.49|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.50|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.65.117.120.105.108.105.97.114.121.84.101.109.112.101.114.97.116.117.114.101.51|2|0 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.21.77.97.105.110.51.46.51.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|3376 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.24.83.116.97.110.100.98.121.51.46.51.86.83.117.112.112.108.121.86.111.108.116.97.103.101|2|3376 +1.3.6.1.4.1.5951.4.1.1.41.7.1.2.27.80.111.119.101.114.83.117.112.112.108.121.53.118.83.116.97.110.100.98.121.86.111.108.116.97.103.101|2|0 +1.3.6.1.4.1.5951.4.1.1.46.1.0|66|5 +1.3.6.1.4.1.5951.4.1.1.46.2.0|66|39 +1.3.6.1.4.1.5951.4.1.1.46.8.0|66|5 +1.3.6.1.4.1.5951.4.1.1.46.9.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.10.0|66|5 +1.3.6.1.4.1.5951.4.1.1.46.11.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.12.0|66|39 +1.3.6.1.4.1.5951.4.1.1.46.13.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.14.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.15.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.16.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.17.0|70|53109 +1.3.6.1.4.1.5951.4.1.1.46.18.0|70|53104 +1.3.6.1.4.1.5951.4.1.1.46.19.0|70|684921 +1.3.6.1.4.1.5951.4.1.1.46.20.0|70|684885 +1.3.6.1.4.1.5951.4.1.1.46.21.0|70|707953 +1.3.6.1.4.1.5951.4.1.1.46.22.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.23.0|70|40513 +1.3.6.1.4.1.5951.4.1.1.46.24.0|70|546546 +1.3.6.1.4.1.5951.4.1.1.46.25.0|70|14 +1.3.6.1.4.1.5951.4.1.1.46.26.0|70|47318 +1.3.6.1.4.1.5951.4.1.1.46.27.0|70|1495 +1.3.6.1.4.1.5951.4.1.1.46.28.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.29.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.30.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.31.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.32.0|70|18105 +1.3.6.1.4.1.5951.4.1.1.46.33.0|70|1096 +1.3.6.1.4.1.5951.4.1.1.46.34.0|70|204 +1.3.6.1.4.1.5951.4.1.1.46.35.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.36.0|70|319 +1.3.6.1.4.1.5951.4.1.1.46.37.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.38.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.39.0|70|2964 +1.3.6.1.4.1.5951.4.1.1.46.40.0|70|21464 +1.3.6.1.4.1.5951.4.1.1.46.41.0|70|21505 +1.3.6.1.4.1.5951.4.1.1.46.42.0|70|16963 +1.3.6.1.4.1.5951.4.1.1.46.43.0|70|452372 +1.3.6.1.4.1.5951.4.1.1.46.44.0|70|2 +1.3.6.1.4.1.5951.4.1.1.46.45.0|70|125634 +1.3.6.1.4.1.5951.4.1.1.46.46.0|70|5636 +1.3.6.1.4.1.5951.4.1.1.46.47.0|70|2980 +1.3.6.1.4.1.5951.4.1.1.46.48.0|70|474577 +1.3.6.1.4.1.5951.4.1.1.46.49.0|70|476516 +1.3.6.1.4.1.5951.4.1.1.46.50.0|70|1041 +1.3.6.1.4.1.5951.4.1.1.46.51.0|70|27 +1.3.6.1.4.1.5951.4.1.1.46.52.0|70|2557011 +1.3.6.1.4.1.5951.4.1.1.46.53.0|70|1071161 +1.3.6.1.4.1.5951.4.1.1.46.54.0|70|10 +1.3.6.1.4.1.5951.4.1.1.46.55.0|70|141 +1.3.6.1.4.1.5951.4.1.1.46.56.0|70|14598 +1.3.6.1.4.1.5951.4.1.1.46.57.0|70|840 +1.3.6.1.4.1.5951.4.1.1.46.58.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.59.0|70|346615 +1.3.6.1.4.1.5951.4.1.1.46.60.0|70|22698 +1.3.6.1.4.1.5951.4.1.1.46.61.0|70|644142912 +1.3.6.1.4.1.5951.4.1.1.46.62.0|70|216910617908 +1.3.6.1.4.1.5951.4.1.1.46.63.0|70|1078889754 +1.3.6.1.4.1.5951.4.1.1.46.64.0|70|249262981885 +1.3.6.1.4.1.5951.4.1.1.46.65.0|70|37074 +1.3.6.1.4.1.5951.4.1.1.46.66.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.67.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.68.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.69.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.70.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.71.0|70|62555 +1.3.6.1.4.1.5951.4.1.1.46.72.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.73.0|70|103608 +1.3.6.1.4.1.5951.4.1.1.46.74.0|70|87658 +1.3.6.1.4.1.5951.4.1.1.46.75.0|70|40307 +1.3.6.1.4.1.5951.4.1.1.46.76.0|70|30983 +1.3.6.1.4.1.5951.4.1.1.46.77.0|70|27550 +1.3.6.1.4.1.5951.4.1.1.46.78.0|70|2510 +1.3.6.1.4.1.5951.4.1.1.46.79.0|70|1875 +1.3.6.1.4.1.5951.4.1.1.46.80.0|70|1287 +1.3.6.1.4.1.5951.4.1.1.46.81.0|70|3 +1.3.6.1.4.1.5951.4.1.1.46.82.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.83.0|70|23 +1.3.6.1.4.1.5951.4.1.1.46.84.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.85.0|66|291 +1.3.6.1.4.1.5951.4.1.1.46.86.0|70|17094606 +1.3.6.1.4.1.5951.4.1.1.46.87.0|70|11 +1.3.6.1.4.1.5951.4.1.1.46.88.0|70|22506 +1.3.6.1.4.1.5951.4.1.1.46.89.0|4|0 +1.3.6.1.4.1.5951.4.1.1.46.90.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.91.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.92.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.93.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.94.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.95.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.96.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.97.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.98.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.99.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.100.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.101.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.102.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.103.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.104.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.105.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.106.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.107.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.108.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.109.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.110.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.111.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.112.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.113.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.114.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.115.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.116.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.117.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.118.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.119.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.120.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.121.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.122.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.123.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.124.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.125.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.126.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.127.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.128.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.129.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.130.0|66|0 +1.3.6.1.4.1.5951.4.1.1.46.131.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.132.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.133.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.134.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.135.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.136.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.137.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.138.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.139.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.140.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.141.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.142.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.143.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.144.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.145.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.146.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.147.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.148.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.149.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.150.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.151.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.152.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.153.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.154.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.155.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.156.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.157.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.158.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.159.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.160.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.161.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.162.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.163.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.164.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.165.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.166.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.167.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.168.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.169.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.170.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.171.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.172.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.173.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.174.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.175.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.176.0|70|0 +1.3.6.1.4.1.5951.4.1.1.46.177.0|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.1.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|cdn-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|casa-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|id.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|cdn.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|www.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|casa.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|cdn-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|cdn.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|moscow-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|newark-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|www.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|casa-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p1-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p2-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p3-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p4-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p5-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p6-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p7-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p8-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|hampstead-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|moscow-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|newark-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|sharing.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|sharing.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|casa-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|hampstead-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|mobile-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.1.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|mobile-api.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|moscow-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|newark-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|ellis-island-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|kiwi-staging-3c36674a26-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|sabre-staging-214749522f-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|sabre-staging-2d2947425f-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|nsight-staging-516852664a-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|synxis-staging-583b744d26-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|IN2tg10fcqfvaa3cfsfltdayrzagxdl +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|IN5x1b5ideoittcda1aghwbqrzfijap +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|INc1dkl0dactresb5v2l1fabpg4crdp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|INeg2dxgbyyvvxebxppwctageczpmap +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|INeryv4ib5pzojlbir22a0ahz0dwybp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|INfvzhomdaz4ewiaftzzmod3vnvccbp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|INhaecwwaq5l5mtcocyileb2mtsalbp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|INjmarbvdpzvjjzcerqwjedkxsizjcp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|INnjxa2gd5mg522awjw0yabapetvddp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|INqjlffnajfg4qcazsf3qcbnz152kbp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|INw3h2skb2akxaqb4wf5pedbwfikbcp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|INy5qurqb3eoaqpbgsfwmcayuqrmgcp +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|amadeus-staging-33435b245c-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|kiwi-production-3c36674a26-http +1.3.6.1.4.1.5951.4.1.3.1.1.1.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|services.staging.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.2.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.100 +1.3.6.1.4.1.5951.4.1.3.1.1.2.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.106 +1.3.6.1.4.1.5951.4.1.3.1.1.2.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.105 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.113 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|64|198.179.227.106 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|64|198.179.227.105 +1.3.6.1.4.1.5951.4.1.3.1.1.2.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.71 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.72 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.73 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.74 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.75 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.76 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.77 +1.3.6.1.4.1.5951.4.1.3.1.1.2.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.78 +1.3.6.1.4.1.5951.4.1.3.1.1.2.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.104 +1.3.6.1.4.1.5951.4.1.3.1.1.2.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|64|198.179.227.104 +1.3.6.1.4.1.5951.4.1.3.1.1.2.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.102 +1.3.6.1.4.1.5951.4.1.3.1.1.2.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|64|198.179.227.102 +1.3.6.1.4.1.5951.4.1.3.1.1.2.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|64|198.179.227.70 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|64|198.179.227.112 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|64|0.0.0.0 +1.3.6.1.4.1.5951.4.1.3.1.1.2.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|64|198.179.227.112 +1.3.6.1.4.1.5951.4.1.3.1.1.3.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|80 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|80 +1.3.6.1.4.1.5951.4.1.3.1.1.3.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|80 +1.3.6.1.4.1.5951.4.1.3.1.1.3.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|80 +1.3.6.1.4.1.5951.4.1.3.1.1.3.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|80 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.3.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|443 +1.3.6.1.4.1.5951.4.1.3.1.1.4.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.4.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|14 +1.3.6.1.4.1.5951.4.1.3.1.1.5.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.5.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.7.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.7.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.8.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.10.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.30.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.31.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.32.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.33.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.34.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.35.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.36.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.37.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.38.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.39.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.40.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.41.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.42.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.43.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.44.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.45.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.46.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.47.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.47.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4x|00000000000000000000000000000000 +1.3.6.1.4.1.5951.4.1.3.1.1.48.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.48.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.54.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|65|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.56.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.58.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|0 +1.3.6.1.4.1.5951.4.1.3.1.1.59.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|4|cdn-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|4|casa-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|id.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|cdn.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|www.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|casa.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|cdn-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|cdn.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|4|moscow-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|4|newark-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|www.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|casa-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p1-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p2-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p3-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p4-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p5-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p6-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p7-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|p8-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|4|hampstead-staging-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|moscow-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|newark-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|sharing.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|sharing.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|casa-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|hampstead-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|mobile-api.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|4|mobile-api.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|moscow-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|4|newark-old-staging-req-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|4|ellis-island-production-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|kiwi-staging-3c36674a26-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|4|sabre-staging-214749522f-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|4|sabre-staging-2d2947425f-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|4|nsight-staging-516852664a-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|4|synxis-staging-583b744d26-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|4|partner-api.staging.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|4|rategain-staging-7a3a2f214a-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|4|services.staging.hopper.com-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|4|travelport-production-457866467e-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|4|amadeus-production-33435b245c-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|4|nsight-production-516852664a-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|4|sabre-production-2d2947425f-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|4|hoteltrader-production-2e7b76283d-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|4|hoteltrader-staging-2e7b76283d-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|4|rategain-production-7a3a2f214a-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|4|synxis-production-583b744d26-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|4|travelport-staging-457866467e-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|4|amadeus-staging-33435b245c-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|4|kiwi-production-3c36674a26-http +1.3.6.1.4.1.5951.4.1.3.1.1.59.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|4|services.staging.hopper.com-ssl +1.3.6.1.4.1.5951.4.1.3.1.1.60.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.60.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|2 +1.3.6.1.4.1.5951.4.1.3.1.1.61.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|100 +1.3.6.1.4.1.5951.4.1.3.1.1.62.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.63.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|67|868176 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|67|868175 +1.3.6.1.4.1.5951.4.1.3.1.1.63.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|67|868175 +1.3.6.1.4.1.5951.4.1.3.1.1.63.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.63.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|67|868175 +1.3.6.1.4.1.5951.4.1.3.1.1.63.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|67|868147 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|67|868175 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|67|868128 +1.3.6.1.4.1.5951.4.1.3.1.1.63.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|67|868146 +1.3.6.1.4.1.5951.4.1.3.1.1.64.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|1 +1.3.6.1.4.1.5951.4.1.3.1.1.64.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|4 +1.3.6.1.4.1.5951.4.1.3.1.1.65.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.65.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.66.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.67.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.68.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|70|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.69.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.70.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.71.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.72.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.73.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.74.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|2|7 +1.3.6.1.4.1.5951.4.1.3.1.1.75.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|2|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.76.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.16.99.100.110.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.17.99.97.115.97.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.17.105.100.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.18.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.18.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.99.97.115.97.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.99.100.110.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.99.100.110.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.109.111.115.99.111.119.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.110.101.119.97.114.107.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.19.119.119.119.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.20.99.97.115.97.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.49.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.50.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.51.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.52.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.53.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.54.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.55.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.21.112.56.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.22.104.97.109.112.115.116.101.97.100.45.115.116.97.103.105.110.103.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.22.109.111.115.99.111.119.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.22.110.101.119.97.114.107.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.22.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.23.115.104.97.114.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.25.99.97.115.97.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.25.104.97.109.112.115.116.101.97.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.25.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.26.109.111.98.105.108.101.45.97.112.105.46.104.111.112.112.101.114.46.99.111.109.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.27.109.111.115.99.111.119.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.27.110.101.119.97.114.107.45.111.108.100.45.115.116.97.103.105.110.103.45.114.101.113.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.28.101.108.108.105.115.45.105.115.108.97.110.100.45.112.114.111.100.117.99.116.105.111.110.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.28.107.105.119.105.45.115.116.97.103.105.110.103.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.49.52.55.52.57.53.50.50.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.29.115.97.98.114.101.45.115.116.97.103.105.110.103.45.50.100.50.57.52.55.52.50.53.102.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.30.110.115.105.103.104.116.45.115.116.97.103.105.110.103.45.53.49.54.56.53.50.54.54.52.97.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.30.115.121.110.120.105.115.45.115.116.97.103.105.110.103.45.53.56.51.98.55.52.52.100.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.50.116.103.49.48.102.99.113.102.118.97.97.51.99.102.115.102.108.116.100.97.121.114.122.97.103.120.100.108|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.53.120.49.98.53.105.100.101.111.105.116.116.99.100.97.49.97.103.104.119.98.113.114.122.102.105.106.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.99.49.100.107.108.48.100.97.99.116.114.101.115.98.53.118.50.108.49.102.97.98.112.103.52.99.114.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.101.103.50.100.120.103.98.121.121.118.118.120.101.98.120.112.112.119.99.116.97.103.101.99.122.112.109.97.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.101.114.121.118.52.105.98.53.112.122.111.106.108.98.105.114.50.50.97.48.97.104.122.48.100.119.121.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.102.118.122.104.111.109.100.97.122.52.101.119.105.97.102.116.122.122.109.111.100.51.118.110.118.99.99.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.104.97.101.99.119.119.97.113.53.108.53.109.116.99.111.99.121.105.108.101.98.50.109.116.115.97.108.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.106.109.97.114.98.118.100.112.122.118.106.106.122.99.101.114.113.119.106.101.100.107.120.115.105.122.106.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.110.106.120.97.50.103.100.53.109.103.53.50.50.97.119.106.119.48.121.97.98.97.112.101.116.118.100.100.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.113.106.108.102.102.110.97.106.102.103.52.113.99.97.122.115.102.51.113.99.98.110.122.49.53.50.107.98.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.119.51.104.50.115.107.98.50.97.107.120.97.113.98.52.119.102.53.112.101.100.98.119.102.105.107.98.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.73.78.121.53.113.117.114.113.98.51.101.111.97.113.112.98.103.115.102.119.109.99.97.121.117.113.114.109.103.99.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.97.109.97.100.101.117.115.45.115.116.97.103.105.110.103.45.51.51.52.51.53.98.50.52.53.99.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.107.105.119.105.45.112.114.111.100.117.99.116.105.111.110.45.51.99.51.54.54.55.52.97.50.54.45.104.116.116.112|66|0 +1.3.6.1.4.1.5951.4.1.3.1.1.77.31.115.101.114.118.105.99.101.115.46.115.116.97.103.105.110.103.46.104.111.112.112.101.114.46.99.111.109.45.115.115.108|66|0