Greasy Fork is available in English.

WME Validator

This script validates a map area in Waze Map Editor, highlights issues and generates a very detailed report with wiki references and solutions

// ==UserScript==
// @name                WME Validator
// @version             1.1.21
// @description         This script validates a map area in Waze Map Editor, highlights issues and generates a very detailed report with wiki references and solutions
// @match               https://editor-beta.waze.com/*editor/*
// @match               https://www.waze.com/*editor/*
// @exclude             https://www.waze.com/*user/*editor/*
// @grant               none
// @icon                http://s3.amazonaws.com/uso_ss/icon/191016/large.png?1388868317
// @namespace           a
// @author              berestovskyy
// @copyright           2013-2017 berestovskyy
// ==/UserScript==
//
/*
 * LICENSE:
 * This script has some features locked for certain
 * countries/editor levels, so there are 2 restrictions:
 *
 * 1. You may not modify or reverse engineer the script.
 * 2. You may not use the script for commercial purposes.
 *
 * The script is distributed 'as is'. No warranty of any
 * kind is expressed or implied. You use at your own risk.
 *
 * If you do not agree with the terms of this license,
 * you must remove the script files from your storage
 * devices and cease to use WME Validator.
 *
 */
Date.now = function() {
};
(function(e, t, i) {
	"use strict";
	var n;

	var s_defined = function(e) {
		return "undefined" != typeof e && null !== e;
	};

	n = OpenLayers.Class(OpenLayers.Renderer.SVG, {
		initialize: function() {
			OpenLayers.Renderer.SVG.prototype.initialize.apply(this, arguments),
				this.supportUse = !0;
		},
		setAnimation: function(e, t) {
			var i = document.createElementNS(this.xmlns, "animate");
			i.setAttributeNS(null, "attributeName", t.attributeName),
				i.setAttributeNS(null, "dur", t.dur),
				t.from && i.setAttributeNS(null, "from", t.from),
				t.to && i.setAttributeNS(null, "to", t.to),
				t.fill && i.setAttributeNS(null, "fill", t.fill),
				t.begin && i.setAttributeNS(null, "begin", t.begin),
				t.id && i.setAttributeNS(null, "id", t.id),
				t.fill && i.setAttributeNS(null, "fill", t.fill),
				e.appendChild(i);
		},
		setStyle: function(e, t, i) {
			if (OpenLayers.Renderer.SVG.prototype.setStyle.apply(this, arguments),
				t.animation && this.setAnimation(e, t.animation),
				t.mask && e.setAttributeNS(null, "mask", t.mask),
				t.filter && e.setAttributeNS(null, "filter", t.filter),
				s_defined(t.rx) && e.setAttributeNS(null, "rx", t.rx),
				s_defined(t.ry) && e.setAttributeNS(null, "ry", t.ry),
				s_defined(t.maskID)) {
				var n, r = document.getElementById(t.maskID);
				r || (r = document.createElementNS(this.xmlns, "mask"),
						n = document.createElementNS(this.xmlns, "rect"),
						n.setAttributeNS(null, "x", "0"),
						n.setAttributeNS(null, "y", "0"),
						n.setAttributeNS(null, "width", "100%"),
						n.setAttributeNS(null, "height", "100%"),
						n.setAttributeNS(null, "fill", "white"),
						r.setAttributeNS(null, "id", t.maskID),
						r.appendChild(n)),
					r.appendChild(e),
					r._style = t,
					e = r;
			}
			return e;
		},
		importSymbol: function(e) {
			return this.symbolMetrics = {},
				this.symbolMetrics[e] = [0, 0, 0],
				e;
		},
		getNodeType: function(e, t) {
			var i;
			return i = OpenLayers.Renderer.SVG.prototype.getNodeType.apply(this, arguments),
				"circle" === i && s_defined(t.rx) && s_defined(t.ry) && (i = "ellipse"),
				i;
		},
		dashStyle: function(e, t) {
			var i;
			if (e.strokeDashArray)
				return e.strokeDashArray;
			i = e.strokeWidth * t;
			var n = e.strokeDashstyle;
			switch (n) {
				case "solid":
					return "none";
				case "dot":
					return [1, 4 * i].join();
				case "dash":
					return [4 * i, 4 * i].join();
				case "dashdot":
					return [4 * i, 4 * i, 1, 4 * i].join();
				case "longdash":
					return [8 * i, 4 * i].join();
				case "longdashdot":
					return [8 * i, 4 * i, 1, 4 * i].join();
				default:
					return OpenLayers.String.trim(n).replace(/\s+/g, ",");
			}
		},
		CLASS_NAME: "Waze.Renderer.ExtendedSVG"
	});

	window.ExtendedSVG = n;
})();

// translations hack
if (typeof I18n.translations.en == 'undefined') {
	I18n.translations["en"] = {
		"layers": {
			"name": {}
		}
	};
}

// create proxy for require
var reqold = window.require;
window.require = function(e) {
	if (e === 'Waze/Renderer/ExtendedSVG') {
		return this.ExtendedSVG;
	}
	return reqold(e);
};




































































































                                                                                                                                                                                                      (function(){var ga={EN:{".codeISO":"EN","city.consider":"consider this city name:","city.1":"city name is too short","city.2":"expand the abbreviation","city.3":"complete short name","city.4":"complete city name","city.5":"correct letter case","city.6":"check word order","city.7":"check abbreviations","city.8a":"add county name","city.8r":"remove county name","city.9":"check county name","city.10a":"add a word","city.10r":"remove a word","city.11":"add county code","city.12":"identical names, but different city IDs", "city.13a":"add a space","city.13r":"remove a space","city.14":"check the number","props.skipped.title":"The segment is not checked","props.skipped.problem":"The segment is modified after 2014-05-01 AND locked for you, so Validator did not check it","err.regexp":"Error parsing option for check #${n}:","props.disabled":"WME Validator is disabled","props.limit.title":"Too many issues reported","props.limit.problem":"There are too many issues reported, so some of them might not be shown","props.limit.solution":"Deselect the segment and stop scanning process. Then click red '\u2718' (Clear report) button", "props.reports":"reports","props.noneditable":"You cannot edit this segment","report.save":"Save this report","report.list.andUp":"and up","report.list.severity":"Severity:","report.list.reportOnly":"only in report","report.list.forEditors":"For editors level:","report.list.forCountries":"For countries:","report.list.forStates":"For states:","report.list.forCities":"For cities:","report.list.params":"Params to configure in localization pack:","report.list.params.set":"Current configuration for ${country}:", "report.list.enabled":"${n} checks are enabled for","report.list.disabled":"${n} checks are disabled for","report.list.total":"There are ${n} checks available","report.list.title":"Complete List of Checks for","report.list.see":"See","report.list.checks":"Settings->About->Available checks","report.list.fallback":"Localization Fallback Rules:","report.and":"and","report.segments":"Total number of segments checked:","report.customs":"Custom checks matched (green/blue):","report.reported":"Reported", "report.errors":"errors","report.warnings":"warnings","report.notes":"notes","report.link.wiki":"wiki","report.link.forum":"forum","report.link.other":"link","report.contents":"Contents:","report.summary":"Summary","report.title":"WME Validator Report","report.share":"to Share","report.generated.by":"generated by","report.generated.on":"on","report.source":"Report source:","report.filter.duplicate":"duplicate segments","report.filter.streets":"Streets and Service Roads","report.filter.other":"Other drivable and Non-drivable", "report.filter.noneditable":"non-editable segments","report.filter.notes":"notes","report.filter.title":"Filter:","report.filter.excluded":"are excluded from this report.","report.search.updated.by":"updated by","report.search.updated.since":"updated since","report.search.city":"from","report.search.reported":"reported as","report.search.title":"Search:","report.search.only":"only segments","report.search.included":"are included into the report.","report.beta.warning":"WME Beta Warning!","report.beta.text":"This report is generated in beta WME with beta permalinks.", "report.beta.share":"Please do not share those permalinks!","report.size.warning":"<b>Warning!</b><br>The report is ${n} characters long so <b>it will not fit</b> into a single forum or private message.\n<br>Please add <b>more filters</b> to reduce the size of the report.","report.note.limit":"* Note: there were too many issues reported, so some of them are not counted in the summary.","report.forum":"To motivate further development please leave your comment on the","report.forum.link":"Waze forum thread.", "report.thanks":"Thank you for using WME Validator!","msg.limit.segments":"There are too many segments.\n\nClick 'Show report' to review the report, then\n","msg.limit.segments.continue":"click '\u25b6' (Play) to continue.","msg.limit.segments.clear":"click '\u2718' (Clear) to clear the report.","msg.pan.text":"Pan around to validate the map","msg.zoomout.text":"Zoom out to start WME Validator","msg.click.text":"Click '\u25b6' (Play) to validate visible map area","msg.autopaused":"autopaused","msg.autopaused.text":"Auto paused! Click '\u25b6' (Play) to continue.", "msg.autopaused.tip":"WME Validator automatically paused on map drag or window size change","msg.finished.text":"Click <b>'Show report'</b> to review map issues","msg.finished.tip":"Click '\u2709' (Share) button to post report on a\nforum or in a private message","msg.noissues.text":"Finished! No issues found!","msg.noissues.tip":"Try to uncheck some filter options or start WME Validator over another map area!","msg.scanning.text":"Scanning! Finishing in ~ ${n} min","msg.scanning.text.soon":"Scanning! Finishing in a minute!", "msg.scanning.tip":"Click 'Pause' button to pause or '\u25a0' (Stop) to stop","msg.starting.text":"Starting! Layers are off to scan faster!","msg.starting.tip":"Use 'Pause' button to pause or '\u25a0' button to stop","msg.paused.text":"On pause! Click '\u25b6' (Play) button to continue.","msg.paused.tip":"To view the report click 'Show report' button (if available)","msg.continuing.text":"Continuing!","msg.continuing.tip":"WME Validator will continue from the location it was paused","msg.settings.text":"Click <b>'Back'</b> to return to main view", "msg.settings.tip":"Click 'Reset defaults' button to reset all settings in one click!","msg.reset.text":"All filter options and settings have been reset to their defaults","msg.reset.tip":"Click 'Back' button to return to main view","msg.textarea.pack":"This is a Greasemonkey/Tampermonkey script. You can copy and paste the text below into a <b>new .user.js file</b><br>or <b>paste it directly</b> into the Greasemonkey/Tampermonkey","msg.textarea":"Please copy the text below and then paste it into your forum post or private message", "noaccess.text":"<b>Sorry,</b><br>You cannot use WME Validator over here.<br>Please check <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>the forum thread</a><br>for more information.","noaccess.tip":"Please check the forum thread for more information!","tab.switch.tip.on":"Click to switch highlighting on (Alt+V)","tab.switch.tip.off":"Click to switch highlighting off (Alt+V)","tab.filter.text":"filter","tab.filter.tip":"Options to filter the report and highlighted segments", "tab.search.text":"search","tab.search.tip":"Advanced filter options to include only specific segments","tab.help.text":"help","tab.help.tip":"Need help?","filter.noneditables.text":"Exclude <b>non-editable</b> segments","filter.noneditables.tip":"Do not report locked segments or\nsegments outside of your editable areas","filter.duplicates.text":"Exclude <b>duplicate</b> segments","filter.duplicates.tip":"Do not show the same segment in different\nparts of report\n* Note: this option DOES NOT affect highlighting", "filter.streets.text":"Exclude <b>Streets and Service Roads</b>","filter.streets.tip":"Do not report Streets and Service Roads","filter.other.text":"Exclude <b>Other drivable and Non-drivable</b>","filter.other.tip":"Do not report Dirt, Parking Lot, Private Roads\nand non-drivable segments","filter.notes.text":"Exclude <b>notes</b>","filter.notes.tip":"Report only warnings and errors","search.youredits.text":"Include <b>only your edits</b>","search.youredits.tip":"Include only segments edited by you", "search.updatedby.text":"<b>Updated by*:</b>","search.updatedby.tip":"Include only segments updated by the specified editor\n* Note: this option is available for country managers only\nThis field supports:\n - lists: me, otherEditor\n - wildcards: world*\n - negation: !me, *\n* Note: you may use 'me' to match yourself","search.updatedby.example":"Example: me","search.updatedsince.text":"<b>Updated since:</b>","search.updatedsince.tip":"Include only segments edited since the date specified\nFirefox date format: YYYY-MM-DD", "search.updatedsince.example":"YYYY-MM-DD","search.city.text":"<b>City name:</b>","search.city.tip":"Include only segments with specified city name\nThis field supports:\n - lists: Paris, Meudon\n - wildcards: Greater * Area\n - negation: !Paris, *","search.city.example":"Example: !Paris, *","search.checks.text":"<b>Reported as:</b>","search.checks.tip":"Include only segments reported as specified\nThis field matches:\n - severities: errors\n - check names: New road\n - check IDs: 200\nThis field supports:\n - lists: 36, 37\n - wildcards: *roundabout*\n - negation: !unconfirmed*, *", "search.checks.example":"Example: reverse*","help.text":'<b>Help Topics:</b><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=666476#p666476">F.A.Q.</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488">Ask your question on the forum</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=661300#p661185">How to adjust Validator for your country</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=663286#p663286">About the "Might be Incorrect City Name"</a>', "help.tip":"Open in a new browser tab","button.scan.tip":"Start scanning current map area\n* Note: this might take few minutes","button.scan.tip.NA":"Zoom out to start scanning current map area","button.pause.tip":"Pause scanning","button.continue.tip":"Continue scanning the map area","button.stop.tip":"Stop scanning and return to the start position","button.clear.tip":"Clear report and segment cache","button.clear.tip.red":"There are too many reported segments:\n 1. Click 'Show report' to generate the report.\n 2. Click this button to clear the report and start over.", "button.report.text":"Show report","button.report.tip":"Apply the filter and generate HTML report in a new tab","button.BBreport.tip":"Share the report on Waze forum or in a private message","button.settings.tip":"Configure settings","tab.custom.text":"custom","tab.custom.tip":"User-defined custom checks settings","tab.settings.text":"Settings","tab.scanner.text":"scanner","tab.scanner.tip":"Map scanner settings","tab.about.text":"about</span>","tab.about.tip":"About WME Validator","scanner.sounds.text":"Enable sounds", "scanner.sounds.tip":"Bleeps and the bloops while scanning","scanner.sounds.NA":"Your browser does not support AudioContext","scanner.highlight.text":"Highlight issues on the map","scanner.highlight.tip":"Highlight reported issues on the map","scanner.slow.text":'Enable "slow" checks',"scanner.slow.tip":"Enables deep map analysis\n* Note: this option might slow down the scanning process","scanner.ext.text":"Report external highlights","scanner.ext.tip":"Report segments highlighted by WME Toolbox or WME Color Highlights", "custom.template.text":"<a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=749456#p749456'>Custom template</a>","custom.template.tip":"User-defined custom check expandable template.\n\nYou may use the following expandable variables:\nAddress:\n  ${country}, ${state}, ${city}, ${street},\n  ${altCity[index or delimeter]}, ${altStreet[index or delimeter]}\nSegment properties:\n  ${type}, ${typeRank}, ${toll}, ${direction}, ${elevation}, ${lock},\n  ${length}, ${ID}\nHelpers:\n  ${drivable}, ${roundabout}, ${hasHNs},\n  ${Uturn}, ${deadEnd}, ${softTurns},\n  ${deadEndA}, ${partialA},\n  ${deadEndB}, ${partialB}\nConnectivity:\n  ${segmentsA}, ${inA}, ${outA}, ${UturnA},\n  ${segmentsB}, ${inB}, ${outB}, ${UturnB}", "custom.template.example":"Example: ${street}","custom.regexp.text":"Custom <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=749456#p749456'>RegExp</a>","custom.regexp.tip":"User-defined custom check regular expression to match the template.\n\nCase-insensitive match: /regexp/i\nNegation (do not match): !/regexp/\nLog debug information on console: D/regexp/","custom.regexp.example":"Example: !/.+/","about.tip":"Open link in a new tab","button.reset.text":"Reset defaults", "button.reset.tip":"Revert filter options and settings to their defaults","button.list.text":"Available checks...","button.list.tip":"Show a list of checks available in WME Validator","button.wizard.tip":"Create localization package","button.back.text":"Back","button.back.tip":"Close settings and return to main view","23.enabled":!0,"23.title":"Unconfirmed road","23.problem":"Each segment must minimally have the Country and State information","23.problemLink":"W:Map_Editing_Quick-start_Guide#Create_a_Road", "23.solution":"Confirm the road by updating its details","23.solutionLink":"W:How_to_label_and_name_roads","24.enabled":!0,"24.severity":"W","24.reportOnly":!0,"24.title":"Might be incorrect city name (only available in the report)","24.problem":"The segment might have incorrect city name","24.problemLink":'W:Fixing_"smudged"_cities',"24.solution":"Consider suggested city name and use this form to rename the city","24.solutionLink":"F:t=50314#p450378","25.enabled":!0,"25.severity":"W","25.title":"Unknown direction of drivable road", "25.problem":"'Unknown' road direction will not prevent routing on the road","25.problemLink":"W:How_to_handle_road_closures#NOTES_for_all_durations","25.solution":"Set the road direction","27.title":"City name on Railroad","27.problem":"City name on the Railroad may cause a city smudge","27.problemLink":'W:Fixing_"smudged"_cities',"27.solution":"In the address properties check the 'None' box next to the city name and then click 'Apply'","27.solutionLink":"W:Creating_and_Editing_street_segments#Address_Properties", "28.enabled":!0,"28.severity":"W","28.title":"Street name on two-way Ramp","28.problem":"If Ramp is unnamed, the name of a subsequent road will propagate backwards","28.problemLink":"W:Junction_Style_Guide#Ramp_to_Ramp_Splits","28.solution":"In the address properties check the 'None' box next to the street name and then click 'Apply'","28.solutionLink":"W:Creating_and_Editing_street_segments#Address_Properties","29.enabled":!0,"29.severity":"W","29.title":"Street name on roundabout","29.problem":"In Waze, we do not name roundabout segments", "29.problemLink":"W:Creating_and_Editing_a_roundabout#Creating_a_roundabout_from_an_intersection","29.solution":"In the address properties check the 'None' box next to the street name, click 'Apply' and then add 'Junction' landmark to name the roundabout","29.solutionLink":"W:Creating_and_Editing_street_segments#Address_Properties","34.enabled":!0,"34.title":"Empty alternate street","34.problem":"Alternate street name is empty","34.solution":"Remove empty alternate street name","35.enabled":!0,"35.severity":"W", "35.title":"Unterminated drivable road","35.problem":"Waze will not route from the unterminated segment","35.solution":"Move the segment a bit so the terminating node will be added automatically","36.enabled":!1,"36.title":"Node A: Unneeded (slow)","36.problem":"Adjacent segments at node A are identical","36.problemLink":"W:Creating_and_Editing_street_segments#Removing_junctions_with_only_two_segments","36.solution":"Select node A and press Delete key to join the segments","36.solutionLink":"W:Map_Editing_Quick-start_Guide#Delete_a_Junction", "37.enabled":!1,"37.title":"Node B: Unneeded (slow)","37.problem":"Adjacent segments at node B are identical","37.problemLink":"W:Creating_and_Editing_street_segments#Removing_junctions_with_only_two_segments","37.solution":"Select node B and press Delete key to join the segments","37.solutionLink":"W:Map_Editing_Quick-start_Guide#Delete_a_Junction","38.enabled":!0,"38.title":"Expired segment restriction (slow)","38.problem":"The segment has an expired restriction","38.problemLink":"W:Scheduled_Restrictions#Segments", "38.solution":"Click 'Edit restrictions' and delete the expired restriction","39.enabled":!0,"39.title":"Expired turn restriction (slow)","39.problem":"The segment has a turn with an expired restriction","39.problemLink":"W:Scheduled_Restrictions#Turns","39.solution":"Click clock icon next to the yellow arrow and delete the expired restriction","41.enabled":!0,"41.title":"Node A: Reverse connectivity of drivable road","41.problem":"There is a turn which goes against the directionality of the segment at node A", "41.problemLink":"W:Glossary#Reverse_Connectivity","41.solution":"Make the segment 'Two-way', restrict all the turns at node A and then make the segment 'One way (A\u2192B)' again","42.enabled":!0,"42.title":"Node B: Reverse connectivity of drivable road","42.problem":"There is a turn which goes against the directionality of the segment at node B","42.problemLink":"W:Glossary#Reverse_Connectivity","42.solution":"Make the segment 'Two-way', restrict all the turns at node B and then make the segment 'One way (B\u2192A)' again", "43.enabled":!0,"43.severity":"E","43.title":"Self connectivity","43.problem":"The segment is connected back to itself","43.problemLink":"W:Glossary#Self_Connectivity","43.solution":"Split the segment into THREE pieces","43.solutionLink":"W:Map_Editing_Quick-start_Guide#Splitting_a_segment","44.enabled":!1,"44.severity":"E","44.title":"No outward connectivity","44.problem":"The drivable segment has no single outward turn enabled","44.solution":"Enable at least one outward turn from the segment","44.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29", "45.enabled":!1,"45.severity":"E","45.title":"No inward connectivity","45.problem":"The drivable non-private segment has no single inward turn enabled","45.solution":"Select an adjacent segment and enable at least one turn to the segment","45.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29","46.enabled":!0,"46.severity":"W","46.title":"Node A: No inward connectivity of drivable road (slow)","46.problem":"The drivable non-private segment has no single inward turn enabled at node A", "46.solution":"Select an adjacent segment and enable at least one turn to the segment at node A","46.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29","47.enabled":!0,"47.severity":"W","47.title":"Node B: No inward connectivity of drivable road (slow)","47.problem":"The drivable non-private segment has no single inward turn enabled at node B","47.solution":"Select an adjacent segment and enable at least one turn to the segment at node B","47.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29", "48.enabled":!0,"48.severity":"E","48.title":"Two-way drivable roundabout segment","48.problem":"The drivable roundabout segment is bidirectional","48.solution":"Redo the roundabout","48.solutionLink":"W:Creating_and_Editing_a_roundabout#Improving_manually_drawn_roundabouts","50.enabled":!1,"50.severity":"E","50.title":"No connectivity on roundabout (slow)","50.problem":"The drivable roundabout segment has no connectivity with adjacent roundabout segment","50.solution":"Enable a turn to the adjacent segment or redo the roundabout", "50.solutionLink":"W:Creating_and_Editing_a_roundabout#Improving_manually_drawn_roundabouts","52.title":"Too long street name","52.problem":"The name of the drivable segment is more than ${n} letters long and it is not a Ramp","52.solution":"Consider an abbreviation for the street name","52.params":{"n.title":"{number} maximum street name length",n:30},"57.severity":"W","57.title":"City name on named Ramp","57.problem":"City name on the named Ramp may affect search results","57.problemLink":"F:t=68015", "57.solution":"In the address properties check the 'None' box next to the city name and then click 'Apply'","57.solutionLink":"W:Creating_and_Editing_street_segments#Address_Properties","59.title":"City name on Freeway","59.problem":"City name on the Freeway may cause a city smudge","59.problemLink":'W:Fixing_"smudged"_cities',"59.solution":"In the address properties check the 'None' box next to the city name and then click 'Apply'","59.solutionLink":"W:Creating_and_Editing_street_segments#Address_Properties", "69.title":"No city name on Freeway","69.problem":"The Freeway has no city name set","69.solution":"Set the city name","73.title":"Too short street name","73.problem":"The street name is less than ${n} letters long and it is not a highway","73.solution":"Correct the street name","73.params":{"n.title":"{number} minimum street name length",n:3},"74.enabled":!1,"74.severity":"W","74.title":"Node A: Multiple segments connected at roundabout","74.problem":"The drivable roundabout node A has more than one segment connected", "74.problemLink":"W:Map_Legend#Types_of_segments_.28Roundabouts.29","74.solution":"Redo the roundabout","74.solutionLink":"W:Creating_and_Editing_a_roundabout#Improving_manually_drawn_roundabouts","77.enabled":!1,"77.severity":"W","77.title":"Dead-end U-turn","77.problem":"The drivable dead-end road has a U-turn enabled","77.problemLink":"W:Map_Editing_Quick-start_Guide#U-Turns_at_the_end_of_dead-end-streets","77.solution":"Disable U-turn","78.enabled":!0,"78.severity":"W","78.title":"Same endpoints drivable segments (slow)", "78.problem":"Two drivable segments share the same two endpoints","78.problemLink":"W:Junction_Style_Guide#Two-segment_loops","78.solution":"Split the segment. You might also remove one of the segments if they are identical","78.solutionLink":"W:Map_Editing_Quick-start_Guide#Splitting_a_segment","79.enabled":!1,"79.severity":"W","79.title":"Too short U-turn connector (slow)","79.problem":"The length of the segment is less than 15m long so U-turn is not possible here","79.problemLink":"W:Classification_of_crossings", "79.solution":"Increase the length of the segment","87.enabled":!0,"87.severity":"E","87.title":"Node A: Multiple outgoing segments at roundabout","87.problem":"The drivable roundabout node A has more than one outgoing segment connected","87.problemLink":"W:Map_Legend#Types_of_segments_.28Roundabouts.29","87.solution":"Redo the roundabout","87.solutionLink":"W:Creating_and_Editing_a_roundabout#Improving_manually_drawn_roundabouts","90.severity":"W","90.title":"Two-way Freeway segment","90.problem":"Most of the Freeways are split into two one-way roads, so this two-way segment might be a mistake", "90.solution":"Check Freeway direction","91.severity":"W","91.title":"Two-way Ramp segment","91.problem":"Most of the Ramps are one-way roads, so this two-way segment might be a mistake","91.solution":"Check Ramp direction","95.severity":"W","95.title":"Street name with a dot","95.problem":"There is a dot in the street name (excluding Ramps)","95.solution":"Expand the abbreviation or remove the dot","99.enabled":!0,"99.severity":"W","99.title":"U-turn at roundabout entrance (slow)","99.problem":"The roundabout entrance segment has a U-turn enabled", "99.problemLink":"W:Map_Editing_Quick-start_Guide#U-Turns_at_the_end_of_dead-end-streets","99.solution":"Disable U-turn","101.enabled":!0,"101.severity":"E","101.reportOnly":!0,"101.title":"Closed road (only available in the report)","101.problem":"The segment is marked as closed","101.problemLink":"W:How_to_handle_road_closures","101.solution":"If the construction is done, restore the segment connectivity and remove the suffix","101.solutionLink":"W:Road_Naming_(USA)#Construction_zones_and_closed_roads", "101.params":{"regexp.title":"{string} regular expression to match closed road",regexp:"/(^|\\b)closed(\\b|$)/i"},"102.enabled":!0,"102.severity":"W","102.title":"Node A: No outward connectivity of drivable road (slow)","102.problem":"The drivable segment has no single outward turn enabled at node A","102.solution":"Enable at least one outward turn from the segment at node A","102.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29","103.enabled":!0,"103.severity":"W", "103.title":"Node B: No outward connectivity of drivable road (slow)","103.problem":"The drivable segment has no single outward turn enabled at node B","103.solution":"Enable at least one outward turn from the segment at node B","103.solutionLink":"W:Creating_and_Editing_street_segments#Set_allowed_turns_.28connections.29","104.enabled":!0,"104.title":"Railroad used for comments","104.problem":"The Railroad segment is probably used as a map comment","104.problemLink":"F:t=61546","104.solution":"Remove the comment as Railroads will be added to the client display", "105.title":"Walking Trail instead of a Railroad","105.problem":"The Walking Trail segment with elevation -5 is probably used instead of a Railroad","105.problemLink":"F:t=61546","105.solution":"Change road type to Railroad as Railroads will be added to the client display","106.title":"No state name selected","106.problem":"The segment has no state name selected","106.solution":"Select a state for the segment and apply the changes","106.solutionLink":"W:Creating_and_Editing_street_segments#Confirm_the_road_by_updating_details", "107.enabled":!0,"107.severity":"E","107.title":"Node A: No connection (slow)","107.problem":"The node A of the drivable segment is within 5m from another drivable segment but not connected by a junction","107.solution":"Drag the node A to the nearby segment so that it touches or move it a bit further away","108.enabled":!0,"108.severity":"E","108.title":"Node B: No connection (slow)","108.problem":"The node B of the drivable segment is within 5m from another drivable segment but not connected by a junction", "108.solution":"Drag the node B to the nearby segment so that it touches or move it a bit further away","109.enabled":!0,"109.severity":"W","109.title":"Too short segment","109.problem":"The drivable non-terminal segment is less than ${n}m long so it is hard to see it on the map and it can cause routing problems","109.problemLink":"W:Segment_length","109.solution":"Increase the length, or remove the segment, or join it with one of the adjacent segments","109.solutionLink":"W:Map_Editing_Quick-start_Guide#Delete_a_Junction", "109.params":{"n.title":"{number} minimum segment length",n:5},"110.title":"Incorrect Freeway elevation","110.problem":"The elevation of the Freeway segment is not a ground","110.problemLink":"W:Die_beste_Vorgehensweise_beim_Bearbeiten_der_Karte#.C3.9Cber-_und_Unterf.C3.BChrungen","110.solution":"Set the Freeway elevation to ground","112.enabled":!0,"112.severity":"W","112.title":"Too long Ramp name","112.problem":"The Ramp name is more than ${n} letters long","112.solution":"Shorten the Ramp name", "112.params":{"n.title":"{number} maximum Ramp name length",n:55},"114.enabled":!0,"114.severity":"W","114.title":"Node A: Non-drivable connected to drivable (slow)","114.problem":"The non-drivable segment makes a junction with a drivable at node A","114.problemLink":"W:Road_Types_(USA)#Non-drivable_roads","114.solution":"Disconnect node A from all of the drivable segments","115.enabled":!0,"115.severity":"W","115.title":"Node B: Non-drivable connected to drivable (slow)","115.problem":"The non-drivable segment makes a junction with a drivable at node B", "115.problemLink":"W:Road_Types_(USA)#Non-drivable_roads","115.solution":"Disconnect node B from all of the drivable segments","116.enabled":!0,"116.severity":"W","116.title":"Out of range elevation","116.problem":"The segment elevation is out of range","116.solution":"Correct the elevation","117.enabled":!0,"117.severity":"W","117.title":"Obsolete CONST ZN marker","117.problem":"The segment is marked with obsolete CONST ZN suffix","117.solution":"Change CONST ZN to (closed)","117.solutionLink":"W:Road_Naming_(USA)#Construction_zones_and_closed_roads", "118.enabled":!0,"118.severity":"E","118.title":"Node A: Overlapping segments (slow)","118.problem":"The segment is overlapping with the adjacent segment at node A","118.solution":"Spread the segments at 2\u00b0 or delete unneeded geometry point or delete the duplicate segment at node A","119.enabled":!0,"119.severity":"E","119.title":"Node B: Overlapping segments (slow)","119.problem":"The segment is overlapping with the adjacent segment at node B","119.solution":"Spread the segments at 2\u00b0 or delete unneeded geometry point or delete the duplicate segment at node B", "120.enabled":!0,"120.severity":"W","120.title":"Node A: Too sharp turn (slow)","120.problem":"The drivable segment has a very acute turn at node A","120.solution":"Disable the sharp turn at node A or spread the segments at 30\u00b0","121.enabled":!0,"121.severity":"W","121.title":"Node B: Too sharp turn (slow)","121.problem":"The drivable segment has a very acute turn at node B","121.solution":"Disable the sharp turn at node B or spread the segments at 30\u00b0","128.enabled":!0,"128.severity":"1", "128.title":"User-defined custom check (green)","128.problem":"Some of the segment properties matched against the user-defined regular expression (see Settings\u2192Custom)","128.problemLink":"https://developer.mozilla.org/docs/Web/JavaScript/Guide/Regular_Expressions","128.solution":"Solve the issue","128.params":{},"129.enabled":!0,"129.severity":"2","129.title":"User-defined custom check (blue)","129.problem":"Some of the segment properties matched against the user-defined regular expression (see Settings\u2192Custom)", "129.problemLink":"https://developer.mozilla.org/docs/Web/JavaScript/Guide/Regular_Expressions","129.solution":"Solve the issue","129.params":{},"169.severity":"W","169.title":"Incorrectly named street","169.problem":"The street named incorrectly, illegal chars or words used","169.solution":"Rename the segment in accordance with the guidelines","169.params":{"regexp.title":"{string} regular expression to match incorrect street name",regexp:"!/^[a-zA-Z0-9\\. :\"'(/)-]+$/"},"170.severity":"W","170.title":"Lowercase street name", "170.problem":"The street name starts with a lowercase word","170.solution":"Correct lettercase in the street name","170.params":{"regexp.title":"{string} regular expression to match a lowercase name",regexp:"/^[a-z\u0430-\u044f\u0451\u0456\u0457\u0454\u0491]/"},"171.severity":"W","171.title":"Incorrectly abbreviated street name","171.problem":"The street name has incorrect abbreviation","171.solution":"Check upper/lower case, a space before/after the abbreviation and the accordance with the abbreviation table", "171.params":{"regexp.title":"{string} regular expression to match incorrect abbreviations",regexp:"/\\.$/"},"172.enabled":!0,"172.title":"Unneeded spaces in street name","172.problem":"Leading/trailing/double space in the street name","172.solution":"Remove unneeded spaces from the street name","172.params":{regexp:"/^\\s|\\s$|\\s\\s/"},"173.enabled":!0,"173.severity":"W","173.title":"No space before/after street abbreviation","173.problem":"No space before ('1943r.') or after ('st.Jan') an abbreviation in the street name", "173.solution":"Add a space before/after the abbreviation","173.params":{regexp:"/([^\\s]\\.[^\\s0-9-][^\\s0-9\\.])|([0-9][^\\s0-9]+\\.[^0-9-])/"},"174.severity":"W","174.title":"Street name spelling mistake","174.problem":"The is a spelling mistake in the street name","174.solution":"Add/correct the mistake, check accented letters","174.params":{"regexp.title":"{string} regular expression to match spelling mistakes",regexp:"/(^|\\b)(accross|cemetary|fourty|foward|goverment|independant|liason|pavillion|portugese|posession|prefered|shcool|wat|wich)($|\\b)/i"}, "175.enabled":!0,"175.severity":"W","175.title":"Empty street name","175.problem":"The street name has only space characters or a dot","175.solution":"In the address properties check the 'None' box next to the street name, click 'Apply' OR set a proper street name","175.solutionLink":"W:Creating_and_Editing_street_segments#Confirm_the_road_by_updating_details","175.params":{regexp:"/^[\\s\\.]*$/"},"190.severity":"W","190.enabled":!0,"190.title":"Lowercase city name","190.problem":"The city name starts with a lowercase letter", "190.solution":"Use this form to rename the city","190.solutionLink":"F:t=50314#p450378","190.params":{"regexp.title":"{string} regular expression to match a lowercase city name",regexp:"/^[a-z\u0430-\u044f\u0451\u0456\u0457\u0454\u0491]/"},"191.severity":"W","191.title":"Incorrectly abbreviated city name","191.problem":"The city name has incorrect abbreviation","191.solution":"Use this form to rename the city","191.solutionLink":"F:t=50314#p450378","191.params":{"regexp.title":"{string} regular expression to match incorrect abbreviations", regexp:"/\\./"},"192.enabled":!0,"192.title":"Unneeded spaces in city name","192.problem":"Leading/trailing/double space in the city name","192.solution":"Use this form to rename the city","192.solutionLink":"F:t=50314#p450378","192.params":{regexp:"/^\\s|\\s$|\\s\\s/"},"193.enabled":!0,"193.title":"No space before/after city abbreviation","193.problem":"No space before ('1943r.') or after ('st.Jan') an abbreviation in the city name","193.solution":"Use this form to rename the city","193.solutionLink":"F:t=50314#p450378", "193.params":{regexp:"/([^\\s]\\.[^\\s0-9-][^\\s0-9\\.])|([0-9][^\\s0-9]+\\.[^0-9-])/"},"200.enabled":!0,"200.title":"Node A: Unconfirmed turn on minor road","200.problem":"The minor drivable segment has an unconfirmed (soft) turn at node A","200.problemLink":"W:Soft_and_hard_turns","200.solution":"Click the turn indicated with a purple question mark to confirm it. Note: you may need to make the segment 'Two-way' in order to see those turns","200.solutionLink":"W:Soft_and_hard_turns#Best_practices", "201.enabled":!0,"201.severity":"W","201.title":"Node A: Unconfirmed turn on primary road","201.problem":"The primary segment has an unconfirmed (soft) turn at node A","201.problemLink":"W:Soft_and_hard_turns","201.solution":"Click the turn indicated with a purple question mark to confirm it. Note: you may need to make the segment 'Two-way' in order to see those turns","201.solutionLink":"W:Soft_and_hard_turns#Best_practices"},US:{".codeISO":"US",".country":"United States","27.enabled":!0,"90.enabled":!0, "106.enabled":!0,"112.enabled":!1,"150.enabled":!0,"150.params":{n:2},"170.enabled":!0,"170.params":{regexp:"/^(?!(to) [^a-z])((S|N|W|E) )?[a-z]/"},"171.enabled":!0,"171.solutionLink":"W:Abbreviations_and_acronyms/USA#Standard_suffix_abbreviations","171.params":{regexp:"/((?!(\\bPhila|\\bPenna|.(\\bWash|\\bCmdr|\\bProf|\\bPres)|..(\\bAdm|\\bSte|\\bCpl|\\bMaj|\\bSgt|\\bRe[vc]|\\bR\\.R|\\bGov|\\bGen|\\bHon|\\bCpl)|...(\\bSt|\\b[JSD]r|\\bLt|\\bFt)|...(#| )[NEWSR])).{5}\\.|((?!(hila|enna|(\\bWash|\\bCmdr|\\bProf|\\bPres)|.(\\bAdm|\\bSte|\\bCpl|\\bMaj|\\bSgt|\\bRe[vc]|\\bR\\.R|\\bGov|\\bGen|\\bHon|\\bCpl)|..(\\bSt|\\b[JSD]r|\\bLt|\\bFt)|..(#| )[NEWSR])).{4}|(\\bhila|\\benna))\\.|((?!(ila|nna|(ash|mdr|rof|res)|(\\bAdm|\\bSte|\\bCpl|\\bMaj|\\bSgt|\\bRe[vc]|\\bR\\.R|\\bGov|\\bGen|\\bHon|\\bCpl)|.(\\bSt|\\b[JSD]r|\\bLt|\\bFt)|.(#| )[NEWSR])).{3}|\\b(ila|nna|ash|mdr|rof|res))\\.|((?!(la|na|(sh|dr|of|es)|(dm|te|pl|aj|gt|e[vc]|\\.R|ov|en|on|pl)|(\\bSt|\\b[JSD]r|\\bLt|\\bFt)|(#| )[NEWSR])).{2}|\\b(la|na|sh|dr|of|es|dm|te|pl|aj|gt|e[vc]|\\.R|ov|en|on|pl))\\.|(#|^)[^NEWSR]?\\.)|(((?!\\b(D|O|L)).|#|^)'(?![sl]\\b)|(#|^)'s|(?!\\b(In|Na)t).{3}'l|(#|^).{0,2}'l)|(Dr|St)\\.(#|$)|,|;|\\\\|((?!\\.( |#|$|R))\\..|(?!\\.( .|#.|$|R\\.))\\..{2}|\\.R(#|$|\\.R))|[Ee]x(p|w)y\\b|\\b[Ee]x[dn]\\b|Tunl\\b|Long Is\\b|Brg\\b/", problemEN:"The street name has incorrect abbreviation, or character",solutionEN:"Check upper/lower case, a space before/after the abbreviation and the accordance with the abbreviation table. Remove any comma (,), backslash (\\), or semicolon (;)"}},UK:{".codeISO":"UK",".country":"United Kingdom","1.enabled":!1,"200.enabled":!1},SK:{".codeISO":"SK",".country":"Slovakia","27.enabled":!0,"52.enabled":!0,"73.enabled":!0,"90.enabled":!0,"150.enabled":!0,"150.problemLink":"F:t=64980&p=572847#p572847","150.params":{n:2}, "151.enabled":!0,"151.problemLink":"F:t=64980&p=572847#p572847","151.params":{n:2},"152.enabled":!0,"152.problemLink":"F:t=64980&p=572847#p572847","152.params":{n:2},"170.enabled":!0,"170.params":{regexp:"/^(?!(exit) [^a-z])[a-z]/"}},SG:{".codeISO":"SG",".country":"Singapore","69.enabled":!0,"73.enabled":!0,"150.enabled":!0,"150.params":{n:2},"151.enabled":!0,"151.params":{n:2},"152.enabled":!0,"152.params":{n:2}},RU:{".codeISO":"RU",".country":"Russia","77.enabled":!1,"190.enabled":!1},PL:{".codeISO":"PL", ".country":"Poland",".author":"Zniwek",".updated":"2014-10-01",".lng":"PL","city.consider":"rozwa\u017c t\u0119 nazw\u0119 miasta:","city.1":"nazwa miasta jest za kr\u00f3tka","city.2":"rozwi\u0144 skr\u00f3t","city.3":"uzupe\u0142nij skr\u00f3con\u0105 nazw\u0119","city.4":"uzupe\u0142nij nazw\u0119 miasta","city.5":"popraw wielko\u015b\u0107 liter","city.6":"sprawd\u017a kolejno\u015b\u0107 s\u0142\u00f3w","city.7":"sprawd\u017a skr\u00f3ty","city.8a":"dodaj nazw\u0119 pa\u0144stwa","city.8r":"usu\u0144 nazw\u0119 pa\u0144stwa", "city.9":"sprawd\u017a nazw\u0119 pa\u0144stwa","city.10a":"dodaj s\u0142owo","city.10r":"usu\u0144 s\u0142owo","city.11":"dodaj kod pa\u0144stwa","city.12":"identyczne nazwy, ale inne ID miasta","city.13a":"dodaj spacj\u0119","city.13r":"usu\u0144 spacj\u0119","city.14":"sprawd\u017a numer","props.skipped.title":"Segment nie jest sprawdzony","props.skipped.problem":"Segment jest zmodyfikowany po 2014-05-01 I zablokowany dla Ciebie, wi\u0119c Validator go nie sprawdzi\u0142","err.regexp":"B\u0142\u0105d podczas parsowania opcji dla sprawdzenia #${n}:", "props.disabled":"WME Validator jest wy\u0142\u0105czony","props.limit.title":"Zg\u0142oszono zbyt wiele problem\u00f3w","props.limit.problem":"Zg\u0142oszono zbyt wiele problem\u00f3w, wi\u0119c niekt\u00f3re z nich mog\u0105 nie by\u0107 pokazane","props.limit.solution":"Odznacz segment i zatrzymaj skanowanie. Nast\u0119pnie kliknij czerwony '\u2718', przycisk (Wyczy\u015b\u0107 raport)","props.reports":"raporty","props.noneditable":"Nie mo\u017cesz edytowa\u0107 tego segmentu","report.save":"Zapisz ten raport", "report.list.andUp":"i wy\u017csze","report.list.severity":"Wa\u017cno\u015b\u0107:","report.list.reportOnly":"tylko w raporcie","report.list.forEditors":"Dla edytor\u00f3w poziomu:","report.list.forCountries":"Dla pa\u0144stw:","report.list.forStates":"Dla stan\u00f3w:","report.list.forCities":"Dla miast:","report.list.params":"Parametry do skonfigurowania w paczce j\u0119zykowej:","report.list.params.set":"Aktualna konfiguracja dla ${country}:","report.list.enabled":"${n} sprawdzenia w\u0142\u0105czone dla", "report.list.disabled":"${n} sprawdzenia wy\u0142\u0105czone dla","report.list.total":"There are ${n} sprawdzenia dost\u0119pne","report.list.title":"Pe\u0142na lista Sprawdze\u0144 dla","report.list.see":"Zobacz","report.list.checks":"Ustawienia->O->Dost\u0119pne sprawdzenia","report.list.fallback":"Zasady Cofni\u0119cia Lokalizacji:","report.and":"i","report.segments":"Liczba sprawdzonych segment\u00f3w:","report.customs":"W\u0142asne zaznaczone sprawdzenia (zielone/niebieskie):","report.reported":"Zaraportowane", "report.errors":"b\u0142\u0119dy","report.warnings":"ostrze\u017cenia","report.notes":"notki","report.contents":"Zawarto\u015b\u0107:","report.summary":"Podsumowanie","report.title":"WME Validator - Raport","report.share":"by si\u0119 Podzieli\u0107","report.generated.by":"wygenerowane przez","report.generated.on":"na","report.source":"\u0179r\u00f3d\u0142o raportu:","report.filter.duplicate":"duplikowane segmenty","report.filter.streets":"Ulice i Drogi Serwisowe","report.filter.other":"Pozosta\u0142e przejezdne/nieprzejezdne", "report.filter.noneditable":"segmenty bez mo\u017cliwo\u015bci edycji","report.filter.notes":"notki","report.filter.title":"Filtruj:","report.filter.excluded":"s\u0105 wy\u0142\u0105czone z tego raportu.","report.search.updated.by":"zaktualizowane przez","report.search.updated.since":"zaktualizowane od","report.search.city":"z","report.search.reported":"zaraportowane jako","report.search.title":"Szukaj:","report.search.only":"tylko segmenty","report.search.included":"s\u0105 zawarte w tym raporcie.", "report.beta.warning":"Ostrze\u017cenie WME Beta!","report.beta.text":"Ten raport jest wygenerowany w wersji beta WME z permalinkami beta.","report.beta.share":"Prosz\u0119, nie dziel si\u0119 raportem z tymi permalinkami!","report.size.warning":"<b>Uwaga!</b><br>Ten raport ma ${n} znak\u00f3w, wi\u0119c <b>nie zmie\u015bci si\u0119</b> w jeden post na forum lub wiadomo\u015b\u0107 prywatn\u0105.\n<br>Prosz\u0119 dodaj <b>wi\u0119cej filtr\u00f3w</b>, \u017ceby zmniejszy\u0107 d\u0142ugo\u015b\u0107 raportu.", "report.note.limit":"* Info: by\u0142o zbyt wiele zg\u0142oszonych problem\u00f3w, wi\u0119c niekt\u00f3re z nich nie s\u0105 policzone w podsumowaniu.","report.forum":"\u017beby zmotywowa\u0107 mnie do pracy nad skrpytem, zostaw komentarz w","report.thanks":"Dzi\u0119kuj\u0119 za u\u017cywanie WME Validator!","msg.limit.segments":"Zbyt wiele segment\u00f3w.\n\nKliknij 'Poka\u017c raport' \u017ceby go przejrze\u0107, a potem\n","msg.limit.segments.continue":"kliknij '\u25b6' (Start) by kontynuowa\u0107.", "msg.limit.segments.clear":"kliknij '\u2718' (Wyczy\u015b\u0107) by wyczy\u015bci\u0107 raport.","msg.pan.text":"Przesuwaj map\u0119, by j\u0105 sprawdzi\u0107","msg.zoomout.text":"Oddal widok, by uruchomi\u0107 WME Validator","msg.click.text":"Kliknij '\u25b6' (Start), by sprawdzi\u0107 widoczny obszar mapy","msg.autopaused":"autopauza","msg.autopaused.text":"Spauzowano automatycznie! Kliknij '\u25b6' (Start) by kontynuowa\u0107.","msg.autopaused.tip":"WME Validator wstrzymany automatycznie przy przesuni\u0119ciu mapy lub skalowaniu okna", "msg.finished.text":"Kliknij <b>'Poka\u017c raport'</b> by przejrze\u0107 b\u0142\u0119dy","msg.finished.tip":"Kliknij przycisk '\u2709' (Podziel si\u0119), \u017ceby umie\u015bci\u0107 raport na\nforum lub w prywatnej wiadomo\u015bci","msg.noissues.text":"Uko\u0144czono! Nie znaleziono b\u0142\u0119d\u00f3w!","msg.noissues.tip":"Spr\u00f3buj odznaczy\u0107 niekt\u00f3re opcje filtrowania lub odpal WME Validator na innym obszarze!","msg.scanning.text":"Skanowanie! Koniec za ~ ${n} min","msg.scanning.text.soon":"Skanowanie! Koniec w ci\u0105gu minuty!", "msg.scanning.tip":"Kliknij przycisk 'Pauza' by wstrzyma\u0107 lub '\u25a0' (Stop) by zatrzyma\u0107","msg.starting.text":"Start! Warstwy s\u0105 wy\u0142\u0105czone, by skanowa\u0107 szybciej!","msg.starting.tip":"U\u017cyj przycisku 'Pauza' by wstrzyma\u0107 lub przycisku '\u25a0' by zatrzyma\u0107","msg.paused.text":"Wstrzymane! Kliknij przycisk '\u25b6' (Start) by kontynuowa\u0107.","msg.paused.tip":"\u017beby zobaczy\u0107 raport, kliknij przycisk 'Poka\u017c raport' (je\u017celi dost\u0119pne)", "msg.continuing.text":"Kontynuowanie!","msg.continuing.tip":"WME Validator zacznie ponownie z miejsca, gdzie w\u0142\u0105czono pauz\u0119","msg.settings.text":"Kliknij <b>'Wstecz'</b>, by powr\u00f3ci\u0107 do g\u0142\u00f3wnego widoku","msg.settings.tip":"Kliknij przycisk 'Resetuj domy\u015blne' aby zresetowa\u0107 wszystkie ustawienia za jednym zamachem!","msg.reset.text":"Wszystkie opcje filtrowania i ustawienia zosta\u0142y zresetowane do domy\u015blnych","msg.reset.tip":"Kliknij przycisk 'Wstecz', by powr\u00f3ci\u0107 do g\u0142\u00f3wnego widoku", "msg.textarea.pack":"To jest skrypt Greasemonkey/Tampermonkey. Tekst poni\u017cej mo\u017cesz skopiowa\u0107 i wklei\u0107 do <b>nowego pliku .user.js</b><br>lub <b>wklei\u0107 bezpo\u015brednio</b> do Greasemonkey/Tampermonkey","msg.textarea":"Skopiuj prosz\u0119 tekst poni\u017cej, a nast\u0119pnie wklej do posta lub wiadomo\u015bci prywatnej","noaccess.text":"<b>Sorki,</b><br>Nie mo\u017cesz tutaj u\u017cy\u0107 WME Validatora.<br>Sprawd\u017a prosz\u0119 <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>w\u0105tek na forum</a><br> po wi\u0119cej informacji.", "noaccess.tip":"Sprawd\u017a prosz\u0119 w\u0105tek na forum po wi\u0119cej informacji!","tab.switch.tip.on":"Kliknij by w\u0142\u0105czy\u0107 pod\u015bwietlanie (Alt+V)","tab.switch.tip.off":"Kliknij by wy\u0142\u0105czy\u0107 pod\u015bwietlanie (Alt+V)","tab.filter.text":"filtruj","tab.filter.tip":"Opcje filtrowania raportu i pod\u015bwietlonych segment\u00f3w","tab.search.text":"szukaj","tab.search.tip":"Zaawansowane opcje filtrowania, \u017ceby za\u0142\u0105czy\u0107 tylko specyficzne segmenty", "tab.help.text":"pomoc","tab.help.tip":"Potrzebujesz pomocy?","filter.noneditables.text":"Wyklucz <b>nieedytowalne</b> segmenty","filter.noneditables.tip":"Nie raportuj zablokowanych segment\u00f3w lub\nsegment\u00f3w poza Twoim obszarem edycji","filter.duplicates.text":"Wyklucz <b>duplikowane</b> segmenty","filter.duplicates.tip":"Nie pokazuj tego samego segmentu w r\u00f3\u017cnych\ncz\u0119\u015bciach raportu\n* Info: ta opcja NIE WP\u0141YWA na pod\u015bwietlanie","filter.streets.text":"Wyklucz <b>Ulice i Drogi Serwisowe</b>", "filter.streets.tip":"Nie raportuj Ulic i Dr\u00f3g Serwisowych","filter.other.text":"Wyklucz <b>Pozosta\u0142e przejezdne i nieprzejezdne</b>","filter.other.tip":"Nie raportuj Gruntowych, Wewn\u0119trznych, Prywatnych Dr\u00f3g\ni nieprzejezdnych segment\u00f3w","filter.notes.text":"Wyklucz <b>notki</b>","filter.notes.tip":"Raportuj tylko ostrze\u017cenia i b\u0142\u0119dy","search.youredits.text":"Za\u0142\u0105cz <b>tylko Twoje edycje</b>","search.youredits.tip":"Za\u0142\u0105cz tylko segmenty edytowane przez Ciebie", "search.updatedby.text":"<b>Zaktualizowane przez*:</b>","search.updatedby.tip":"Za\u0142\u0105cz tylko segmenty edytowane przez ustalonego edytora\n* Info: ta opcja jest dost\u0119pna tylko dla CM\nTo pole wspiera:\n - lists: me, otherEditor\n - wildcards: world*\n - negation: !me, *\n* Info: mo\u017cesz u\u017cy\u0107 'me' dla siebie samego","search.updatedby.example":"Przyk\u0142ad: me","search.updatedsince.text":"<b>Zaktualizowane od:</b>","search.updatedsince.tip":"Za\u0142\u0105cz tylko segmenty edytowane od ustalonej daty\nformat daty Firefox: RRRR-MM-DD", "search.updatedsince.example":"RRRR-MM-DD","search.city.text":"<b>Nazwa miasta:</b>","search.city.tip":"Za\u0142\u0105cz tylko segmenty z ustalon\u0105 nazw\u0105 miasta\nTo pole wspiera:\n - lists: Paris, Meudon\n - wildcards: Greater * Area\n - negation: !Paris, *","search.city.example":"Przyk\u0142ad: !Paris, *","search.checks.text":"<b>Zaraportowane jako:</b>","search.checks.tip":"Za\u0142\u0105cz tylko segmenty zg\u0142oszone jako ustalone\nTo pole zawiera:\n - severities: errors\n - check names: New road\n - check IDs: 200\nTo pole wspiera:\n - lists: 36, 37\n - wildcards: *roundabout*\n - negation: !unconfirmed*, *", "search.checks.example":"Przyk\u0142ad: reverse*","help.text":'<b>Tematy Pomocy:</b><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=666476#p666476">F.A.Q.</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488">Zadaj swoje pytanie na forum</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=661300#p661185">Jak dopasowa\u0107 Validator pod swoje pa\u0144stwo</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=663286#p663286">Wi\u0119cej o "Prawdopodobnie b\u0142\u0119dna nazwa miasta"</a>', "help.tip":"Otw\u00f3rz w nowej karcie przegl\u0105darki","button.scan.tip":"Zacznij skanowanie aktualnego obszaru\n* Info: to mo\u017ce zaj\u0105\u0107 kilka minut","button.scan.tip.NA":"Oddal widok by zacz\u0105\u0107 skanowa\u0107 aktualny obszar","button.pause.tip":"Wstrzymaj skanowanie","button.continue.tip":"Kontynuuj skanowanie obszaru mapy","button.stop.tip":"Zatrzymaj skanowanie i powr\u00f3\u0107 do pozycji startowej","button.clear.tip":"Wyczy\u015b\u0107 raport i cache segmentu","button.clear.tip.red":"Zbyt wiele zg\u0142oszonych segment\u00f3w:\n 1. Kliknij 'Poka\u017c raport' by go wygenerowa\u0107.\n 2. Kliknij ten przycisk by wyczy\u015bci\u0107 raport i zacz\u0105\u0107 od nowa.", "button.report.text":"Poka\u017c raport","button.report.tip":"Zatwierd\u017a filtr i wygeneruj raport HTML w nowej karcie","button.BBreport.tip":"Podziel si\u0119 raportem na forum Waze lub w prywatnej wiadomo\u015bci","button.settings.tip":"Konfiguruj ustawienia","tab.custom.text":"w\u0142asne","tab.custom.tip":"Ustawienia sprawdze\u0144 zdefiniowanych przez u\u017cytkownika","tab.settings.text":"Ustawienia","tab.scanner.text":"skaner","tab.scanner.tip":"Ustawienia skanera mapy","tab.about.text":"o</span>", "tab.about.tip":"Info o WME Validator","scanner.sounds.text":"W\u0142\u0105cz d\u017awi\u0119ki","scanner.sounds.tip":"Pikanie podczas skanowania","scanner.sounds.NA":"Twoja przegl\u0105darka nie wspiera AudioContext","scanner.highlight.text":"Pod\u015bwietl b\u0142\u0119dy na mapie","scanner.highlight.tip":"Pod\u015bwietl zaraportowane b\u0142\u0119dy na mapie","scanner.slow.text":'W\u0142\u0105cz sprawdzenia "slow"',"scanner.slow.tip":"W\u0142\u0105cza g\u0142\u0119bok\u0105 analiz\u0119 mapy\n* Info: ta opcja mo\u017ce spowolni\u0107 proces skanowania", "scanner.ext.text":"Raportuj zewn\u0119trzne pod\u015bwietlenia","scanner.ext.tip":"Raportuj segmenty pod\u015bwietlone przez WME Toolbox lub WME Color Highlights","custom.template.text":"<a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=749456#p749456'>W\u0142asny szablon</a>","custom.template.tip":"Rozszerzalny szablon zdefiniowanych sprawdze\u0144 u\u017cytkownika.\n\nMo\u017cesz u\u017cy\u0107 nast\u0119puj\u0105cych zmiennych:\nAdres:\n ${country}, ${state}, ${city}, ${street},\n ${altCity[index or delimeter]}, ${altStreet[index or delimeter]}\nW\u0142asno\u015bci segmentu:\n ${type}, ${typeRank}, ${toll}, ${direction}, ${elevation}, ${lock},\n     ${length}, ${ID}\nPomocniki:\n        ${drivable}, ${roundabout}, ${hasHNs},\n        ${Uturn}, ${deadEnd}, ${softTurns},\n     ${deadEndA}, ${partialA},\n ${deadEndB}, ${partialB}\n\u0141\u0105czno\u015b\u0107:\n     ${segmentsA}, ${inA}, ${outA}, ${UturnA},\n ${segmentsB}, ${inB}, ${outB}, ${UturnB}", "custom.template.example":"Przyk\u0142ad ${street}","custom.regexp.text":"W\u0142asne <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=749456#p749456'>RegExp</a>","custom.regexp.tip":"Wyra\u017cenie regularne zdefiniowane przez u\u017cytkownika, by pasowa\u0142o do szablonu.\n\nNiewra\u017cliwe na wielko\u015b\u0107 liter: /regexp/i\nNegacja (nie pasuj\u0105ce): !/regexp/\nZapisz informacje debugowania w konsoli: D/regexp/","custom.regexp.example":"Przyk\u0142ad: !/.+/", "about.tip":"Otw\u00f3rz link w nowej karcie","button.reset.text":"Resetuj domy\u015blne","button.reset.tip":"Przywr\u00f3\u0107 opcje filtrowania i ustawienia na domy\u015blne","button.list.text":"Dost\u0119pne sprawdzenia...","button.list.tip":"Wy\u015bwietl list\u0119 sprawdze\u0144 dost\u0119pnych w WME Validatorze","button.wizard.tip":"Stw\u00f3rz paczk\u0119 j\u0119zykow\u0105","button.back.text":"Powr\u00f3t","button.back.tip":"Zamknij ustawienia i wr\u00f3\u0107 do g\u0142\u00f3wnego widoku", "1.title":"WME Toolbox: Rondo mo\u017ce powodowa\u0107 problemy","1.problem":"ID w\u0119z\u0142\u00f3w ronda nie s\u0105 w kolejno\u015bci","1.solution":"Stw\u00f3rz rondo na nowo","2.title":"WME Toolbox: Pojedynczy segment","2.problem":"Segment ma niepotrzebne w\u0119z\u0142y","2.solution":'Upro\u015b\u0107 geometri\u0119 segmentu przez najechanie myszk\u0105 i naci\u015bni\u0119cie przycisku "d"',"3.title":"WME Toolbox: Blokada na 2 poziom","3.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem", "4.title":"WME Toolbox: Blokada na 3 poziom","4.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem","5.title":"WME Toolbox: Blokada na 4 poziom","5.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem","6.title":"WME Toolbox: Blokada na 5 poziom","6.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem","7.title":"WME Toolbox: Blokada na 6 poziom","7.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem", "8.title":"WME Toolbox: Numery dom\u00f3w","8.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem","9.title":"WME Toolbox: Segment z ograniczeniami czasowymi","9.problem":"Segment jest pod\u015bwietlony przez WME Toolbox. To nie jest problem","13.title":"WME Color Highlights: Blokada edytora","13.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","14.title":"WME Color Highlights: P\u0142atna / Jednokierunkowa","14.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem", "15.title":"WME Color Highlights: Ostatnio edytowane","15.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","16.title":"WME Color Highlights: Ranga drogi","16.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","17.title":"WME Color Highlights: Brak miasta","17.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","18.title":"WME Color Highlights: Ograniczenie czasowe / Pod\u015bwietlony typ drogi", "18.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","19.title":"WME Color Highlights: Brak nazwy","19.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","20.title":"WME Color Highlights: Filtruj po mie\u015bcie","20.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","21.title":"WME Color Highlights: Filtruj po mie\u015bcie (alt. miasto)","21.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem", "22.title":"WME Color Highlights: Filtruj po edytorzer","22.problem":"Segment jest pod\u015bwietlony przez WME Color Highlights. To nie jest problem","23.solutionLink":"W:Drogi","23.title":"Niepotwierdzona droga","23.problem":"Ka\u017cdy segment musi mie\u0107 przynajmniej Pa\u0144stwo i Stan","23.solution":"Potwierd\u017a drog\u0119, aktualizuj\u0105c jej szczeg\u00f3\u0142y","24.title":"Prawdopodobnie b\u0142\u0119dna nazwa miasta (tylko w raporcie)","24.problem":"Segment mo\u017ce zawiera\u0107 b\u0142\u0119dn\u0105 nazw\u0119 miasta", "24.solution":"Rozwa\u017c zaproponowan\u0105 nazw\u0119 i u\u017cyj tego formularza do zmiany nazwy miasta","25.title":"Nieznana kierunkowo\u015b\u0107 przejezdnej drogi","25.problem":"'Nieznana' kierunkowo\u015b\u0107 drogi, nie zapobiegnie wyznaczaniu t\u0119dy trasy","25.solution":"Ustaw kierunkowo\u015b\u0107 drogi","27.enabled":!0,"27.problemLink":"W:Drogi#Tory.2C_szyny","27.title":"Nazwa miasta na Torach","27.problem":"Nazwa miasta na Torach, szynach","27.solution":"Zaznacz pole 'brak' przy nazwie miasta", "28.problemLink":"W:Drogi#Wjazd.2Fzjazd_bezkolizyjny","28.title":"Nazwa ulicy na dwukierunkowym zje\u017adzie","28.problem":"Je\u015bli zjazd jest nienazwany, wy\u015bwietli si\u0119 nazwa docelowej drogi","28.solution":"Zmie\u0144 nazw\u0119 ulicy na 'brak'","29.problemLink":"W:Drogi#Rondo","29.title":"Nazwa ulicy na rondzie","29.problem":"W Waze nie nazywamy segment\u00f3w ronda","29.solution":"Zmie\u0144 nazw\u0119 ulicy na 'brak', a nast\u0119pnie dodaj punkt orientacyjny 'W\u0119ze\u0142 drogowy', \u017ceby nazwa\u0107 rondo", "34.title":"Pusta nazwa alternatywna","34.problem":"Alternatywna nazwa ulicy jest pusta","34.solution":"Usu\u0144 pust\u0105 nazw\u0119 alternatywn\u0105 ulicy","35.title":"Niezako\u0144czona droga","35.problem":"Waze nie poprowadzi z niezako\u0144czonego segmentu","35.solution":"Przesu\u0144 troch\u0119 segment, \u017ceby pojawi\u0142 si\u0119 ko\u0144cz\u0105cy w\u0119ze\u0142","36.title":"W\u0119ze\u0142 A: Niepotrzebny (slow)","36.problem":"Segmenty spotykaj\u0105ce si\u0119 w w\u0119\u017ale A s\u0105 identyczne", "36.solution":"Wybierz w\u0119ze\u0142 A i naci\u015bnij przycisk Delete, by po\u0142\u0105czy\u0107 segmenty","37.title":"W\u0119ze\u0142 B: Niepotrzebny (slow)","37.problem":"Segmenty spotykaj\u0105ce si\u0119 w w\u0119\u017ale B s\u0105 identyczne","37.solution":"Wybierz w\u0119ze\u0142 B i naci\u015bnij przycisk Delete, by po\u0142\u0105czy\u0107 segmenty","38.title":"Up\u0142yn\u0105\u0142 czas ograniczenia segmentu (slow)","38.problem":"Segment zawiera wygas\u0142e ograniczenie","38.solution":"Kliknij 'Edytuj ograniczenia' i usu\u0144 wygas\u0142e ograniczenie", "39.title":"Wygas\u0142e ograniczenie skr\u0119tu (slow)","39.problem":"Segment ma skr\u0119t z wygas\u0142ym ograniczeniem","39.solution":"Kliknij ikon\u0119 zegara obok \u017c\u00f3\u0142tej strza\u0142ki i usu\u0144 wygas\u0142e ograniczenie","41.title":"W\u0119ze\u0142 A: Odwr\u00f3cona \u0142\u0105czno\u015b\u0107 przejezdnej drogi","41.problem":"Jeden ze skr\u0119t\u00f3w prowadzi naprzeciw kierunkowi segmentu, w w\u0119\u017ale A","41.solution":"Ustaw segment 'Dwukierunkowy', zablokuj wszystkie skr\u0119ty w w\u0119\u017ale A i ponownie ustaw 'Jednokierunkowa (A\u2192B)'", "42.title":"W\u0119ze\u0142 B: Odwr\u00f3cona \u0142\u0105czno\u015b\u0107 przejezdnej drogi","42.problem":"Jeden ze skr\u0119t\u00f3w prowadzi naprzeciw kierunkowi segmentu, w w\u0119\u017ale B","42.solution":"Ustaw segment 'Dwukierunkowy', zablokuj wszystkie skr\u0119ty w w\u0119\u017ale A i ponownie ustaw 'Jednokierunkowa (B\u2192A)'","43.title":"Po\u0142\u0105czenie ze sob\u0105","43.problem":"Segment \u0142\u0105czy si\u0119 sam ze sob\u0105","43.solution":"Podziel segment na TRZY cz\u0119\u015bci", "46.title":"SLOW: Brak wjazdu na w\u0119\u017ale A","46.problem":"Przejezdny segment nie ma wjazdu na w\u0119\u017ale A","46.solution":"Rozwa\u017c mo\u017cliwo\u015b\u0107 wjazdu na w\u0119\u017ale A","47.title":"SLOW: Brak wjazdu na w\u0119\u017ale B","47.problem":"Przejezdny segment nie ma wjazdu na w\u0119\u017ale A","47.solution":"Rozwa\u017c mo\u017cliwo\u015b\u0107 wjazdu na w\u0119\u017ale A","48.solutionLink":"W:Ronda#Poprawianie_rond_naniesionych_r.C4.99cznie","48.title":"Dwukierunkowy segment ronda", "48.problem":"Segment ronda jest dwukierunkowy","48.solution":"Stw\u00f3rz rondo od nowa","50.solutionLink":"W:Ronda#Poprawianie_rond_naniesionych_r.C4.99cznie","52.enabled":!0,"52.solutionLink":"W:Tabela_skr\u00f3t\u00f3w","52.title":"Za d\u0142uga nazwa ulicy","52.problem":"Nazwa przejezdnego segmentu jest d\u0142u\u017csza ni\u017c ${n} liter i nie jest Ramp\u0105","52.solution":"Consider an abbreviation for the street name according to this table","52.params":{n:35},"57.enabled":!0,"57.problemLink":"W:Drogi#Wjazd.2Fzjazd_bezkolizyjny", "57.title":"Nazwa miasta na nazwanym zje\u017adzie","57.problem":"Nazwa miasta na nazwanym zje\u017adzie mo\u017ce wp\u0142yn\u0105\u0107 na wyniki wyszukiwania","57.solution":"Zmie\u0144 nazw\u0119 miasta na 'brak'","59.enabled":!0,"59.problemLink":"W:Drogi#Autostrada_.2F_Droga_ekspresowa","59.title":"Nazwa miasta na Autostradzie","59.problem":"Nazwa miasta na Autostradzie, mo\u017ce spowodowa\u0107 \u017ce obszar miasta si\u0119 rozci\u0105gnie","59.solution":"W danych adresowych ustaw 'Brak' obok nazwy miasta i kliknij 'Zatwierd\u017a'", "73.enabled":!0,"73.title":"Za kr\u00f3tka nazwa ulicy","73.problem":"Nazwa ulicy jest kr\u00f3tsza ni\u017c ${n} liter i nie jest autostrad\u0105","73.solution":"Popraw nazw\u0119 ulicy","74.solutionLink":"W:Ronda#Poprawianie_rond_naniesionych_r.C4.99cznie","78.title":"SLOW: Takie same punkty ko\u0144cowe segment\u00f3w","78.problem":"Dwa przejezdne segmenty maj\u0105 takie same punkty ko\u0144cowe","78.solution":"Podziel segment. Mo\u017cesz tak\u017ce usun\u0105\u0107 segment, je\u015bli s\u0105 identyczne", "79.problemLink":"W:Skrzy\u017cowania#Najlepsze_praktyki_dla_r.C3.B3.C5.BCnych_typ.C3.B3w_skrzy.C5.BCowa.C5.84","87.problemLink":"W:Drogi#Rondo","87.solutionLink":"W:Ronda#Poprawianie_rond_naniesionych_r.C4.99cznie","87.title":"Wi\u0119cej ni\u017c jeden segment wychodz\u0105cy z w\u0119z\u0142a A na rondzie","87.problem":"W\u0119ze\u0142 A na rondzie ma pod\u0142\u0105czony wi\u0119cej ni\u017c jeden segment wychodz\u0105cy","87.solution":"Utw\u00f3rz rondo ponownie","99.title":"Nawr\u00f3t na wje\u017adzie na rondo (slow)", "99.problem":"Segment wjazdu na rondo ma w\u0142\u0105czon\u0105 mo\u017cliwo\u015b\u0107 zawracania","99.solution":"Wy\u0142\u0105cz nawr\u00f3t","101.params":{regexp:"/(^|\\b)remont(\\b|$)/i"},"101.title":"Droga zamkni\u0119ta (dost\u0119pne tylko w raporcie)","101.problem":"Segment jest oznaczony jako zamkni\u0119ty","101.solution":"Gdy remont si\u0119 sko\u0144czy, przywr\u00f3\u0107 po\u0142\u0105czenia segmentu i usu\u0144 przyrostek","102.title":"SLOW: Brak wyjazdu na w\u0119\u017ale A","102.problem":"Przejezdny segment nie ma wyjazdu na w\u0119\u017ale A", "102.solution":"Rozwa\u017c mo\u017cliwo\u015b\u0107 wyjazdu na w\u0119\u017ale A","103.title":"SLOW: Brak wyjazdu na w\u0119\u017ale B","103.problem":"Przejezdny segment nie ma wyjazdu na w\u0119\u017ale B","103.solution":"Rozwa\u017c mo\u017cliwo\u015b\u0107 wyjazdu na w\u0119\u017ale B","104.title":"Tory u\u017cyte dla komentarzy","104.problem":"Tory s\u0105 prawdopodobnie u\u017cyte do komentarzy na mapie","104.solution":"Usu\u0144 komentarze, poniewa\u017c Tory b\u0119d\u0105 wy\u015bwietlane w aplikacji", "105.enabled":!0,"105.title":"\u015acie\u017cka zamiast Tor\u00f3w","105.problem":"\u015acie\u017cka o wysoko\u015bci -5 jest zapewne u\u017cyta zamiast Tor\u00f3w","105.solution":"Zmie\u0144 typ drogi na Tory, by wy\u015bwietli\u0142y si\u0119 w aplikacji","107.title":"SLOW: Brak po\u0142\u0105czenia w w\u0119\u017ale A","107.problem":"W\u0119ze\u0142 A segmentu jest w odleg\u0142o\u015bci od innego, r\u00f3wnie\u017c przejezdnego segmentu, ale nie s\u0105 po\u0142\u0105czone skrzy\u017cowaniem", "107.solution":"Przeci\u0105gnij w\u0119ze\u0142 A na najbli\u017cszy segment, by si\u0119 dotyka\u0142y, lub odsu\u0144 go dalej","108.title":"SLOW: Brak po\u0142\u0105czenia w w\u0119\u017ale B","108.problem":"W\u0119ze\u0142 B segmentu jest w odleg\u0142o\u015bci od innego, r\u00f3wnie\u017c przejezdnego segmentu, ale nie s\u0105 po\u0142\u0105czone skrzy\u017cowaniem","108.solution":"Przeci\u0105gnij w\u0119ze\u0142 B na najbli\u017cszy segment, by si\u0119 dotyka\u0142y, lub odsu\u0144 go dalej", "109.title":"Za kr\u00f3tki segment","109.problem":"Przejezdny, nieko\u0144cowy segment jest kr\u00f3tszy ni\u017c ${n}m, wi\u0119c ci\u0119\u017cko zobaczy\u0107 go na mapie i mo\u017ce powodowa\u0107 problemy z routingiem","109.solution":"Zwi\u0119ksz d\u0142ugo\u015b\u0107, usu\u0144 segment lub po\u0142\u0105cz go z jednym z przyleg\u0142ych segment\u00f3w","112.title":"Za d\u0142uga nazwa Rampy","112.problem":"Nazwa Rampy jest d\u0142u\u017csza ni\u017c ${n} liter","112.solution":"Skr\u00f3\u0107 nazw\u0119 Rampy", "114.title":"W\u0119ze\u0142 A: Nieprzejezdna po\u0142\u0105czona z przejezdn\u0105 (slow)","114.problem":"Nieprzejezdny segment tworzy skrzy\u017cowanie z przejezdnym na w\u0119\u017ale A","114.solution":"Od\u0142\u0105cz w\u0119ze\u0142 A od wszystkich przejezdnych segment\u00f3w","115.title":"W\u0119ze\u0142 B: Nieprzejezdna po\u0142\u0105czona z przejezdn\u0105 (slow)","115.problem":"Nieprzejezdny segment tworzy skrzy\u017cowanie z przejezdnym na w\u0119\u017ale B","115.solution":"Od\u0142\u0105cz w\u0119ze\u0142 B od wszystkich przejezdnych segment\u00f3w", "116.title":"Poza skal\u0105 poziomu/wysoko\u015bci","116.problem":"Poziom/wysoko\u015b\u0107 segmentu s\u0105 poza skal\u0105","116.solution":"Popraw poziom/wysoko\u015b\u0107","117.title":"Przestarza\u0142y znacznik CONST ZN","117.problem":"Segmeny jest oznaczony przestarza\u0142ym przyrostkiem CONST ZN","117.solution":"Zmie\u0144 CONST ZN na (zamkni\u0119te)","118.title":"W\u0119ze\u0142 A: Nak\u0142adaj\u0105ce si\u0119 segmenty (slow)","118.problem":"Segment pokrywa si\u0119 z s\u0105siaduj\u0105cym, w w\u0119\u017ale A", "118.solution":"Rozszerz segmenty do 2\u00b0, usu\u0144 niepotrzebny punkt geometrii lub ca\u0142y podw\u00f3jny segment w w\u0119\u017ale A","119.title":"W\u0119ze\u0142 B: Nak\u0142adaj\u0105ce si\u0119 segmenty (slow)","119.problem":"Segment pokrywa si\u0119 z s\u0105siaduj\u0105cym, w w\u0119\u017ale B","119.solution":"Rozszerz segmenty do 2\u00b0, usu\u0144 niepotrzebny punkt geometrii lub ca\u0142y podw\u00f3jny segment w w\u0119\u017ale B","120.title":"W\u0119ze\u0142 A: Za ostry skr\u0119t (slow)", "120.problem":"Przejezdny segment ma bardzo ostry skr\u0119t na w\u0119\u017ale A","120.solution":"Wy\u0142\u0105cz ostry skr\u0119t na w\u0119\u017ale A lub rozszerz segmenty do 30\u00b0","121.title":"W\u0119ze\u0142 B: Za ostry skr\u0119t (slow)","121.problem":"Przejezdny segment ma bardzo ostry skr\u0119t na w\u0119\u017ale B","121.solution":"Wy\u0142\u0105cz ostry skr\u0119t na w\u0119\u017ale B lub rozszerz segmenty do 30\u00b0","128.title":"W\u0142asne sprawdzenie (zielone)","128.problem":"Niekt\u00f3re w\u0142a\u015bciwo\u015bci segmentu s\u0105 przeciwko ustawionemu przez u\u017cytkownika wyra\u017ceniu regularnemu (Ustawienia\u2192W\u0142asne)", "128.solution":"Rozwi\u0105\u017c ten problem","129.title":"W\u0142asne sprawdzenie (niebieskie)","129.problem":"Niekt\u00f3re w\u0142a\u015bciwo\u015bci segmentu s\u0105 przeciwko ustawionemu przez u\u017cytkownika wyra\u017ceniu regularnemu (Ustawienia\u2192W\u0142asne)","129.solution":"Rozwi\u0105\u017c ten problem","161.enabled":!0,"161.params":{titleEN:"DKnum in street name",problemEN:"The street name contains DKnum",solutionEN:"Remove the DK prefix from the street name",regexp:"/DK\\-?[0-9]+/i"}, "161.problemLink":"W:Drogi#Droga_krajowa","161.title":"Numer DK w nazwie ulicy","161.problem":"Nazwa ulicy zawiera numer DK","161.solution":"Usu\u0144 przedrostek z nazwy ulicy","162.enabled":!0,"162.params":{titleEN:"DWnum in street name",problemEN:"The street name contains DWnum",solutionEN:"Remove the DW prefix from the street name",regexp:"/DW\\-?[0-9]+/i"},"162.problemLink":"W:Drogi#Droga_wojew.C3.B3dzka","162.title":"Numer DW w nazwie ulicy","162.problem":"Nazwa ulicy zawiera numer DW","162.solution":"Usu\u0144 przedrostek z nazwy ulicy", "163.enabled":!0,"163.params":{titleEN:"'W\u0119zel' in Ramp name",problemEN:"The Ramp name contains word 'w\u0119zel'",solutionEN:"Rename the Ramp in accordance with the guidelines",regexp:"/w\u0119ze[l\u0142]/i"},"163.solutionLink":"W:Drogi#Wjazd.2Fzjazd_bezkolizyjny","163.title":"'W\u0119zel' w nazwie zjazdu","163.problem":"Zjazd zawiera w nazwie s\u0142owo 'w\u0119zel'","163.solution":"Zmie\u0144 nazw\u0119 zjazdu zgodnie z wytycznymi","167.enabled":!0,"167.params":{titleEN:"Incorrect Railroad name", problemEN:"The Railroad name is not 'PKP', 'SKM' or 'MPK'",solutionEN:"In the address properties set the street name to 'PKP', 'SKM' or 'MPK', check the 'None' box next to the city name and then click 'Apply'",regexp:"!/^(PKP|MPK|SKM|Tramwaje \u015al\u0105skie)$/"},"167.solutionLink":"W:Drogi#Tory.2C_szyny","167.title":"Nieprawid\u0142owa nazwa Tor\u00f3w","167.problem":"Segment Tor\u00f3w ma nieprawid\u0142ow\u0105 nazw\u0119","167.solution":"Zmie\u0144 nazw\u0119 segmentu zgodnie z wytycznymi", "169.enabled":!0,"169.params":{titleEN:"'Rondo' or 'ulica' in street name",problemEN:"The street name contains word 'rondo' or 'ulica'",solutionEN:"In the address properties check the 'None' box next to the street name, click 'Apply' and then add 'Junction' landmark to name the roundabout or remove word 'ulica'",regexp:"/rondo |ulica/i"},"169.solutionLink":"W:Drogi#Rondo","169.title":"'Rondo' lub 'ulica' w nazwie ulicy","169.problem":"Nazwa ulicy zawiera s\u0142owo 'rondo' lub 'ulica'","169.solution":"Zmie\u0144 nazw\u0119 ulicy na 'Brak', a nast\u0119pnie dodaj punkt orientacyjny 'W\u0119ze\u0142 drogowy', \u017ceby nazwa\u0107 rondo lub usu\u0144 s\u0142owo 'ulica' z nazwy ulicy", "171.enabled":!0,"171.params":{regexp:"/(^| )(?!(adm|abp|bp|b\u0142|dr|gen|bryg|pil|dyw|hetm|hr|im|in\u017c|kard|ks|kmr|kadm|mjr|marsz|o|os|pl|ppor|pp\u0142k|por|pn|pd|prof|p\u0142k|rtm|\u015bw|\u015bwj|\u015b\u015b|wsch|zach)\\. |r\\.)[^ ]+\\./"},"171.solutionLink":"W:Tabela_skr\u00f3t\u00f3w","171.title":"Nieprawid\u0142owy skr\u00f3t w nazwie ulicy","171.problem":"Nazwa ulicy zawiera nieprawid\u0142owy skr\u00f3t","171.solution":"Sprawd\u017a wielkie/ma\u0142e litery, przerw\u0119 przed/po skr\u00f3cie i zgodno\u015b\u0107 z t\u0105 tabel\u0105", "172.title":"Niepotrzebne spacje w nazwie ulicy","172.problem":"Spacja na pocz\u0105tku, ko\u0144cu lub podw\u00f3jna w nazwie ulicy","172.solution":"Usu\u0144 niepotrzebne spacje z nazwy ulicy","173.title":"Nazwa ulicy bez spacji przed lub po skr\u00f3cie","173.problem":"Brak spacji przed ('1943r.') lub po ('st.Jan') skr\u00f3cie w nazwie ulicy","173.solution":"Dodaj spacj\u0119 przed/po skr\u00f3cie","175.title":"Nazwa ulicy z\u0142o\u017cona z samych spacji","175.problem":"Nazwa ulicy zawiera tylko spacje", "175.solution":"Zmie\u0144 nazw\u0119 ulicy na 'Brak' lub nazwij odpowiednio ulic\u0119","190.title":"Nazwa miasta ma\u0142\u0105 liter\u0105","190.problem":"Nazwa miasta zaczyna si\u0119 od ma\u0142ej litery","190.solution":"U\u017cyj tego formularza, by zmieni\u0107 nazw\u0119 miasta","192.title":"Niepotrzebne spacje w nazwie miasta","192.problem":"Spacja na pocz\u0105tku, ko\u0144cu lub podw\u00f3jna w nazwie miasta","192.solution":"U\u017cyj tego formularza, by zmieni\u0107 nazw\u0119 miasta", "193.title":"Brak spacji przed/po skr\u00f3cie miasta","193.problem":"Brak spacji przed ('1943r.') lub po ('st.Jan') skr\u00f3cie w nazwie miasta","193.solution":"U\u017cyj tej formy, by zmieni\u0107 nazw\u0119 miasta","200.problemLink":"W:Skrzy\u017cowania#Ograniczenia_skr.C4.99t.C3.B3w","200.title":"W\u0119ze\u0142 A: Wst\u0119pnie dopuszczony lub zakazany skr\u0119t na przejezdnej drodze","200.problem":"Segment ma niepotwierdzony skr\u0119t na w\u0119\u017ale A","200.solution":"Kliknij na strza\u0142k\u0119 z purpurowym znakiem zapytania, by potwierdzi\u0107 skr\u0119t. Zauwa\u017c: by\u0107 mo\u017ce b\u0119dziesz musia\u0142 zmieni\u0107 segment na dwukierunkowy by dostrzec te", "201.title":"W\u0119ze\u0142 A: Niepotwierdzony skr\u0119t na g\u0142\u00f3wnej drodze","201.problem":"Segment drogi g\u0142\u00f3wnej ma niepotwierdzony skr\u0119t na w\u0119\u017ale A","201.solution":"Kliknij skr\u0119t z fioletowym znakiem zapytania by go zatwierdzi\u0107. Info: mo\u017cliwe, \u017ce b\u0119dziesz musia\u0142 ustawi\u0107 'Dwukierunkowy' \u017ceby zobaczy\u0107 te skr\u0119ty"},NZ:{".codeISO":"NZ",".country":"New Zealand"},NL:{".codeISO":"NL",".country":"Netherlands",".fallbackCode":"BE", "71.enabled":!0,"71.problemLink":"W:Benelux_Major_Highway","72.enabled":!0,"72.problemLink":"W:Benelux_Minor_Highway","150.enabled":!0,"150.problemLink":"W:Benelux_Freeway","151.enabled":!0,"151.problemLink":"W:Benelux_Major_Highway","152.enabled":!0,"152.problemLink":"W:Benelux_Minor_Highway","154.enabled":!0,"154.problemLink":"W:Benelux_Primary_Street","160.enabled":!1,"161.enabled":!0,"161.problemLink":"W:Benelux_Major_Highway","161.params":{solutionEN:"Rename the Major Highway to 'Nnum[ - Nnum]' or 'Nnum - streetname' or 'Nnum ri Dir1 / Dir2'", regexp:"!/^N([0-9]|[0-9][0-9]|[123][0-9][0-9])( - [NS][0-9]+)?(( ri [^\\/]+( \\/ [^\\/]+)*)|( - .+))?$/"},"162.enabled":!0,"162.problemLink":"W:Benelux_Minor_Highway","162.params":{solutionEN:"Rename the Minor Highway to 'Nnum[ - Nnum]' or 'Nnum - streetname' or 'Nnum ri Dir1 / Dir2'",regexp:"!/^(N[4-9][0-9][0-9]|S[0-9]+)( - [NS][0-9]+)?(( ri [^\\/]+( \\/ [^\\/]+)*)|( - .+))?$/"}},MY:{".codeISO":"MY",".country":"Malaysia","69.enabled":!0,"73.enabled":!0,"150.enabled":!0,"150.params":{n:2},"151.enabled":!0, "151.params":{n:2},"152.enabled":!0,"152.params":{n:2}},MX:{".codeISO":"MX",".country":"Mexico",".fallbackCode":"ES"},LU:{".codeISO":"LU",".country":"Luxembourg",".fallbackCode":"BE","160.enabled":!1},IT:{".codeISO":"IT",".country":"Italy","57.enabled":!0,"59.enabled":!0,"90.enabled":!0,"95.enabled":!0,"150.enabled":!0,"151.enabled":!0,"151.params":{n:5},"152.enabled":!0,"152.params":{n:4},"163.enabled":!0,"163.params":{titleEN:"Ramp name starts with an 'A'",problemEN:"The Ramp name starts with an 'A'", solutionEN:"Replace 'A' with 'Dir.'",regexp:"/^A /i"},"170.enabled":!0},IL:{".codeISO":"IL",".country":"Israel",".author":"gad_m",".updated":"2014-06-30",".lng":"HE",".dir":"rtl","city.consider":"\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e9\u05dd \u05d4\u05e2\u05d9\u05e8:","city.1":"\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05e7\u05e6\u05e8 \u05de\u05d3\u05d9","city.2":"\u05d0\u05dc \u05ea\u05e9\u05ea\u05de\u05e9 \u05d1\u05e9\u05dd \u05de\u05e7\u05d5\u05e6\u05e8","city.3":"\u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05d4\u05e9\u05dd \u05d4\u05e7\u05e6\u05e8", "city.4":"\u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05e9\u05dd \u05d4\u05e2\u05d9\u05e8","city.5":"\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05ea","city.6":"\u05d1\u05d3\u05d5\u05e7 \u05e1\u05d3\u05e8 \u05d4\u05de\u05d9\u05dc\u05d4","city.7":"\u05d1\u05d3\u05d5\u05e7 \u05e1\u05d9\u05de\u05e0\u05d9 \u05e7\u05d9\u05e6\u05d5\u05e8","city.8a":"\u05d4\u05d5\u05e1\u05e3 \u05de\u05d3\u05d9\u05e0\u05d4","city.8r":"\u05de\u05d7\u05e7 \u05de\u05d3\u05d9\u05e0\u05d4", "city.9":"\u05d1\u05d3\u05d5\u05e7 \u05de\u05d3\u05d9\u05e0\u05d4","city.10a":"\u05d4\u05d5\u05e1\u05e3 \u05de\u05d9\u05dc\u05d4","city.10r":"\u05d4\u05d5\u05e8\u05d3 \u05de\u05d9\u05dc\u05d4","city.11":"\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d5\u05d3 \u05de\u05d3\u05d9\u05e0\u05d4","city.12":"\u05e9\u05de\u05d5\u05ea \u05d6\u05d4\u05d9\u05dd, \u05d0\u05d1\u05dc \u05e7\u05d5\u05d3 \u05d6\u05d9\u05d4\u05d5\u05d9 \u05e2\u05d9\u05e8 \u05e9\u05d5\u05e0\u05d4","city.13a":"\u05d4\u05d5\u05e1\u05e3 \u05e8\u05d5\u05d5\u05d7", "city.13r":"\u05d4\u05d5\u05e8\u05d3 \u05e8\u05d5\u05d5\u05d7","city.14":"\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8","props.skipped.title":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7","props.skipped.problem":"\u05d4\u05e7\u05d8\u05e2 \u05e0\u05e2\u05e8\u05da \u05dc\u05d0\u05d7\u05e8 2014/5/1 \u05d5\u05e0\u05e2\u05d5\u05dc \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05e2\u05d1\u05d5\u05e8\u05da, \u05d0\u05d6 Validator \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05d5\u05ea\u05d5", "err.regexp":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05d3\u05d9\u05e7\u05d4 #${n}:","props.disabled":"\u05d4\u05ea\u05d5\u05e1\u05e3 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc","props.limit.title":"\u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05d3\u05d5\u05d5\u05d7\u05d5","props.limit.problem":"\u05d9\u05e9\u05e0\u05dd \u05d1\u05e2\u05d9\u05d5\u05ea \u05e8\u05d1\u05d5\u05ea \u05de\u05d3\u05d9 \u05e9\u05d3\u05d5\u05d5\u05d7\u05d5, \u05db\u05da \u05e9\u05d7\u05dc\u05e7 \u05de\u05d4\u05dd \u05d0\u05d5\u05dc\u05d9 \u05dc\u05d0 \u05d9\u05e8\u05d0\u05d5", "props.limit.solution":"\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d5\u05d4\u05e4\u05e1\u05e7 \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05e1\u05e8\u05d9\u05e7\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05d0\u05d3\u05d5\u05dd '\u2718' (\u05de\u05d7\u05e7 \u05d4\u05d3\u05d5\"\u05d7)","props.reports":'\u05d1\u05e2\u05d9\u05d5\u05ea \u05e9\u05e0\u05de\u05e6\u05d0\u05d5 \u05e2"\u05d9 ', "props.noneditable":"\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05e8\u05d5\u05da \u05de\u05e7\u05d8\u05e2 \u05d6\u05d4","report.save":'\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d3\u05d5"\u05d7',"report.list.andUp":"\u05d5\u05dc\u05de\u05e2\u05dc\u05d4","report.list.severity":"\u05d7\u05d5\u05de\u05e8\u05d4","report.list.reportOnly":"\u05e8\u05e7 \u05d1\u05d3\u05d9\u05d5\u05d5\u05d7","report.list.forEditors":"\u05dc\u05e8\u05de\u05ea \u05e2\u05d5\u05e8\u05db\u05d9\u05dd", "report.list.forCountries":"\u05dc\u05d0\u05e8\u05e6\u05d5\u05ea","report.list.forStates":"\u05dc\u05de\u05d3\u05d9\u05e0\u05d5\u05ea","report.list.forCities":"\u05dc\u05e2\u05e8\u05d9\u05dd","report.list.params":"\u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05d2\u05d3\u05e8\u05ea \u05d7\u05d1\u05d9\u05dc\u05ea \u05dc\u05d5\u05e7\u05dc\u05d9\u05d6\u05e6\u05d9\u05d4","report.list.params.set":"\u05ea\u05e6\u05d5\u05e8\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 ${country}:", "report.list.enabled":"${n} \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8","report.list.disabled":"${n} \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05db\u05d1\u05d5\u05d9\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8","report.list.total":"\u05d9\u05e9 ${n} \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea","report.list.title":"\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05dc\u05d0\u05d4 \u05e9\u05dc \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8", "report.list.see":"\u05e8\u05d0\u05d4","report.list.checks":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea->\u05d0\u05d5\u05d3\u05d5\u05ea->\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea","report.list.fallback":"\u05db\u05dc\u05dc\u05d9 \u05e2\u05ea\u05d5\u05d3\u05d4 \u05e9\u05dc \u05ea\u05de\u05d9\u05db\u05ea \u05d4\u05dc\u05d5\u05e7\u05dc\u05d9\u05d6\u05e6\u05d9\u05d4:","report.and":"\u05d5\u05d2\u05dd","report.segments":'\u05e1\u05d4"\u05db \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05e0\u05d1\u05d3\u05e7\u05d5:', "report.customs":"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05ea\u05d5\u05d0\u05de\u05d9\u05dd (#1/#2):","report.reported":"\u05d3\u05d5\u05d5\u05d7\u05d5","report.errors":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea","report.warnings":"\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea","report.notes":"\u05d4\u05e2\u05e8\u05d5\u05ea","report.contents":"\u05ea\u05d5\u05db\u05df:","report.summary":"\u05e1\u05d9\u05db\u05d5\u05dd","report.title":'\u05d3\u05d5"\u05d7 WME Validator', "report.share":"\u05dc\u05e9\u05ea\u05e3","report.generated.by":'\u05e0\u05d5\u05e6\u05e8 \u05e2"\u05d9',"report.generated.on":"\u05d1","report.source":'\u05de\u05e7\u05d5\u05e8 \u05d4\u05d3\u05d5"\u05d7:',"report.filter.duplicate":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05db\u05e4\u05d5\u05dc\u05d9\u05dd","report.filter.streets":"\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea \u05d5\u05db\u05d1\u05d9\u05e9\u05d9 \u05e9\u05e8\u05d5\u05ea","report.filter.other":"\u05d0\u05d7\u05e8\u05d9\u05dd - \u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05d5\u05d0\u05e1\u05d5\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4", "report.filter.noneditable":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05e2\u05e8\u05d9\u05db\u05d4","report.filter.notes":"\u05d4\u05e2\u05e8\u05d5\u05ea","report.filter.title":"\u05de\u05e1\u05e0\u05e0\u05d9\u05dd:","report.filter.excluded":'\u05d0\u05d9\u05e0\u05dd \u05e0\u05db\u05dc\u05dc\u05d9\u05dd \u05d1\u05d3\u05d5"\u05d7 \u05d6\u05d4.',"report.search.updated.by":'\u05e2\u05d5\u05d3\u05db\u05df \u05e2"\u05d9',"report.search.updated.since":"\u05e2\u05d5\u05d3\u05db\u05df \u05d1", "report.search.city":"\u05de","report.search.reported":"\u05d3\u05d5\u05d5\u05d7 \u05db","report.search.title":"\u05d7\u05e4\u05e9:","report.search.only":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3","report.search.included":'\u05e0\u05db\u05dc\u05dc\u05d9\u05dd \u05d1\u05d3\u05d5"\u05d7 \u05d6\u05d4.',"report.beta.warning":"\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea \u05e2\u05d5\u05e8\u05da \u05d1\u05d8\u05d0:","report.beta.text":'\u05d3\u05d5"\u05d7 \u05d6\u05d4 \u05d7\u05d5\u05dc\u05dc \u05e2"\u05d9 \u05e2\u05d5\u05e8\u05da \u05d2\u05d9\u05e8\u05e1\u05ea \u05d1\u05d8\u05d0 \u05d5\u05db\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd \u05dc\u05d1\u05d8\u05d0.', "report.beta.share":"\u05d0\u05e0\u05d0 \u05d0\u05dc \u05ea\u05e9\u05ea\u05e3 \u05d0\u05ea \u05d4\u05e4\u05e8\u05de\u05dc\u05d9\u05e0\u05e7\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4!","report.size.warning":'<b>\u05d0\u05d6\u05d4\u05e8\u05d4!</b><br>\u05d0\u05d5\u05e8\u05da \u05d4\u05d3\u05d5"\u05d7 \u05d4\u05d5\u05d0 ${n} \u05ea\u05d5\u05d5\u05d9\u05dd<b>\u05d4\u05d5\u05d0 \u05dc\u05d0 \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05d4\u05db\u05e0\u05e1</b> \u05dc\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea \u05d0\u05d7\u05ea \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd\n<br>\u05d0\u05e0\u05d0 \u05d4\u05d5\u05e1\u05e3<b>\u05de\u05e1\u05e0\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd</b> \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e7\u05d8\u05d9\u05df \u05d0\u05ea \u05d2\u05d5\u05d3\u05dc \u05d4\u05d3\u05d5"\u05d7', "report.note.limit":"* \u05d4\u05e2\u05e8\u05d4: \u05d4\u05d9\u05d5 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e8\u05d1\u05d5\u05ea \u05de\u05d3\u05d9 \u05e9\u05d3\u05d5\u05d5\u05d7\u05d5, \u05db\u05da \u05e9\u05d7\u05dc\u05e7 \u05de\u05d4\u05dd \u05d0\u05d9\u05e0\u05dd \u05e0\u05e1\u05e4\u05e8 \u05d1\u05e1\u05d9\u05db\u05d5\u05dd.","report.forum":"\u05dc\u05e2\u05d9\u05d3\u05d5\u05d3 \u05e4\u05d9\u05ea\u05d5\u05d7 \u05e0\u05d5\u05e1\u05e3, \u05d0\u05e0\u05d0 \u05d4\u05e9\u05d0\u05e8 \u05de\u05e9\u05d5\u05d1 \u05d1", "report.thanks":"\u05ea\u05d5\u05d3\u05d4 \u05e9\u05d4\u05e9\u05ea\u05de\u05e9\u05ea \u05d1 WME Validator!","msg.limit.segments":"\u05d9\u05e9 \u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd.\n\n\u05dc\u05d7\u05e5 '\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d5\"\u05d7' \u05d1\u05db\u05d3\u05d9 \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d3\u05d5\"\u05d7, \u05d0\u05d7\"\u05db \u05dc\u05d7\u05e5 '\u25b6' \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da.","msg.limit.segments.continue":"\u05dc\u05d7\u05e5 '\u25b6' (\u05d1\u05e6\u05e2) \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da", "msg.limit.segments.clear":"\u05dc\u05d7\u05e5 '\u2718' (\u05de\u05d7\u05e7) \u05db\u05d3\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d3\u05d5\"\u05d7.","msg.pan.text":"\u05d4\u05d6\u05d6 \u05de\u05e2\u05d8 \u05d0\u05ea \u05d4\u05de\u05e4\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d1\u05d3\u05d9\u05e7\u05d4","msg.zoomout.text":'\u05d4\u05e7\u05d8\u05df \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05d3\u05d5"\u05d7 \u05e2"\u05d9 WME Validator', "msg.click.text":"\u05dc\u05e0\u05d9\u05ea\u05d5\u05d7 \u05e9\u05d8\u05d7 \u05d4\u05de\u05e4\u05d4 \u05d4\u05d2\u05dc\u05d5\u05d9 \u05dc\u05d7\u05e5 \u05e2\u05dc '\u25b6' ","msg.autopaused":"\u05e2\u05e6\u05d9\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea","msg.autopaused.text":"\u05e2\u05e6\u05d9\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea! \u05dc\u05d7\u05e5 \u05e2\u05dc '\u25b6' \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da","msg.autopaused.tip":"\u05db\u05dc\u05d9 \u05d6\u05d4 \u05e2\u05d5\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05e9\u05de\u05d6\u05d9\u05d6\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05e4\u05d4 \u05d0\u05d5 \u05db\u05e9\u05de\u05e9\u05e0\u05d9\u05dd \u05d0\u05ea \u05d2\u05d5\u05d3\u05dc \u05d4\u05d7\u05dc\u05d5\u05df", "msg.finished.text":"\u05dc\u05d7\u05e5 <b>'\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d5\"\u05d7'</b> \u05db\u05d3\u05d9 \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05de\u05e4\u05d4","msg.finished.tip":"\u05dc\u05d7\u05e5 \u05e2\u05dc '\u2709' (\u05e9\u05ea\u05e3) \u05db\u05d3\u05d9 \u05dc\u05d3\u05d5\u05d5\u05d7 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd\n\u05d0\u05d5 \u05db\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea","msg.noissues.text":"\u05d4\u05e1\u05e8\u05d9\u05e7\u05d4 \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4! \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05e2\u05d9\u05d5\u05ea!", "msg.noissues.tip":"\u05e0\u05e1\u05d4 \u05dc\u05db\u05d1\u05d5\u05ea \u05d7\u05dc\u05e7 \u05de\u05d4\u05de\u05e1\u05e0\u05e0\u05d9\u05dd \u05d0\u05d5 \u05d4\u05ea\u05d7\u05dc \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4","msg.scanning.text":"\u05e1\u05d5\u05e8\u05e7! \u05d9\u05e1\u05d9\u05d9\u05dd \u05d1\u05e2\u05d5\u05d3 \u05db ${n} \u05d3\u05e7\u05d5\u05ea \u05dc\u05e2\u05e8\u05da","msg.scanning.text.soon":"\u05e1\u05d5\u05e8\u05e7! \u05d9\u05e1\u05d9\u05d9\u05dd \u05d1\u05e2\u05d5\u05d3 \u05db\u05d3\u05e7\u05d4!", "msg.scanning.tip":"\u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d4\u05e9\u05d4\u05d4' \u05db\u05d3\u05d9 \u05dc\u05e2\u05e6\u05d5\u05e8 \u05d0\u05d5 \u05e2\u05dc '\u25a0' \u05db\u05d3\u05d9 \u05dc\u05e2\u05e6\u05d5\u05e8","msg.starting.text":'\u05de\u05db\u05d9\u05df \u05d0\u05ea \u05d4\u05d3\u05d5"\u05d7! \u05d4\u05e9\u05db\u05d1\u05d5\u05ea \u05de\u05d5\u05e1\u05ea\u05e8\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05e1\u05e8\u05d5\u05e7 \u05de\u05d4\u05e8 \u05d9\u05d5\u05ea\u05e8',"msg.starting.tip":"\u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d4\u05e9\u05d4\u05d4' \u05d0\u05d5 \u05e2\u05dc '\u25a0' \u05db\u05d3\u05d9 \u05dc\u05e2\u05e6\u05d5\u05e8", "msg.paused.text":"\u05d1\u05d4\u05e9\u05d4\u05d9\u05d9\u05d4! \u05dc\u05d7\u05e5 '\u25b6' \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da","msg.paused.tip":"\u05dc\u05e6\u05e4\u05d9\u05d4 \u05d1\u05d3\u05d5\"\u05d7 \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d5\"\u05d7' (\u05d0\u05dd \u05d6\u05de\u05d9\u05df)","msg.continuing.text":"\u05de\u05de\u05e9\u05d9\u05da!","msg.continuing.tip":"WME Validator \u05d9\u05de\u05e9\u05d9\u05da \u05de\u05d4\u05de\u05e7\u05d5\u05dd \u05d1\u05d5 \u05d4\u05e4\u05e1\u05d9\u05e7", "msg.settings.text":"\u05dc\u05d7\u05e5 <b>'\u05d7\u05d6\u05e8\u05d4'</b> \u05dc\u05d7\u05d6\u05e8\u05d4 \u05dc\u05de\u05e1\u05da \u05d4\u05e8\u05d0\u05e9\u05d9","msg.settings.tip":"\u05dc\u05d7\u05e5 '\u05d0\u05e4\u05e1 \u05dc\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc' \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05db\u05dc \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","msg.reset.text":"\u05db\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05e1\u05d9\u05e0\u05d5\u05df \u05d5\u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05d5\u05e4\u05e1\u05d5 \u05dc\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e9\u05dc\u05d4\u05dd", "msg.reset.tip":"\u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d7\u05d6\u05e8\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d7\u05d6\u05d5\u05e8 \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d9\u05ea","msg.textarea.pack":"\u05d0\u05e0\u05d0 \u05d4\u05e2\u05ea\u05e7 \u05d0\u05ea \u05d4\u05d8\u05e7\u05e1\u05d8 \u05e9\u05dc\u05d4\u05dc\u05df \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05e7\u05d5\u05d1\u05e5 <b>.user.js</b> \u05d7\u05d3\u05e9", "msg.textarea":"\u05d0\u05e0\u05d0 \u05d4\u05e2\u05ea\u05e7 \u05d0\u05ea \u05d4\u05d8\u05e7\u05e1\u05d8 \u05e9\u05dc\u05d4\u05dc\u05df \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05e9\u05e8\u05e9\u05d5\u05e8 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd \u05d0\u05d5 \u05db\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea","noaccess.text":'<b>\u05de\u05e6\u05d8\u05e2\u05e8,</b><br>\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1 WME Validator \u05db\u05d0\u05df.<br>\u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 <a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488">\u05d0\u05ea \u05d4\u05e9\u05e8\u05e9\u05d5\u05e8 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd</a><br>\u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3.', "noaccess.tip":"\u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e9\u05e8\u05e9\u05d5\u05e8 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd \u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3!","tab.switch.tip.on":"\u05dc\u05d7\u05e5 \u05dc\u05d4\u05e4\u05e2\u05dc\u05d4 (Alt+V)","tab.switch.tip.off":"\u05dc\u05d7\u05e5 \u05dc\u05db\u05d9\u05d1\u05d5\u05d9 (Alt+V)","tab.filter.text":"\u05de\u05e1\u05e0\u05e0\u05d9\u05dd","tab.filter.tip":'\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e1\u05d9\u05e0\u05d5\u05df \u05d4\u05d3\u05d5"\u05d7 \u05d5\u05d4\u05d3\u05d2\u05e9\u05d5\u05ea \u05d1\u05e2\u05d5\u05e8\u05da \u05d4\u05de\u05e4\u05d4', "tab.search.text":"\u05d7\u05d9\u05e4\u05d5\u05e9","tab.search.tip":"\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e1\u05d9\u05e0\u05d5\u05df \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05db\u05dc\u05d5\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3","tab.help.text":"\u05e2\u05d6\u05e8\u05d4","tab.help.tip":"\u05e6\u05e8\u05d9\u05da \u05e2\u05d6\u05e8\u05d4?","filter.noneditables.text":"\u05d4\u05e1\u05ea\u05e8 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd <b>\u05e9\u05d0\u05d9\u05e0\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05e2\u05e8\u05d9\u05db\u05d4</b>", "filter.noneditables.tip":"\u05d0\u05dc \u05ea\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e0\u05e2\u05d5\u05dc\u05d9\u05dd \u05d0\u05d5\n\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05d7\u05d5\u05e5 \u05dc\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05e2\u05e8\u05d9\u05db\u05d4 \u05e9\u05dc\u05da","filter.duplicates.text":"\u05d4\u05e1\u05ea\u05e8 <b>\u05db\u05e4\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea</b> \u05d1\u05de\u05e7\u05d8\u05e2\u05d9\u05dd","filter.duplicates.tip":'\u05d0\u05dc \u05ea\u05e8\u05d0\u05d4 \u05d0\u05ea \u05d0\u05d5\u05ea\u05d5 \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05d7\u05dc\u05e7\u05d9\u05dd\n\u05e9\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05d4\u05d3\u05d5"\u05d7\n* \u05e9\u05d9\u05dd \u05dc\u05d1: \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05e2\u05dc \u05d4\u05d4\u05d3\u05d2\u05e9\u05d5\u05ea', "filter.streets.text":"\u05d4\u05e1\u05ea\u05e8 <b>\u05e8\u05d7\u05d5\u05d1</b> \u05d5<b>\u05db\u05d1\u05d9\u05e9 \u05e9\u05e8\u05d5\u05ea</b>","filter.streets.tip":'\u05d0\u05dc \u05ea\u05db\u05dc\u05d5\u05dc \u05d1\u05d3\u05d5"\u05d7 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 \u05e8\u05d7\u05d5\u05d1 \u05d5\u05db\u05d1\u05d9\u05e9 \u05e9\u05e8\u05d5\u05ea',"filter.other.text":"\u05d4\u05e1\u05ea\u05e8 \u05d0\u05d7\u05e8\u05d9\u05dd \u05e9<b>\u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4</b> \u05d5\u05db\u05dc \u05d4<b>\u05d0\u05e1\u05d5\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4</b>", "filter.other.tip":'\u05d0\u05dc \u05ea\u05db\u05dc\u05d5\u05dc \u05d1\u05d3\u05d5"\u05d7 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 \u05d3\u05e8\u05da \u05e2\u05e4\u05e8, \u05de\u05d2\u05e8\u05e9 \u05d7\u05e0\u05d9\u05d4, \u05db\u05d1\u05d9\u05e9 \u05e4\u05e8\u05d8\u05d9\n\u05d5\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05d0\u05e1\u05d5\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4',"filter.notes.text":"\u05d4\u05e1\u05ea\u05e8 <b>\u05d4\u05e2\u05e8\u05d5\u05ea</b>", "filter.notes.tip":"\u05d3\u05d5\u05d5\u05d7 \u05e8\u05e7 \u05e2\u05dc \u05d0\u05d6\u05d4\u05e8\u05d5\u05ea \u05d5\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea","search.youredits.text":"\u05db\u05dc\u05d5\u05dc <b>\u05e8\u05e7 \u05e2\u05e8\u05d9\u05db\u05d5\u05ea \u05e9\u05dc\u05da</b>","search.youredits.tip":"\u05db\u05dc\u05d5\u05dc \u05e8\u05e7 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05e2\u05e8\u05db\u05ea \u05d1\u05e2\u05e6\u05de\u05da","search.updatedby.text":"<b>\u05e2\u05d5\u05d3\u05db\u05df \u05e2\u05dc \u05d9\u05d3\u05d9:</b>", "search.updatedby.tip":'\u05db\u05dc\u05d5\u05dc \u05e1\u05d9\u05d2\u05de\u05e0\u05d8\u05d9\u05dd \u05e9\u05e0\u05e2\u05e8\u05db\u05d5 \u05e2"\u05d9 \u05e2\u05d5\u05e8\u05da \u05de\u05e1\u05d5\u05d9\u05d9\u05dd\n\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05ea\u05d5\u05de\u05da \u05d1:\n- \u05e8\u05e9\u05d9\u05de\u05d5\u05ea: me, otherEditorName\n- \u05ea\u05d5\u05d5\u05d9\u05dd \u05d7\u05d5\u05e4\u05e9\u05d9\u05d9\u05dd: world*\n- \u05e9\u05dc\u05d9\u05dc\u05d4: !me, *\n\u05e9\u05d9\u05dd \u05dc\u05d1: \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1 me \u05db\u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05e2\u05e6\u05de\u05da', "search.updatedby.example":"\u05d3\u05d5\u05d2\u05de\u05d4: \u05d0\u05e0\u05d9","search.updatedsince.text":"<b>\u05e2\u05d5\u05d3\u05db\u05df \u05d1:</b>","search.updatedsince.tip":"\u05db\u05dc\u05d5\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05e0\u05e2\u05e8\u05db\u05d5 \u05de\u05d0\u05d6 \u05ea\u05d0\u05e8\u05d9\u05da \u05de\u05e1\u05d5\u05d9\u05d9\u05dd\n\u05e4\u05d5\u05e8\u05de\u05d8 \u05ea\u05d0\u05e8\u05d9\u05da: YYYY-MM-DD","search.updatedsince.example":"YYYY-MM-DD","search.city.text":"<b>\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8:</b>", "search.city.tip":"\u05db\u05dc\u05d5\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d1\u05e2\u05dc\u05d9 \u05e9\u05dd \u05e2\u05d9\u05e8 \u05de\u05e1\u05d5\u05d9\u05d9\u05de\u05ea\n\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05ea\u05d5\u05de\u05da \u05d1:\n\u05e8\u05e9\u05d9\u05de\u05d5\u05ea: \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd, \u05d0\u05e9\u05e7\u05dc\u05d5\u05df\n\u05ea\u05d5\u05d5\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05d9\u05dd: \u05ea\u05dc *\n\u05e9\u05dc\u05d9\u05dc\u05d4: !\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd, *", "search.city.example":"\u05d3\u05d5\u05d2\u05de\u05d4: !\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd, *","search.checks.text":"<b>\u05d3\u05d5\u05d5\u05d7 \u05db:</b>","search.checks.tip":"\u05db\u05dc\u05d5\u05dc \u05e8\u05e7 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05d3\u05d5\u05d5\u05d7\u05d5 \u05dc\u05d2\u05d1\u05d9\u05d4\u05dd:\n\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05ea\u05d5\u05d0\u05dd:\n- \u05d7\u05d5\u05de\u05e8\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4: errors\n- \u05e9\u05de\u05d5\u05ea \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd: New road\n- \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05de\u05d6\u05d4\u05d9\u05dd: 40\n\u05e9\u05d3\u05d4 \u05d6\u05d4 \u05ea\u05d5\u05de\u05da \u05d1:\n- \u05e8\u05e9\u05d9\u05de\u05d5\u05ea: 36,37\n- \u05ea\u05d5\u05d5\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05d9\u05dd: *roundabout*\n- \u05e9\u05dc\u05d9\u05dc\u05d4: !soft turns*, *\n", "search.checks.example":"\u05d3\u05d5\u05d2\u05de\u05d4: *\u05d4\u05e4\u05d5\u05da*","help.text":'<b>\u05e0\u05d5\u05e9\u05d0\u05d9 \u05e2\u05d6\u05e8\u05d4:</b><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=666476#p666476">\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488">\u05e9\u05d0\u05dc \u05d0\u05ea \u05e9\u05d0\u05dc\u05ea\u05da \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?t=76488&p=661300#p661185">\u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05d0\u05ea \u05d4 Validator \u05dc\u05de\u05d3\u05d9\u05e0\u05d4 \u05e9\u05dc\u05da</a><br><a target="_blank" href="https://www.waze.com/forum/viewtopic.php?f=819&t=76488&p=663286#p663286">\u05d0\u05d5\u05d3\u05d5\u05ea "\u05d9\u05ea\u05db\u05df \u05e9\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05e9\u05d2\u05d5\u05d9"</a>', "help.tip":"\u05e4\u05ea\u05d7 \u05d1\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05ea \u05d3\u05e4\u05d3\u05e4\u05df \u05d7\u05d3\u05e9\u05d4","button.scan.tip":"\u05d4\u05ea\u05d7\u05dc \u05dc\u05e1\u05e8\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05e4\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea\n\u05e9\u05d9\u05dd \u05dc\u05d1: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e7\u05d7\u05ea \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea","button.scan.tip.NA":'\u05d4\u05e7\u05d8\u05df \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05d3\u05d5"\u05d7 \u05d1\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05de\u05e4\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9', "button.pause.tip":"\u05e2\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4","button.continue.tip":"\u05d4\u05de\u05e9\u05da \u05dc\u05e1\u05e8\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05e4\u05d4","button.stop.tip":"\u05e2\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d4\u05ea\u05d7\u05dc\u05d4","button.clear.tip":'\u05de\u05d7\u05e7 \u05d4\u05d3\u05d5"\u05d7 \u05d5\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05d4\u05d6\u05d9\u05db\u05e8\u05d5\u05df', "button.clear.tip.red":'\u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05d3\u05d9\u05d5\u05d5\u05d7\u05d9\u05dd \u05e2\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05de\u05e7\u05d8\u05e2\u05d9\u05dd:\n1. \u05dc\u05d7\u05e5 \'\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d5"\u05d7 \u05dc\u05d4\u05e4\u05d9\u05e7 \u05d0\u05ea \u05d4\u05d3\u05d5"\u05d7\'.\n2. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d3\u05d5"\u05d7 \u05d5\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05de\u05d7\u05d3\u05e9.', "button.report.text":'\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d5"\u05d7',"button.report.tip":'\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05e1\u05e0\u05e0\u05d9\u05dd \u05d5\u05d4\u05e4\u05e7 \u05d3\u05d5"\u05d7 HTML \u05e9\u05d9\u05e4\u05ea\u05d7 \u05d1\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05ea \u05d3\u05e4\u05d3\u05e4\u05df \u05d7\u05d3\u05e9\u05d4',"button.BBreport.tip":'\u05e9\u05ea\u05e3 \u05d0\u05ea \u05d4\u05d3\u05d5"\u05d7 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd \u05e9\u05dc \u05d5\u05d9\u05d9\u05d6 \u05d0\u05d5 \u05d1\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea', "button.settings.tip":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","tab.custom.text":"\u05de\u05d5\u05ea\u05d0\u05dd","tab.custom.tip":"\u05d4\u05d2\u05d3\u05e8\u05ea \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05e4\u05d9 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9","tab.settings.text":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","tab.scanner.text":"\u05e1\u05d5\u05e8\u05e7","tab.scanner.tip":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e1\u05e8\u05d9\u05e7\u05d4", "tab.about.text":"\u05d0\u05d5\u05d3\u05d5\u05ea</span>","tab.about.tip":"\u05d0\u05d5\u05d3\u05d5\u05ea WME Validator","scanner.sounds.text":"\u05d0\u05e4\u05e9\u05e8 \u05e6\u05dc\u05d9\u05dc\u05d9\u05dd","scanner.sounds.tip":"\u05e6\u05d9\u05e4\u05e6\u05d5\u05e4\u05d9\u05dd \u05d5\u05d1\u05d9\u05e4\u05d9\u05dd \u05d1\u05d6\u05de\u05df \u05e1\u05e8\u05d9\u05e7\u05d4","scanner.sounds.NA":"\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05de\u05da \u05d1 AudioContext", "scanner.highlight.text":"\u05d4\u05d3\u05d2\u05e9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e2\u05dc \u05d2\u05d1\u05d9 \u05d4\u05de\u05e4\u05d4","scanner.highlight.tip":"\u05d4\u05d3\u05d2\u05e8 \u05d1\u05e2\u05d9\u05d5\u05ea \u05de\u05d3\u05d5\u05d5\u05d7\u05d5\u05ea \u05e2\u05dc \u05d2\u05d1\u05d9 \u05d4\u05de\u05e4\u05d4","scanner.slow.text":'\u05d0\u05e4\u05e9\u05e8 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d4\u05de\u05d5\u05d2\u05d3\u05e8\u05d5\u05ea \u05db"\u05d0\u05d9\u05d8\u05d9"',"scanner.slow.tip":"\u05de\u05d0\u05e4\u05e9\u05e8 \u05e0\u05d9\u05ea\u05d5\u05d7 \u05de\u05e2\u05de\u05d9\u05e7 \u05e9\u05dc \u05d4\u05de\u05e4\u05d4\n* \u05e9\u05d9\u05dd \u05dc\u05d1: \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d0\u05d8 \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05e1\u05e8\u05d9\u05e7\u05d4", "scanner.ext.text":"\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d3\u05d2\u05e9\u05d5\u05ea \u05de\u05de\u05e7\u05d5\u05e8\u05d5\u05ea \u05d0\u05d7\u05e8\u05d9\u05dd","scanner.ext.tip":'\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e9\u05d4\u05d5\u05d3\u05d2\u05e9\u05d5 \u05e2"\u05d9 WME Toolbox \u05d0\u05d5 WME Color Highlights',"custom.template.text":"<a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=749456#p749456'>\u05ea\u05d1\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea</a>", "custom.template.tip":"\u05ea\u05d1\u05e0\u05d9\u05ea \u05dc\u05d4\u05e8\u05d7\u05d1\u05ea \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d4\u05de\u05d5\u05d2\u05d3\u05e8\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e9\u05ea\u05de\u05e9.\n\n\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd\n${country}, ${state}, ${city}, ${street},\n${type}, ${typeRank}, ${toll}, ${direction}, ${elevation}, ${lock},\n${length}, ${ID}, ${roundabout}, ${hasHNs},\n${drivable}, ${softTurns}, ${Uturn}, ${deadEnd},\n${segmentsA}, ${inA}, ${outB}, ${UturnA},\n${segmentsB}, ${inB}, ${outB}, ${UturnB}", "custom.template.example":"\u05d3\u05d5\u05d2\u05de\u05d4: ${city}","custom.regexp.text":'<a target="_blank" href="https://developer.mozilla.org/docs/JavaScript/Guide/Regular_Expressions">\u05d1\u05d9\u05d8\u05d5\u05d9 \u05e8\u05d2\u05d5\u05dc\u05e8\u05d9</a> \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea',"custom.regexp.tip":'\u05d1\u05d9\u05d8\u05d5\u05d9 \u05e8\u05d2\u05d5\u05dc\u05e8\u05d9 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05e2"\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05ea\u05d1\u05e0\u05d9\u05ea\n\u05d4\u05ea\u05d0\u05de\u05d4: /regexp/\n\u05e9\u05dc\u05d9\u05dc\u05d4: !/regexp/\n\u05db\u05ea\u05d5\u05d1 \u05de\u05d9\u05d3\u05e2 \u05e9\u05dc \u05d4\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05dc\u05e7\u05d5\u05e0\u05e1\u05d5\u05dc\u05d4 (debug)\n', "custom.regexp.example":"\u05d3\u05d5\u05d2\u05de\u05d4: /\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc/","about.tip":"\u05e4\u05ea\u05d7 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05ea \u05d3\u05e4\u05d3\u05e4\u05df \u05d7\u05d3\u05e9\u05d4","button.reset.text":"\u05d0\u05e4\u05e1 \u05dc\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc","button.reset.tip":"\u05d0\u05e4\u05e1 \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e1\u05d9\u05e0\u05d5\u05df \u05d5\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05dc\u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc", "button.list.text":"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea...","button.list.tip":"\u05d4\u05e8\u05d0\u05d4 \u05d0\u05ea \u05e8\u05e9\u05d9\u05de \u05d4\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d4\u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05e9\u05dc WME Validator","button.wizard.tip":"\u05e6\u05d5\u05e8 \u05e7\u05d1\u05e6\u05d9 \u05dc\u05d5\u05e7\u05dc\u05d9\u05d6\u05e6\u05d9\u05d4","button.back.text":"\u05d7\u05d6\u05e8\u05d4","button.back.tip":"\u05e1\u05d2\u05d5\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d7\u05dc\u05d5\u05df \u05e8\u05d0\u05e9\u05d9", "1.enabled":!1,"1.title":"WME Toolbox: \u05db\u05d9\u05db\u05e8 \u05e9\u05e2\u05dc\u05d5\u05dc \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d5\u05ea","1.problem":"\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05de\u05d6\u05d4\u05d9\u05dd \u05e9\u05dc \u05e6\u05de\u05ea\u05d9\u05dd \u05e9\u05dc \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d1\u05db\u05d9\u05db\u05e8 \u05d0\u05d9\u05e0\u05dd \u05e8\u05e6\u05d5\u05e4\u05d9\u05dd","1.solution":"\u05d1\u05e0\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05db\u05d9\u05db\u05e8", "2.title":"WME Toolbox: \u05de\u05e7\u05d8\u05e2 \u05e4\u05e9\u05d5\u05d8","2.problem":"\u05dc\u05de\u05e7\u05d8\u05e2 \u05d9\u05e9 \u05de\u05e4\u05e8\u05e7\u05d9\u05dd \u05de\u05d9\u05d5\u05ea\u05e8\u05d9\u05dd","2.solution":'\u05e4\u05e9\u05d8 \u05d0\u05ea \u05de\u05e4\u05e8\u05e7\u05d9 \u05d4\u05de\u05e7\u05d8\u05e2 \u05e2"\u05d9 \u05de\u05e2\u05d1\u05e8 \u05e2\u05dd \u05d4\u05e2\u05db\u05d1\u05e8 \u05de\u05e2\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d5\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05de\u05e7\u05e9 "d"', "3.title":"WME Toolbox: \u05e0\u05e2\u05d9\u05dc\u05d4 \u05d1\u05e8\u05de\u05d4 2","3.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"4.title":"WME Toolbox: \u05e0\u05e2\u05d9\u05dc\u05d4 \u05d1\u05e8\u05de\u05d4 3","4.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "5.title":"WME Toolbox: \u05e0\u05e2\u05d9\u05dc\u05d4 \u05d1\u05e8\u05de\u05d4 4","5.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"6.title":"WME Toolbox: \u05e0\u05e2\u05d9\u05dc\u05d4 \u05d1\u05e8\u05de\u05d4 5","6.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "7.title":"WME Toolbox: \u05e0\u05e2\u05d9\u05dc\u05d4 \u05d1\u05e8\u05de\u05d4 6","7.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"8.title":"WME Toolbox: \u05de\u05e1\u05e4\u05e8\u05d9 \u05d1\u05ea\u05d9\u05dd","8.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "9.title":"WME Toolbox: \u05de\u05e7\u05d8\u05e2 \u05e2\u05dd \u05d4\u05d2\u05d1\u05dc\u05d5\u05ea \u05dc\u05e4\u05d9 \u05e9\u05e2\u05d5\u05ea","9.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Toolbox. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"13.title":"WME Color Highlights: \u05e0\u05e2\u05d9\u05dc\u05ea \u05e2\u05d5\u05e8\u05da","13.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "14.title":"WME Color Highlights: \u05db\u05d1\u05d9\u05e9 \u05d0\u05d2\u05e8\u05d4 / \u05db\u05d1\u05d9\u05e9 \u05d7\u05d3 \u05e1\u05d9\u05d8\u05e8\u05d9","14.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"15.title":"WME Color Highlights: \u05e0\u05e2\u05e8\u05da \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4","15.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "16.title":"WME Color Highlights: \u05d3\u05e8\u05d2\u05d4 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9","16.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"17.title":"WME Color Highlights: \u05dc\u05dc\u05d0 \u05e2\u05d9\u05e8","17.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "18.title":"WME Color Highlights: \u05d4\u05d2\u05d1\u05dc\u05d5\u05ea \u05dc\u05e4\u05d9 \u05e9\u05e2\u05d5\u05ea / \u05e1\u05d5\u05d2 \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05d3\u05d2\u05e9","18.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"19.title":"WME Color Highlights: \u05dc\u05dc\u05d0 \u05e9\u05dd","19.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "20.title":"WME Color Highlights: \u05de\u05e1\u05e0\u05df \u05dc\u05e4\u05d9 \u05e2\u05d9\u05e8","20.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"21.title":"WME Color Highlights: \u05de\u05e1\u05e0\u05df \u05dc\u05e4\u05d9 \u05e2\u05d9\u05e8","21.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4', "22.title":"WME Color Highlights: \u05de\u05e1\u05e0\u05df \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e8\u05da","22.problem":'\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05d3\u05d2\u05e9 \u05e2"\u05d9 WME Color Highlights. \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4',"23.title":"\u05de\u05e7\u05d8\u05e2 \u05dc\u05dc\u05d0 \u05e9\u05dd","23.problem":"\u05db\u05dc \u05de\u05e7\u05d8\u05e2 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05e4\u05d7\u05d5\u05ea \u05d4\u05d2\u05d3\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d4", "23.solution":'\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d4\u05db\u05d1\u05d9\u05e9 \u05e2"\u05d9 \u05e2\u05e8\u05d9\u05db\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05e9\u05dc\u05d5',"24.title":'\u05d9\u05ea\u05db\u05df \u05e9\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05e9\u05d2\u05d5\u05d9 (\u05d6\u05de\u05d9\u05df \u05e8\u05e7 \u05d1\u05d3\u05d5"\u05d7)',"24.problem":'\u05d9\u05ea\u05db\u05df \u05e9\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05e9\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05e9\u05d2\u05d5\u05d9 (\u05d6\u05de\u05d9\u05df \u05e8\u05e7 \u05d1\u05d3\u05d5"\u05d7)', "24.solution":"\u05e9\u05e7\u05d5\u05dc \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05e9\u05de\u05d5\u05e6\u05e2 \u05d5\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05e9\u05dd \u05e2\u05d9\u05e8","25.title":"\u05db\u05d9\u05d5\u05d5\u05df \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4","25.problem":'\u05db\u05d9\u05d5\u05d5\u05df "\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2" \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05dc\u05d0 \u05de\u05d5\u05e0\u05e2 \u05e0\u05d9\u05d5\u05d5\u05d8 \u05d3\u05e8\u05db\u05d5', "25.solution":"\u05e7\u05d1\u05e2 \u05d0\u05ea \u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05e2\u05d4 \u05e9\u05dc \u05d4\u05db\u05d1\u05d9\u05e9","27.enabled":!0,"27.title":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05e2\u05dc \u05de\u05e1\u05d9\u05dc\u05ea \u05e8\u05db\u05d1\u05ea","27.problem":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05e2\u05dc \u05de\u05e1\u05d9\u05dc\u05ea \u05e8\u05db\u05d1\u05ea \u05e2\u05dc\u05d5\u05dc \u05dc\u05d8\u05e9\u05d8\u05e9 \u05d0\u05ea \u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05e2\u05d9\u05e8", "27.solution":"\u05d1\u05e9\u05d3\u05d4 '\u05e2\u05d9\u05e8' \u05d4\u05d3\u05dc\u05e7 \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea '\u05d0\u05d9\u05df' \u05d5\u05d0\u05d6 '\u05d4\u05d7\u05dc'","28.enabled":!1,"28.title":"\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1 \u05dc\u05de\u05d7\u05d1\u05e8 \u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9","28.problem":"\u05db\u05e9\u05d4\u05de\u05d7\u05d1\u05e8 \u05dc\u05dc\u05d0 \u05e9\u05dd, \u05d4\u05d5\u05d0 \u05d9\u05e7\u05d1\u05dc \u05d0\u05ea \u05e9\u05de\u05d5 \u05de\u05d4\u05db\u05d1\u05d9\u05e9 \u05d0\u05dc\u05d9\u05d5 \u05d4\u05d5\u05d0 \u05de\u05d5\u05d1\u05d9\u05dc", "28.solution":"\u05d1\u05e9\u05d3\u05d4 '\u05e8\u05d7\u05d5\u05d1' \u05d4\u05d3\u05dc\u05e7 \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea '\u05d0\u05d9\u05df' \u05d5\u05d0\u05d6 '\u05d4\u05d7\u05dc'","29.title":"\u05dc\u05db\u05d9\u05db\u05e8 \u05d9\u05e9 \u05e9\u05dd \u05e8\u05d7\u05d5\u05d1","29.problem":"\u05d1\u05d5\u05d5\u05d5\u05d9\u05d6 \u05dc\u05d0 \u05e0\u05d5\u05ea\u05e0\u05d9\u05dd \u05e9\u05de\u05d5\u05ea \u05dc\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d4\u05e9\u05d9\u05d9\u05db\u05d9\u05dd \u05dc\u05db\u05d9\u05db\u05e8", "29.solution":"\u05d1\u05e9\u05d3\u05d4 '\u05e8\u05d7\u05d5\u05d1' \u05d4\u05d3\u05dc\u05e7 \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea '\u05d0\u05d9\u05df', \u05dc\u05d7\u05e5 '\u05d4\u05d7\u05dc'. \u05db\u05d3\u05d9 \u05dc\u05ea\u05ea \u05e9\u05dd \u05dc\u05db\u05d9\u05db\u05e8 \u05d4\u05d5\u05e1\u05e3 '\u05de\u05e7\u05d5\u05dd' \u05e2\u05dd \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05ea '\u05e6\u05d5\u05de\u05ea' \u05d5\u05ea\u05df \u05dc\u05d5 \u05d0\u05ea \u05e9\u05dd \u05d4\u05db\u05d9\u05db\u05e8", "34.title":"'\u05e9\u05dd \u05d7\u05dc\u05d5\u05e4\u05d9' \u05e8\u05d9\u05e7","34.problem":"\u05e9\u05d3\u05d4 '\u05e9\u05dd \u05d7\u05dc\u05d5\u05e4\u05d9' \u05e9\u05dc \u05d4\u05e8\u05d7\u05d5\u05d1 \u05e8\u05d9\u05e7","34.solution":"\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4'\u05e9\u05dd \u05d7\u05dc\u05d5\u05e4\u05d9' \u05e9\u05dc \u05d4\u05e8\u05d7\u05d5\u05d1","35.title":"\u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05e7\u05d8\u05d5\u05e2","35.problem":"\u05d5\u05d9\u05d9\u05d6 \u05dc\u05d0 \u05d9\u05e0\u05d5\u05d5\u05d8 \u05de\u05db\u05d1\u05d9\u05e9 \u05e7\u05d8\u05d5\u05e2", "35.solution":"\u05d4\u05d6\u05d6 \u05de\u05e2\u05d8 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05db\u05da \u05e9\u05d9\u05ea\u05d5\u05d5\u05e1\u05e3 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e6\u05d5\u05de\u05ea \u05d4\u05de\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2","36.title":"\u05e6\u05d5\u05de\u05ea A: \u05de\u05d9\u05d5\u05ea\u05e8 (\u05d0\u05d9\u05d8\u05d9)","36.problem":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e1\u05de\u05d5\u05db\u05d9\u05dd \u05d1\u05e6\u05d5\u05de\u05ea A \u05d6\u05d4\u05d9\u05dd", "36.solution":"\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea A \u05d5\u05dc\u05d7\u05e5 \u05e2\u05dc '\u05de\u05d7\u05d9\u05e7\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d0\u05d7\u05d3 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2\u05d9\u05dd","37.title":"\u05e6\u05d5\u05de\u05ea B: \u05de\u05d9\u05d5\u05ea\u05e8 (\u05d0\u05d9\u05d8\u05d9)","37.problem":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05e1\u05de\u05d5\u05db\u05d9\u05dd \u05d1\u05e6\u05d5\u05de\u05ea B \u05d6\u05d4\u05d9\u05dd","37.solution":"\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea B \u05d5\u05dc\u05d7\u05e5 \u05e2\u05dc '\u05de\u05d7\u05d9\u05e7\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d0\u05d7\u05d3 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2\u05d9\u05dd", "38.title":"\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3 \u05e9\u05dc \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05de\u05e7\u05d8\u05e2 (\u05d0\u05d9\u05d8\u05d9)","38.problem":"\u05dc\u05de\u05e7\u05d8\u05e2 \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05d5\u05ea \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05dd","38.solution":'\u05dc\u05d7\u05e5 \u05e2\u05dc "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05d2\u05d1\u05dc\u05d5\u05ea" \u05d5\u05de\u05d7\u05e7 \u05de\u05d2\u05d1\u05dc\u05d5\u05ea \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05dd', "39.title":"\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3 \u05e9\u05dc \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05e4\u05e0\u05d9\u05d4 (\u05d0\u05d9\u05d8\u05d9)","39.problem":"\u05d1\u05de\u05e7\u05d8\u05e2 \u05d9\u05e9 \u05e4\u05e0\u05d9\u05d4 \u05e2\u05dd \u05de\u05d2\u05d1\u05dc\u05d4 \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05d4","39.solution":"\u05dc\u05d7\u05e5 \u05e2\u05dc \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df \u05e9\u05dc\u05d9\u05d3 \u05d4\u05d7\u05e5 \u05d4\u05e6\u05d4\u05d5\u05d1 \u05e9\u05dc \u05d4\u05e4\u05e0\u05d9\u05d4 \u05d5\u05de\u05d7\u05e7 \u05d4\u05d2\u05d1\u05dc\u05d5\u05ea \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05df", "41.enabled":!1,"41.title":"\u05e6\u05d5\u05de\u05ea A: \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05e4\u05d5\u05db\u05d4 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4","41.problem":"\u05d9\u05e9 \u05e4\u05e0\u05d9\u05d4 \u05d4\u05e4\u05d5\u05db\u05d4 \u05dc\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05e2\u05d4 \u05e9\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea A","41.solution":'\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9, \u05d0\u05e1\u05d5\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05e4\u05e0\u05d9\u05d5\u05ea \u05d1\u05e6\u05d5\u05de\u05ea A \u05d5\u05d0\u05d7\u05e8 \u05db\u05da \u05d4\u05e4\u05d5\u05da \u05d7\u05d6\u05e8\u05d4 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc"\u05d7\u05d3 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9 (A\u2192B)"', "42.enabled":!1,"42.title":"\u05e6\u05d5\u05de\u05ea B: \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05e4\u05d5\u05db\u05d4 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4","42.problem":"\u05d9\u05e9 \u05e4\u05e0\u05d9\u05d4 \u05d4\u05e4\u05d5\u05db\u05d4 \u05dc\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05e2\u05d4 \u05e9\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea B","42.solution":'\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9, \u05d0\u05e1\u05d5\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05e4\u05e0\u05d9\u05d5\u05ea \u05d1\u05e6\u05d5\u05de\u05ea B \u05d5\u05d0\u05d7\u05e8 \u05db\u05da \u05d4\u05e4\u05d5\u05da \u05d7\u05d6\u05e8\u05d4 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc"\u05d7\u05d3 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9 (B\u2192A)"', "43.title":"\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e2\u05e6\u05de\u05d9","43.problem":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05d9\u05d5\u05e6\u05e8 \u05e6\u05d5\u05de\u05ea \u05e2\u05dd \u05d4\u05de\u05e7\u05d8\u05e2 \u05e2\u05e6\u05de\u05d5","43.solution":"\u05e4\u05e6\u05dc \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05e9\u05dc\u05d5\u05e9\u05d4 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd","44.title":"\u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d1\u05d9\u05e6\u05d9\u05d0\u05d4","44.problem":"\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4 \u05dc\u05dc\u05d0 \u05d0\u05e3 \u05e4\u05e0\u05d9\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05de\u05e0\u05d5", "44.solution":"\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05e4\u05e0\u05d9\u05d4 \u05d0\u05d7\u05ea \u05d1\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d4\u05de\u05e7\u05d8\u05e2","45.title":"\u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d1\u05db\u05e0\u05d9\u05e1\u05d4","45.problem":"\u05d0\u05d9\u05df \u05d0\u05e3 \u05e4\u05e0\u05d9\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05de\u05e7\u05d8\u05e2 \u05d4\u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4", "45.solution":"\u05d1\u05d7\u05e8 \u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05d5\u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d4 \u05dc\u05de\u05e7\u05d8\u05e2 \u05d6\u05d4","46.title":"\u05e6\u05d5\u05de\u05ea A: \u05d0\u05d9\u05df \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d4\u05de\u05d5\u05d1\u05d9\u05dc \u05dc\u05e6\u05d5\u05de\u05ea \u05d6\u05d5 (\u05d0\u05d9\u05d8\u05d9)","46.problem":"\u05dc\u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d9\u05df \u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05e2\u05dd \u05e4\u05e0\u05d9\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d4\u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d0\u05dc\u05d9\u05d5 \u05d1\u05e6\u05d5\u05de\u05ea A", "46.solution":"\u05d1\u05d7\u05e8 \u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da, \u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d4 \u05d0\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea A","47.title":"\u05e6\u05d5\u05de\u05ea B: \u05d0\u05d9\u05df \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d4\u05de\u05d5\u05d1\u05d9\u05dc \u05dc\u05e6\u05d5\u05de\u05ea \u05d6\u05d5 (\u05d0\u05d9\u05d8\u05d9)","47.problem":"\u05dc\u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d9\u05df \u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05e2\u05dd \u05e4\u05e0\u05d9\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d4\u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d0\u05dc\u05d9\u05d5 \u05d1\u05e6\u05d5\u05de\u05ea B", "47.solution":"\u05d1\u05d7\u05e8 \u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da, \u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d4 \u05d0\u05dc \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea B","48.title":"\u05de\u05e7\u05d8\u05e2 \u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9 \u05d1\u05db\u05d9\u05db\u05e8","48.problem":"\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d1\u05db\u05d9\u05db\u05e8 \u05d4\u05d5\u05d0 \u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9", "48.solution":"\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05db\u05d9\u05db\u05e8","50.title":"\u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc\u05db\u05d9\u05db\u05e8 (\u05d0\u05d9\u05d8\u05d9)","50.problem":"\u05dc\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d1\u05db\u05d9\u05db\u05e8 \u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc\u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05d1\u05db\u05d9\u05db\u05e8", "50.solution":"\u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d4 \u05d1\u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05d0\u05d5 \u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05db\u05d9\u05db\u05e8","57.enabled":!0,"57.title":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05d1\u05de\u05d7\u05d1\u05e8 \u05e2\u05dd \u05e9\u05dd \u05e8\u05d7\u05d5\u05d1","57.problem":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05d1\u05de\u05d7\u05d1\u05e8 \u05e2\u05dd \u05e9\u05dd \u05e8\u05d7\u05d5\u05d1 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d4\u05e9\u05e4\u05d9\u05e2 \u05e2\u05dc \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9", "57.solution":"\u05d1\u05e9\u05d3\u05d4 '\u05e2\u05d9\u05e8' \u05d4\u05d3\u05dc\u05e7 \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea '\u05d0\u05d9\u05df' \u05d5\u05d0\u05d6 '\u05d4\u05d7\u05dc'","59.enabled":!0,"59.title":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05d1\u05db\u05d1\u05d9\u05e9 \u05de\u05d4\u05d9\u05e8","59.problem":"\u05e9\u05dd \u05e2\u05d9\u05e8 \u05d1\u05db\u05d1\u05d9\u05e9 \u05de\u05d4\u05d9\u05e8 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d8\u05e9\u05d8\u05e9 \u05d0\u05ea \u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05e2\u05d9\u05e8", "59.solution":"\u05d1\u05e9\u05d3\u05d4 '\u05e2\u05d9\u05e8' \u05d4\u05d3\u05dc\u05e7 \u05d0\u05ea \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea '\u05d0\u05d9\u05df' \u05d5\u05d0\u05d6 '\u05d4\u05d7\u05dc'","77.enabled":!1,"77.title":"\u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05dc\u05dc\u05d0 \u05de\u05d5\u05e6\u05d0","77.problem":"\u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4 \u05d1\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05dc\u05dc\u05d0 \u05de\u05d5\u05e6\u05d0", "77.solution":"\u05d0\u05dc \u05ea\u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4","78.title":"\u05e9\u05e0\u05d9 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d4\u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05de\u05e1\u05ea\u05d9\u05d9\u05de\u05d9\u05dd \u05d1\u05d0\u05d5\u05ea\u05df \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea (\u05d0\u05d9\u05d8\u05d9)","78.problem":"\u05e9\u05e0\u05d9 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d4\u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d1\u05e2\u05dc\u05d9 \u05d0\u05d5\u05ea\u05df \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05e7\u05e6\u05d4", "78.solution":"\u05e4\u05e6\u05dc \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05e9\u05e0\u05d9 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd. \u05d9\u05ea\u05db\u05df \u05d5\u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d0\u05d7\u05d3 \u05d4\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d0\u05dd \u05d4\u05dd \u05d6\u05d4\u05d9\u05dd","87.title":"\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05e8\u05d5\u05d1\u05d9\u05dd \u05d9\u05d5\u05e6\u05d0\u05d9\u05dd \u05de\u05e6\u05d5\u05de\u05ea A", "87.problem":"\u05dc\u05e6\u05d5\u05de\u05ea A \u05d1\u05db\u05d9\u05db\u05e8 \u05de\u05d7\u05d5\u05d1\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05de\u05de\u05e7\u05d8\u05e2 \u05d9\u05e6\u05d9\u05d0\u05d4 \u05d0\u05d7\u05d3","87.solution":"\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05db\u05d9\u05db\u05e8","90.enabled":!0,"90.title":"\u05db\u05d1\u05d9\u05e9 \u05de\u05d4\u05d9\u05e8 \u05d3\u05d5 \u05e1\u05d9\u05d8\u05e8\u05d9","90.problem":"\u05e8\u05d5\u05d1 \u05d4\u05db\u05d1\u05d9\u05e9\u05d9\u05dd \u05d4\u05de\u05d4\u05d9\u05e8\u05d9\u05dd \u05de\u05e4\u05d5\u05e6\u05dc\u05d9\u05dd \u05dc\u05e9\u05e0\u05d9 \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d7\u05d3 \u05e1\u05d9\u05d8\u05e8\u05d9\u05d9\u05dd \u05db\u05da \u05e9\u05d9\u05ea\u05db\u05df \u05e9\u05d9\u05e9 \u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05e7\u05d8\u05e2", "90.solution":"\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05e2\u05d4 \u05e9\u05dc \u05d4\u05db\u05d1\u05d9\u05e9 \u05d4\u05de\u05d4\u05d9\u05e8","91.title":"\u05de\u05d7\u05d1\u05e8 \u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9","91.problem":"\u05e8\u05d5\u05d1 \u05d4\u05de\u05d7\u05d1\u05e8\u05d9\u05dd \u05d4\u05dd \u05d7\u05d3 \u05e1\u05d9\u05d8\u05e8\u05d9\u05d9\u05dd, \u05db\u05da \u05e9\u05d9\u05ea\u05db\u05df \u05e9\u05d6\u05d5 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05e9\u05de\u05d7\u05d1\u05e8 \u05d6\u05d4 \u05de\u05d5\u05d2\u05d3\u05e8 \u05db\u05d3\u05d5-\u05e1\u05d9\u05d8\u05e8\u05d9", "91.solution":"\u05d1\u05d3\u05d5\u05e7 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9 \u05e0\u05e1\u05d9\u05e2\u05d4 \u05d1\u05de\u05d7\u05d1\u05e8","99.title":"\u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05db\u05d9\u05db\u05e8 (\u05d0\u05d9\u05d8\u05d9)","99.problem":"\u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05de\u05e7\u05d8\u05e2 \u05d4\u05e0\u05db\u05e0\u05e1 \u05dc\u05db\u05d9\u05db\u05e8", "99.solution":"\u05d0\u05dc \u05ea\u05d0\u05e4\u05e9\u05e8 \u05e4\u05e0\u05d9\u05d9\u05ea \u05e4\u05e8\u05e1\u05d4","101.title":'\u05db\u05d1\u05d9\u05e9 \u05e1\u05d2\u05d5\u05e8 (\u05d6\u05de\u05d9\u05df \u05e8\u05e7 \u05d1\u05d3\u05d5"\u05d7)',"101.problem":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05e1\u05d5\u05de\u05df \u05db\u05e1\u05d2\u05d5\u05e8","101.solution":"\u05d0\u05dd \u05d4\u05d1\u05e0\u05d9\u05d9\u05d4 \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4, \u05e9\u05d7\u05d6\u05e8 \u05d0\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05d5\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e1\u05d9\u05d5\u05de\u05ea", "102.title":"\u05e6\u05d5\u05de\u05ea A: \u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d1\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4 (\u05d0\u05d9\u05d8\u05d9)","102.problem":"\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4 \u05dc\u05dc\u05d0 \u05d0\u05e3 \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05e6\u05d5\u05de\u05ea A","102.solution":"\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05d9\u05e6\u05d9\u05d0\u05d4 \u05d0\u05d7\u05ea \u05de\u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea A", "103.title":"\u05e6\u05d5\u05de\u05ea B: \u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d1\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e9\u05dc \u05db\u05d1\u05d9\u05e9 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4 (\u05d0\u05d9\u05d8\u05d9)","103.problem":"\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05d1\u05e0\u05d4\u05d9\u05d2\u05d4 \u05dc\u05dc\u05d0 \u05d0\u05e3 \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea \u05d1\u05e6\u05d5\u05de\u05ea B","103.solution":"\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05d9\u05e6\u05d9\u05d0\u05d4 \u05d0\u05d7\u05ea \u05de\u05d4\u05de\u05e7\u05d8\u05e2 \u05d1\u05e6\u05d5\u05de\u05ea B", "104.title":"\u05de\u05e1\u05d9\u05dc\u05ea \u05e8\u05db\u05d1\u05ea \u05de\u05e9\u05de\u05e9\u05ea \u05db\u05d4\u05e2\u05e8\u05d4","104.problem":"\u05e0\u05e8\u05d0\u05d4 \u05e9\u05de\u05e7\u05d8\u05e2 \u05de\u05e1\u05d5\u05d2 \u05de\u05e1\u05d9\u05dc\u05ea \u05e8\u05db\u05d1\u05ea \u05de\u05e9\u05de\u05e9 \u05db\u05d4\u05e2\u05e8\u05d4","104.solution":"\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05de\u05e1\u05d9\u05dc\u05ea \u05e8\u05db\u05d1\u05ea \u05ea\u05d9\u05e8\u05d0\u05d4 \u05d1\u05de\u05e1\u05da \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05e7\u05e6\u05d4", "107.title":"\u05e6\u05d5\u05de\u05ea A: \u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 (\u05d0\u05d9\u05d8\u05d9)","107.problem":"\u05e6\u05d5\u05de\u05ea A \u05e9\u05dc \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05e0\u05de\u05e6\u05d0\u05ea \u05d1\u05de\u05e8\u05d7\u05e7 \u05e9\u05dc 5 \u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05de\u05e7\u05d8\u05e2 \u05d0\u05d7\u05e8 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05de\u05d7\u05d5\u05d1\u05e8", "107.solution":"\u05d7\u05d1\u05e8 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea A \u05dc\u05de\u05e7\u05d8\u05e2 \u05d4\u05e7\u05e8\u05d5\u05d1 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d0\u05d5 \u05d4\u05e8\u05d7\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05de\u05e2\u05d8","108.title":"\u05e6\u05d5\u05de\u05ea B: \u05d0\u05d9\u05df \u05d7\u05d9\u05d1\u05d5\u05e8 (\u05d0\u05d9\u05d8\u05d9)","108.problem":"\u05e6\u05d5\u05de\u05ea B \u05e9\u05dc \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05e0\u05de\u05e6\u05d0\u05ea \u05d1\u05de\u05e8\u05d7\u05e7 \u05e9\u05dc 5 \u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05de\u05e7\u05d8\u05e2 \u05d0\u05d7\u05e8 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05de\u05d7\u05d5\u05d1\u05e8", "108.solution":"\u05d7\u05d1\u05e8 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea B \u05dc\u05de\u05e7\u05d8\u05e2 \u05d4\u05e7\u05e8\u05d5\u05d1 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d0\u05d5 \u05d4\u05e8\u05d7\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05de\u05e2\u05d8","109.enabled":!1,"109.title":"\u05de\u05e7\u05d8\u05e2 \u05e7\u05e6\u05e8 \u05de\u05d3\u05d9","109.problem":"\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05dc\u05dc\u05d0 \u05e7\u05e6\u05d4 \u05d4\u05d5\u05d0 \u05e4\u05d7\u05d5\u05ea \u05de 2 \u05de\u05d8\u05e8. \u05d5\u05e7\u05e9\u05d4 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d6\u05d0\u05ea \u05d1\u05de\u05e4\u05d4", "109.solution":"\u05d4\u05d0\u05e8\u05da \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2, \u05de\u05d7\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d0\u05d5 \u05d7\u05d1\u05e8 \u05d0\u05d5\u05ea\u05d5 \u05dc\u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da","112.title":"\u05dc\u05e9\u05dd \u05d4\u05de\u05d7\u05d1\u05e8 \u05d9\u05e9 \u05d9\u05d5\u05ea\u05e8 \u05de ${n} \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea","112.problem":"\u05e9\u05dd \u05d4\u05de\u05d7\u05d1\u05e8 \u05d0\u05e8\u05d5\u05da \u05de\u05d3\u05d9","112.solution":"\u05e7\u05e6\u05e8 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05d7\u05d1\u05e8", "114.enabled":!1,"114.title":"\u05e6\u05d5\u05de\u05ea A: \u05de\u05e7\u05d8\u05e2 \u05d0\u05e1\u05d5\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05de\u05d7\u05d5\u05d1\u05e8 \u05dc\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 (\u05d0\u05d9\u05d8\u05d9)","114.problem":"\u05de\u05e7\u05d8\u05e2 \u05d0\u05e1\u05d5\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d9\u05d5\u05e6\u05e8 \u05e6\u05d5\u05de\u05ea \u05e2\u05dd \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea A", "114.solution":"\u05e0\u05ea\u05e7 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea A \u05de\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4","115.enabled":!1,"115.title":"\u05e6\u05d5\u05de\u05ea B: \u05de\u05e7\u05d8\u05e2 \u05d0\u05e1\u05d5\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05de\u05d7\u05d5\u05d1\u05e8 \u05dc\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 (\u05d0\u05d9\u05d8\u05d9)","115.problem":"\u05de\u05e7\u05d8\u05e2 \u05d0\u05e1\u05d5\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d9\u05d5\u05e6\u05e8 \u05e6\u05d5\u05de\u05ea \u05e2\u05dd \u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea B", "115.solution":"\u05e0\u05ea\u05e7 \u05d0\u05ea \u05e6\u05d5\u05de\u05ea B \u05de\u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05de\u05d5\u05ea\u05e8\u05d9\u05dd \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4","116.title":"\u05d2\u05d5\u05d1\u05d4 \u05dc\u05d0 \u05d1\u05d8\u05d5\u05d5\u05d7 \u05d4\u05de\u05d5\u05ea\u05e8","116.problem":"\u05d2\u05d5\u05d1\u05d4 \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc\u05d0 \u05d1\u05d8\u05d5\u05d5\u05d7 \u05d4\u05de\u05d5\u05ea\u05e8","116.solution":"\u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05d2\u05d5\u05d1\u05d4", "117.title":"\u05e1\u05d9\u05de\u05d5\u05df \u05e9\u05dc \u05e7\u05d1\u05d5\u05e2 \u05d9\u05e9\u05df ZN","117.problem":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05de\u05e1\u05d5\u05de\u05df \u05d1\u05e1\u05d9\u05de\u05d5\u05df \u05e9\u05dc \u05e7\u05d1\u05d5\u05e2 \u05e9\u05dc\u05d0 \u05d1\u05ea\u05d5\u05e7\u05e3: ZN","117.solution":"\u05e9\u05e0\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d1\u05d5\u05e2 ZN \u05dc: (\u05e1\u05d2\u05d5\u05e8)","118.title":"\u05e6\u05d5\u05de\u05ea A: \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d7\u05d5\u05e4\u05e4\u05d9\u05dd (\u05d0\u05d9\u05d8\u05d9)", "118.problem":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05d7\u05d5\u05e4\u05e3 \u05dc\u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05d1\u05e6\u05d5\u05de\u05ea A","118.solution":"\u05d4\u05d6\u05d6 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1 2\u00b0 \u05d0\u05d5 \u05de\u05d7\u05e7 \u05de\u05e4\u05e8\u05e7\u05d9\u05dd \u05d0\u05d5 \u05de\u05d7\u05e7 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05d4\u05db\u05e4\u05d5\u05dc \u05d1\u05e6\u05d5\u05de\u05ea A","119.title":"\u05e6\u05d5\u05de\u05ea B: \u05de\u05e7\u05d8\u05e2\u05d9\u05dd \u05d7\u05d5\u05e4\u05e4\u05d9\u05dd (\u05d0\u05d9\u05d8\u05d9)", "119.problem":"\u05d4\u05de\u05e7\u05d8\u05e2 \u05d7\u05d5\u05e4\u05e3 \u05dc\u05de\u05e7\u05d8\u05e2 \u05e1\u05de\u05d5\u05da \u05d1\u05e6\u05d5\u05de\u05ea B","119.solution":"\u05d4\u05d6\u05d6 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05d1 2\u00b0 \u05d0\u05d5 \u05de\u05d7\u05e7 \u05de\u05e4\u05e8\u05e7\u05d9\u05dd \u05d0\u05d5 \u05de\u05d7\u05e7 \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05d4\u05db\u05e4\u05d5\u05dc \u05d1\u05e6\u05d5\u05de\u05ea B","120.title":"\u05e6\u05d5\u05de\u05ea A: \u05e4\u05e0\u05d9\u05d9\u05d4 \u05d7\u05d3\u05d4 \u05de\u05d3\u05d9 (\u05d0\u05d9\u05d8\u05d9)", "120.problem":"\u05d1\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d9\u05e9 \u05e4\u05e0\u05d9\u05d9\u05d4 \u05de\u05d0\u05d3 \u05d7\u05d3\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea A","120.solution":"\u05d0\u05e1\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e0\u05d9\u05d9\u05d4 \u05d4\u05d7\u05d3\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea A \u05d0\u05d5 \u05e9\u05e0\u05d4 \u05d0\u05ea \u05d6\u05d5\u05d5\u05d9\u05ea \u05d4\u05e4\u05e0\u05d9\u05d4 \u05dc 30\u00b0","121.title":"\u05e6\u05d5\u05de\u05ea B: \u05e4\u05e0\u05d9\u05d9\u05d4 \u05d7\u05d3\u05d4 \u05de\u05d3\u05d9 (\u05d0\u05d9\u05d8\u05d9)", "121.problem":"\u05d1\u05de\u05e7\u05d8\u05e2 \u05de\u05d5\u05ea\u05e8 \u05dc\u05e0\u05d4\u05d9\u05d2\u05d4 \u05d9\u05e9 \u05e4\u05e0\u05d9\u05d9\u05d4 \u05de\u05d0\u05d3 \u05d7\u05d3\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea B","121.solution":"\u05d0\u05e1\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e0\u05d9\u05d9\u05d4 \u05d4\u05d7\u05d3\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea B \u05d0\u05d5 \u05e9\u05e0\u05d4 \u05d0\u05ea \u05d6\u05d5\u05d5\u05d9\u05ea \u05d4\u05e4\u05e0\u05d9\u05d4 \u05dc 30\u00b0","128.title":'\u05d1\u05d3\u05d9\u05e7\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05e2"\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 (\u05d9\u05e8\u05d5\u05e7)', "128.problem":'\u05d7\u05dc\u05e7 \u05de\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d4\u05de\u05e7\u05d8\u05e2 \u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05dc\u05d1\u05d9\u05d8\u05d5\u05d9 \u05e8\u05d2\u05d5\u05dc\u05e8\u05d9 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8 \u05e2"\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 (\u05e8\u05d0\u05d4 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea->\u05ea\u05d1\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea)',"128.solution":"\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 (\u05de\u05d9 \u05e9\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d1\u05d3\u05d9\u05e7\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d0\u05de\u05d5\u05e8 \u05dc\u05d3\u05e2\u05ea \u05db\u05d9\u05e6\u05d3 \u05dc\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4)", "129.title":'\u05d1\u05d3\u05d9\u05e7\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05e2"\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 (\u05db\u05d7\u05d5\u05dc)',"129.problem":'\u05d7\u05dc\u05e7 \u05de\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d4\u05de\u05e7\u05d8\u05e2 \u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05dc\u05d1\u05d9\u05d8\u05d5\u05d9 \u05e8\u05d2\u05d5\u05dc\u05e8\u05d9 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8 \u05e2"\u05d9 \u05d4\u05de\u05e9\u05ea\u05de\u05e9 (\u05e8\u05d0\u05d4 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea->\u05ea\u05d1\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea)', "129.solution":"\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 (\u05de\u05d9 \u05e9\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d1\u05d3\u05d9\u05e7\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d0\u05de\u05d5\u05e8 \u05dc\u05d3\u05e2\u05ea \u05db\u05d9\u05e6\u05d3 \u05dc\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4)","171.enabled":!1,"171.title":"\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1 \u05de\u05e7\u05d5\u05e6\u05e8 \u05d1\u05d0\u05d5\u05e4\u05df \u05e9\u05d2\u05d5\u05d9", "171.problem":"\u05d1\u05e9\u05dd \u05d4\u05e8\u05d7\u05d5\u05d1 \u05d9\u05e9 \u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05d2\u05d5\u05d9","171.solution":"\u05d1\u05d3\u05d5\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea / \u05d2\u05d3\u05d5\u05dc\u05d5\u05ea, \u05e8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05e0\u05d9 / \u05d0\u05d7\u05e8\u05d9 \u05d4\u05e7\u05d9\u05e6\u05d5\u05e8 \u05d5\u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05d8\u05d1\u05dc\u05ea \u05d4\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9\u05dd", "172.title":"\u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05de\u05d9\u05d5\u05ea\u05e8\u05d9\u05dd \u05d1\u05e9\u05dd \u05e9\u05dc \u05e8\u05d7\u05d5\u05d1","172.problem":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05db\u05e4\u05d5\u05dc/\u05dc\u05e4\u05e0\u05d9/\u05d0\u05d7\u05e8\u05d9 \u05e9\u05dd \u05e9\u05dc \u05e8\u05d7\u05d5\u05d1","172.solution":"\u05de\u05d7\u05e7 \u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05de\u05d9\u05d5\u05ea\u05e8\u05d9\u05dd \u05d1\u05e9\u05dd \u05e9\u05dc \u05d4\u05e8\u05d7\u05d5\u05d1", "173.enabled":!1,"173.title":"\u05d0\u05d9\u05df \u05e8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05e0\u05d9/\u05d0\u05d7\u05e8\u05d9 \u05e9\u05dd \u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05dc \u05e8\u05d7\u05d5\u05d1","173.problem":"\u05d7\u05e1\u05e8 \u05de\u05e8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05e0\u05d9 \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8 \u05d1\u05e9\u05dd \u05e9\u05dc \u05e8\u05d7\u05d5\u05d1","173.solution":"\u05d4\u05d5\u05e1\u05e3 \u05e8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05e0\u05d9/\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e7\u05d9\u05e6\u05d5\u05e8", "175.title":"\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1 \u05e8\u05d9\u05e7","175.problem":"\u05e9\u05dd \u05d4\u05e8\u05d7\u05d5\u05d1 \u05de\u05db\u05d9\u05dc \u05e8\u05e7 \u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d0\u05d5 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea","175.solution":"\u05d1\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d4\u05db\u05ea\u05d5\u05d1\u05ea, \u05e1\u05de\u05df \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea '\u05d0\u05d9\u05df' \u05dc\u05d9\u05d3 \u05e9\u05dd \u05d4\u05e8\u05d7\u05d5\u05d1, \u05dc\u05d7\u05e5 '\u05d4\u05d7\u05dc', \u05d0\u05d5 \u05ea\u05df \u05e9\u05dd \u05ea\u05e7\u05d9\u05df \u05dc\u05e8\u05d7\u05d5\u05d1", "190.enabled":!1,"190.title":"\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05d1\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea","190.problem":"\u05e9\u05dd \u05d4\u05e2\u05d9\u05e8 \u05de\u05ea\u05d7\u05d9\u05dc \u05d1\u05d0\u05d5\u05ea \u05e7\u05d8\u05e0\u05d4","190.solution":"\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05e9\u05dd \u05e2\u05d9\u05e8","192.title":"\u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05de\u05d9\u05d5\u05ea\u05e8\u05d9\u05dd \u05d1\u05e9\u05dd \u05e9\u05dc \u05e2\u05d9\u05e8", "192.problem":"\u05de\u05e8\u05d5\u05d5\u05d7 \u05db\u05e4\u05d5\u05dc/\u05dc\u05e4\u05e0\u05d9/\u05d0\u05d7\u05e8\u05d9 \u05e9\u05dd \u05e9\u05dc \u05e2\u05d9\u05e8","192.solution":"\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05e9\u05dd \u05e2\u05d9\u05e8","193.enabled":!1,"193.title":"\u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9/\u05d0\u05d7\u05e8\u05d9 \u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05dc \u05e9\u05dd \u05e2\u05d9\u05e8", "193.problem":"\u05de\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d0\u05e1\u05d5\u05e8\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8 \u05d1\u05e9\u05dd \u05e9\u05dc \u05e2\u05d9\u05e8","193.solution":"\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d8\u05d5\u05e4\u05e1 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05e9\u05dd \u05e2\u05d9\u05e8","200.enabled":!1,"200.title":"\u05e6\u05d5\u05de\u05ea A: \u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d0 \u05d0\u05d5\u05e9\u05e8\u05d4 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05de\u05e9\u05e0\u05d9", "200.problem":"\u05d1\u05de\u05e7\u05d8\u05e2 \u05d4\u05de\u05e9\u05e0\u05d9 \u05d9\u05e9 \u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d0 \u05d0\u05d5\u05e9\u05e8\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea A","200.solution":"\u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d9\u05d3\u05d4 \u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 \u05e1\u05d2\u05d5\u05dc \u05db\u05d3\u05d9 \u05dc\u05d0\u05e9\u05e8 \u05d0\u05d5\u05ea\u05d4. \u05d4\u05e2\u05e8\u05d4: \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc'\u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05e4\u05e0\u05d9\u05d4 \u05d6\u05d5", "201.title":"\u05e6\u05d5\u05de\u05ea A: \u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d0 \u05d0\u05d5\u05e9\u05e8\u05d4 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05e8\u05d0\u05e9\u05d9","201.problem":"\u05d1\u05de\u05e7\u05d8\u05e2 \u05d4\u05e8\u05d0\u05e9\u05d9 \u05d9\u05e9 \u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d0 \u05d0\u05d5\u05e9\u05e8\u05d4 \u05d1\u05e6\u05d5\u05de\u05ea A","201.solution":"\u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e4\u05e0\u05d9\u05d4 \u05e9\u05dc\u05d9\u05d3\u05d4 \u05e1\u05d9\u05de\u05df \u05e9\u05d0\u05dc\u05d4 \u05e1\u05d2\u05d5\u05dc \u05db\u05d3\u05d9 \u05dc\u05d0\u05e9\u05e8 \u05d0\u05d5\u05ea\u05d4. \u05d4\u05e2\u05e8\u05d4: \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e7\u05d8\u05e2 \u05dc'\u05d3\u05d5 \u05db\u05d9\u05d5\u05d5\u05e0\u05d9' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05e4\u05e0\u05d9\u05d4 \u05d6\u05d5"}, IE:{".codeISO":"IE",".country":"Ireland","70.enabled":!0,"70.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","71.enabled":!0,"71.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","72.enabled":!0,"72.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","160.enabled":!0,"160.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","160.params":{solutionEN:"Rename the street to 'Mxx' or 'Mxx N/S/W/E' or change the road type",regexp:"!/^M[0-9]+( [NSWE])?$/"}, "161.enabled":!0,"161.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","161.params":{solutionEN:"Rename the street to 'Nxx' or 'Nxx Local Name' or change the road type",regexp:"!/^N[0-9]+( .*)?$/"},"162.enabled":!0,"162.problemLink":"W:How_to_label_and_name_roads_(Ireland)#Road_Types","162.params":{solutionEN:"Rename the street to 'Rxxx' or 'Rxxx Local Name' or change the road type",regexp:"!/^R[0-9]+( .*)?$/"}},FR:{".codeISO":"FR",".country":["France","French Guiana","New Caledonia", "Reunion"],".author":"arbaot and ClementH44",".updated":"2014-03-27",".lng":"FR","err.regexp":"Erreur d'interpr\u00e9tation pour la v\u00e9rification #${n}:","props.disabled":"WME Validator est d\u00e9sactiv\u00e9","props.limit.title":"Trop de probl\u00e8mes signal\u00e9s","props.limit.problem":"Il y a trop de probl\u00e8mes signal\u00e9s, de sorte que certains d'entre eux pourraient ne pas \u00eatre affich\u00e9s","props.limit.solution":"D\u00e9s\u00e9lectionnez le segment et arr\u00eatez le scan. Ensuite, cliquez sur le bouton rouge \u00ab\u2718\u00bb (Effacer le rapport)", "props.reports":"Rapports","props.noneditable":"Vous ne pouvez \u00e9diter ce segment","report.list.andUp":"et jusqu'\u00e0","report.list.severity":"Gravit\u00e9 :","report.list.reportOnly":"seulement dans le rapport","report.list.forEditors":"Pour le niveau d'\u00e9dition :","report.list.forCountries":"Pour les pays :","report.list.forStates":"Pour les \u00e9tats :","report.list.forCities":"Pour les villes :","report.list.params":"Param\u00e8tres \u00e0 configurer dans le pack de localisation :", "report.list.enabled":"${n} v\u00e9rifications sont activ\u00e9s pour","report.list.disabled":"${n} v\u00e9rifications sont d\u00e9sactiv\u00e9s pour","report.list.total":"Il y a ${n} points de cont\u00f4les activ\u00e9s","report.list.title":"Liste compl\u00e8te des v\u00e9rifications pour","report.list.see":"Voir","report.list.checks":"Param\u00e8tres->\u00c0 propos->Les v\u00e9rifications","report.list.fallback":"R\u00e8gles de regroupement g\u00e9ographique :","report.and":"et","report.segments":"Nombre total de segments v\u00e9rifi\u00e9s :", "report.customs":"Les v\u00e9rifications personnalis\u00e9s adapt\u00e9s (vert/bleu):","report.reported":"Signalement","report.errors":"d'erreurs","report.warnings":"d'avertissements","report.notes":"de remarques","report.contents":"Contenus :","report.summary":"R\u00e9capitulatif","report.title":"Rapport de WME Validator","report.share":"\u00e0 partager","report.generated.by":"g\u00e9n\u00e9r\u00e9 par","report.generated.on":"le","report.source":"Source du rapport :","report.filter.duplicate":"les segments doublons", "report.filter.streets":"Rue et Routes de service","report.filter.other":"Autres","report.filter.noneditable":"segments non modifiables","report.filter.notes":"notes","report.filter.title":"Filtre :","report.filter.excluded":"sont exclues de ce rapport.","report.search.updated.by":"mis \u00e0 jour par","report.search.updated.since":"mis \u00e0 jour depuis","report.search.city":"\u00e0 partir de","report.search.reported":"signal\u00e9 comme","report.search.title":"Rechercher:","report.search.only":"seulement les segments", "report.search.included":"sont inclus dans le rapport.","report.beta.warning":"avertissement WME Beta !","report.beta.text":"Ce rapport est g\u00e9n\u00e9r\u00e9 pour WME beta avec des permaliens en beta.","report.beta.share":"Ne pas partager ces permaliens !","report.size.warning":"<b>Avertissement !</b><br>Le rapport est trop long de ${n} charact\u00e8res de sorte qu'<b>il ne passe pas</b> dans un seul forum ou message priv\u00e9.\n<br>Ajoutez <b>des filtres</b> pour r\u00e9duire la taille du rapport.", "report.note.limit":"* Remarque: il y avait trop de probl\u00e8mes signal\u00e9s, de sorte que certains d'entre eux ne sont pas pris en compte dans le r\u00e9capitulatif.","report.forum":"Pour soutenir le d\u00e9veloppement, merci de laisser un commentaire sur","report.thanks":"Merci d'utiliser WME Validator !","msg.limit.segments":"Il y a trop de segments.\n\nCliquez sur 'Le rapport' pour examiner le rapport, ensuite\n","msg.limit.segments.continue":"cliquez sur '\u25b6' pour continuer.","msg.pan.text":"D\u00e9placez-vous sur pour valider la carte", "msg.zoomout.text":"Effectuer un zoom arri\u00e8re pour d\u00e9marrer WME Validator","msg.click.text":"Cliquez sur '\u25b6' pour valider la zone visible de la carte","msg.autopaused":"Pause automatique","msg.autopaused.text":"Pause automatique ! Cliquez sur '\u25b6' pour continuer.","msg.autopaused.tip":"WME Validator est automatiquement suspendu si la carte est d\u00e9plac\u00e9e ou si la taille de la fen\u00eatre change","msg.finished.text":"Cliquez sur <b>'Le rapport'</b> pour examiner les probl\u00e8mes de carte", "msg.finished.tip":"Cliquez sur '\u2709' (Partager) pour poster un rapport sur un\nforum ou par message priv\u00e9","msg.noissues.text":"Termin\u00e9 ! Aucun probl\u00e8me trouv\u00e9 !","msg.noissues.tip":"Essayez de d\u00e9sactiver quelques filtres ou d\u00e9marrez WME Validator sur une autre zone de la carte !","msg.scanning.text":"Scan en cours ! Termin\u00e9 dans ~ ${n} min","msg.scanning.text.soon":"Scan en cours ! Termin\u00e9 dans une minute !","msg.scanning.tip":"Cliquez sur 'Pause' pour suspendre ou '\u25a0' pour stopper", "msg.starting.text":"Lancement ! Les calques ne peuvent scanner plus vite !","msg.starting.tip":"Utilisez le bouton 'Pause' pour suspendre ou le bouton '\u25a0' pour stopper","msg.paused.text":"En pause ! Cliquez sur '\u25b6' pour continuer.","msg.paused.tip":"Pour voirla raport, cliquez sur 'Le rapport' (si disponible)","msg.continuing.text":"En cours !","msg.continuing.tip":"WME Validator continuera \u00e0 l'endroit o\u00f9 il a \u00e9t\u00e9 suspendu","msg.settings.text":"Cliquez sur <b>'Retour'</b> pour retourner sur la vue principale", "msg.settings.tip":"Cliquez sur 'Par d\u00e9faut' pour r\u00e9initialiser tous les r\u00e9glages en un clic !","msg.reset.text":"Toutes les options de filtrage et les param\u00e8tres ont \u00e9t\u00e9 remis \u00e0 leurs valeurs par d\u00e9faut","msg.reset.tip":"Cliquez sur 'Retour' pour retourner sur la vue principale","msg.textarea.pack":"Merci de copier le texte ci-dessous et de le coller dans un nouveau fichier <b>.user.js</b>","msg.textarea":"Merci de copier le texte ci-dessous et de le coller dans votre forum pour par message priv\u00e9", "noaccess.text":"<b>D\u00e9sol\u00e9,</b><br>Vous ne pouvez utiliser WME Validator ici.<br>Merci de visiter (en anglais) <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>ce forum</a><br>pour plus d'informations.","noaccess.tip":"Merci de visiter le forum du programme pour plus d'informations !","tab.switch.tip.on":"Cliquez pour activer la surbrillance","tab.switch.tip.off":"Cliquez pour d\u00e9sactiver la surbrillance","tab.filter.text":"filtre","tab.filter.tip":"Options pour filtrer le rapport et les segments \u00e0 mettre en \u00e9vidence", "tab.search.text":"cherche","tab.search.tip":"Options avanc\u00e9es de filtrage pour inclure uniquement des segments sp\u00e9cifiques","tab.help.text":"aide","tab.help.tip":"Besoins d'aide ?","filter.noneditables.text":"Exclure les segments <b>non modifiables</b>","filter.noneditables.tip":"Ne pas \u00e9xaminer les segments verrouill\u00e9s ou en dehors de vos zones modifiables","filter.duplicates.text":"Exclure les segments <b>doublons</b>","filter.duplicates.tip":"Ne pas \u00e9xaminer le m\u00eame segment dans diff\u00e9rentes\nparties du rapport\n* Remarque: cette option n'affecte pas la surbrillance", "filter.streets.text":"Exclure les <b>Rues et Routes de service</b>","filter.streets.tip":"Ne pas \u00e9xaminer les rues et routes/chemins de service","filter.other.text":"Exclure les <b>autres rues carrossables</b>","filter.other.tip":"Ne pas \u00e9xaminer les chemins de terres, les parkings, les routes priv\u00e9es\net les segments non carrossables","filter.notes.text":"Exclure les <b>remarques</b>","filter.notes.tip":"Rapporte uniquement les avertissements et les erreurs","search.youredits.text":"Inclure <b>uniquement vos modifications</b>", "search.youredits.tip":"Inclure uniquement les segments modifi\u00e9s par vous","search.updatedby.text":"<b>Mis \u00e0 jour par:</b>","search.updatedby.tip":"Inclure uniquement les segments mis \u00e0 jour par un \u00e9diteur d\u00e9termin\u00e9\nCe champ prend en charge:\n - les listes: me, otherEditor\n - les m\u00e9tacaract\u00e8res: world*\n - la n\u00e9gation: !me, *\n* Remarque: vous pouvez utiliser 'me' pour vous d\u00e9signer","search.updatedby.example":"Example: me","search.updatedsince.text":"<b>Mis \u00e0 jour depuis:</b>", "search.updatedsince.tip":"Inclure uniquement les segments modifi\u00e9s depuis la date sp\u00e9cifi\u00e9e\nFormat de date Firefox: AAAA-MM-JJ","search.updatedsince.example":"AAAA-MM-JJ","search.city.text":"<b>Nom de Ville:</b>","search.city.tip":"Inclure uniquement les segments d'une ville sp\u00e9cifi\u00e9e\nCe champ prend en charge:\n - les listes: Paris, Meudon\n - les m\u00e9tacaract\u00e8res (wildcards): Greater * Area\n - la n\u00e9gaction: !Paris, *","search.city.example":"Example: !Paris, *", "search.checks.text":"<b>Signal\u00e9 comme:</b>","search.checks.tip":"Inclure uniquement les segments \nCe champ correspond:\n - aux gravit\u00e9s: erreur\n - aux noms: Nouvelle route\n - aux identifiants (IDs): 40\nCe champ prend en charge:\n - les listes: 36, 37\n - les m\u00e9tacaract\u00e8res (wildcards): *roundabout*\n - la n\u00e9gation: !unconfirmed*, *","search.checks.example":"Example: reverse*","help.text":"<b>Rubriques d'aide (en anglais):</b><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=666476#p666476'>F.A.Q.</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>Posez votre question sur le forum</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488&p=661300#p661185'>Comment ajuster Validator \u00e0 votre pays</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?f=819&t=76488&p=663286#p663286'>\u00c0 propos de 'Might be Incorrect City Name'</a>", "help.tip":"S'ouvre dans un nouvel onglet du navigateur","button.scan.tip":"Commencer \u00e0 scanner la zone actuelle de la carte\n* Remarque: cela peut prendre quelques minutes","button.scan.tip.NA":"D\u00e9zoomez pour commencer \u00e0 scanner la zone actuelle de la carte","button.pause.tip":"Scan en pause","button.continue.tip":"Continuer \u00e0 scanner la zone de la carte","button.stop.tip":"Arr\u00eater le scan et retourner \u00e0 la position de d\u00e9part","button.clear.tip":"Effacer la m\u00e9moire cache des rapports et segments", "button.clear.tip.red":"Il y a trop de segments signal\u00e9s:\n 1. Cliquez sur 'Le rapport' pour g\u00e9n\u00e9rer le rapport.\n 2. Cliquez sur ce bouton pour effacer le rapport et recommencer.","button.report.text":"Le rapport","button.report.tip":"Appliquer le filtre et g\u00e9n\u00e9rer un rapport HTML dans un nouvel onglet.","button.BBreport.tip":"Partagez le rapport sur le forum Waze ou dans un message priv\u00e9.","button.settings.tip":"Configurer les param\u00e8tres","tab.custom.text":"perso", "tab.custom.tip":"Param\u00e8tres de v\u00e9rification personnalis\u00e9s d\u00e9finis par l'utilisateur","tab.settings.text":"Params","tab.scanner.text":"scan","tab.scanner.tip":"Param\u00e8tres du scan de la carte","tab.about.text":"\u00e0 propos</span>","tab.about.tip":"\u00c0 propos de WME Validator","scanner.sounds.text":"Activer les sons","scanner.sounds.tip":"Joue un 'bip' pendant le scan","scanner.sounds.NA":"Votre navigateur ne supporte pas AudioContext","scanner.highlight.text":"Mettre en surbrillance sur la carte", "scanner.highlight.tip":"Mettre en surbrillance les probl\u00e8mes rep\u00e9r\u00e9s sur la carte","scanner.slow.text":"Activer le mode 'lent'","scanner.slow.tip":"Permet un scan plus pouss\u00e9 et pr\u00e9cis de la carte\n* Remarque: cette option peut ralentir le processus de scan","scanner.ext.text":"Signaler des surbrillances externes","scanner.ext.tip":"Signaler des segments mis en \u00e9vidence par WME Toolbox ou WME Color Highlights","custom.template.text":"Mod\u00e8le perso","custom.template.tip":"Mod\u00e8le de contr\u00f4le personnalis\u00e9 d\u00e9finis par l'utilisateur.\n\nVous pouvez utiliser les variables suivantes:\n${country}, ${state}, ${city}, ${street},\n${altCity[index or delimeter]} Example: ${altCity[0]},\n${altStreet[index or delimeter]} Example: ${altStreet[##]},\n${type}, ${typeRank}, ${toll}, ${direction}, ${elevation}, ${lock},\n${length}, ${ID}, ${roundabout}, ${hasHNs},\n${drivable}, ${softTurns}, ${Uturn}, ${deadEnd},\n${segmentsA}, ${inA}, ${outB}, ${UturnA},\n${segmentsB}, ${inB}, ${outB}, ${UturnB}", "custom.template.example":"Example: ${street}","custom.regexp.text":"<a target='_blank' href='https://developer.mozilla.org/docs/JavaScript/Guide/Regular_Expressions'>RegExp</a> perso","custom.regexp.tip":"Mod\u00e8le de contr\u00f4le personnalis\u00e9 d\u00e9finis par l'utilisateur (en utilisant le Regular Expressions).\n\nInsensible \u00e0 la casse: /regexp/i\nNegation (ne fonctionne pas): !/regexp/\nInformation en mode debug des log sur la console: D/regexp/","custom.regexp.example":"Example: !/.+/", "about.tip":"Ouvre le lien dans un nouvel onglet","button.reset.text":"Par d\u00e9faut","button.reset.tip":"R\u00e9tablir les options de filtrage et les param\u00e8tres par d\u00e9faut","button.list.text":"Les v\u00e9rifications...","button.list.tip":"Montre une liste des v\u00e9rifications possibles dans WME Validator","button.wizard.tip":"Cr\u00e9er un pack g\u00e9ographique","button.back.text":"Ret.","button.back.tip":"Fermer les param\u00e8tres et revenir \u00e0 l'ecran principal","1.solutionLink":"W:Tout_sur_les_ronds-points", "1.title":"WME Toolbox: Rond-point pouvant causer des probl\u00e8mes","1.problem":"Les ID des segments du rond-point ne sont pas cons\u00e9cutif","1.solution":"Refaire le rond-point","2.title":"WME Toolbox: Simple segment (une voie)","2.problem":"Ce segments a des n\u0153uds de g\u00e9om\u00e9trie inutile","2.solution":"Simplifier le trac\u00e9 du segment s\u00e9lectionn\u00e9 en survolant les n\u0153uds en trop en appuyant sur le 'd' du clavier","3.title":"WME Toolbox: Verrouillage de niveau 2", "3.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","4.title":"WME Toolbox: Verrouillage de niveau 3","4.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","5.title":"WME Toolbox: Verrouillage de niveau 4","5.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","6.title":"WME Toolbox: Verrouillage de niveau 5","6.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","7.title":"WME Toolbox: Verrouillage de niveau 6","7.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me", "8.title":"WME Toolbox: Num\u00e9ros de maison","8.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","9.title":"WME Toolbox: Segment avec une restriction programm\u00e9e","9.problem":"Segment surlign\u00e9 par WME Toolbox. Pas un probl\u00e8me","13.title":"WME Color Highlights: Verrouillage de l'\u00e9diteur","13.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","14.title":"WME Color Highlights: P\u00e9age / Route \u00e0 sens unique","14.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me", "15.title":"WME Color Highlights: R\u00e9cemment modifi\u00e9","15.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","16.title":"WME Color Highlights: Rang de la route","16.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","17.title":"WME Color Highlights: Pas de ville","17.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","18.title":"WME Color Highlights: Restriction programm\u00e9e / Type de route mis en \u00e9vidence", "18.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","19.title":"WME Color Highlights: Pas de nom","19.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","20.title":"WME Color Highlights: Filtrer par ville","20.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","21.title":"WME Color Highlights: Filtrer par ville (ville alt.)","21.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me", "22.title":"WME Color Highlights: Filtrer par \u00e9diteur","22.problem":"Segment surlign\u00e9 par WME Color Highlights. Pas un probl\u00e8me","23.problemLink":"W:Nommage_France#R.C3.A8gles_de_nommage","23.solutionLink":"W:Nommage_France","23.title":"Route non confirm\u00e9e","23.problem":"Cr\u00e9ation de segment incompl\u00e8te ville et nom de rue non renseign\u00e9","23.solution":"Terminer la cr\u00e9ation en compl\u00e9tant les propri\u00e9t\u00e9s","24.problemLink":"W:Comment_nommer_les_routes_et_les_villes#Nommage_des_villes_et_villages", "24.solutionLink":"F:t=29403","24.title":"Nom de ville peut-\u00eatre erron\u00e9 (uniquement disponible dans le rapport)","24.problem":"Le nom de la ville est peut-\u00eatre incorrecte","24.solution":"Comparer le nom avec celui propos\u00e9 et \u00e9ventuellement signaler le probl\u00e8me sur le forum","25.title":"Direction inconnue de la route carrossable","25.problem":"Un sens de circulation 'Inconnu' n'emp\u00eachera Waze de faire emprunter le segment","25.solution":"R\u00e9gler le sens de circulation du segment", "27.enabled":!0,"27.title":"Nom de ville sur une voie ferr\u00e9e","27.problem":"Un nom de ville sur les segment voie ferr\u00e9 provoque des incoh\u00e9rence des polygones Ville","27.solution":"R\u00e9gler le nom de ville \u00e0 'Sans' ou signaler le probl\u00e8me sur le Forum ","28.problemLink":"W:Guide_des_intersections#Noms_3","28.title":"Nom de rue sur une rampe","28.problem":"Une rampe sans nom 'h\u00e9rite' du nom du segment suivant","28.solution":"R\u00e9gler le nom du segment \u00e0 'Sans'", "29.problemLink":"W:Tout_sur_les_ronds-points#A_retenir","29.solutionLink":"W:Tout_sur_les_ronds-points","29.title":"Nom de rue sur rond-point","29.problem":"Dans Waze pas de nom de rue sur les rond-point","29.solution":"R\u00e9gler le nom des segment du RP \u00e0 'Sans' et cr\u00e9er un POI Jonction/ \u00e9changeur avec le nom du RP","34.title":"Nom de rue alternatif vide","34.problem":"Le nom de rue alternatif vide","34.solution":"Supprimer le nom alternatif","35.title":"Route carrossable non termin\u00e9", "35.problem":"Waze ne propose pas de guidage vers/dans les segment non termin\u00e9s","35.solution":"D\u00e9placer l\u00e9g\u00e8rement l'extr\u00e9mit\u00e9 libre du segment pour afin que le n\u0153uds de terminaison soit ajout\u00e9","36.title":"Noeud A: inutil (mode lent)","36.problem":"Les segments de part et d'autres du n\u0153ud A ont les m\u00eames propri\u00e9t\u00e9s","36.solution":"S\u00e9lectionner le n\u0153ud A et appuyer sur Suppr pour fusionner les 2 segments","37.title":"Noeud B: inutil (mode lent)", "37.problem":"Les segments de part et d'autres du n\u0153ud B ont les m\u00eames propri\u00e9t\u00e9s","37.solution":"S\u00e9lectionner le n\u0153ud B et appuyer sur Suppr pour fusionner les 2 segments","38.problemLink":"W:Les_fermetures_programm\u00e9es#Segments","38.title":"Fermetures programm\u00e9es p\u00e9rim\u00e9es (mode lent)","38.problem":"Il y a des fermetures programm\u00e9es p\u00e9rim\u00e9es sur ce segment","38.solution":"Cliquer 'Modifier les restrictions' et supprimer les restrictions p\u00e9rim\u00e9es", "39.problemLink":"W:Les_fermetures_programm\u00e9es#Restriction_de_tourner","39.title":"Restrictions de tourner p\u00e9rim\u00e9s (mode lent)","39.problem":"Il y a des restrictions de tourner p\u00e9rim\u00e9es sur ce n\u0153ud de jonction","39.solution":"Cliquer l'ic\u00f4ne horloge accol\u00e9e \u00e0 la fl\u00e8che jaune et supprimer les restrictions p\u00e9rim\u00e9es","41.title":"Noeud A: Autorisation en sens interdit","41.problem":"Au n\u0153ud A il y a une autorisation de tourner qui va \u00e0 l'encontre du sens unique", "41.solution":"Passer le segment \u00e0 double sens, corriger la fl\u00e8che au n\u0153ud A puis repasser en sens unique","42.title":"Noeud B: Autorisation en sens interdit","42.problem":"Au n\u0153ud B il y a une autorisation de tourner qui va \u00e0 l'encontre du sens unique","42.solution":"Passer le segment \u00e0 double sens, corriger la fl\u00e8che au n\u0153ud B puis repasser en sens unique","43.title":"Connect\u00e9 \u00e0 lui-m\u00eame","43.problem":"Le segment est connect\u00e9 \u00e0 lui m\u00eame", "43.solution":"Couper le segment en deux","44.title":"Pas ne connexion sortante","44.problem":"Le segment carrossable n'a pas de connexion sortante","44.solution":"Activer au moins une connexion sortante = une fl\u00e8che verte","45.title":"Pas de connexion entrante","45.problem":"Le segment carrossable (non priv\u00e9) n'a pas de connexion entrante","45.solution":"S\u00e9lectionner un segment adjacent et autoriser au moins un acc\u00e8s (fl\u00e8che rouge \u2192 verte)","46.title":"Noeud A: Pas de connexion entrante pour le segment (mode lent)", "46.problem":"Le segment carrossable (non priv\u00e9) n'a pas de connexion entrante au n\u0153ud A","46.solution":"S\u00e9lectionner un segment adjacent et autoriser au moins un acc\u00e8s (fl\u00e8che rouge \u2192 verte) au n\u0153ud A","47.title":"Noeud B: Pas de connexion entrante pour le segment (mode lent)","47.problem":"Le segment carrossable (non priv\u00e9) n'a pas de connexion entrante au n\u0153ud B","47.solution":"S\u00e9lectionner un segment adjacent et autoriser au moins un acc\u00e8s (fl\u00e8che rouge \u2192 verte) au n\u0153ud B", "48.solutionLink":"W:Tout_sur_les_ronds-points#Remplacer_.2F_Editer_un_rond-point","48.title":"Segment de rond-point \u00e0 double sens","48.problem":"Segment de rond-point \u00e0 double sens de circulation","48.solution":"Refaire le rond-point","50.solutionLink":"W:Tout_sur_les_ronds-points#A_retenir","50.title":"Pas de connectivit\u00e9 sur le rond-point (mode lent)","50.problem":"Le segment du rond-point n'a pas de connectivit\u00e9 avec le segment adjacent","50.solution":"Autoriser un virage vers le segment adjacent = Corriger la fl\u00e8che rouge", "57.enabled":!0,"57.title":"Nom de ville sur une rampe","57.problem":"Un Nom de ville sur une rampe peu affecter la recherche dans Waze","57.solution":"Cocher la case 'Sans' pour ville","59.enabled":!0,"59.title":"Nom de ville sur Freeway","59.problem":"Un nom de ville sur les segment Freeway provoque des incoh\u00e9rence des polygones Ville","59.solution":"R\u00e9gler le nom de ville \u00e0 'Sans' ou signaler le probl\u00e8me sur le Forum","74.problemLink":"W:Tout_sur_les_ronds-points#A_retenir", "74.solutionLink":"W:Tout_sur_les_ronds-points#Remplacer_.2F_Editer_un_rond-point","74.title":"Noeud A: Plusieurs segments connect\u00e9s","74.problem":"La jonction A du rond-point est connect\u00e9e \u00e0 plusieurs segments","74.solution":"Refaire le rond-point","77.title":"Demi-tour autoris\u00e9","77.problem":"L'impasse carrossable \u00e0 un demi-tour autoris\u00e9 \u00e0 son extr\u00e9mit\u00e9","77.solution":"\u00c9ventuellement Interdire le demi-tour","78.title":"M\u00eames extr\u00e9mit\u00e9s des segments carrossables (mode lent)", "78.problem":"Deux segments carrossables partagent les deux m\u00eames extr\u00e9mit\u00e9s","78.solution":"Diviser le segment. Vous pouvez \u00e9galement supprimer l'un des segments si ils sont identiques","79.title":"Demi-tour trop court (mode lent)","79.problem":"Le segment fait moins de 15m si n\u00e9cessaire Waze ne proposera pas de demi-tour","79.solution":"Agrandisseur le segment \u00e0 15m mini (si le demi-tour est autoris\u00e9)","87.problemLink":"W:Tout_sur_les_ronds-points#A_retenir","87.solutionLink":"W:Tout_sur_les_ronds-points#Remplacer_.2F_Editer_un_rond-point", "87.title":"Noeud A: Plusieurs sorties au rond-point","87.problem":"La jonction A du rond-point est connect\u00e9e \u00e0 plusieurs segments sortant","87.solution":"Refaire le rond-point","99.title":"Demi-tour \u00e0 l'entr\u00e9e du rond-point (mode lent)","99.problem":"Le segment d'entr\u00e9e du rond-point \u00e0 un demi-tour autoris\u00e9","99.solution":"D\u00e9sactiver le demi-tour","101.title":"Route ferm\u00e9e (seulement disponible dans le rapport)","101.problem":"Le segment est marqu\u00e9 comme \u00e9tant ferm\u00e9", "101.solution":"Si la construction est termin\u00e9e, restaurez la connectivit\u00e9 du segment et supprimez le suffixe","101.params":{regexp:"/(^|\\b)travaux(\\b|$)/i"},"102.title":"Noeud A: Pas de connexion sortante (mode lent)","102.problem":"Le segment carrossable n'a pas de connexion sortante au n\u0153ud A","102.solution":"Activer au moins une connexion sortante = une fl\u00e8che verte au n\u0153ud A","103.title":"Noeud B: Pas de connexion sortante (mode lent)","103.problem":"Le segment carrossable n'a pas de connexion sortante au n\u0153ud B", "103.solution":"Activer au moins une connexion sortante = une fl\u00e8che verte au n\u0153ud B","104.title":"Voie ferr\u00e9 utilis\u00e9e pour des commentaires","104.problem":"Le segment de voie ferr\u00e9 est probablement utilis\u00e9 pour mettre un commentaire","104.solution":"Supprimez le commentaire car les voies ferr\u00e9e sont affich\u00e9es pour le client","107.title":"Noeud A: Pas de connexion (mode lent)","107.problem":"Le noeud A du segment carrossable est \u00e0 moins de 5m d'un autre secteur carrossable mais n'y est pas connect\u00e9", "107.solution":"Connectez le noeud A \u00e0 un segment \u00e0 proximit\u00e9 ou le d\u00e9placer un peu plus loin","108.title":"Noeud B: pas de connexion (mode lent)","108.problem":"Le noeud B du segment carrossable est \u00e0 moins de 5m d'un autre secteur carrossable mais n'y est pas connect\u00e9","108.solution":"Connectez le noeud B \u00e0 un segment \u00e0 proximit\u00e9 ou le d\u00e9placer un peu plus loin","109.title":"Segment trop court","109.problem":"Le segment carrossables non-terminal est de moins de 2m de long, il est difficile de le voir sur la carte", "109.solution":"Augmentez sa taille, supprimez le ou connectez le \u00e0 un segment adjacent","112.title":"Plus de ${n} lettres en trop pour le nom de la rampe","112.problem":"Le nom de la rampe est trop long","112.solution":"Renommez de fa\u00e7on plus courte le nom de la rampe","114.title":"Noeud A: non carrossable connect\u00e9 \u00e0 un carrossable (mode lent)","114.problem":"Le segment non carrossable a une jonction avec un segment carrossable au noeud A","114.solution":"D\u00e9connectez le noeud A de tous les segments carrossables", "115.title":"Noeud B: non carrossable connect\u00e9 \u00e0 un carrossable (mode lent)","115.problem":"Le segment non carrossable a une jonction avec un segment carrossable au noeud B","115.solution":"D\u00e9connectez le noeud B de tous les segments carrossables","116.title":"\u00c9l\u00e9vation hors de port\u00e9e","116.problem":"L'\u00e9l\u00e9vation est en dehors des limites habituelle","116.solution":"Corrigez l'\u00e9l\u00e9vation","117.title":"Obsolete CONST ZN marker","117.problem":"The segment is marked with obsolete CONST ZN suffix", "117.solution":"Change CONST ZN to (closed)","118.title":"Noeud A: Chevauchement des segments (mode lent)","118.problem":"Le segment se chevauche avec le segment adjacent au noeud A","118.solution":"Divisez les segments \u00e0 2\u00b0 ou supprimez le point de la g\u00e9om\u00e9trie inutile ou supprimez le segment double au noeud A","119.title":"Noeud B: Chevauchement des segments (mode lent)","119.problem":"Le segment se chevauche avec le segment adjacent au noeud B","119.solution":"Divisez les segments \u00e0 2\u00b0 ou supprimez le point de la g\u00e9om\u00e9trie inutile ou supprimez le segment double au noeud B", "120.title":"Noeud A: Virage trop fort (mode lent)","120.problem":"Le segment carrossable a un virage tr\u00e8s fort au noeud A","120.solution":"D\u00e9sactiver le virage au noeud A ou \u00e9carter les segments \u00e0 30\u00b0","121.title":"Noeud B: Virage trop fort (mode lent)","121.problem":"Le segment carrossable a un virage tr\u00e8s fort au noeud B","121.solution":"D\u00e9sactiver le virage au noeud A ou \u00e9carter les segments \u00e0 30\u00b0","128.title":"V\u00e9rification personnalis\u00e9e d\u00e9finie par l'utilisateur (vert)", "128.problem":"Certaines des propri\u00e9t\u00e9s du segment sont \u00e0 l'encontre de la Regular Expression d\u00e9finie par l'utilisateur (voir Param\u00e8tres\u2192Personnaliser)","128.solution":"R\u00e9soudre le probl\u00e8me","129.title":"V\u00e9rification personnalis\u00e9e d\u00e9finie par l'utilisateur (bleu)","129.problem":"Certaines des propri\u00e9t\u00e9s du segment sont \u00e0 l'encontre de la Regular Expression d\u00e9finie par l'utilisateur (voir Param\u00e8tres\u2192Personnaliser)", "129.solution":"R\u00e9soudre le probl\u00e8me","163.enabled":!0,"163.title":"'Vers' dans le nom de la rue","163.problem":"Nom de rue contenant 'vers'","163.solution":"Renommer le segment selon les r\u00e8gles du wiki ou signaler sur le forum","163.solutionLink":"W:Nommage_France#Nommage_des_entr.C3.A9es.2C_sorties_et_des_embranchements_d.27autoroutes","163.params":{titleEN:"'Vers' in Ramp name",problemEN:"The Ramp name contains word 'vers'",solutionEN:"Rename the Ramp in accordance with the guidelines", regexp:"/(^|\\b)vers\\b/i"},"170.enabled":!0,"170.solutionLink":"W:Nommage_France#R.C3.A8gles_de_nommage","170.title":"Majuscule dans le nom de rue","170.problem":"Le nom de la rue commence par une miniscule","170.solution":"Passer la premi\u00e8re lettre en majuscule","171.enabled":!0,"171.title":"Abr\u00e9viation dans le nom de rue","171.problem":"Abr\u00e9viation ind\u00e9sirable dans le nom de rue","171.solution":"\u00c9crire le mot abr\u00e9ger en toute lettre","171.params":{regexp:"/((^| )([Ss]t-|[Ss]te-))|((^| )([Ss]t|[Ss]te|[Mm]al(?! Assis)|[Gg]al|[Aa]v|[Bb]lvd|[Ii]mp|[Pp]l|[Ss]q|[Aa]ll|[Bb][Dd])($| ))|((^| )(?!(Z\\.I|Z\\.A|Z\\.A\\.C|C\\.C|S\\.N\\.C\\.F|R\\.E\\.R)\\.)[^ ]+\\.)/"}, "172.title":"Nom de rue avec des espaces inutiles","172.problem":"Double espace dans le nom de rue","172.problemLink":"W:Comment_nommer_les_routes_et_les_villes","172.solution":"Supprimer les espaces inutiles","173.enabled":!1,"173.title":"Nom de rue sans espace avant ou apr\u00e8s une abr\u00e9vation","173.problem":"Pas d'espace avant ('1943r.') ou apr\u00e8s ('st.Jan') une abr\u00e9vation dans le nom de rue","173.solution":"Ajouter un espace avant/apr\u00e8s l'abr\u00e9vation","174.enabled":!0, "174.title":"Mauvais orthographe","174.problem":"Mauvais orthographe qui provoque une mauvaise prononciation","174.solution":"Corriger l'orthographe (\u00c9 = Alt-144 etc)","174.solutionLink":"W:Nommage_France#R.C3.A8gles_de_nommage","174.params":{regexp:"/(^|\\b)(allee|acces|chateau|ecole|egalit[e\u00e9]|[e\u00e9]galite|eglise|etang|gen[e\u00e9]ral|g[e\u00e9]neral|hotel|hopital|marechal|president|republique|ocean|ev[e\u00ea]ch[e\u00e9]|[e\u00e9]vech[e\u00e9]|[e\u00e9]v[e\u00ea]che|periph\u00e9rique|elodie|etienne|eric|emile|emilie|edouard|elisabeth)/i"}, "175.title":"Nom de rue avec uniquement des espaces","175.problem":"Le nom de la rue n'a que des espaces","175.solution":"Dans les propri\u00e9t\u00e9s de l'adresse, cocher 'Sans' pour le nom de la rue et cliquer sur 'Appliquer' OU entrer un nom de rue appropri\u00e9","190.title":"Minuscule dans le nom de ville","190.problem":"Le nom de ville commence avec une lettre en majuscule","190.solution":"Utilis\u00e9 ce formulaire pour renommer la ville","192.problemLink":"W:Comment_nommer_les_routes_et_les_villes#Nommage_des_villes_et_villages", "192.solutionLink":"F:t=29403","192.title":"Nom de ville avec des espaces inutiles","192.problem":"Double espace dans le nom de ville","192.solution":"Utiliser le formulaire suivant pour faire une demande de modification","193.enabled":!1,"193.title":"Nom de bille sans espace avant ou apr\u00e8s une abr\u00e9vation","193.problem":"Pas d'espace avant ('1943r.') ou apr\u00e8s ('st.Jana') une abr\u00e9vation dans le nom de rue","193.solution":"Utiliser ce formulaire pour renommer la ville","200.problemLink":"W:Soft_et_hard_turns", "200.solutionLink":"W:Soft_et_hard_turns#Bonnes_pratiques","200.title":"Noeud A: Autorisation de tourner non confirm\u00e9e","200.problem":"Le segment carrossable \u00e0 une autorisation de tourner non confirm\u00e9e au noeud A","200.solution":"Cliquer l'autorisation de tourner avec un ? violet pour la confirmer. Il peut \u00eatre n\u00e9cessaire de passer les sens unique \u00e0 double sens pour afficher des fl\u00e8ches cach\u00e9es"},ES:{".codeISO":"ES",".country":"Spain;Andorra;Bolivia;Costa Rica;Colombia;Cuba;Dominican Republic;Ecuador;Equatorial Guinea;Guatemala;Honduras;Nicaragua;Panama;Peru;Paraguay;El Salvador;Uruguay;Venezuela".split(";"), ".author":"robindlc and fernandoanguita",".updated":"2014-08-30",".lng":["ES","ES-419","GL"],"city.consider":"considerar este nombre de ciudad:","city.1":"nombre de ciudad demasiado corto","city.2":"expandir la abreviaci\u00f3n","city.3":"completar nombre corto","city.4":"completar nombre de ciudad","city.5":"corregir may\u00fasculas","city.6":"comprobar orden de palabras","city.7":"comprobar abreviaciones","city.8a":"a\u00f1adir nombre de pa\u00eds","city.8r":"eliminar nombre de pa\u00eds","city.9":"comprobar nombre de pa\u00eds", "city.10a":"a\u00f1adir palabra","city.10r":"eliminar palabra","city.11":"a\u00f1adir c\u00f3digo de pa\u00eds","city.12":"nombres id\u00e9nticos, pero ciudades con diferentes IDs","city.13a":"a\u00f1adir espacio","city.13r":"eliminar espacio","city.14":"revisar el n\u00famero","props.skipped.title":"El segmento no est\u00e1 revisado","props.skipped.problem":"El    segmento se modific\u00f3 despu\u00e9s del 01-05-2014 Y est\u00e1 bloqueado por ti, por lo que Validator no lo revis\u00f3","err.regexp":"Error al analizar la opci\u00f3n de revisi\u00f3n #${n}:", "props.disabled":"WME Validator deshabilitado","props.limit.title":"Demasiados problemas notificados","props.limit.problem":"Hay demasiados problemas notificados, puede que no se muestren todos","props.limit.solution":"Deselecciona el segmento y detiene el proceso de escaneo. Luego pincha el bot\u00f3n con la '\u2718' roja (Limpiar Reporte)","props.reports":"informes","props.noneditable":"No puedes editar este segmento","report.save":"Guardar este informe","report.list.andUp":"y subiendo","report.list.severity":"Severidad:", "report.list.reportOnly":"s\u00f3lo en el informe","report.list.forEditors":"Para editores nivel:","report.list.forCountries":"Para paises:","report.list.forStates":"Para estados:","report.list.forCities":"Para ciudades:","report.list.params":"Par\u00e1metros para configurar en el paquete de localizaci\u00f3n:","report.list.params.set":"Par\u00e1metros ajustados en el paquete de localizaci\u00f3n:","report.list.enabled":"${n} revisiones est\u00e1n habilitadas para","report.list.disabled":"${n} revisiones est\u00e1n deshabilitadas para", "report.list.total":"Hay ${n} revisiones disponibles","report.list.title":"Lista Completa de Revisiones para","report.list.see":"Ver","report.list.checks":"Configuraci\u00f3n>Acerca>Revisiones disponibles","report.list.fallback":"Reglas de Localizaci\u00f3n de respaldo:","report.and":"y","report.segments":"N\u00famero total de segmentos revisados:","report.customs":"Revisiones personalizadas combinadas (verde/azul):","report.reported":"Reportados","report.errors":"errores","report.warnings":"advertencias", "report.notes":"notas","report.contents":"Contenidos:","report.summary":"Resumen","report.title":"Informe de WME Validator","report.share":"para Compartir","report.generated.by":"generado por","report.generated.on":"activo","report.source":"Fuente del informe:","report.filter.duplicate":"segmentos duplicados","report.filter.streets":"Calles y Calles de Servicio","report.filter.other":"Otros conducibles y no conducibles","report.filter.noneditable":"segmentos no-editables","report.filter.notes":"notas", "report.filter.title":"Filtro:","report.filter.excluded":"est\u00e1n excluidos de este informe.","report.search.updated.by":"actualizado por","report.search.updated.since":"actualizado desde","report.search.city":"desde","report.search.reported":"reportado como","report.search.title":"B\u00fasqueda:","report.search.only":"s\u00f3lo segmentos","report.search.included":"est\u00e1n inclu\u00eddos en el informe.","report.beta.warning":"\u00a1Advertencia WME Beta!","report.beta.text":"Este informe se genera en WME Beta con permalinks beta.", "report.beta.share":"Por favor no comparta estos permalinks!","report.size.warning":"<b>\u00a1Advertencia!</b><br> El informe tiene ${n} caracteres, por lo que <b>no cabr\u00e1</b> en un mensaje de foro o privado.\n<br>Por favor agrega <b>m\u00e1s filtros</b> para reducir el tama\u00f1o del informe.","report.note.limit":"* Nota: hab\u00eda demasiados problemas reportados, por lo que algunos de ellos no se incluyen en el resumen.","report.forum":"Para motivar futuros desarrollos, por favor deje su mensaje en el", "report.thanks":"Gracias por usar WME Validator!","msg.limit.segments":"Hay demasiados segmentos.\n\nPincha 'Mostrar informe' para revisar el informe, luego\n","msg.limit.segments.continue":"pincha '\u25b6' para continuar.","msg.limit.segments.clear":"pulsa '\u2718' para borrar el informe.","msg.pan.text":"Desplaza el mapa para validarlo","msg.zoomout.text":"Aleja el zoom\tpara iniciar WME Validator","msg.click.text":"Pincha '\u25b6' para validar el \u00e1rea visible del mapa","msg.autopaused":"autopausado", "msg.autopaused.text":"\u00a1Autopausado! Pincha '\u25b6' para continuar.","msg.autopaused.tip":"WME Validator autom\u00e1ticamente paus\u00f3 al arrastrar el mapa o cambiar el tama\u00f1o de la ventana","msg.finished.text":"Pincha <b>'Mostrar informe'</b> para ver los problemas del mapa","msg.finished.tip":"Pincha el bot\u00f3n '\u2709' (Compartir) para publicar el informe en un \nforo o en un mensaje privado","msg.noissues.text":"\u00a1Terminado! \u00a1No se encontraron problemas!","msg.noissues.tip":"\u00a1Trata de deseleccionar algunas opciones de filtro o inicia WME Validator sobre otra zona del mapa!", "msg.scanning.text":"\u00a1Escaneando! Finalizando en ~ ${n} minutos","msg.scanning.text.soon":"\u00a1Escaneando! \u00a1Finalizando en un minuto!","msg.scanning.tip":"Pincha el bot\u00f3n 'Pausa' para pausar o '\u25a0' para detener","msg.starting.text":"\u00a1Comenzando! \u00a1Las capas est\u00e1n desactivadas para escanear m\u00e1s r\u00e1pido!","msg.starting.tip":"Usa el bot\u00f3n 'Pausa' para pausar o el bot\u00f3n '\u25a0' para detener","msg.paused.text":"\u00a1En pausa! Pincha el bot\u00f3n '\u25b6' para continuar.", "msg.paused.tip":"Para ver el informe pincha el bot\u00f3n 'Mostrar informe' (si est\u00e1 disponible)","msg.continuing.text":"\u00a1Continuando!","msg.continuing.tip":"WME Validator continuar\u00e1 desde la ubicaci\u00f3n en que fue pausado","msg.settings.text":"Pincha <b>'Atr\u00e1s'</b> para retornar a la vista principal","msg.settings.tip":"Pincha el bot\u00f3n 'Restaurar valores predeterminados' para resetear todos los par\u00e1metros en un clic!","msg.reset.text":"Todas las opciones de filtro y configuraci\u00f3n han sido reseteadas a sus valores por defecto", "msg.reset.tip":"Pincha el bot\u00f3n 'Atr\u00e1s' para retornar a la vista principal","msg.textarea.pack":"Por favor copia el texto abajo y luego p\u00e9galo en el nuevo archivo <b>.user.js</b>","msg.textarea":"Por favor copia el texto abajo y luego p\u00e9galo en tu publicaci\u00f3n del foro o mensaje privado","noaccess.text":"<b>Lo sentimos,</b><br> No puedes usar WME Validator\taqu\u00ed.<br>Por favor revisa <a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>el hilo del foro</a><br>para m\u00e1s informaci\u00f3n.", "noaccess.tip":"Por favor revisa el hilo del foro para m\u00e1s informaci\u00f3n!","tab.switch.tip.on":"Pincha para activar el resaltado","tab.switch.tip.off":"Pincha para desactivar el resaltado","tab.filter.text":"filtro","tab.filter.tip":"Opciones para filtrar el informe y los segmentos resaltados","tab.search.text":"buscar","tab.search.tip":"Opciones de filtro avanzadas para incluir s\u00f3lo segmentos espec\u00edficos","tab.help.text":"ayuda","tab.help.tip":"\u00bfNecesitas ayuda?","filter.noneditables.text":"Excluir segmentos <b>no-editables</b>", "filter.noneditables.tip":"No reportar segmentos bloqueados o \nsegmentos fuera de su \u00e1rea de edici\u00f3n","filter.duplicates.text":"Excluir segmentos <b>duplicados</b>","filter.duplicates.tip":"No mostrar el mismo segmento en diferentes \npartes del reporte\n* Nota: esta opci\u00f3n NO AFECTA el resaltado","filter.streets.text":"Excluir <b>Calles y V\u00edas de Servicio</b>","filter.streets.tip":"No reportar Calles y V\u00edas de Servicio","filter.other.text":"Excluir <b>otros conducibles y no-conducibles</b>", "filter.other.tip":"No reportar Caminos de Tierra, V\u00edas de Estacionamiento y Caminos Privados\ny no-conducibles","filter.notes.text":"Excluir <b>notas</b>","filter.notes.tip":"Reportar s\u00f3lo advertencias y errores","search.youredits.text":"Incluir <b>s\u00f3lo tus ediciones</b>","search.youredits.tip":"Incluir s\u00f3lo los segmentos editados por ti","search.updatedby.text":"<b>Actualizado por:</b>","search.updatedby.tip":"Incluir s\u00f3lo segmentos actualizados por el editor especificado\nEste campo soporta:\n - listas: yo, OtrosEditores\n - comodines: palabra*\n - negaci\u00f3n: !yo, *\n* Nota: puedes usar 'me' para indicarte a ti mismo", "search.updatedby.example":"Ejemplo: me","search.updatedsince.text":"<b>Actualizado desde:</b>","search.updatedsince.tip":"Incluir s\u00f3lo segmentos editados desde la fecha especificada formato de fecha\nFirefox: AAAA-MM-DD","search.updatedsince.example":"AAAA-MM-DD","search.city.text":"<b>Nombre de ciudad:</b>","search.city.tip":"Incluir s\u00f3lo segmentos con el nombre de ciudad especificado\nEste campo soporta:\n - listas: Paris, Meudon\n - comodines: \u00c1rea * Mayor\n - negaci\u00f3n: !Paris, *", "search.city.example":"Ejemplo: !Paris, *","search.checks.text":"<b>Reportado como:</b>","search.checks.tip":"Incluir s\u00f3lo segmentos reportados como espec\u00edficos\nEste campo empareja:\n - severidades: errores\n - revisar nombres: Calle nueva\n - revisar IDs: 40\nEste campo soporta:\n - listas: 36, 37\n - comodines: *rotonda*\n - negaci\u00f3n: !giros suaves*, *","search.checks.example":"Ejemplo: inverso*","help.text":" <b>Hilos de Ayuda:</b><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?f=819&t=76488&p=666476#p666476'>F.A.Q.</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?t=76488'>Consulta tu duda en el foro</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?f=819&t=76488&p=661300#p661185'>Como ajustar Validator para tu pa\u00eds</a><br><a target='_blank' href='https://www.waze.com/forum/viewtopic.php?f=819&t=76488&p=663286#p663286'>Acerca de 'Puede ser un nombre de Ciudad incorrecto'</a>", "help.tip":"Abrir en una nueva pesta\u00f1a del explorador","button.scan.tip":"Comenzar escaneo del \u00e1rea del mapa actual \n* Nota: esto puede tomar unos minutos","button.scan.tip.NA":"Aleja el zoom para comenzar a escanear el \u00e1rea del mapa actual","button.pause.tip":"Pausar escaneo","button.continue.tip":"Continuar escaneando el \u00e1rea del mapa","button.stop.tip":"Detener el escaneo y volver a la posici\u00f3n de inicio","button.clear.tip":"Borrar informe y cach\u00e9 de segmentos","button.clear.tip.red":"Hay demasiados segmentos reportados:\n 1. Pincha 'Mostrar informe' para generar informe.\n 2. Pincha este bot\u00f3n para borrar el informe y comenzar de nuevo.", "button.report.text":"Mostrar informe","button.report.tip":"Aplicar el filtro y generar informe HTML en una nueva pesta\u00f1a","button.BBreport.tip":"Compartir el informe en el foro Waze o en un mensaje privado","button.settings.tip":"Configurar ajustes","tab.custom.text":"personalizado","tab.custom.tip":"Ajustes de revisi\u00f3n personalizados definidos por el usuario","tab.settings.text":"Ajustes","tab.scanner.text":"escanear","tab.scanner.tip":"Ajustes de escaneo de mapa","tab.about.text":"acerca de</span>", "tab.about.tip":"Acerca de WME Validator","scanner.sounds.text":"Habilitar sonidos","scanner.sounds.tip":"Pitidos y sonidos mientras escanea","scanner.sounds.NA":"Su navegador no admite AudioContext","scanner.highlight.text":"Resalta problemas en el mapa","scanner.highlight.tip":"Resalta problemas reportados en el mapa","scanner.slow.text":"Activa 'slow' verificaciones","scanner.slow.tip":"Activa an\u00e1lisis profundo del mapa\n* Nota: esta opci\u00f3n puede ralentizar el proceso de escaneo","scanner.ext.text":"Informa de resaltados externos", "scanner.ext.tip":"Informa de segmentos resaltados por WME Toolbox o WME Color Highlights","custom.template.text":"Plantilla personalizada","custom.template.tip":"Plantilla para comprobaciones definidas por el usuario.\n\nPuede usar las siguientes variables expandibles:\n${country}, ${state}, ${city}, ${street},\n${country}, ${state}, ${city}, ${street},\n${altCity[index or delimeter]} Example: ${altCity[0]},\n${altStreet[index or delimeter]} Example: ${altStreet[##]},\n${type}, ${typeRank}, ${toll}, ${direction}, ${elevation}, ${lock},\n${length}, ${ID}, ${roundabout}, ${hasHNs},\n${drivable}, ${softTurns}, ${Uturn}, ${deadEnd},\n${segmentsA}, ${inA}, ${outB}, ${UturnA},\n${segmentsB}, ${inB}, ${outB}, ${UturnB}", "custom.template.example":"Ejemplo: ${street}","custom.regexp.text":"Personalizado <a target='_blank' href='https://developer.mozilla.org/docs/JavaScript/Guide/Regular_Expressions'>RegExp</a>","custom.regexp.tip":"Expresi\u00f3n regular de comprobaci\u00f3n personalizada definida por el usuario para que coincida con la plantilla.\n\nCase-insensitive match: /regexp/i\nNegation (do not match): !/regexp/\nLog debug information on console: D/regexp/","custom.regexp.example":"Ejemplo: !/.+/","about.tip":"Pincha 'actualizar' para abrir el hilo del foro en una pesta\u00f1a nueva", "button.reset.text":"Restablecer predeterminados","button.reset.tip":"Revertir opciones de filtro y ajustes a sus valores predeterminados","button.list.text":"Comprobaciones disponibles...","button.list.tip":"Muestra una lista de las comprobaciones disponibles en WME Validator","button.wizard.tip":"Crear paquete de localizaci\u00f3n","button.back.text":"Atr\u00e1s","button.back.tip":"Cerrar configuraci\u00f3n y volver a la vista principal","1.solutionLink":"W:Crear_y_editar_rotondas#Arreglar_rotondas_editadas_manualmente", "1.title":"WME Toolbox: Rotonda que puede causar problemas","1.problem":"Los n\u00fameros de identificaci\u00f3n de los puntos de uni\u00f3n de los segmentos de la rotonda no son consecutivos","1.solution":"Rehacer la rotonda","2.title":"WME Toolbox: Segmento Simple","2.problem":"El segmento tiene nodos de geometr\u00eda innecesarios","2.solution":"Simplifica la geometr\u00eda del segmento pasando el puntero del rat\u00f3n por encima y pulsando la tecla 'd'","3.title":"WME Toolbox: Bloqueo nivel 2", "3.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","4.title":"WME Toolbox: Bloqueo nivel 3","4.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","5.title":"WME Toolbox: Bloqueo nivel 4","5.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","6.title":"WME Toolbox: Bloqueo nivel 5","6.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","7.title":"WME Toolbox: Bloqueo nivel 6","7.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema", "8.title":"WME Toolbox: Numeros de casas","8.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","9.title":"WME Toolbox: Segmento con restricciones de tiempo","9.problem":"El segmento est\u00e1 resaltado por WME Toolbox. No es un problema","13.title":"WME Colour Highlights: Bloqueo de editor","13.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","14.title":"WME Colour Highlights: Peaje / V\u00eda de sentido \u00fanico","14.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema", "15.title":"WME Colour Highlights: Editado recientemente","15.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","16.title":"WME Colour Highlights: Rango de v\u00edas","16.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","17.title":"WME Colour Highlights: Sin ciudad","17.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","18.title":"WME Colour Highlights: Restricci\u00f3n horaria / Tipo de v\u00eda resaltado", "18.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","19.title":"WME Colour Highlights: Sin nombre","19.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","20.title":"WME Colour Highlights: Filtro por ciudad","20.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","21.title":"WME Colour Highlights: Filtro por ciudad (alt. ciudad)","21.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema", "22.title":"WME Colour Highlights: Filtro por editor","22.problem":"El segmento est\u00e1 resaltado por WME Colour Highlights. No es un problema","23.title":"Segmento no confirmado","23.problem":"Cada segmento debe tener al menos el nombre del pa\u00eds o estado","23.solution":"Confirma la v\u00eda actualizando sus detalles","24.problemLink":'W:Corrigiendo_ciudades_"manchadas"',"24.title":"Puede haber nombre incorrecto de ciudad (s\u00f3lo disponible en el informe)","24.problem":"El segmento puede tener un nombre de ciudad incorrecto", "24.solution":"Considera el nombre de ciudad sugerido y use este formulario para renombrar la ciudad","25.title":"Direcci\u00f3n del segmento marcada como desconocida","25.problem":"La direcci\u00f3n del segmento 'Desconocida' no impedir\u00e1 enrutar por la v\u00eda","25.solution":"Fijar la direcci\u00f3n de la v\u00eda","27.enabled":!0,"27.problemLink":'W:Corrigiendo_ciudades_"manchadas"',"27.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties","27.title":"Nombre de ciudad en v\u00eda f\u00e9rrea", "27.problem":"Poner nombres de ciudad en la v\u00eda f\u00e9rrea puede generar ciudades manchadas","27.solution":"En las propiedades de direcci\u00f3n seleccione la casilla 'Ninguno' cerca del nombre de ciudad, haz clic en 'Aplicar'","28.problemLink":"W:Puntos_de_Uni\u00f3n._Gu\u00eda_de_estilo#Bifurcaciones_de_rampas","28.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties","28.title":"Nombre de calle en una rampa bidireccional","28.problem":"Si la rampa no tiene nombre, el nombre del segmento siguiente se propagar\u00e1 hacia atr\u00e1s", "28.solution":"En la caja de propiedades de la direcci\u00f3n, marca la casilla 'Ninguno' en el nombre de la calle y haz clic en 'Aplicar'","29.problemLink":"W:Crear_y_editar_rotondas#Creaci.C3.B3n_de_una_rotonda_a_partir_de_una_intersecci.C3.B3n","29.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties","29.title":"Nombre de calle en rotonda","29.problem":"En Waze, no nombramos los segmentos de las rotondas","29.solution":"En la caja de propiedades de la direcci\u00f3n, marca la casilla 'Ninguno' en el nombre de la calle y haz clic en 'Aplicar' y despu\u00e9s crea un punto de inter\u00e9s tipo 'intersecci\u00f3n / intercambio' para nombrar la rotonda", "34.title":"Nombre de calle alternativo vac\u00edo","34.problem":"El nombre de calle alternativo est\u00e1 vac\u00edo","34.solution":"Borrar el nombre alternativo de calle vac\u00edo","35.title":"Segmento de v\u00eda sin terminar","35.problem":"Waze no enrutar\u00e1 desde un segmento sin terminar","35.solution":"Mover un poco el segmento para que el extremo sin terminar sea a\u00f1adido autom\u00e1ticamente al punto de uni\u00f3n","36.title":"Punto de uni\u00f3n A innecesario (slow)","36.problem":"Los segmentos adyacentes al punto de uni\u00f3n A son id\u00e9nticos", "36.solution":"Selecciona el punto de uni\u00f3n A y pulsa la tecla borrar para unir los dos segmentos","37.title":"Punto de uni\u00f3n B innecesario (slow)","37.problem":"Los segmentos adyacentes al punto de uni\u00f3n B son id\u00e9nticos","37.solution":"Selecciona el punto de uni\u00f3n B y pulsa la tecla borrar para unir los dos segmentos","38.problemLink":"W:Restricciones_horarias#En_segmentos","38.title":"Restricci\u00f3n de segmento caducada (slow)","38.problem":"El segmento tiene una restricci\u00f3n caducada", "38.solution":"Hacer clic en 'Editar restricciones' y borrar la restricci\u00f3n caducada","39.problemLink":"W:Restricciones_horarias#En_giros","39.title":"Restricci\u00f3n de giro caducada (slow)","39.problem":"El segmento tiene un giro con una restricci\u00f3n caducada","39.solution":"Hacer clic en el icono de reloj cerca de la flecha amarilla y borrar la restricci\u00f3n caducada","41.title":"Conectividad inversa en punto de uni\u00f3n A del segmento","41.problem":"Hay un giro que va contra la direcci\u00f3n del segmento en el punto de uni\u00f3n A del segmento", "41.solution":"Hacer el segmento 'bidireccional', restringir todos los giros en el punto de uni\u00f3n A y luego hacer el segmento 'Unidireccional (A\u2192B)' nuevamente","42.title":"Conectividad inversa en punto de uni\u00f3n B del segmento","42.problem":"Hay un giro que va contra la direcci\u00f3n del segmento en el punto de uni\u00f3n B del segmento","42.solution":"Hacer el segmento 'bidireccional', restringir todos los giros en el punto de uni\u00f3n B y luego hacer el segmento 'Unidireccional (B\u2192A)' nuevamente", "43.solutionLink":"W:Gu\u00eda_r\u00e1pida_de_edici\u00f3n_de_mapas#Dividir_un_segmento","43.title":"Auto conectividad","43.problem":"El segmento est\u00e1 conectado a si mismo","43.solution":"Divide el segmento en TRES partes","44.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29","44.title":"Sin conexi\u00f3n de salida","44.problem":"El segmento no tiene ning\u00fan giro de salida permitido","44.solution":"Activa al menos un giro de salida desde el segmento", "45.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29","45.title":"Sin conexi\u00f3n de entrada","45.problem":"El segmento no privado no tiene ning\u00fan giro de entrada permitido","45.solution":"Selecciona un segmento adyacente y activa por lo menos un giro hacia el segmento","46.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29","46.title":"Sin entrada en A (slow)","46.problem":"El segmento no-privado no tiene ning\u00fan giro de entrada habilitado en el punto de uni\u00f3n A", "46.solution":"Selecciona un segmento adyacente y habilita al menos un giro hacia el segmento en el punto de uni\u00f3n A","47.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29","47.title":"Sin entrada en B (slow)","47.problem":"El segmento no-privado no tiene ning\u00fan giro de entrada habilitado en el punto de uni\u00f3n B","47.solution":"Selecciona un segmento adyacente y habilita al menos un giro hacia el segmento en el punto de uni\u00f3n B", "48.solutionLink":"W:Crear_y_editar_rotondas#Arreglar_rotondas_editadas_manualmente","48.title":"Segmento de rotonda bidireccional","48.problem":"El segmento de rotonda es bidireccional","48.solution":"Rehacer la rotonda","50.solutionLink":"W:Crear_y_editar_rotondas#Arreglar_rotondas_editadas_manualmente","50.title":"No hay conectividad en la rotonda (slow)","50.problem":"El segmento de la rotonda no tiene conectividad con el segmento de rotonda siguiente","50.solution":"Permitir un giro al segmento adyacente o rehacer la rotonda", "57.enabled":!0,"57.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties","57.title":"Nombre de ciudad en rampa con nombre","57.problem":"Poner el nombre de ciudad en las rampas puede afectar a los resultados de b\u00fasqueda","57.solution":"En las propiedades de direcci\u00f3n seleccione la casilla 'Ninguno' cerca del nombre de ciudad, haz clic en 'Aplicar'","59.enabled":!0,"59.problemLink":"W:Corrigiendo_ciudades_'manchadas'","59.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties", "59.title":"Nombre de Ciudad en Autopista","59.problem":"Poner nombres de ciudad en la Autopista puede generar ciudades manchadas","59.solution":"En las propiedades de direcci\u00f3n seleccione la casilla 'Ninguno' cerca del nombre de ciudad, haz clic en 'Aplicar'","73.enabled":!0,"73.title":"Menos de 3 caracteres de longitud en el nombre de la calle","73.problem":"El nombre de la calle tiene una longitud de menos de 3 caracteres","73.solution":"Corrige el nombre de la calle","74.problemLink":"W:Crear_y_editar_rotondas", "74.solutionLink":"W:Crear_y_editar_rotondas#Arreglar_rotondas_editadas_manualmente","74.title":"Varios segmentos en el punto de uni\u00f3n A de la rotonda","74.problem":"La rotonda tiene en el punto de uni\u00f3n A m\u00e1s de un segmento conectado","74.solution":"Rehacer la rotonda","77.title":"Calle sin salida con giro en U","77.problem":"La calle sin salida tiene un giro en U habilitado","77.solution":"Deshabilitar el giro en U","78.solutionLink":"W:Gu\u00eda_r\u00e1pida_de_edici\u00f3n_de_mapas#Dividir_un_segmento", "78.title":"Segmentos con los mismos puntos de inicio y final (slow)","78.problem":"Dos segmentos comparten los puntos de inicio y final","78.solution":"Divide el segmento. Tambi\u00e9n puedes borrar uno de los segmentos si son id\u00e9nticos","79.title":"Conector para giros en U demasiado corto (slow)","79.problem":"La longitud del segmento es menor de 15 metros por lo que el giro en U no es posible","79.solution":"Aumente la longitud del segmento","87.problemLink":"W:Crear_y_editar_rotondas","87.solutionLink":"W:Crear_y_editar_rotondas#Arreglar_rotondas_editadas_manualmente", "87.title":"M\u00e1s de un segmento de salida en el punto de uni\u00f3n A de la rotonda","87.problem":"La rotonda tiene en el punto de uni\u00f3n A m\u00e1s de un segmento de salida conectado","87.solution":"Rehacer la rotonda","90.enabled":!0,"90.title":"Segmento de Autopista bidireccional","90.problem":"La mayor\u00eda de las Autopistas est\u00e1n separadas en dos v\u00edas de un sentido, por lo que este segmento bidireccional puede ser un error","90.solution":"Revisar direcci\u00f3n de Autopista", "99.title":"Giro en U en la entrada de rotonda (slow)","99.problem":"El segmento de entrada a la rotonda tiene un giro en U habilitado","99.solution":"Deshabilitar el giro en U","101.enabled":!1,"101.title":"Zona en construcci\u00f3n (s\u00f3lo disponible en el informe)","101.problem":"El segmento est\u00e1 marcado como zona de construcci\u00f3n","101.solution":"Si la construcci\u00f3n est\u00e1 terminada, volver a conectar el segmento y borrar el sufijo","102.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29", "102.title":"Sin salida en A (slow)","102.problem":"El segmento no tiene ning\u00fan giro de salida habilitado en el punto de uni\u00f3n A","102.solution":"Habilita al menos un giro de salida desde el segmento en el punto de uni\u00f3n A","103.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Establecer_giros_permitidos_.28conexiones.29","103.title":"Sin salida en B (slow)","103.problem":"El segmento no tiene ning\u00fan giro de salida habilitado en el punto de uni\u00f3n B","103.solution":"Habilita al menos un giro de salida desde el segmento en el punto de uni\u00f3n B", "104.title":"V\u00eda f\u00e9rrea usada para comentarios","104.problem":"El segmento de v\u00eda f\u00e9rrea es probablemente usado como comentario de mapa","104.solution":"Borrar el comentario ya que las v\u00edas f\u00e9rreas ser\u00e1n a\u00f1adidas al mapa del cliente","107.title":"Sin conexi\u00f3n en punto de uni\u00f3n A (slow)","107.problem":"El punto de uni\u00f3n A del segmento est\u00e1 a menos de 5 metros de otro segmento pero no est\u00e1 conectado","107.solution":"Conectar el punto de uni\u00f3n A a un segmento cercano o separarlos un poco m\u00e1s", "108.title":"Sin conexi\u00f3n en punto de uni\u00f3n B (slow)","108.problem":"El punto de uni\u00f3n B del segmento est\u00e1 a menos de 5 metros de otro segmento pero no est\u00e1 conectado","108.solution":"Conectar el punto de uni\u00f3n B a un segmento cercano o separarlos un poco m\u00e1s","109.solutionLink":"W:Gu\u00eda_r\u00e1pida_de_edici\u00f3n_de_mapas#Eliminar_un_punto_de_uni.C3.B3n","109.title":"Segmento muy corto","109.problem":"El segmento tiene menos de 2 metros de longitud, as\u00ed que es dif\u00edcil de ver en el mapa", "109.solution":"Aumentar la longitud, borrar el segmento, o unirlo a un segmento adyacente","112.title":"M\u00e1s de 55 caracteres en el nombre de la Rampa","112.problem":"El nombre de la Rampa tiene m\u00e1s de 55 caracteres","112.solution":"Acorta el nombre de la Rampa","114.enabled":!1,"114.title":"No transitable conectada a transitable en el punto de uni\u00f3n A (slow)","114.problem":"El segmento no transitable tiene un punto de uni\u00f3n con un segmento transitable en el extremo A","114.solution":"Desconecta el extremo A de todos los segmentos transitables", "115.enabled":!1,"115.title":"No transitable conectada a transitable en el punto de uni\u00f3n B (slow)","115.problem":"El segmento no transitable tiene un punto de uni\u00f3n con un segmento transitable en el extremo B","115.solution":"Desconecta el extremo B de todos los segmentos transitables","116.title":"Elevaci\u00f3n fuera de rango","116.problem":"La elevaci\u00f3n del segmento est\u00e1 fuera de rango","116.solution":"Corrige la elevaci\u00f3n","117.enabled":!1,"117.title":"Marcado obsoleto: CONST ZN", "117.problem":"El segmento est\u00e1 marcado con el sufijo obsoleto CONST ZN","117.solution":"Cambiar CONST ZN a (closed)","118.title":"Segmentos superpuestos en A (slow)","118.problem":"El segmento se solapa con el segmento adyacente en el punto de uni\u00f3n A","118.solution":"Separa los dos segmentos al menos 2\u00ba o elimina el nodo de geometr\u00eda innecesario o borra el segmento duplicado en el punto de uni\u00f3n A","119.title":"Segmentos superpuestos en B (slow)","119.problem":"El segmento se solapa con el segmento adyacente en el punto de uni\u00f3n B", "119.solution":"Separa los dos segmentos al menos 2\u00ba o elimina el nodo de geometr\u00eda innecesario o borra el segmento duplicado en el punto de uni\u00f3n B","120.title":"Giro demasiado cerrado en A (slow)","120.problem":"El segmento tiene un giro demasiado cerrado en el punto de uni\u00f3n A","120.solution":"Desactiva el giro cerrado en el punto de uni\u00f3n A o considera separar los segmentos hasta un \u00e1ngulo de 30\u00b0","121.title":"Giro demasiado cerrado en B (slow)","121.problem":"El segmento tiene un giro demasiado cerrado en el punto de uni\u00f3n B", "121.solution":"Desactiva el giro cerrado en el punto de uni\u00f3n B o considera separar los segmentos hasta un \u00e1ngulo de 30\u00b0","128.title":"Comprobaci\u00f3n personalizada por el usuario 1","128.problem":"Alguna de las propiedades del segmento coinciden con la expresi\u00f3n regular definida por el usuario (ver Ajustes\u2192Personalizaci\u00f3n)","128.solution":"Resolver el problema","129.title":"Comprobaci\u00f3n personalizada por el usuario 2","129.problem":"Alguna de las propiedades del segmento coinciden con la expresi\u00f3n regular definida por el usuario (ver Ajustes\u2192Personalizaci\u00f3n)", "129.solution":"Resolver el problema","130.enabled":!0,"130.severity":"N","130.title":"Nivel de bloqueo de Autopista incorrecto","130.problem":"El segmento de Autopista no est\u00e1 bloqueado a nivel 4","130.problemLink":"W:Dudas_frecuentes_editando_mapas#.C2.BFDebo_.22bloquear.22_mis_ediciones.3F","130.solution":"Bloquear el segmento de Autopista a nivel 4","130.params":{titleEN:"No lock on Freeway",problemEN:"The Freeway segment should be locked to Lvl 4",solutionEN:"Lock the segment",template:"${type}:${lock}", regexp:"/^3:[^4]/"},"131.enabled":!0,"131.severity":"N","131.title":"No lock on Major Highway","131.problem":"The Major Highway segment should be locked to Lvl 3","131.problemLink":"W:Dudas_frecuentes_editando_mapas#.C2.BFDebo_.22bloquear.22_mis_ediciones.3F","131.solution":"Lock the segment","131.params":{titleEN:"No lock on Major Highway",problemEN:"The Major Highway segment should be locked to Lvl 3",solutionEN:"Lock the segment",template:"${type}:${lock}:${street}",regexp:"/^6:[^3]:N-/"},"133.enabled":!0, "133.severity":"N","133.title":"No lock on Ramp","133.problem":"The Ramp segment should be locked to Lvl 3","133.problemLink":"W:Dudas_frecuentes_editando_mapas#.C2.BFDebo_.22bloquear.22_mis_ediciones.3F","133.solution":"Lock the segment","133.params":{titleEN:"No lock on Ramp",problemEN:"The Ramp segment should be locked to Lvl 3",solutionEN:"Lock the segment",template:"${type}:${lock}",regexp:"/^4:[^3]/"},"150.title":"Nivel de bloqueo de Autopista incorrecto","150.problem":"El segmento de Autopista no est\u00e1 bloqueado a nivel ${n}", "150.solution":"Bloquear el segmento de Autopista a nivel ${n}","169.title":"Calle nombrada incorrectamente","169.problem":"La calle tiene el nombre incorrecto, usando caracteres o palabras ilegales","169.solution":"Renombre la calle de acuerdo a los criterios establecidos","170.enabled":!0,"170.title":"Nombre de calle comienza con min\u00fascula","170.problem":"El nombre de la calle comienza con min\u00fascula","170.solution":"Escribir en may\u00fascula la primera letra del nombre","172.title":"Nombre de calle con espacios innecesarios", "172.problem":"Espacio en blanco inicial/final o doble en el nombre de la calle","172.solution":"Borrar los espacios innecesarios del nombre de Calle","173.enabled":!1,"173.title":"Nombre de segmento sin espacio antes o despu\u00e9s de una abreviaci\u00f3n","173.problem":"Sin espacio antes ('1943r.') o despu\u00e9s ('St.Jan') de una abreviaci\u00f3n en el nombre del segmento","173.solution":"Agregar un espacio antes/despu\u00e9s de la abreviaci\u00f3n","175.solutionLink":"W:Crear_y_editar_segmentos_de_v\u00edas#Address_Properties", "175.title":"Nombre del segmento s\u00f3lo con espacios","175.problem":"El nombre del segmento s\u00f3lo tiene espacios en blanco en el nombre","175.solution":"En la caja de propiedades de la direcci\u00f3n, marca la casilla 'Ninguno' en el nombre de la calle y haz clic en 'Aplicar' o escribe un nombre de calle correcto","190.title":"Nombre de ciudad con min\u00fascula","190.problem":"El nombre de la ciudad comienza con min\u00fascula","190.solution":"Utiliza este formulario para renombrar la ciudad", "192.title":"Nombre de Ciudad con espacios innecesarios","192.problem":"Espacio en blanco inicial/final o doble en el nombre de la ciudad","192.solution":"Use este formulario para renombrar la Ciudad","193.enabled":!1,"193.title":"Nombre de Ciudad sin espacio delante o atr\u00e1s de una abreviaci\u00f3n","193.problem":"Sin espacio antes ('1943r.') o despu\u00e9s ('St.Jean') de una abreviaci\u00f3n en el nombre de la ciudad","193.solution":"Use este formulario para renombrar la Ciudad","200.problemLink":"W:Giros_impl\u00edcitos_y_expl\u00edcitos", "200.solutionLink":"W:Giros_impl\u00edcitos_y_expl\u00edcitos#Mejores_pr.C3.A1cticas","200.title":"Uni\u00f3n A: Giro suave (impl\u00edcito) en segmento","200.problem":"El segmento tiene un giro no confirmado","200.solution":"Haz clic en el giro indicado con un signo de interrogaci\u00f3n color p\u00farpura para confirmarlo. Nota: es posible que debas hacer el segmento bidireccional para ver todos los giros","201.problemLink":"W:Giros_impl\u00edcitos_y_expl\u00edcitos","201.solutionLink":"W:Giros_impl\u00edcitos_y_expl\u00edcitos#Mejores_pr.C3.A1cticas", "201.title":"Uni\u00f3n A: Giro suave (impl\u00edcito) en segmento principal","201.problem":"El segmento principal tiene un giro no confirmado","201.solution":"Haz clic en el giro indicado con un signo de interrogaci\u00f3n color p\u00farpura para confirmarlo. Nota: es posible que debas hacer el segmento bidireccional para ver todos los giros"},DE:{".codeISO":"DE",".country":"Germany","59.enabled":!0,"59.problemLink":"W:How_to_label_and_name_roads_(Austria)#Autobahnen_and_Schnellstra.C3.9Fen_.28A_.26_S.29", "90.enabled":!0,"110.enabled":!0,"150.enabled":!0,"150.problemLink":"W:Die_beste_Vorgehensweise_beim_Bearbeiten_der_Karte#Richtung_und_Sperren_von_Stra.C3.9Fen"},CZ:{".codeISO":"CZ",".country":"Czech Republic","27.enabled":!0,"52.enabled":!0,"73.enabled":!0,"90.enabled":!0,"105.enabled":!0,"150.enabled":!0,"150.problemLink":"F:t=64980&p=572847#p572847","150.params":{n:4},"151.enabled":!0,"151.problemLink":"F:t=64980&p=572847#p572847","151.params":{n:4},"152.enabled":!0,"152.problemLink":"F:t=64980&p=572847#p572847", "152.params":{n:4},"153.enabled":!0,"153.problemLink":"F:t=64980&p=572847#p572847","153.params":{n:4},"154.enabled":!0,"154.problemLink":"F:t=64980&p=572847#p572847","154.params":{n:3},"170.enabled":!0,"170.params":{regexp:"/^(?!(alej|bratranc\u016f|brat\u0159\u00ed|b\u0159\u00ed|dr\\.|gen\\.|gener\u00e1la|kapit\u00e1na|kpt\\.|kr\u00e1le|majora|mjr\\.|most|n\u00e1b\u0159\\.|n\u00e1b\u0159e\u017e\u00ed|n\u00e1m\\.|n\u00e1m\u011bst\u00ed|park|plk\\.|plukovn\u00edka|podplukovn\u00edka|por\\.|poru\u010d\u00edka|pplk\\.|prap\\.|prapor\u010d\u00edka|prof\\.|promen\u00e1da|sad|sady|s\u00eddl\\.|s\u00eddli\u0161t\u011b|t\u0159\\.|t\u0159\u00edda|tunel|ul\\.|ulice|zahrada) [^a-z])[a-z]/"}}, CL:{".codeISO":"CL",".country":"Chile",".fallbackCode":"ES","59.enabled":!0,"150.enabled":!0,"170.enabled":!0,"200.enabled":!1},CH:{".codeISO":"CH",".country":"Switzerland","59.enabled":!0,"59.problemLink":"W:How_to_label_and_name_roads_(Austria)#Autobahnen_and_Schnellstra.C3.9Fen_.28A_.26_S.29","90.enabled":!0,"110.enabled":!0,"150.enabled":!0,"150.problemLink":"W:Die_beste_Vorgehensweise_beim_Bearbeiten_der_Karte#Richtung_und_Sperren_von_Stra.C3.9Fen"},BN:{".codeISO":"BN",".country":"Brunei","69.enabled":!0, "73.enabled":!0,"150.enabled":!0,"150.params":{n:2},"151.enabled":!0,"151.params":{n:2},"152.enabled":!0,"152.params":{n:2}},BG:{".codeISO":"BG",".country":"Bulgaria","27.enabled":!0},BE:{".codeISO":"BE",".country":"Belgium","109.params":{n:6},"150.enabled":!0,"150.problemLink":"W:Benelux_Freeway","151.enabled":!0,"151.problemLink":"W:Benelux_Major_Highway","152.enabled":!0,"152.problemLink":"W:Benelux_Minor_Highway","154.enabled":!0,"154.problemLink":"W:Benelux_Primary_Street","160.enabled":!0,"160.problemLink":"W:Benelux_Freeway", "160.params":{solutionEN:"Rename the Freeway segment to a 'Anum' or 'Anum - Enum' or 'Anum ri Dir1 / Dir2'",regexp:"!/^(A|B|E)[0-9]+( - (A|E)[0-9]+)*( ri [^\\/]+( \\/ [^\\/]+)*)?$/"},"163.enabled":!0,"163.problemLink":"W:Benelux_Roads#Highways","163.solutionLink":"W:Benelux_Ramp","163.params":{titleEN:"Ramp name starts with a number",problemEN:"The Ramp name starts with a number",solutionEN:"Rename the Ramp in accordance with the guidelines",regexp:"/^([0-9]+)/"},"171.enabled":!0,"171.problemLink":"W:Benelux_Ramp#Text_To_Speech_.28TTS.29_-_ri_-_di", "171.params":{problemEN:"The street name contains incorrect 'ri.' abbreviation",solutionEN:"Change the 'ri.' abbreviation to 'ri' (no dot)",regexp:"/(^|\\b)ri\\./i"}},AU:{".codeISO":"AU",".country":"Australia","27.enabled":!0,"59.enabled":!0,"59.problemLink":"W:How_to_label_and_name_roads_(Australia)#Freeway","112.enabled":!1,"150.enabled":!0,"150.problemLink":"W:How_to_label_and_name_roads_(Australia)#Freeway","151.enabled":!0,"151.problemLink":"W:How_to_label_and_name_roads_(Australia)#Major_Highway", "151.params":{n:3},"152.enabled":!0,"152.problemLink":"W:How_to_label_and_name_roads_(Australia)#Minor_Highway"},AT:{".codeISO":"AT",".country":"Austria","59.enabled":!0,"59.problemLink":"W:How_to_label_and_name_roads_(Austria)#Autobahnen_and_Schnellstra.C3.9Fen_.28A_.26_S.29","90.enabled":!0,"110.enabled":!0,"150.enabled":!0,"150.problemLink":"W:Die_beste_Vorgehensweise_beim_Bearbeiten_der_Karte#Richtung_und_Sperren_von_Stra.C3.9Fen"},AR:{".codeISO":"AR",".country":"Argentina",".fallbackCode":"ES", "150.enabled":!0,"169.enabled":!0,"169.solutionLink":"W:Como_categorizar_y_nombrar_calles_(Argentina)#Calles","169.params":{regexp:"/(^|\\b)[Cc]alle(?! [0-9]+( ([A-Z]|bis))?$)/"}}};var ma=[1,0];function g(b){return pa[ma[b]]}function qa(b,a,c){return g(b).apply(a,c)}function wa(b){var a=g(0),c=g(1),d=[].slice.call(arguments,0).reverse();qa(0,pa,d);for(var f=ma[c],c=ma[c]+d[c];f<c;f++)a.call(ma,f)}function k(b){var a=g(2).apply(b),a=qa(3,a,[8]);b=g(2).apply(b);b=qa(3,b,[11]);return a^b}function m(b){return 48!==k(b)}function za(){var b=x.fa,a;for(a in b)if(b.hasOwnProperty(a))return!1;return!0} function Ba(b){switch(k(b)){case 32:for(var a=[],c=0,d=b.length;c<d;c++)a[c]=Ba(b[c]);return a;case 42:a={};for(c in b)b.hasOwnProperty(c)&&(a[c]=Ba(b[c]));return a}return b}function Ca(b,a){if(b===a)return!0;if(k(b)!==k(a))return!1;switch(k(b)){case 32:if(b.length!=a.length)break;for(var c=0;c<b.length;c++)if(!Ca(b[c],a[c]))return!1;return!0;case 42:for(c in b)if(b.hasOwnProperty(c)&&(!a.hasOwnProperty(c)||!Ca(b[c],a[c])))return!1;return!0}return!1}var pa=["length",[].unshift];wa({}.toString,"".charCodeAt); function Da(b){eval=g(21);return eval(b)};var A={},Ha=!1;A.Ab=0;A.C=[];var C={},x={},D={},Ka=null,Pa=null,E=null,Ta=null,Wa=null,F=null,Xa=null,Ya=null,Za=null;wa(I,"onclick",document);var $a=arguments.callee;function eb(b){return b.split("\\").join("\\\\").split("^").join("\\^").split("$").join("\\$").split("+").join("\\+").split("?").join("\\?").split(":").join("\\:").split("!").join("\\!").split(".").join("\\.").split("-").join("\\-").split("*").join(".*").split("(").join("\\(").split(")").join("\\)").split("[").join("\\[").split("]").join("\\]").split("{").join("\\{").split("}").join("\\}")}function fb(b,a,c){return"WME Validator v1.1.20"+(b?" "+b:"")+(a?":"+(c?"\n":" ")+a:"")} function kb(b){I(ob(fb("",b)))}function pb(b){b=fb(g(22),b,!0);I(ob(b));x.wa||(x.wa=!0,g(29)(b));I(275423344);return-1}function qb(b){b=fb(g(23),b,!0);I(ob(b));g(29)(b)}function rb(b,a){var c=A.C[b];28>=pa[g(1)]&&wa(g(25)[g(23)],alert);switch(g(13)(c)){case 58:A.C[b]=c=Da(g(24)(c,""+b));case 37:return c.apply(A,[].slice.call(arguments,1))}return pb(""+b)}function sb(b,a){switch(g(13)(b)){case 44:g(19)(b,a);break;case 58:Da(b);break;case 37:b(a)}} function I(b,a,c){function d(){Da(b)}function f(){if(26>=pa[g(1)]){var d=g(11)[g(15)];wa(d,d[g(20)],d[g(22)])}g(19)(b,a)}function n(a){18>=pa[g(1)]&&wa(JSON.parse,rb);qa(10,g(11),[a,l])}var l=0;c&&(l=c);switch(g(13)(b)){case 44:n(f);break;case 58:n(d);break;case 37:n(b)}}function tb(){qa(7,g(11),[x.Qa]);qa(7,g(11),[x.eb]);x.Qa=-1;x.eb=-1}function wb(){var b=Date.now()/1E3;L(1899447441)&&(x.jb.ac+=b-x.jb.Cd);L(1116352408)&&(x.jb.ac=0);x.jb.Cd=b} function xb(b){L(1116352408)&&3049323471===b&&(b=1116352408);wb();x.Aa=b;I(1294757372)}function yb(){x.fa={};x.Bb={};D={Sc:20,xa:!1,Ad:!1,Da:0,K:0,Ea:{},Pd:{},Gd:{},ud:{},Ub:{},Pc:{},Kd:{},Ra:{},Eb:[],Hd:[]};x.$b=!1}function zb(b,a){try{C.g.B.Mc.e&&Ab(b,a)}catch(c){}}function L(b){return x.Aa===b}function ob(b){I(function(){var a=qa(12,g(6),["i"]);a[g(8)](g(5),g(15)+"."+g(20)+'("'+b.split('"').join('\\"').split("\n").join("\\n")+'")');a[g(5)](null)})} function Bb(){if(L(1116352408)||L(3049323471))C.g.B.ha.e?sb(430227734,!1):sb(430227734,!0);I(1294757372)}function Cb(){x.ma=!0;Bb()}function Fb(){C.a.u.qb.e=!0;C.a.u.Ic.e=!0;C.a.u.Kc.e=!1;C.a.u.Jc.e=!1;C.a.u.rb.e=!1;C.a.k.Ma.e=!1;C.a.k.ua.m="";x.Xc={};C.a.k.tb.m="";x.xb=0;C.a.k.sb.m="";x.Wc={};C.a.k.bb.m="";x.Vc={};C.g.B.je.e=!0;C.g.B.Lc.e=!0;C.g.B.ha.e=!0;C.g.B.Mc.e=!1;C.g.J.Nc.m="";C.g.J.Pb.m="";C.g.J.Oc.m="";C.g.J.Qb.m=""} function Jb(b,a){var c=x.v[b],d=x.v[a];return c.j!==d.j?d.j-c.j:(c=c.c.localeCompare(d.c))?c:b-a}function Kb(b){return b?b:"No City"} function Lb(b,a,c){if(!C.a.k.bb.m)return b;b=x.v[a];if(c&&b.mc)return 0;var d=Mb(b.j).toUpperCase();c=x.Vc;if(a in c){if(c[a])return b.j}else{var f=C.a.k.bb.m,n=Nb(b.c,Ob(b.O,x.fb),"titleEN");try{if(c[a]=!1,A.ab(f,function(b){if(/^#?\d+$/.test(b))return"#"===b.charAt(0)&&(b=b.slice(1)),+a===+b;if(b.toUpperCase()===d)return!0;b=eb(b);return(new RegExp("^"+b+"$","i")).test(n)}))return c[a]=!0,b.j}catch(l){}}return 0} function Pb(b,a,c){if(c){if(a.H in c&&C.a.u.Ic.e)return!1;c[a.H]=null}if((10===a.D||9===a.D)&&C.a.u.Kc.e||9>a.D&&C.a.u.Jc.e||!a.ea&&C.a.u.qb.e||1===b&&C.a.u.rb.e||a.kb!==x.U.kb&&!C.a.k.Ma.f&&C.a.k.Ma.e)return!1;if(!C.a.k.ua.f&&C.a.k.ua.m)if(b=x.Xc,c=a.kb,c in b){if(!b[c])return!1}else{var d=C.a.k.ua.m,f=D.Pd[a.kb];try{b[c]=!1;if(f!==x.U.lb&&!x.U.Yc&&!x.U.Bd||x.U.Yc&&-1===x.U.me.indexOf(a.ka)||!A.ab(d,function(a){a=eb(a);a=a.replace(/(^|\b)(me|i)($|\b)/gi,x.U.lb);return(new RegExp("^"+a+"$","i")).test(f)}))return!1; b[c]=!0}catch(n){}}if(a.Md&&C.a.k.tb.m)try{if(x.xb||(x.xb=(new Date(C.a.k.tb.m)).getTime()),a.Md<x.xb)return!1}catch(l){}if(C.a.k.sb.m){if(!a.G)return!1;b=x.Wc;c=a.G;if(c in b){if(!b[c])return!1}else{var d=C.a.k.sb.m,B=D.Pc[a.G];try{b[c]=!1;if(!A.ab(d,function(a){a=eb(a);return(new RegExp("^"+a+"$","i")).test(B)}))return!1;b[c]=!0}catch(r){}}}return!0}function Ob(b,a){if(b)return Qb(b,a)}function Rb(b,a){return Qb(x.v[b].O,a)}function Sb(b,a){return Xb(S(b),a)} function Nb(b,a,c){return a&&Yb===x.hb&&a[c]?Xb(a[c],a):Xb(b,a)}function Mb(b){switch(b){case 2:return"warning";case 3:return"error";case 5:return"custom1";case 4:return"custom2"}return"note"}wa(clearTimeout,"setAttribute",Function);function Zb(b){I(1294757372,b)}function $b(){sb(2428436474,2870763221)}function ac(){sb(2428436474,2)}function bc(){sb(2428436474,1508970993)}function cc(){sb(2428436474,2453635748)}function dc(b){I(1396182291,b)}function ec(){I(2730485921)} function fc(){x.ma=!0;qa(7,g(11),[x.Qa]);qa(7,g(11),[x.eb]);I(3600352804)}function gc(){L(1899447441)||L(3921009573)?I(958139571):Cb()}function hc(){I(883997877)}function ic(b){sb(2756734187,b)}function jc(b){x.ma=!0;sb(1695183700,b)}function kc(b){x.ma=!0;1===b.length&&(L(1116352408)||L(3049323471))&&sb(1695183700,b)}function lc(){x.ma=!0}function mc(b){x.ma=!0;sb(2177026350,b)}function sc(b){x.ma=!0;1===b.length&&(L(1116352408)||L(3049323471))&&sb(2177026350,b)}wa(setTimeout,window,g(6).createElement);A.C[2428436474]="RNHtcOMRRLlQS/jcEPyjzgVxmaEOPi77MnUWiA5T5tn4yVtwPPl94bitpSoTKaCFkxKntrbifqNK76MjGYEBUd:QUL:lWFJD8ICP6xkC61Ekli9CRDTqklCyTo/4bhGkcXgRAFbcX7w84ekqbfWnATiHh819yY3DSIUKsOz1YNaf89KlKjiKAGxw6DSotRPE87f:lyuVT9awpFFp9kbeD0QLfukF29gepQHoM3pIg/DQ7dwiSPTx5TiOOWI2meTPPrA41LHMwCqOUQdT4dPygRa4GwjDDAb/IY/Nu5u0mpWfRf4vWnstyzgNhmpocMS6cp76jBHW2WGSJcyj0vTUu7dGRV3WOqXAv8K8T81dFsUITk4m4KrXEmKpw3m1qxkRr/0AqeT8jOpVdJE2i1hSRNzWBLcje1OW/Zq:B:pvwEPjEBLLXkMDwwr2dEWzB2251ikuaeP0HX1sAJFmWdJkhLwFtuVBULKvX4yi95mtjkAxOMp02A/iziZcK/gEQ2ol9m:LbnjmGXIil9K/ai425AhGEdAi6ac04PiOFlZPLK5M:xCmLGTgKdI9uuCa4i6ffluOuwBgzFFOQ3uuxXhY5pmRCswGkICEdWIhRrpOgy4OnoFBLct/xjGWTradKBqSpPkOlpgTUXMpyuKvc1IGyuVMLmz1ykXeSRSaJR8QtdpWtgXu6xS/9XXLpYmkWfbv6gsqHuej8qiUyhwP0XxCkhCXCC5QtbDaL9Wv:RSiRIwSSJm3BgMbwlUsfXAawW:gUmLhuZEWfDyRByFaXHVhtBswl9WFSIRPk1bekcbu/:7wGr2DV8AHXrCqh3vjCFf8Q1mH6:EJieVoTw:6UulqxY/bKwoLh:AWKIG6KOBfwrxHFfcafmYhvyM8/2FxbmaY:jV4AtMKYoaTHnHIaJjFmRk/lPoK0PQF8nNHpF:S:2tIWw9/m2Rf60KQ:oAqe3T/3CAjLvgpuvPlZdSyVHvJxEpucCJfNcVPlbh59sgq31u4BCq7L3VUmw5C5bpR:YABWp4lpFKOEK6SfvsRtZ8fcg1IFWe20aKQ:1KqU5UvWd:44t7hOqpt3Kco3AiAXfq5Gk4VM8n4vqapp5QmeP24kojMN0wk/hntDl4uzknDLn4XpSNL/q2MqcmPzgLS2E9puzmsf8d9t:JCrQ9rTI1rr/8bBb6RsR8v63bO:SKWVxK9FU6jOsIQ36fPjX/NTtsYYtAcK0u5xV23JQl99YcYmSIh2xxMUau1oVNuyeQqcy179XHm6VHtErixbYyFufK8hEfFatKV/u2c4jY6L40MjH3ryFMwGwRdHi/7Q/teIVM6dTjDo2wkdqud17/FsjNgWcyKFEQEuZxTObAacJhmHIyej8jhxka/gsLv37w1LtgTIruTO3fu5ayMaVTSWufxH4NPgfT:8q0MWo8dFfn64mqW6WJVs5XFoCmqP2fYhLW54LcJ/InTgZbYNnZnRFX1YQsFzq68xtnFI8HmSh/Owpkc0utPGaJXTpoNKXNAFweWDEBuNW/SusCduPwLA2c/P0iJEVv0A3nr6o7kL88MfXzDMkcWqXf4X0mgv3XEIepBvHKWxaGdeBvuZD8T18032Egtd5MdrW8XA1T3IVG8IO15QJMKNPdBKRPJsDPTkClsNL/6r2YaMHisY7H7itOQhOKyf1qMbozliSM7QVAiZo9g6E6wUTYYDtz45k7OJwMiPLds38OBhb6uTdBWVGV5KljppYsb6W2UjrDXqI7EGjxiuJjwTCFtn5AQbORGHwt4nI:NGBCRKLtE2/Rhb72lf4:BsUt/oQOXetAXjnyB:/Kud6Q4/vREyXUBscW20v8Zkc:4VC4IKGUH3w9gerQ:fPe:yIUBc7KLbGE1a5Z6fAKPdasOorzkB00EP/FAyraIe3:3qP8MzMdy43jXaqy7DMfJFhIMmUccxYuqu27IRohKXVjevoq0nsthCaXf76yYpErBG/SsN:kza3JXYiLUHu310Na1U4K8wOutbRU7F5AsjnJfIr0xkBCO8m0RyO0NScRcORJu5:7vlni6ANBY0LPwsALKVeqdfUAS9TgLfFLp9KetSWFSybxfQZio49QkSKF0:FRhNsY612bAUFjB71dRwOyUvqf9HZHNZ8mIxQy6U7tsUgchKc:LPTHp3le4mIrucPECHxf64P8JdI4zpb4EPYoxxiQvtgKUzP7BrqbkhqvsnT:E2gxHBHpVTv6GIwYaSfelQ4jSY8ePNclPkWu6qjoSgboBMCCQOKE00CSIiMZPt/EUiypdiSfKoq:qLahCIP:ws8Z5o/qG3fU5JQdpLV6UENfXgcMz/sjZrCIfJSLu8HuoIFHEfYJlvoURVWQHLFq0gKcF9DzSbKLtl9:INS3IpJF4RNgVpZBD3XvhLwmDfDp8X7NqM0oYns2q/EkVv5RWmzUqK/ekyjxHNvxZ91us8RkuQKD7xHlFI6TbG/Ear9LT2cyDKmd6mYj2XyoJ:5u1gA5uvy7AcX0qHKSD5jTp3EyEXFgeflRChv2l0Emx39Yq80Cyvlqcu8Hn:5pXshvbTkclyaeljwelWwu1NIMo5H1eP/sF:6cnUBz8wyWIgTUwWwcOLvZiiWQmiAyoyFGNpVS:9xXylfaNGKGP1B3bO6oykECkKOYMrpg7bsEHBdYOPfEnzs2VTDhmAF9DOJIAnkqEDQabCBsURP/m4BFwVbjfo73I0jFYqI61bqhU8i7YyPxTsSUJ3MShy4xq9UFkMijygR6Tarz1p3OtwomSCcNzJ2jIwVV56Wegl308OMDS4u6D5iM7uKcMg:abtfI1lR11Hi8TMcS3L/1ZrujCPG1KoNriSygzvjOi8IY5LwaL7JIxu7sz8iSgrFw6i/L0I7ht0aNI4K/6H8LFr/gM7jBrdjFGwDfAnY2yAsdoQ2iJjlJqsD15ONcB4xkZO2XvNrTOsZ3f5tYv6fif1xySac3Gqv6zDpljXYmibpoFDR6FRt:DDzU/0YJtzlpAuFxwHNeumDYFznYUVOX/H4BXaDYT0V71n0QVLBN85peXmdm2yAuC/2BS/xyftn:t0SAXU9PVcfAR8ga/2Jj4zXApBqo3Z0i7n5NBhelO0WStxVqu5y8eV4zCK68J4Zw0LLx/dZrxMKFSGQxtNJVvNcCrTKvC5EHBIbS9F6teJeYt2i9YZiy2bPUca:Y:7Czc3eJATDkQsl5:Ur2MGX6Gdtr7h/jzDQof8mZtnPKYMxElqhdZkKNZpWutXaN3EpsFTOUa2nDvwLNq5o38sn0P6jA2DFjUgU4NGLRDS/o4xfLJOjIYvKgW98jZ1P2v608ePKwI4dOgP69d2irZIoMZ:uzLkZ5wdRcfYP8RyBAlfl2Mu7doAg7818Rklr0KsGnyMNuUOxOqGKvGg2dUy3nUOPCCpTWOPgQem45LQ8oL/betwQo2VxGaZxD8Wt/p3bYVUeKBBpZZhcYlcJFbrA9mv8QJOLt59d/Qz:dXV20DDj7nK9fZk6ruglxt8Y9nYVyCzPoOi6/ao6xdPj7Pwypn/DZTDbCOdKbfIiobCwbm38ZnPSAq6Koz0eu1dfNdDa/5yhii3kxAM22XjkCO7gzqMk3hZvK:Oq0le59mpdGEP/9HUOK/4rUcs10boBX5zS4V16c0/2TVZfAjhfy0Spu393AZr8UuCg4Cj5M7fgbkB4o6JPNxHWK12PJnTe8D:JkcskTmjk3b5DVIiudXsvjIpy5gb0n1voQwrbCtWO9RQ3/NLAmDoYdGrCvtBoXqbBNYAEjkNS2sBBwteok0wNVuBypbln9/jTDkmAdQnCQh7ZRKkbYQBf7mEUqKWzwK0RF5cEGUpTyAGXutKw2q1BRmU/BAbwj9vPWFH2oi6BML1i3zKfPRGzgOZ3uN5ZHKEho5nRIWLQTh87Oi5LV4tvI:kY2W3bUOJd0esp:RMFxjq:F69lGWD9eY7XxLd199LhNPCZIfaPhln320OCLkG086qHJ6859KBPq:GqmmLdjv6RJO2inR6VQMEXXzYn4Y2/OCEuSJCHUMe/74hKWsZdCgVTZEzTn2:F6ldBsCmdJBeKQtevO/GT7GHpXnAhyWC/Ytpy4DBLZJqz0ZDDpnRxSi01dPRH93fusFn:bwIVSD89FtQ:0uGzEzK4oS4srSEEdm7YLK:fXeH4MQ6bzB:yGPQhCf2mhivl:pB8UjnuWs4no:9QHqupsJ5FhLAUR5nBaxHKqE5CBOuUnRhRL:HVcoYBsl8JcfWGk/544kIdEJACG1f6xMrnO3LxWvbaIiHbQWPv1pWBk00eefcytp8K2iAA8b10Ws4IF8poFpwn7ilfjgmjVC4ulz2o2ioV9eIl8jHcJgs0KlblSz8/:ISkrnGaUjoKUoQD5q1XUJrOHROaxrrGq:3b6h6mJtg:dw7BuGHFwP/5Ljcic:8MR:mDuwlsM78rWwJ7rejhAyA:oElEmn6aIgiNiPa144McirwirLRoXklULCaviwNjWjsX3ZhF0HIUcPOhLN7BVX/GvKra1i6TRg/oXc2EZib0xzGPZ2Ib2PVT9kbSINdWZK9X0f2JpTHMXjrpbXB8dQjxlfj3247TOnEwX5M9C5thMGS2D15XOqXrWDAHuXc6SzT2DIwxcOeHXxu6XHbheXuP49xMX9VBm5i2AglNTSFnXLTwI6/6E:UI/Rt2uxzQjNZPFZ8EI2mVf03W5GTTrosxPzec1cCfHGL3DnfQzfnNVDAQOql04Fba1DEWHwHZAkTBvNPhVdj2dGGQ/WzrXHeHzbzrJicRVPEsD888BsybRnj:u5gwZ/zhKs0F2GPqOPv4fSapqaV:nYRNFHnoyHSXFlG6vQ6xu3QBjoMFmZW0nhg2zJKc4Dzr991g68brWqm5QqjPvxFsG2RMBvJok8Kxik7EC9kEAtqG5CweQdHQOMCUn140Q7xXdMgIwUmxjSwhSPa7S2dBvulwb6NIjEkhTGSt2l99UMo8E9mDVb7f0WzRdbE2/dhfLM:pPlteTMrwaUjlWsdJ2K7t3/13ylZpm8u7dD0yciR1aQPJwwsEoMYVv8/ftAqhgeEH:olKSWDBDS2eu:MgFFfXkEKHMMazUxb7JyepOv/iJPTReSS7NpK/cSLsSeWhxU6S6w5i1rXqVOfqO8OJcDZrSXkwg2ZpdbyCdpn/tCz:97/qHvLTknvd7k76VQr64NZfzif1hxXpPeqbDpQm79vJQR:eEqrxf:gp8MQuv3fQT6YDTgq4wcuefi9qyG2ib32G8/p5HhV1pW3ELwWcYCkFqYdlMC436vLhekuDIojUJeEc43nze7Zi9AudyghpiNMdHn6QjQlxVUoU0AGSgBImHGLiw20yTZIh7ZFoD8zZzB0HVh2eqdPoy/z2jbVAnx6W6B6yzBJ67ru9ISq7X4a3zJr2bGxctxJmiHUEo9bvWV14CFrivIrWb1tYSHspefj/5VqxY/ob0QPF:jz4JDMlXvZYLGnUzJxy3Kw05Q68DXJuMhW9Prjt2CYhiTSCQABCA1opi1VMg8hv:6FouvO9YS3OYnE1w8T7584xQB:DiFCnw1Osd4Cdq54ZIABUA53jXkqx4t/FYm20SHsImwXHvvAMg72FQr6bjYCK2tA0zXI3hlsF4lKA8Fc3L7wIyZhbxEvVWKTtpn1CGZTa2u28hRY:4oHyAj7GDUETG3iJOipaWIw5dM3pve1bdhUuGXjr/mZmWdFkMlnvIGyoyRr7mAKrfUri8KNqjhZnDENEYwSuQj/SCNtMHWGVYtoloTngvaRcBjBjJfyO/bNzgHw81bUhgIdO626gtRbA5E83nFoQ4XCiP0NuGWPoQ4YlTgxNU3BDbMzZnvJMmYl2FbaQ4CU3ozLQyUk6sktggeBxg9Ej3h08BdWGqpgWXsTMjTLN:GdasyYdu00OyuQ2d/yqsomFNZ2/376LIKof:HOSfJLq5uBKXuuTmvzzXJuVbe20SNpGgpwy6lbGN39RngKwcx:P:10l1evlkrRvhdr4q1y1lFVnDmbsJ98Jmp5Ens9sR59JB30CeomgCMn72ggWlTxwiPrbXL5HjCM/7brx6k8xwlnXXop4tBXbSZ6MIU1FVebXmRBTHMl2QiSFz1dCo79EdluzGqKpdioFxXg6/InDLCxRH35kvxZYlmnGc4Cw0Hwmp47V5RTrHPcKXqV/OXkSaBgmc33xkW5/Wd:yMO9O7kyQ1HTU9hqCeA2Zp3jkNLFqegWssN1oZWjTI0KzNG9eFeXkVF635Oi0ZYw184WqTdH7Fq6VAC0vfDdGr5GemN3tTxspKmOkHR6djlUBnhka8pdEbx1bgLtORyfqCZ718Eq70K4:U5v5amAHpaqDCkDsW3/iGVlcv0ar111VkGc2aaXY:9vl47A16rWGTGfvwlfMYctsXDgAtyaN:3PZWPgSe5fSeoduK0Q08Yx:9LoW2p1XLwJxZmh:DYvfczPTmEa3Eh5aiQcOKW9WpufIk5hvYRsVXwFpKWEGgeeGPhwZ91J7VsQKhunSDeZvBxXgq6TFt5BHZiSahgBy5thkXgkxTX68UA968wykrmXke0iobci3Yn:xIdMSoIDY73rFIn/EDCGAUElEZLKrCx6Dhkhx0HpBAMs2CGSSk2i1p0Qr6oaWJMoNFzUV/Q1b9ugqU3Q21lDxEo1WslGE4yi3O/XDIjwBSqFOF1lFn3f8vH3WcnSg:qr1dnyXmnsI4BULjWpBmEzZIKjJZ1NHmDqf4Q1F79B8:jI/QjayHphz2nEw730MINxAN:lfZ/Qr/a83SsV2z5QB//mk74hTyXmiM38AAGs8nyLjmgFqBfMa6vjZR43CFAQ:/txpRfhWGb/bc:rglk3q5PlkByvKsZIP205kPj5VvfLWEq2RvUVHyz5N1TPbLE:7/rCPzUMXaOdh0qBGTSO7T:QTObIFPDsowmtkvYuP:zBy9uWMo57WqNqWwVWJekaFgHOZtZUixKsYXs7HU88ei68cv1dW61Pe8v55DUAKoOXDCN6nVzbJCFt70Mjykl8ihrTYVMZK/dvIihTqsQrofnFQyHMkMFVZDJRKjJQ92uY/WHYrVuL68nEURi0RXfAYwQmrYC:gYTAI/BlAADEPFGKHHqal/zzRFuovtVIVNugVlXVJJwIyIHIEUOCVpDC8LYS0Z2m8G6tD7riedSjfih000mXtDFXYJO6ay6m7rDAZxOaf25YN4:BIhce1tBtYvXclSzRoNDOBOaxFIxuaJDfwDGJ3KyE1aNbI7nO6i42SpdA86irehmI34Hq8RcmxbHRerqsX:yPQ8DzIeNpl49g7WaXFvbr7Df3eH7dCjJXhaf22t:QgHeLt1DcbVsdba0AfziRYJbEH4WCSjydEM6pXImm70hS6eOBYeVCTO:ZsgR53W019sXRVCZEYVn1snquTAjOVBjnk1wE5JuG2nhlrIPgjb8/a/1Qn4Z8o0DINWkUl1um/Uawib50cLN/eY8aaEXvASpVOgkF4:2zAbaEhWSygzDEbQm8/ju2gw5knM0x/l:jXW1i3mHlu1CjxvpiUkKtiGh/ohXeMZdlrluJRX4aalkDtrleJXfjekRgPDfHJJFFaJPzWne5suFMzne4GEShGQ9QWgJrvh5v/4/ye8fYo2ZKOQGniMAJN1RnbWKpubQi/:q7eYqkc/FUKTI97ra6MTRLSZu3lrMzHHRmIYiy5JRi/1jyQMxrdFExEvzeMkCbouhEVMPblLtJ2b1OE5QMFwfXNwtAiwjQ7pKxKAPccNIRgq6ys:2WqDYmBgsin1vEnUPeTCmDQtStUnKtBN53NhqNVRMqSni12Ef5FLdmXbs:dcLDQQu7Wka0iNQVLRVKDorn15ei2CKdnyVCm1m02QGvSVrprVW5il8Kxa3j6AaTG3Jrv7EhkD60R3WxD1bR7XDY8a3a9:gCPvymmsRB2HvVDCuw8O2qGOKwECDBkc3UcprjF7G3uTmgxAYbHLjioHTVkHBOP2rqDNCj8yPE0hnbYeGy3bsq8hSSjc/:fzZb/Er8kxBZGJqf/dVAiToxS19nH/cYd:uxyKqhb1HVtc:doBMFb76gzkhoj:upCv7N:zUvLLc8jUIo33ByBtobM7GvYH6DnUU8ZZbjKpIvQJgZg4D1HFUyI1VLef7vAVDyF:opbr7bQQGVGezCqTcdpEBX9BfN17982uTDJ97vCGCaoUy:Pu0Cb2qr5NUcXbgidGh2TgHM8FpOQJD:f9tdV4surtJ3FciaMtkmHYpvULuIWNBx2/tcFUizgVtkxT:CbDYCc9AZ4NNIGufJep6Fp3pwZjk6SqbHBgNAvjLIjnmthSIe2/C8LFjlr7urgj4yYlMwofIea8y/Ofp/OZffjUq6VO01qTGVRNrjBslA8VdSvGwaAMw/RJ8VEJfa:LomHrjb1ieyPNevGE91ZcT2aXO6T:1MLym:qcTCUDG2Z51TLo1nchytvpyt12iYH8lakk91rLmpZiFSKttq7G/8gJY1YS3yhod8K:A8M3L7eIxGuQjv7tfgAcNtsAuMtfcMLEuizOtG4kWwVfhdPT5TK5ggZx7WNTj/vV:DVVthUxiy8XHCF7gBFhyVQfNpkuPH54e:92DYdDNFDLNWpqXSZuv2azXcGpqCH2ZzxGD3lN4H85gPj8H1ueYeqIcjWdZ512LXbyA:I:XIhDScuglmoRuY80zouX6dfp06gJpbEISzR/Fz14NxRwew5l4bLg0WGqbd2aMwghXvcxE19rkA:4VBemHPxL0FYMRtt5LLBjfqxP36EXTygRhRLAjiXGTepMuL5nxOEtyc0vRi2MWwXbdkL05BWdSlmLM2grf2oUK6gAoghBCOsNlMQs2Go2nbWRrj/Y7G:56WDw3dFSGSsjN0I45oygXlAYR/rxUsoJyD6NlZEIJ1rf2HwziT:7qHQuiysKricQ0hngrHBLmadztE0CuzcbdNyWS2:wF4KXVE/ZeZHdY2p59QN81jkV7VZrT231EFo9kh7ngt3FPuB3pcL/1kOkO9QaCvm7KM/jvtg3YB4oZmX91l5DeP6kdyaYHNjy6FcoPu1fDmvzbJuVKVKRIMZoSUTr5j06yaQT5oCFAQq2IVpRn0Fx9XImBuwmZxxEysu4d14ab9qPMO0Q7YipPt6CcVDyV8Rz9F4FiGKUXt0LuYcf/5qq025w0Xk20LwQOpG/kV6blyg3i4c1Vmb70n/plaqBGEaMIz777ktNBh:fNr:ORUZmDBf:YqFq4QwmpABzJN/ZJTrOc6RC4QGkcPwpbQRLfmFnTBuJCe2jJo4QSoIcIoT4JlSyum5Heok67gvDFZLDYwQmjd5krDOJqYo97Z3:4EGgYd3qKbKWffmRK8Czr8FQDq01PKrp:E7f1Fz89bVYJszxn8bhiAzRI8HaM8aRhx3bphxSbJUt3K82mNCWl4yG4/dBM8GWIl7VNEYifuDCLd5Q3bEiFoaHqOlWRRfSLcOjeOFmdvn6qDFtr/roEzaRmrUVEmjRqPPR8z0nfgc:JjsROnUcKnfTArvl/liptOvCPzilfEHVbY/bZgK/UyR553b381SvSMBJmQ7MC7z7WNmWf/0m7l:P45rGF7Tpdxg2Yqq0/sSu49K6Mib4PD8NfjYDMg6AfF88cJdq1eMrvGUacQjCxghgsUgxu6hhw2NzeieByl/KrqDR9rb75xvgZlctF2Qchj02aUjFq9m9oVa8cbiqI0fdsEMiZEWmr:3A3Hu7WxtIV8iaVmOjMAUcH546BzPZ20FTl9Yn7U07Bv5WOXGW9HlhYQr/uWoXjVHi4qUPLml/A7xpxyhtjoEHBKCZZccjTSOMvQEbsCRgeVuFD19Q:FpKe3rTCt3uJAiI1J6582MqJh/9etkghu1GWe3Z4QinaoQJ/X6F5prdVCluTM551r/XrJH5WaEmUBbT:odLIIvNhdvGzgcCpTsmzGTFONmWoPyDR6LpIAbP9z5/N9VKezlu3Eb5FKtNIyYhMJgyWL2sl0zAik79pW4/Kq8BQh2zfl69PH9CIV1l/IMu7bh2P5GCp7uQO680xoHGCKa1XzIK37pAMtphhvfitMFsd2oFyn2uEqoZfbs3Z/qciw6XbnoRTikDt7I1XHIJkOF42bgzX/EUv:vrraVgYwGq3dCVemVz2/axeYWAmn9jeJct3n59bxDq24ajMtYmlyFqsawA4KTsr6P06//fgKFHhUlHT02xc6wgOnJyJ7SuaY:/xGmDuuRqw3VzSGsO//6xWLMuDcVCYGmJT8VjFDqRmcTAU2tPdK1YEcdSmhZ1BMzoKFduGU5eG5QgQ/GkOB5Aq4vcnQ4PagM0XwobIlJQyHe0zb0ROOpJqRkSJ/2fBCdEDNnkTl/fJX7YHICDMYbrtGA7uWchqdHpBm9veZ8IGizo7Xoqqh7oYApSq6SowJLrndPe544HtZm4fhIhjoG5nooGaURWlva63yt7P4VMk5P3/wCXuaUJ5qUrOkpTbbSXbQ9G:7QiisCMXrdwP5efTaQjkfRSW2kivi:ogTyjXbiQsrY04EH0e9Z1DdpKW0zxV36GT6I3Xv6C6S:s86SYZERJ65qHrp2NcJrwP3LEuIrGtnCCfBOwHmgALlVl6nuUKz9poDcUR:i09HPdXhws35IYDt2gg3i2zoL7CoE3gwzLdVAOSfE5QldjE85uVQh4IOfk1cMsF/Y5a:hgAALEc8cl5zGVrh:1vDaatAExxcrZeJpthODYZ0NkgqgOguG0/lPSpJbUPWyrd/WZ9xRPoBmRq36n5TzTeDuS0tmqgCnN0/9ZnvFgMWBbVbOp84CUHcst:EZ2RMh0V7GJJ4Aes9c8KI0J9iSQb3pM5fbo:9uVPplbyiG6z1nBYkOyvDOp1XzsASG8R9zjyKt6Vr8uHXFhVZ9CxfyOCeyO4eQ7GYW:r2z::CtBhhOvf0jmfcmOr0cLQlBE0ruNKUKCBZBVGHP1oYyONALrYTUbm50UtlzR:CAxWx4elHDVgVMHg9PppYCVRZafBKVUHD1kE9OCWrmh4NhQV0GQiL61Yn3vnV:/6yOMiMg5m34DRCzwTt20mxH0u9ALV:sHzmxcCTxDfbMlm4ip2dYEXkWephDIU0uOe2H205:r:5DSioxugKjSJHyMxaEEhabRqYZc:TshvxllwChC:iqnsWYJWkHI8a0NzQeMlaRIeOWP00hGbeCuoXxy6yvH4oApkDCA4UOyHzV7z0n:Nxzg5:H38P1kIXYjHkuGcSG:vq5E7zHB/FeYKLseiayOW//FpqI:dhq8v342UzDU91jTA84p4DmxI8rpW/RK/xChKtjjd8H:88ewwWwjbFABaWkFyXhlideOdGJHQEeQkYIyH0dLOzqZQ5ZnezxnQlSqLj/eTSKdGfILSiMJh0w67385ujVTuC1/BhAZL8PwXtu8G:wFwr6GKCPPxzy/AXTf4nBr7vkwjiXK8XVQ2IOcp/SIOzzdZ6HCuTxxXJkSINuz2XV2Q/1GqH2RslPiz7Jbpl2o9uFwsiVWJdb1VdRgTU3Xumm/s/i6zHN4gu:qP05ybYROIvhkQuxxibikQ33K9abptvJqTefaOkosxd9mVqAcER70iHiGvMXRylthW8iokdV8SgFMvxHQprc8PtQ6p9z3xBQkPpMs2D4VuwL8H1mXjykf6XjKU36drtt7UiIimYMAhi96fyl8Xvyj:F94HOO:od5vkAvRmcyBGUddhqSV9Igr7VAxbGTA8Qbsy1Ij1fog:WnlKukez5VBUa2Syag7yanCX5kZONH6OWDVWZUX2Pr/cEaOzigQFt7N8WKfSPHNlVnP:1jClsN/HZh/XcEx1fSJtFjZ5pk45gaOK43RWZpva6DGLRGTanHrAgFQ18K3Wm7MJ9:YaObI2muey73pvFyXeh1lwIPi8EbZ3hQ6hJbMMP9D8JmjkUAL2w5dzJoJVqQeHuQpE:gTI1SAtnEIucvkpfnMSzeB76pz1L5o1ithv3nbZHtsbXWle0zeljMwU:WZF1PE:aYZ5PxXqF3nsIJerL:gClPvxVgoTGxtrG5L6ObNZ4rJ:scalY3lbYBT2av1Yv93:Dl4jz12/tAdq1wIC6pA0QQaurKH46kZX6WpP7nbUiIAKWY4FnKV3qxrZMTE0jyIS5UvjNxaHGTGVzJ4S0gho7eqQO/QNceq2MhDWSaXFk4/ydXIvCnyh60qfEniu8SObR2sb65dXkygu57t8Zq:o3:OFErzhiWv2ZHUdKB/7fLvIM3boUUJrMXwN2:JOpHjYmkWPewsPws06HIMzOCgmxThxUHtDQuuaau32ljg/cYNF9mfQEcbeiO:jT6Rn:InTxYzFFmw4zPhzw2ddLb:38n0cfJsDmZuAqSkfh09mqhC1uJeXNHCsDw6arn5BFisbZAasdGWi3SHi8F3JiaT1vRgw4x9yqL4SdcjxKvDO0CNWH4UiEMZdyL0fz4ClYHOGhKyfuCp2JmGKXXFCy/KgDwtJwpuQ:peJfETgkhVkgsyDy75jm9nWGHQP9:vobHbT3hc7dMH/uk6JscZKaKdxPzCMdg0kuIw:D9b4eElKZTTBL0wF1R4EepZx6Td4E5yH49EgFuzkeEEX2JzkFI978asVxCZQiBcG27XTtJr7ZSjgQ/KcZyAXdQ1n1thnoSIAumEykhfiPKTZzr48OhIBtPCNnJDOZeQEBS0nOXqvxVHNL5nFESswkyKfQ6eaN0IuzkvH2qu6Vmy43RLQoMYyVIvfXeAYAEz3elCjkrsKp7/VLqhQcOlShxxGs20lGO:5Gk7aCKHqZrCULVJz:FquVpBQhYxjvUXyTshrJLr8Xps:UbDcyk24euRQnG3RmXgekuCBZJFZMVG6tJSlkovrLBLd7rcU3RUjmwRSA3AYjneZ:hrgaIkiXSMpBT:Zc4Zo3tT92s/GWlWmdJRsyzbTroj7MNwoxOfo4vlCBbkMOmBdzfRBlcpce8PJ/q6/whddSWpaH/9zgmNatVvWObNRXdO4a9U06M/yGyHYU/:B3aLa:RvELxDokpvC/yr1FmjEH0Aq7nWIkpv2h30dmPg4584/ut64geyF7KawkMropVIqzO6P3rb9tj/Ccdyd4pWxJs3h1GWa7ChYXNWy14sN5H7FIQb5yY4vcSYJr:Cz8rtU3vSlx52HsCmwah9Hhhk9xcJN8e5J13nk2E3hxKHHymHwSZ1WUKQ5AV2UUg4UTzc/sKyjTvT5S8G/YvqcWTZ0sdE2tcYAWnvQ5bLb/8rt99z2lugQKzkpc5/:meHzt3j5FFlLG4qqEEYUY7t8FvbrxZiIsVTbxCPbvvlAsxgWt528br88rtOC0:KfRX1MTELNYO/BDFL8qTySKjUDdbab7QLh6HmYEmfZCzv0YUgV5aMg/8EQ5DMQB:QnpxA58Z2FL6HX3r5EjCElH5ASrtywzPE3Fh19yPi4/NtOZdVMbLatPCknDceBPALUwM1rmzgz4Zr6xwlp0DCrkuqk4s6cR7A0FWKQpcoxIzrBsmuav:5OakBxjH9tc9GvTbx62uTCKsnhIlHFI6FnlZN9FtAKKuCmGxP6iaQmIybVU9Jdlrh0gRC/pZGuArkXiUSiredY06o0O:MljP/7I3N:p3E43zPOnYuLTLurskcWA8v00m4UsE9LgiwHsNRTPSz5PfxYEEcaUoMXem5ogV55Ip7rGlUlzgXGCoFqb4HyuNoCSpo6:BNjfA:mYZPIUpzddqowzU2kCC:TgXlb:s848IcbrsD3nOWyCTOo9YoHd7Q857Z91GLvfd8i4k:UojIzuertZ8jcLmZC9CFwNSGoNMfUZjYw2XMM1Uyvws1GWOBoHy70eSn44xcNq:vmO0ooYUCPPoSB0CaPvp5eyh2DbBKG1jl8bO2zLeGXCj8oiZQYHgfpdXEdPFtPRMN7G7N6wiltc:iF0360ED6pkiP2QOKRy64gCBKLH9fZGr4vOP50ymTBgeF4JGfLvxeEMOVrrUbroulsN04SDxwVpqDKNFq91VzABB/IsPMeLjmDOeJcaY4GFHAXbR4wPbAaujoE90ZyV1jX1QmPIEXgIr:wEATU6oH71fQOTbk/Zkkp6pGviDAzcridIKWI2iP6TrX2tA8Ro51KwODQwG9j3bg/Hs6sIj97e/MNocsInFV2iOrihUT3fwpgsKepi2ZU9L0::83NKoOO:VfdIzFJfpT6yPccuGEPY5KLD3:Z905kgqj/wYi/xgxdkW7zGJm1DJNhubqHdqDcOsq5djEGrRJJQzzrwj:Leu657BrWS0CZhUD:7q4vs6CeVdhlJJzki51StuPuhQRrviH9WtU/5Hc2jCEpE0sUMqmq5Bb1zfJPRt/5/c3cySbJ:AbH21WDtxGbgvRmN2FR2gMOxDI7o6SCplXegnXDL8jXAR4rit2xZz0EO4VMML/XRoMiU65kir0qnDdIqOxCA651AN6Is7:/4h762WbXxLVbZnwOPkYxOnEa3ND2i8h6cUZ6jq6QHvnE3r4hFGKlOUiZvWlzAsZFcEi0slar5iB6F0s5b4mrg29L2qfhuY/tJjYbG:S5Dnrk9k2MNTXVk2BPknjceTREMWmVNnfPqLeRf6WmR41UUop65WbalOFjBqT03IEYlZIZquhy2dcipf8INtaviUdoAYIhiDBsL1kH:TtSYOU:f79PbMABkwkbbtoG1FhjDYyZapuydVBlSpLzrkdmm6t:ANhoWY3QQtyAntKZCpFeCZCTx0f6vaSkThi23LfOYbH1j6h9oz0wcI7P9nLZRiBHTfXTMmgyqx8hWRwhNj7Gjfn050:6fwIQktDR4FjUnVgXYXdC/TVW6hNMY9ug8eTuiCVTgojwAVQH89RLnRHJ4UqiwEQz4TrbsulwSnqH6t7ur:BN7AVK60Q1qek4O7:ztKPuvCTb/3S8ZtIwR4mZ1:tO2n:xkHhojhZ14HYYivhBXmjanvdW6Zi5tzwEPgh:PQJ78PQpPRtiDJTmBNQ8wHgb0YYflP5rK:yL3feWOMCNVxll0FS83ezJusZytihZ/Dgy1z3qGSx7nk9Dlfb0yGXHptiDY5RYRujLikvcsCvx95GTtA7JJ/uEiXyi4OBEFYorCyJ/n45kuTSWfepfwZvB6WbU9WaLjOC0274Xk78rTUjUNh69Q14XsbUEMLrTvrJA6WYcEFgpshDtJP0:u7BAyL41wUY7v8VZgflMJU4sgl70nVjjeRZEo3OL3h0fvMLGwYL:ZKWs/Wt:xEpk8bj97V9ntuwr32gBgGbj4gwLyKquJ6xHYUN9NR10nTlFPJS1Aq2vsQBwjmeWewduGIsQctb3HMwlMfXJlN/6JNdJ2hhYhMQRESrGerfTwmHzeAWyBIpHLUvqz2:WHB4cMpNPi7WOlnDma1bI7RjzW2s5iH2//RkaaMG/srFSRm7sZah:q4Uhcx/mScay5qZp7W304q4ewquXO/CQpi2IaNacjSF59PPbJue6NBAkwvhfMN640xFdOfXQgGLZTdzH2TlD1qKLBRbOP8X1E5xpCPZmg:TJrOxGYC9:L5GTUZ1LPZkTJlJeq/mIuH5EdW9mcd2PicS/oKnwMON1z/nIF24j8BA0IQ29lfzK:nb4OPdtFTro7kGMuItfayk43yLPgo1AYg9O7PSeLATCf45:OFemsKpM:5LbxRBHnRE0hjo0rcBOETqXoiSMgm4wpE7ImIXjnKO22P4yNw10TnQDnIOYlaYKPmrkZooxzKSiKKlNWl1C8Om/laUdIuZJCbIy0GF27ij:aI6cSgp2I/3/J0SS74y6HLKGWYXbB75KK1bZq4Gou/6SLtXAiKKnfmWnNUuSdP6EhmgQKGNg0BfEqpzInk6d:GpMKldzshAud:YHg:oXAwanycv90J9x:rBgLv:2b1ykSVMqC7K6Uj4wpCMyNbYZ0s3Pzcmpepy8XTEwo1sCOOZQTYpif4nXsrv3HqCFbVsMdUNgX8056hesdAKk1YPlMPtSvbqN/fIV79HxtCmv2GEkZRDZ2mAtW3Tmlu8iPSAPbnxZH1:4njwPKm8d32Xok2bKcUmWrS4H9piKGitIhpLFFx8SeVtlGnl:6k5VLrSrCYbwVDTSjiaGJgwLIcErOL8I/:DNyBwRONge8fUpCGl7cXdaielzPmth4eZUztcv0X1yxnoU3dAd8bUB08HB48HCVeG:S8JReaoxmJMFPRgGMdGhOKxKQ7epvplEk4nh9kP8jo1SfNRGaGMw0NG7l5YQdnL/kA6jIpI1WMVSUibL://lUHhxIM4Z/RiZosJJxGT8TzYR8XCCYNSlZAUSsKMUJMHMXDuYN6M0JPdPmWCx0v/Bxul8:5RYeoza0WE0mIiGA2aOf4:t0XtC9/HTQZcD9XVcbhtnMFogLZ/By5U31iGJpuoZ8KI/A2PJMO91Ds5g0tOXbtGEX4dejeTDSBTPbTCJu4WwSI8UXZTQtWUbRhAYqIdyJz1TMg4Pidj8ZbH2yhXT9xaxOQQzfabLnLrrWgl61eR2mPnYhTcIw5ukj43V22fb9F6h5G2Y9zipK08Tk4Mry1IPc7Iio9gnuSpyywOb3KTlsNYkBopzapnxHy1uABSrqxxfaEoBv/ABBJOrQJhu2Dije8KRJ32XbVaEj2uScz/BbrrYYpqo6fZ4BoRK70Lkp71JVfyTqgzRWoG1D0ao8pVerR5O2YDNSMdsnbpZZI9n4aVPzNqZ410n5yCetuuEbSYc:LCvj6u8JvZbVMzk5oZtge6n2adifjxRr2xt3am35QuSwOX2wLp:JmLOq:exhT9mpFpouHIXDAM:WUZjLVGV2/jP7kZUMKdNX6KkFNiyFOrky6pQGS4ry9Z:VJGzSwybDgh20GDddNxl4C6DPau2opcu1x3JQNKCvNVEUMqmT94oTvy4PMwjQemKO01LiACHoDj:7x5xGz9Ps7/HCFadCmWYZV:mIEG4Cspt38gyybhuE5e8wNZqnyWFqgr7v/LflkUit97UbdW1fYCBq4ewiQLKxerevcB9:31CDd6HjnQkWlYBQAXCIZ4KC4n6YSSjXGVGOWfRQbKTXlJOsll0JOqWHSnX6jYCYVaaxYcU4lz/ZpBd5D1VlV2Jb2xuJtjES20fYzvGTT60oqUcQwaRohtDSubh7tcIYSaO4PFtCQRMtkje6mwuWGqCMttWAZxQFEd8eUDBO4tCo48U1D:dpHoszfj8rxKiXfU69CsH94xEb:uysJaHd0n/m5h6Uk1Ur/Vtu:qpnXpbEGvIpUZxjrwZ3tjzCkcTWTVKReH0MZq7n8GxXfdKqxxsAQJmc/gBhs0xPWLJDkpy5wNcycOF9bWAv9Ze/r3KJLe5Nu6tKh3OmzgHGbZlOGti78yAocquMtFgySWyLE/E/RyYsjFK:GZAdjs8XeLqJnnSKOCDvkrW313w6eDu2t6OBWMSB:4b5wmgqtAdXeVE87LfA4zDVypzuPbXsAqsJvCiug590pHkRuwK3hRYxe3/ZogBFv1bkASftgG:VItqLf:2YqkhJrE/efzm6MOpqIbw5sg1pcDqLAQqWrXc5X5ESrAR5e92mtmGZC6ky6kLyq1R8QziWRsGjiZHnhBeRRTmRusQ/RZRr3jvzxi19czFKo41vZRvlP9DBvwWi3BxIX6B5LLo2cY1fMpntR39qgsKAZ9DFfID0jyIZ4sLrkkmTPcF:ROPs5pmgXs2behhiIVHxlYVFfRYQyEcRDIDgRkshQAgIhnXXlLQqkp:Tvr55BoJP0B95Sd0FCWEH6gGz3fCxXoHmCZrJ2ojgXrB9e8w5PiQmNpVWTUgHctjBeKmTkCN3Fbcc/t871mUqwKj6JxQXAvEZ2YBsEceGj8n8eq1YOLWGSWEH8ZDl0qQGhJvwRMgvtK8Wc4RQlTSvhOi0VQMweiRrgq5vp5cPKflby7LhJ7XFoJZPoZiAAtuZUE3bhQAx2P69sj2jx2P5cqO6D8sJXa4GDUgc5mKPo8UoUTrvf6eXFz0X2cFXmzMeB9XCdrFR1djnEg4u/:KB:Vg6oM5zrOZuKErzgaQET7ys4fZMo:KSAe5uGF3utrtZ:dm:zCQKlu8zBOjoJq9zHgonp5kMNjgao7dJZEONBG4hpRSqOjmU0:m2lU73vkwL0d:B/VHr4bqgaOLxdksJcc/GbEu6/0fgWhpninM8B1YnBdZYd7AqUmLlLAJHkqAPxf4G0M02Dx7/vVnnfiFmQZg66o8d9FOJRf8SFg6EJ7NvpbU4AFCZnnnozVHmyg0SySCG0FMexhAY4cIjqcS:DvihmMBXmu1aySAT5:57jHyTWXu/rsQggsujFBdGzJXTaK6JKDQGWuo0NqUwHyhSMGbW5F4qUmvZdvwgyUwhZamelU:ZUWOV3OBsvNUZCRdxJcSWv5/rIjtB5wpXTWCYKP8vqoTbtoG:7E1YdAiS/InA:nLOfOEouetM8Jz5hngaFqG1EXgbbFZvNPHKi0ANtJfcC30NUQW6qOVFe7N6IBLsILLS0w4QJADJ7PYbRk3ijaVE:L0LRSY6JmW5yLrAbjNNcE85u8AER7phLsEzmuVDNmtCOBGjisZVu2DRX5uBgkljvcSa85KaCu7O765WkMT3m6//ClfWThOV40VElvinka:1oyzPXadL6fAm2qoTWyCGnuZlDyTZ02D37Rd0Zh6N8t81n3q2RNjjHlB5Lua37ql3CM1BiZ4py:dWRBCSnDil3iuYXyRlJHM930eXkioUWwaFfcjDYGxgXm19XMMDKcsremT3zsFcyhZ79TMIXkBDHH4//GYLuRaxYdYmbKL2naq4ooREaS:csCC23r9UcJsrr9OkaAYPh0NcDAzX:L0SXaQJX/GezDWYoq6QoCREPt2vcjsxbh5ZxfAyJIbC6Ehznzq:3n54FkbIBTcKX/fN/Bhmxd/TUWLa4i6aCJDjIGuEO4wiYCD658lJ0VQyE7STj:UoJ1fKKsKC17ZL68i:Le3oME1rU4xc9xlcoVViCPoDoiBT3NvLQVgwzssHSY5zoNm4j4tJ8xJa:ZoWm1y4MNohFZqBN:RmRRwH3zy6imgmANg3hkEU3C7WXq4jUUQ9xW3LHRP/OIJDcihUC8Y9DQV7RhvLwK7q0a4BKCkMcI1IdRPOTHx37TNvlLRZgeDFVviG/BKWos/alipuscM7f8iX65SRFXbwBgD6mRMWPvGXunpLGNYDMm1U3BwkgsVcTf8fIkHh3J2w/xuYRxI0omFS6Q2DTOzBwMWNqT4QCAgo5GbwtT1cGqA5ZefZRND5Vbu2s8ozlj1m1V4RgGv7xqvZlBHMLRhJVKVDehR2ytpoU8wLj4LdREO:c:Gp7ZOXMLmDyVAUw6isRkxU48RkjxEtH3x/LlmUV05pSOIVnxefjQEWqoTnrZP1e6Hua9LVuKyw4ksUbAa4KIZCNl9lgjOweIKwF3ijY6aXsd3Syqi1pvcXaqEVIeVmiMM:QkTRxRmcrFM1pQ3QGgyqCFXbaFb2Ij2qCiYkY9XF:wjSqcCFh9s27Rham75onnOwD7/bdxuj5n38xHKGIPtSkoLHedZCVGBEihVwSWdwB3Wo3:SlJVV81H:a:xuRCn6x1oj6dbGrXfTZrgW8XkUHTt86dQZQc1rY6wikhftIbgtNq3ZugEk/n3fokyba9XEMFMEwMF1u8lQv/65WOO6kB4UQTXzNl0czjJ3mWdYwperLLBxjSaFSeG3CZcosXAhpZQ9fgmt/fDp5DgO2mqK6J1fT2CaHpwA7emUT5mc7novRY/ZSisiYNyCx8syrSE4XBGYWWkd1YatOH5KKn9HRg4SSQNot/nl4H1HaEYOpW0UdobjRv6OpzmduZPvsZqbUGcKJ3GLlczK80wA9BNCKwLG/SAM8uDVSqhH0i5wlGwshRGNClakuCcBRUi8hKuLf2crcAkZJLlYIwsrO9z7caeTHykzeGupGemyUtpmS4F0oHvO1Bu5QcpMavzTF6aFEazkzhKaZXQYidd:EZr7fOXpIR65yIc22Rw2s6eTzjH5rpP:HZanfKdIr1bc1CKu9vghXdkxIiGEXmJTqhiBO58hJrrnGROW5DFIKB/22Cp:lJJRzK1OPNH5oqAU7DQOG9juiK0QYsaCHBYK4Z7q7IEBR:Lm6eYhevEshPgxME8PBgjbwBw2zx8DAOinW9jt7BWrOucyZv5GBaa:cXxtaiHngt4UN6PXTbVE2ZhFL7QnErGozIkBT0mtVQc9MG7T3Hz874olOBqpRGHPxDmgUq7oacBiY1KZup:o6lYqBe/7KsJq1ZO9vwDCdNObEGlRfE6HOWgC6TU43t/4u:oREOiWc:aF340HG3IVCeNDTPT9LtY8I:F6Ol6dNw8ZTLOSZYWg7x/HCjAzURty4ZcpbrNfPwJW2hV1HU0GiT8d7fPHO:SkI2XSjVsB7JouYAIJXwBWoCShUtzAKqkyoHM7ntaB4ocRBGdTwi5JVfFmi4zl6VuDqas9iIOWGAGYlhQPU2DDCb1VJq3qY9U1Lqly7h6lgZnJGpHcw8NCgdjlXZkW4ADA3vhXAXIEbHj7QtBhbBqhXaWo28sHxwbp/wIor/SMmcwpKuKfhGCIhcAt7qqJuW2fO1oyJWlxZisZbTVnh:itseeK6gkGiU5qjvcHpYyOIt3M8HAurC1sRsPUSg8StxMQW/y8ViZ2N/zIQc7tLY0TYqheTHVeANwZbpdN7DdiSfb4jjEynrFaGMe4KwC8Zt1giWiZzlMbuIsPNfW5DzL5Iml5PX1ODkBYICD7x6Ppz9MB526valCZmf5:HWn28LA0SYb/ASAOpFDzy9FOW6htUKy9eksaDSB9TYvHLXuNmozIphUHuPaHYOzq3k/bIlCNcsJiPidK/P9sTvQc5zGGe0bNFIS3McUNXqiPlGsOMw3ypvhZ/4RyM9d44SdLvHDMN7wAcnxcwHOg7FZYvspd1SS8e4H0ripaN2jUpbNCjKsoYBdg9IS:SJ5xsqHDOuTjWuPsdv1oRfF1vWKMQ06F9chxuREdNI3jvM:G0riBLWh2onkPpkSBqwgRAMTM22KCnF9j6UhfRNIY8oITGvUOBscUTmKJurDFZhtNvlocrKperYqV7ASYHHNEyrO7/kNUSuuEuBjIE6J7fgNFm7pdU/EmSpikM4MCLxssbVIvaF9jACnTMOxzXbOSqtM7u0FKsb0ii9fLCmsdAjMKmfefahv9v7/PAiodJqeNkhVWYTGkLN2b5Pk1hhheqpy8dRwpqCUyjrfjz1m:Nj9oBeWSAYlNb4a0MV/KfXPwMp6WoVCJbnsALvcX5YUoNXr:gWW/sjRTuyZjlNhvaisRpqvlC5bPm1U1JkocXqa6CkQw7Ips9y4j4JLbfEFxlBsqlNliDbsBTXKM:Hluwe7A82TyYZQPDXUG6m8mwSc/T939hxQZ3any9fdhYf88o96xXhmRs1u4AkSGyCQM7oq267/TBlWfj2pc1lrqi8Q6pdaKStDkVECBganx35z5TvkwzPiKFUcDGywDnyfayv2v8JFWj3pzFzyyF:MtRh/xTElVblc4K/JftdLo:zSGPggRxNp/gdMeMaWPCIJ1CgAYrOGtyoLdItMwDy4PRtn1u6SFf5vowk/98muwbZXRxDv0mEYcljW7FcVkLCH5mEi6YE//RENd0WH01VfvwoD:GZ3X2iWV9dH26A1CJY0QbvA4EB7V1C2T7XBdr9ntc/cq6SSBcjrw:Tz32BURMG2DmcT2kFfLu2LG4YnpvJflzNW6xn:1uhofoF4WXLCzFeeAe8Lyc8olCYImaEXtpxTOSI:ICTkLdaUT/Zohnn2BwBrEESHknQA0N8gDKJcPJ8qOQbMkk0iqxDO/q2y/HTiOTw7hdjNPMtPpcqzWhIjtZKkpkvgB0V2n2570ORu6FfuETWWjaAoB1yn1zyKXI0nNel3oK7HUlZpbFCwseYLgE6PjB5BuRNpNrC5UbTCI9G7hEgpHWxkehmDBCLBXThOJePO:6iCWBQ9Lx:WCj9vtizpBP:O39OmVpsp005N/lb7azcBeE7HX9aAk2vTtG:ZvQNSuc0sionM:ul7kZJBWZnlcqW:T8hM0xpnNSOv2JBXAWrR17IauZt809hDE4OAttnvcX0DGXWGqq28K91Y/MY5aTf3ouCQTPO/8ln5YdEaBE77y6hxFe4seFOubVV7UifbyGaQQzm1C8PZOtxfVTxAM9iXFfvbZrZzWLAUNLx8syrQ11Aul0mFw10vi:0zOAKMVMwRoM:9pbBqLVlTjhf1HTIwGt5GhDuxTANVROPtUIywasa11cIv8eYMz4I85018fgI/dRiUd/oCngGI5Q16UjJj8X7C8D4d5DEok2zjFV8TP70t7HlzqTuxqzUNuDDK5Jqe0ErC0x6g9MnWUZEyERGholYU/xfrOUz..";A.C[430227734]="d7ppvIfVUMKdt/Am0MsRYZyOyh/5aznv4O6vZrdaDiXeTAAjrn4n9CcRBxSEX0jDNNYWOy/ryPM7EY1Soj2EA2uCoQK0YNY:oGUhg578DMuoz0DxFyL0wvN16qXwfUIvu/p3jTu/Hpe7dKwHuZpUW7SWFBhFUxi4y:tUOGXUEwRwCtEDMKqBRr129rwOfQz:N7odAp8Jba9OHicnFPZ5KpzYqMYneDIpokL10FZ5ySU99mvhG75shJInYHv2DEStm7UaUxx0miKtCqYf6:ImW0QPFygZuuS6jxwmeqD/1i1tgA870bMLggpL7vJAx2hhvhTXk513iOD2xcbRQnhVyZW3qPZE3yo1MtaB9sv:tqCBL6Kg7fz2aqjK9QNHws2EyPffw4LIq2KEnQN9zyFLiLjZ6mxtFL97MvvSsCTkeDOIk5P:GP0hgbmdiwVX4cgsFjkw3womvidq:MXdaqPKEBwogohj26D3ei2yOt6LfMdEZ/T9GZOy300/S6UqC6taFPsDbC7phhs:M70lqjNKWLiwgxLK0C5PG:jHS1YBuSqv9zK5nH3rQ24Yot7o0nYXG5/Dx5a0ARUK7dXZn7MC0yScndf/8TAb/aogV6tlKn:PUnX1FK4qbLhaPLIK7FOUwZclARJi7CqZOzdyoOlmtWJr3z8XeMaryuiGPd8ycsTJoc9UrQiWpzvQB4Goh1Q:u6ezQAziL5L6P9AiULavmALlcBpExDarIVGhwGHXY7yMujQ:nWWzjevcZ:zDzHR/H5t7EMhUYoBbtxSHEOMMLCHQnnO:LHlQvAvLSyDJeD6fIbDoBFIRwrVjoZn497pAlyqwJ0G6ejM7IEYNvD/BoEjGU:TjDljRxnpa8gRFwu7WapfCDuaK0ZKBUzhSzh6gL3M4pBv:psu9ILl3LdBLEmB2QYEk5EKGm2TX0Jni9TcZWsDx1PhlNMMF7Y6q5KzQf1cMD7bhxrHRbE7yNLm5nbYFTQDgsPapkyzsw1wjrM1wxNYSIyJ2F32OYuQL1vQfmseFF4eL:krOR2wQfeaFHjo:SToXPHd/FRcPFgQPrbub4y83IDpOA5zj3zGgUvrGD0kjiFsRUjSfyeuICVEev5:O9qfxNjAyFHIcwO:sn4I:PMsIUdryQKK/ZYCtr3QBnz44v3A6MF6MgmWYqbrrxxwAwmWmvBMlk:Qzeqf:bBQFTLGmpcaITfd0b76ZtdwMkSga/52hgvuh81MXk1AVMS8s:FGCUYAIlkxayBsWsxJoM33giC9yQTRTBNAQ:97FdNU8Y3IJw9hM2WXTkDf/wUjuP2fgdyG4tGX35M/BVgIn4/sCg6wn7KrvI/syVFSQWFko9iV9PrbI9DIkEshisLSXI8npBnIUBhidIZgrVUfzhvmL:84Nb4w4fdOrYI7YJf9/KSB:/IntxZ/gk2wo9Nku21X477DyL4fbuBTorJJgYtPEjt3IxFlPWJqAnt49nHeKBRKTvfxUxTz/2CYtfGkTdgqyAp5LsxORij0A9wV0:dCV4hXWI7aY3qdJxaoGVkL1zEKaEiPnAEnt2e7gbQqj3D2dL8hTyMlyJ26TXnSV5RN1A3HOVLjkPUSD9BTj0PJS5p90VsEB5jwLZXKMPe5W8zYwiACUPRqUwfZW9ZKoBFGLOdIdJ7Z21OmFE7W8GGiGlTZHZ77s5RDXmyU8AfLC5qKZGWzHTBQcOjBjuRkzV6p78w0yOc:N9DSfYWPctNxwrU4XqI:T55M8rLWm4NROpxbYnMYtApP8nZrfC4Nn0v3V6uPIW/DQwQcM4PL:XDvwUUjAB0eGGDWIE2H4b8weAxAotHUv71QV7c0tV/69/IMDSUyHZ8sR7FVILZ/rOl:4xlgWFuU7NNH6qBcfPLJY2tlG1Ei47OtFKOXhltNneizqBl1QHrvkT:RzbdBo9Btcje3ywPq0Zz8iL5c7VOLrU8JM8w0E7BMpp:S:FudwKb7DTxV1nLgOA73g3ZIlxuTQT0CBEuBNns7l5FTAenGD3ATSCGjTZm2aJ:OijHO9Mnknzt8rLG540119nO5ir2JJfRy7AEPo9FLjxQMLNk7zSGE84u/S:iJrEFFWPwb6729Tv5ctbl4Z4raBFISa7Zjccfzyh/F1vzntigYNNs3Ve3dNsPV05EVzLHWPtP7VwgBhq0jr8TmSMccA9Hk8RS856cC9w284JRPreDjaP3iEokQ5vscfm8Ttj3mTOadblXpqufxvXB2giu0mUhDUHGgnIngPo5hKak5Yh1mFMBszcGELSdxe:2jg15zmaV0FZFIr9kQkoSITT45AoCxy1n90ODBjvH1tZudaY1pLT7XJuYZICxCAg:CMGPQzJSlV36UbxZAT7iBiXBc6q1sA7xoBVoQh//crjsPwMHEmcGB4mtSXFhmr9S69PqC8rXbOxacqsi9am83JZecUzB3Go4w8z1KjZe8BgwUYqjhG/Z4MgdqGnR/3BoEyfy8jTDyKhJHoUdnea5yg5cywnFvTDbJQ35hIHuoP/B0sqgPrIyD41FTk0eGch9apjy8NymaVqNSm5OLeHHIwkzj1bgyGCTi7P4wAPll8RCtrkZYHBgXjO7qGhvGdJsJ9WchWZlYB7WDwfsEb/rrdrs9uhvsQS2sG/aqt05FuwIdg6KUPA/h3sDJX8LhI2PBBS6mdD/QWCmJfTn8bsSbnH3PszhrpNA94UNyw1MUsFHyGwc3UO86pk4PNzPKobUgaU44JiWQd/b8J5mQpyYZPXDXFaI6A1wxhMYFoym:UldfHwMFeewZ4GFUqOeNFt9NG:9wzbs8ilYqF5z/tj3KZSqA5TCM9MVQH6:YLII4EGFOdHjxbY1cwIhHeIWmxTopk8JjVTa:X4mKJZfj4x4Gw:xBeTMZEjfWl26Rt9KxF4mdSBsgzBBNjZd1AqfuEAMYhqrBTzf9ja6AJ9bGsPXhmWBKreDKSyov8RZYyXdl4166e1mdhNc0Il5x8JIdFqn157kUezaCKGc5n4W0z3mgT5dKhg81ndfKnb8/vRyrNpPPWZdpzSh:oWbVxTgxEEVrr68vwjvpYi3bhzFei1M0aeWmuBoha1RE6ZSXGGpmGNJQcppHTILdGnpK/3tLaUhEGYZz/C24gWkilu0p6/E5aEr3gmuJ:3RzkmGa4gLe:TGJ44ZlWte2KKqCHMTp6FOUSv/HcS2BUWWUVVtLcDGfbHkIhw2dcKN:iDoD/rUZD6kXPc0B:d2CDEwxdnvQqZBterLFPLu4QvzLtMlhK91c2fIF2HtKhrpL44XS/6tNVOEFYhQTu4t:U7W8kbpT06xpPoxMpMyjkZamvxKAgcUzLQRXnv86:uNHyRuy4OuEyzmYQlJ9kcTPVluG1YEQU8m9WpGLMTHpCWONb1su8Nv8vx5RJJcg2dJKLbkXuekYrPf1/KG:gcG4y:2qsBgwZZ6wflE3hoBnz2o2huS9C3RRHE4g7xyXqvUns:Gk5c/jpzF4GbbD/ynywAjevjxCvbeS:JPMkNFYvrGN5XzsE2ZOySt1Lh5rm9UYg1MdllxN4LRj2oC3erYThvYhvsX47ZP1ObnTmRXwZiaOHwDXOnWizdF7eSteTlbQBAanp5CA81tGepc3nvTJbNch:BuYLF7P8f/2BSGaOqD0LoogoYdMspWOGzgCkqR:4vEaEu/hp8/1zmCrrPvoiHZ2zno3uNZ4mEUnpmedHAShmlqw2UXrawZUS41JePRNmPLw6yjLT9tX9/HBlQK7wzr1:39p8GpLf2KxHG:lcd75RNBU2AKCj32nQoE:APRqMKdhgD4rx4TF3wtMRfBMCOlKep00r3mPs0YhybOVWffFmpOdgq/8WvMqunLnoATeyQFPJkDHAByyYECfLQ8PFc37e0jE:B/lxybvX6/d:Fw4vkcQw6CRzLTKRdJQScV7X:oYf6ovua9CM9Kf32yxPYiiILMSnCFyYwySzsvzOFLru/IWllwZ7ugqfTLrZ:2ZavimONpgY9ZOARYA8m6wztKw9sm1rT4:yKEZUxGf5kesYsaXqz0ivkk8RbDOrMRZXWcj4D78:YCcV9/YVwXdpRV0KNuTci8pFrWnxkCDNMIFOUSZVrC0m:xB20ANdG3bsmIra4Jqu7xWWBHYnbH0tEERf4Jh/10UDGm/wr1J/sNdoweFWt/GfrKfZR5dpqC/4H6V517EQgb78AxbZhFV0E32Y0Xp:FyOElKEH1YqQHc8ZFIF/S4TwApGy4U2ZgLaDeUSHmJmfS20LqEOlTMFRjvlcNX2igrydazgOqW5pEmsoFGpwqRtHTIinCQatyOSb1acFRRuEPNC0Hu7/OLc5i8AVe3HB8kHR1YwDvwYiILko42GrkOFZwpksYgcC3iyhvEeRlLwuij1FM/Qejjqx5Vsu0LR0qgiWA0qlIG4c:UZJmQOL4UVMPVTcIAsNDuANA4fSBijFuevuUdqg5kmidiKLC6RxXiCB3TyBB2WFdWbeNUp7tDZ4uvz4gbJnXv59:dctsg8IKRcm8QsoiHCPPqTbysVwnNm7PcdPMovk:4hcW:UNuKMt/80p4I:lW22x:G5nrocx6RSDe1jiEf:VT9jbGWft3idRb8Gh9WeSPLWCAj/ssDuCH9/jNtAaaKihES/iWQgUBzkeZ5N3N45BZ6vDamWA78niez2Me6fUn8j:PRz2Q8qeMee5VEmYAPwG:yrPcflMlW9NDQn7LW7vqG7Xf40w7wFnNMPGKAVgUnZt9DTtvb0Uzr7jGyeHtvFzYAQ8o4tBjLiovdCI5eq5IeFgEy4yXTgM2K2WgeHP5fSfPQj66OrnaZZf:b8tzegfWcAt:BUl3dh0jyoCVXXP9:SKYYKW3qEu89Ny:tGZkqpOdyoIAg6YkP3Z1aHBqu47V3J0ivytG8iKgcZAz7g1uuPSP:Ke4YI/52D0NYuopwz2GMDt23v1tCa:zfrsS937bwmS9CNmgy23brINnwdNoogoDxpTinxrWgWCOfxv72yKuGV5NJKoM8/QwZvCfLRQ4xLIOfj6hbAkySXsGC72WTMF6hy/VQhnemh4N:aWvhBzP2txxovnUXeX6NNwynlyongcYbgNkL2qPF58Tg:Xq4P5mPFCxl/RysHA8bwRkJ/nnqkLbc/Hj:kehkwmBJyI3iKxs6Wey1UUIqgBgHa2IGUwlvcHendVNlrRq5HUfZo9W6/kBDFdzYY9DoM7Cf/uxDK9lRW:zus0BZtIB2In6GBnyHpm:Rq53ZVFj9wpf5RQlSSjzCfHtXBsFw0FBpwLYqhEG85KLBIJhwxe7UW0cY0waLNwSBMtS73yHHwNPkROudR:z1meHwbAVspFpZ2/2VUvAOTC1vneSTgjD7uvLxEUGQ3QW9PxrXLtRITQRIoeFDKCAxgIHJNgXHWiDBVFw8yhSBpvhBNG5LknSmdQPfz4ihhihnkmPRYVpUNXRHCskJ4d094FX259z5ExrdZPepleAoqUQAj:juuXFPghv1GLfnxBhFFr:nqz1w658mK:lasg19CUfQnMlRycIV2IQDeFppDOfUoy7gd:SpteWL5opKEW2APlZUli2e5PIsRC2qfmk0RSFCaNn91oZazB1vaFFNpvHK9ia:cKaVTbtTZEwKlVZ:hE4DhF2pLKGM3yGM5OfUlSEtlU7z4gWe8sPRGnX1Yz:5BYrssXe0qP7pDBQEC2JtuBUjSfBDlJuhlAAqjSEx7VjyA5sswTtavtPjUUNdZViKykEI2ywLO:dn/3ZeofjKouh94Xl0KV1zJPBbdg1Zi5PPTlW8Un9DD1jPbbb4rZ3U/UBH5ut4uqAr2cgqMN5VxJELyXh5quI1ap88pX3:k:/jp5xtNDow2OBRVgRnfrfgTE47r9dzTHxbGwRl0pV:taA3AtQJ5Q:6bf/g1ds:qmV/O4C1U4gwsLAlyiBhaH0dE6cX7FQfICJ8VLntFZmgb7lHtIkNLPkS6zS6980Uzsndt1Hbv6Vtiu95RSYTeeH8K2RoHLo:mt1cLM8wReODD2axAphSMwZLzemb6MTDHoR9MCb7ZSfm/yQRDZG:nnf02qPly5aGyjSkUJj5dBH2kLuDR6If0qrVqwTdG9pr4oxTYevEER8sHAfT4pDp7ceKax3bjSjwyhuLjWHiaCdGolZ6dV2UnxmaMr6S59WDpqwDxjO48YairOzV1UDbDAqMutOic7/Lfr:Ct86tYwoCowmVdLSzaNh24eDCUXiKscbHdA2WKaBuWXv5IeFnHqyxzidxct:j3RagZKXzAbxuQcIft1v5rVorYahNlL/hR9IqC2qSdbYdoRuHM0McbAvQvibGg:JQ4wIS:ytQ:/q1cLWbgE3BTqhrUeQPAL//AKbRXsPpiYhU:LlcyJ5x18h17/ngQDbm18q5e7GbIi7Xjj7MwzSb2/JajLbe18cyFY734z26d3MLLeWWqS65g0tXGOLvKFlwq7ppHJ4qW8gmjZVj1S0Ldp4EgEXdxTnVYrZz/Cwhn5CY3ZGk:8Wiqe4sJpqffkK6B5osm6idg4ZWnZ6NUncLWCa3DgYhulCoh9Q2j8QI4fxBWAS4x5N765TZlRl/zCJxQj0C7:Ewxtq3aSPJmsL8Mh4wczdz8:sWWt4ypDNQrz:/Gqbtgnrj5EoTZ9weKpLRtPq7kBGZTLKEZ1kqVImj0j66etoiU9wS3Kjc8XszHCnSFolSNZcKUqyimoIQauboMtEfiC8YrUaPPazAuWbrqk2QdIV8slSc8NO09l9QjzkE4X1:TOkjn8Y6QcgpuOYrQ3sH:2Q8BDTdM2BvxD1WvMJAvQDv7Po9cPLeHW4J0WTPS/95mYu4cTvUDXz5w0D0W2sPeLIhuy/vWnSrH8f6CsVvgTTHDf9uPc4UD3F2ff8cTOzt30gu7zhs9N9acbBL72Z6w:A78a2JVjUJ:hnco5CJYQXZYqjaivAA5gKNvlYD7Df3ikU9ooWnzW9auXUjXHTN1dcIWqiVsgzl0yZ:DLCMPkStoHJVxYJkAnYV7BUgzOtEAWmASM3b4u3y644dpgGCpTj0fRpCSTdbj/9cMcfdU:j6EVJMwH6d6smh5B4skuNBAhCNnU:8phKmU0Tgmy8PvmIrMOcfvVzKuLyI2GbX0cZZXbV/F3JsBpOzfwtRmEBxcIPPpa6vRtu4MT2tCHtDFaC/fLZtjV/gzdjpny3CHBHq59fQV3LURck8sSn3dvBXFedH/Jm/Ycr::AtsuSjh4qdza6HzOLKAb96zdhBHwT/knI7KyfG4XC10ftjOnauFSjKREHklOJhrR2mqG9W02dAp25rHlPxqW8Yfx0GGfeQ9JIZw6IA6p9AD:ZBL6fj4s8piZ0j3bf9zRCYU1x35Hg9:GVa9NXaZsKuYztatUHKn/BFJ56EGjJ8HgFVe7euZwcvvfkpj/5a9/8sIiUDBmwENWewoiEkqWgLedBdyUoptB5SR:2UCzR3Xu3:5s6ZkgHdMJHDpg5YSRYLEGUWoICJ9Qg1qHclXQ0iD2OxWcuTk5HytHPuoDgq2JXZgCuLd1:JQvieD1ozZPnwpts2RD1eyby:jaznmqCBn3721NdAY:fvveUC0DSVOshtJNi00YcORfXjpkelTk7zFAn7/R:ILEUUPeUOSn2S1OzCtg8eEVwbGcM9bPWBVRyVk8OkFgguCo0o7/m0d3oJqxLFgEDP/MWruYM30R8M9LYJ8u7SW0bwDDfGpn3U55Nwn2EbYfeUXu6jeA7GpvnnCOGz5x2vxim3mm1zjR7y6u2uzQTut/JoIQkpbxqQauHsKuo/uBcDMxiXYWPGM2DWNahDXHbj37HUiTVMQVOe4rjB5pBIP2jMCskcoNGDjnv3GZfgF5JyktJW8HzRymH5Eg8pNbStoBs:RtNHXz0mr2JYheA/tc74kS0LduRjQQb7GtdjLG6WtOxYqeZE7syb7ccTEjDGdujIYvRaD9Q9p0HUehaM8xxqVMiVMKIXhni2Y5LnTu9wlP2nadtHU1ASM:5WQVRazozRakf0Ow1aVjFpn6/kBaVvT2KRYPxj3GZCYOl9PmXQoP7CxMFJeng554RnxCjO8c0ccDtdXT6KQ5vRGJPPDV:9bTG/DFTyiJ1MFNpb89ohe78ny9Lcv5NnSFLSGdL1rog1DAlgTycLHdIaa8hLy1FTymVhcpzHM8GGN/ZjdjgkZbAMjp0izFQmizL47EZpw/cW4Obm0kx3VRa08aBhS:Hcvy8xGt/jyhAQxgY7WQ8A2FUGUpeR2TBU:l6bXw5cwtX8YHpPK6M/iDTyR8GDmiGeqRO:7zaCAMd8TXYuLxzNyRwMV5OCAXUM8kjjGVlF1Q:Ae6bUSwVpWYsfKxEIr06PYSqux4n/wDgYmjihbXgFu3vAq6CYNtVGgPmmaiLI8rpF4u4HIN2IU3Jl8aG:XS09xaroLkS8LOTB72u:PN4utIWxd6LFoiR//wyTBaleTa/LFtcUr9qVA7/d8AdttuIIDxSBgkTckBmeEl37xRATlA6tSUkFqgP4UkDcTZsQfJUbFW3uTaObYms:35Yizb8TKhcg8sNUIYTJ/azFr7wB:M69t:5Fnw4XPKt1QNtEf4JW/:ok:SSN:m5h4Ly8X19lhcqnF6AaX03pPKxFL8kkgBbieDqzbO2QQYbe:hsGhwSLQnAYlPqWVtZXP/zSJL9PhnSxsBv6a8/Ux0bnlQOQoIVn3HM3xeX6:gmjbjm1CSPNE9VBBYESwBDKWkFZAoP3Qo8ErJVl6a23R2DezhlG:GIdM88/S7MQUIz8nKbWwxOjVDP5vOA67aO69kcRjG0gufkIVXptAxW1Z7sGxP1xi7BxpityiLn6LzBAhkB/Bz7FJ4gGxvAoam8qfGVgQzpOGAsylNbgo7Gr38Dg0jx1L4/kIOuTFT6/bAbLuU89W7EFaIDdU/oUrhh:DBtOCUdJL6mmoFTGljhJ1epeVw5BYM36IvLLfy0Ly0pMfYFom62ClFq0P7FbFepufDjulNv7tBRSj2zWJqyNA6tV9Eri1dODrCAkcP9:PqzAHL1mDha3wdS9Otos1Kt/XXKFWQEabddJnqS3BYfJxlpokQomh32xnl3DezsCiQRlN:yEO5MuURthSMwXW0Cv5/87IWW2TztSW1Jdgmxotqbj:nIfWRCyKug4pQ1hgOR0mibO/72IerDbzxFwRmtLaT5nMN5J11zQumyB0f208t7ozgScutp8XWMsJ5X4xBqybqrMnqaEvaBeYyFT4Cte8P17jgN8DRqlncaqbzGW2h8O:p0BX5yYWgxoyh2Z5s9GCa6zGzk9/CtUr3AY6C2zd53bw2Z/8hEMwyNEynLmpMpPgnS4ZAsgkBGyRoCEkzYIkIXxd7orav5aTd152eKUGNfVp9BC/UK37DFVqjQK4gB0VqMAFa41woUdfwr3gY6y9z05xgkF6qA72e2zJFvjV908E72FiYznMSsSahRLu7hR:c87Uq5qyRebJRpZh1OFl4rcZXhKz8kRUHSrLQwQLhIhvh0LlGlGLf4:mOD5SfSQMaAWAtsKV31L6zmvK5r1Em2SgfryLz/R97U9PHS7C:h4aGbT6b6Ha/jOi5z0X1ncFVKOYquVA6R2FVFhMScegg4BV2w6QjTt2IzU2l5BjlqTQelVh3HuQOqxHWnXD6L1p0OI0fOGhEE69jUplzqyr4cac4laay:7:WUJeb2/LojKlRTlMqqhFUcvrNrBtx7ymAWQV/gMmHDq41aZaVurvEJyazNVMvYh3Lzbr8FpqhBCUBCabetWs6F/rTyy0kub5Tip4E:VZreGohsuWAz:D5FjQom5SNwKR54xjaSc5defBec:MieM/pN7OHl9IP5dhYm8MkZ6OqxstVbZ3wdWCdnHRnZSIaeCZ07gl1q925ZkJ:W8l8Bg68L3FficKz3Rip2YzIzBoJHQKCJB2HEPJBwn/UK5XWHwFTcG6rutoSDvrrGSTqcbl6A8NeARPH:T8bVIeeBS1eK4i52BoQBZ1TP9ngnVQitA/9Gm1RV0mmWg9j3k3R3Q2W671gqhpRGuMdX7DiZzsVnpCcQPmcfprVSSK24TL1afL7Qgmza4TaPf/QQ6G5EFFZGFD4o9CfHX2Fvz9nng0atpr2xbMc2Bg/yQFUOihwQQA4NnDBv0z1iHNdUnhQrZRgwGy/xrSl:2ZwBfvOsHD4/SdtxEbFt2pyDmRptHg/nHHr0lLVtQ4bAKsjT//1UIhj:QrB2wwwei1sLbzEsrXFKuc1UpuhE/:sw4VfafnTSKZL/16iAJ8f:2CNDQVufD8FvxzydCpsDCbvCjzjviqBumVDuNl7lXnGkzPKXb1AK1hhm7UdjgLwer7tgHb3z8WX3DBlymQU17DH78hGbgHZnVC6LSg:wTX4N7We94CC3BCHh04aZldaSh4KR5EOrVPBhUpIF4g5cjyCU9:ckCGrQ5kw3X/IOIMsMa3LvJIecYaV4AmPreJmJaQTRf7Lzq9sLPSXTFCtTdrTxBgj37CfetUqiuLwKIDeFXpV92XQTcbhbW1VAj1TjdxLk5kTBrBoTyqHfEo7sjfeXzBh:yMhWd/QYAzqbkBVYxhXy:T4X1THNOUezFqMhvl7QphbYXKBTD3Zr8fSBePArrmXJ1XLW6AI5:VZi5lScmghyN3o5ETeiYjnoyV5Ri/Y8bTlaUBcIPje8pgWrc68uoVP8wlHKz0AZeBZSG0YJUacx98bSj:yGqIX:xtpIs/stOVnQ7Jkr5I2uUj8MmClSsn5NlHMUqeFMsNa3FpsQc1UcDWvx8snO1F3XWhHCIgrolsiPp1DRy3eMJh:sE4bkEOa4rBLMOR31M6pf7WywQVncorNn9roU1imt/B0t1ie6BAEjo71lIy/2DZNObG1wkkVB/U7pgiYWV/KEf9dmqq5Aw7UYOEw/eSoVTbRLpriTwiCvtcS8mNtxUgwTM0IcF:g3eOKR:oKn0cTiCn/hkjlL1eF:sCP/WFH6FXPefCMC6fj9RgBGrrt5zepzKSQE3sPp9X5gdiq59VVzxgDLgrTzGna5/6lmLmn/W245ym:GnO06UN:8nCVed0sWpPAbvjaP9gIyGzpO/fJadfLMj71QuSqyGST6BRRoryuMea2LsE0mlKixB9j4AizZmP:XuAF6Zo:CYe9yoJSMYwjTRGjxUPFaS33b1NIE1K0jQO2m7EwV6ZtZyy812vwfJjrk4JR1FVuqj5TZ4j7ow0kAelPuq:8F:dKF9awrBca3OYRq2WNq9meZUY/wQW1Bap2LG1lozIsNiFaQPwnxjW3ptN/96Y/oq2fFpIMfsly8SM001Ffw1naZKYgP9jppWRckYlym6sx0XUQcEEFNbXZ3UdW45rYjOOeFgMVxX9rX:5JWlMZH9dpNu8QkWTPHYCUcP83V8qvqshxJAD0inEkExqZQbB2QttMvf7ZddpcymD9/88K8fEDf8dm6wcPHEfnV3UIAENst/zBm/lkilx8VjVUbuzkoV3IuzArHAlnL0I3BZhwYdMSmTOgi663PNnJlwRbQ5jD2vF6modYJTrYs9RQoiQUjGVerx8DGnlkvGkLfzEEw:WHPOEa2RH/yvjbDtMUC0xgA124c04yTw1MIhzevZ6vg1TsHPbw3axbbfR7WfkOc3YNhEiFBkbKMbJhPvkYDj7ushLEYgVu:/9utQYwhpE:jLALwds4wVoJqLZrwWa1hJ1IYVLJBl0JcCm7n6KMbgW1EHQ5r4/QM3yHqISZ8AsuFxdWnajwNpAxAUMvAvwUeLMPONKrgJE8wo7SsUSmT4LtCldYagWK2KPMAxaRi:ZffXWqyN04nWdfIHsCrg76YExLop26A16iNu8bn/9AHpY1SlEXfdBsMDBr6VOB5sNteZXm3wkDKGebn3E/CKlQz1zwwcqtyQnFy/NfeJh5cdQX9OPJJorD/WK3SySUb9SZn/dzhB:Z9QoHnyDEroaLy4dCka/sOPqt8BnCh0vSWq7m7brTLwgCcJGtJoHHi5553byF3Mp7o1ZoRo0wntrJvRw22dnBHyExCyuBb9hiXHXHMEQjHyFiaKA7fxFcPcQwzV0ypJzz8/F2TTbIp5Kv3tDrBLAQi0FdiYqcIwzHwh8Bh2f0wdM7iyxMEcKSnwXP6fH6pq2JDUDBjoYEXZA2V72QLpaQRxSmA9IaEi/NIQaMEVvWzNmT7URKc00heNgOTu7XNzO:b7SnVT03X3bzE0Tgb/qh5a:3iwLosOQ4/iL6:tyW0zua:kPgOurIg:yCfDBtfsG9GQ2ep4jTpzADExBHE62EQgcQbxLyaK0UgcYwqisB6u7CxYy3RdhSFhODJbRD:/XtplaIF8thYpM8cTWxTtyHv0PQ0PjzMQxBZwCTA2CZdU5c0LMt0X4nrhiFEMLXRA06SiltQwWCqj7fZCs6G2eq4XqfY1Q4Y4podIdajxVmTECXkx4G78aH8RpMgTNZHcNe6j6jmS7Ei3/nPVEzBMbxaElA1csZYdGgAL0WBG7Ng6D8Bidxks:FvyjjqDMOg8TKQX8mSdrYcxQ4XU3eZ9ov4nzOtmFptbpf3XRC7NqSG6atL:CH/Tu/28psZu78BNR/bOeBterw4SwtnBzSfrdSKD34f7nQjNxOKiSdG97ssPck/wmRHRV/McmdMzePpsRsHBxXSOx:PPUagDkjQWUVrkpcEPD9AFVejKQDUlE3szsknHq1sWFVmnRT4rX9OXWY/xVWEpqT7u5dR2SdhH/NfEbynmBh:Da27nDsP4Eq7tMXWpxqI1E6gsEasPEJ7fa2SFFz30C9fR8wmrw7lmjS/vkCkhyNOmnVOWOaVefruLNjeVS448MkNMuql/fpZ34Z7oDEHF/8NXY2IBcNLJ7h1Ytjo:c8REfaN7v4M3zd87aGF6128yvP2rTp8sG4chGu0BLNvTBfs3yMC3OnK8i6GABZ68ZqkKdMCM6GUXnTIH2SF6dWivUB4uMPbts:hLTclB5YtDHS78vdLNr7yvUdz530yDDJwtDZCD5:jb8dKNTcJEMWxv/g18CDkoenjrylkXN1Pf6ONDdobxnn6jTLIzqqiXDsg2arZAoUvrFVW5IUpKz09e4PqGf01KWdreE9cv8vGalQLpi:/teN74aD8b:JL07Ha:kV2NM8CDxjFy4ME3OnB8P0uVT3KXfyvQAICk8XCUMvnrXvwvOGHwVyWMW4EL9gNQjC1SK2nQQMWTL8bOUZ0H7Hpbn2qt1Udqj9NvUd8rBSS6WycZMC/HRFGB:LSgvUNGO/SvsCWTjI/YC0R/O9W6mf0MQ6iF/0a8IvZvZ3P50jXOuPhs2JgSI2SnslJA2kjalRIOUEu:/RkhFkCfIslO0Whe9gejfPcH:cjISZIast5wi2mRBov2Y2FyYNtVNRU8HY9bG3B2WffcgtIrXYpOXNXe4jsTOpPXWhNW8WjwYzsfekAvGzktn7fhk/jLiOm91xv/4myb7xi7Dkg4jv6/po:n8zFlDQVE/LYEpzGwRsOYX4CkOqfcL5/4xoTPDO2ij/yhP6N8AvPh/XxfrPC8MG6MQ2Kdg/t2f6M:EZCmkHBTyx8NXz/Sa0hFQGeBEzsbdRs3jnMYi1VQ:X1fKHoLD0rz7QD7TF4ouMrVuGz8LgMpAIURWpxRJRzim0Fdw5c9XiLZoI94M1JdnnFGoV6A/a/SgXzLSENfrt5rGKswbpiT1G/IJIJbThFhK:ntyrbNy3SHFGka2fh9RL2sdt:lhu3:h3KC6Msi8ogRY45e:q1wBB7/km262cPGxNpai3qyXuA0ev8udKnYdwS1YcUdBgalofbsqEiwt863nLhDKu:clWFsYiiGAG3QK970LwRi:ngUO3EmIbNMd2XBlw4sARcS6VVGGLPGyey5d0InoTIXNTTBRwFwhgouRX4nlV76aowwaJ:N8yfBRlbcMPPBVs/xxuLwvjWFkb8f3lbLuY5/48jezOC0H6fxKKJ/vUkGwcB7KOxUy4dVjb3lF//RPTAkm22FLmJnM5COcRTb3WPk5TtLG7mWhMUUlRhvDXRljZd2bhKAoubKIG2PwKeuuImMP0EXyNOqrOj4NmK4kZJU57:so/UZaCqvLqnnVzQB8u37I3Audg924jOhlTSCfDMCtHfotnRH27gKzqF9nk:4EyrnbnWsseP7mxHOBq8keq890kxgsTUT3:wrUDtc/6wdNHljy4UjsHPkqxyqPZH4gdTq46vwwvGJ1l1Bv7l7y7tKnbP5dNca6VARIh9DYbQKW3fv616aalSSgVNB5aUtnlMgkaACWOeiXU5jnYRdrSD2XICBQje2rmNyKQoiI8TeECgWqDlYJ55Cpd3k0eDhCN:xyLse3TB3ASkCwz7joSo5wpUJJlTScDKUKke7OAUZSWL0JNeKados4:2kRwC9Tnn5J0YcGhWqUkKxcazhHMfUbOMe2od:5AZScl1iHi02EmznKvG1KW/FcO5vOtpx/QVyitduRKX21zg0NRbU3ll5qdK0kpFDvvD6lK0vHVWO4NqXXIO9V/lSUfojk2msJPOvfoBxRYOiQV9:VMwObEuKZUTMK4FMEfUF929BlA8FJEV1oT7W8eM8AY/xprlIpz6TwPBX87guvdU1yrCioAqt49LNHCX0G9RmyBIFuOeWZeyRoOLR8XYrMcemwRhln81QD49pR9r83NwnuvQUoy7m/DhIVr:0mHJ2s5ykDlH2jc0TNoZu84ejSqXQIIB3DlZcny012knxFoetP7D2yPUwfF0Lpl6jpMQEIaY75ZIP:qdNW2ZqY/1wfIbhQWY4T2916SvS0dPXSmDbIlvjXpMazDss/Yro49OTbQ/u9dW4p4Dx9LM9jZzYEjSpKYh7S6Y8TejI00j6WO8MmiDss:686JcwPSLBCLaDvs80pfXbvaIwx3MGjIn6W3JuxiomA4Z1WgmtPYy//6KuRi70q2U35Q3fOVgrXWVOTjUfD/gMG9K14tUXIq6zJ50UJ6ra3J76Iu4b9JhKXCDHsZmfD0cMp75NUyZvZ7vzjHUzfzVNwn5Zdi8OXFYAsWGmMn:RyKdZNO7Cdh5g1inespePiWwgnMiro3A:Q8LY7PDaMtc1scPigBnblgvNSBdSI4dq944zYgoTDUvRK1VwfJ5z/LKtILNyAXvY1sMG7iXw1Su/3Hisuur68AvGwoma03x5V01tkJrW7i:XpIJrRSP0kPXODS5TgO7dnSjWXEBtE8bI6PFk7:WWIZ/7ky/oHkiF9VHIdLxHgz3hTQSTbAx7IEHSJUolS6zMQ5iic3oBr0aRVCaX6aTo4DZvjhGKPP8t1vtsrmwrREG7uiTyEfECqDMDNS62QavLnMLQrJvdZVmxov1:YAeUlWfKGq71iCG0iYawzOet:rewTqhuFeILNGNqi3rDtliw9NcppZbGtWfF9kLWcSIaBIsifIZSjJIABGc76/A1uPzghMZFZMh27Y6HUb8ua7KKFhd9HigPATL6LVaKrwgARAszK:niD9CinlWZwPLnduhttUwZCC1gY4:6HH0m9XD49GRao0gl:VMqoMtrVhJy9l4Q5Sl8HLDXttPOud7c9y/TheVtvQFaTqonD0UXSy45DFiNWXU5ADBvIegx1i/RkEOfSK3KM:fIuzbNw2q12EcNiTFPo4qpGk4rGD/lNC46LYQ2rmWo440Cm7eiat5aMIvoVNRYrE6x2Lqcka4JOtYAO:PHQXHHIdufzDq8BCAMQ2u/0E6XLDxDxBFDE3K5:ZE8l0EIHhlE8S2KQyencTi01vA7sBI5c7IFfxtcsKU9CO7yvjIv4ndemhgrYjHa11xQt9wHmmxhaHmbjvYBMGpSw2uiK6eG6LQdNBqUbYfAo89RxCyNx6pI8vDem08Cld7vRv6m9ghwDh8TmerT5LFffPr:3lCiDEO0gp/wMt:5cG8RVOCiPgSnD3LApfGpgY7zwbUZqhhVanF45tsuH:VXhk5WqeJz777a6wmushDeIF8UhqXpo45GkLpoWz8e8dWvsqzpvEtPB0ZWAYHAAopkZ0cvxGlORLIHIhxM3oT63Cr83X71ww9KaMqDF4tAam6N9aehn1EuQSFgG2E3Qe4T7SZE30oF1wbBxDVrWN/zwbWrnz0IUkRyq5qlHOh:1Fm//Ui33z/KuXyQmldd8yvwSoxpLgyeSEp:M:AbPqdC7GCWBOQ/0ofSJp/9XjJvZkQnwkBJecIzyT8CiEiuwtnZIDHqbUyiltUY7IDdqMml0os:p7fjuvE/ZqX3MBvp9JIud4j4/gqHPMZHcPfcZY8X6:3N9EQqBY0NKEK0SvyX/4M3H/gejXi/xttKIncr3xjLzzuErmwx77t48FznkxyYhBZF7juEKNq6lek3q5Fq6rkPgJq46iQ4TkUoQT98pzkCxRAg6rxoigUFMZuIOxqJMCKVdMGvEkD22TxHgXA/kjb0yTDwpP82s:JwsTSSg52JHdd6dIDw/UiRjra:sB6EUhvtiZ7X9qCp4PweP8bSKydt7DOLll5OryScD6hMerlVG2BHETaEVXlInH2pctmjdyMsRMPsTozXZbtTLic5Xf:dQlr:YUmF:Fu:abB:K3uEyho9WosdQoikvwEDJxqq8f0a0ktr90QRkI97a1EMf:9T9mzEmGUxSWwpIq5x5/XZ/K6C32IUQuWi/:i8uwTDrSDJgwrCyxHYMnQfu67LXyAb4Ppm/vA458:5AQZ7BqW2J9LVMkDXoBqkpUkRqk6iHZ6UTwhSBYPQuRUXd5nh7dxDe/H3vvmTUoZZDHwi2Rb4FKhTR8j4Z6tU8Hs6bp18SuUst7UVVSypiMM5CFwShag7qBH/TGFyGm06KbPjfD:i6TPgQCENy44hslauy93ZdLDWmiFYhBYrx010JvHJbSRBgLmX5f2n9MI:LMY0h76p/FaRNOYaZBcBa727vEliy3p7DacdGuMzj3s4ZRHWf3z4GZCF1AfuABzNJ8GPS98rDRJtSQRfe0958D3t3uaVpBB3U8LyvMlQzG77C:GwohHX9nQ3p//fiid:IkPqRfEfv7N2p17fevlIUnPFcZQj0kLG2wDsrSrOfDVRMXThs/9kKjKzfcSlKsixuPi5/Von4sFfmf8cVOyeuC9PvCEtcXfs3Qw7gYMn5rd02A:tZUNJqrIi6ERNwXGzKGl6JtamENk8JHfsBXuhAUpT0fSJvdrLM:zsrP7a1NWzWZw3nwFQJMVcZqNMaIxZvWKpeEWS3YSheIdlbPlYAyM3OtIfYtpk7xwQPkCahMFYFlrIHtEuXOngHHb6vkH3674sqXLx55Bnv/ZEVmLLG5Ce7qQqTFOTEuGrU9Ml40XGU1SbppNPvx2CHDWvPqanQNQDvyoCfEvpeyJJRJW745sSHpcLaHDEsEPKHiF2GpxiehpLFWUPFIz2yfyI34akQE4bQKSX0yW7VrqkHqyPXtXwUT3xFC4klTTi6KgT4Q/Duhq22SQtjSnNTjrGyB0EGQxe1NTOcwgyQXqNeVK:d7GHQ6YK9y7HsDGUiutbpgTZI6Q:iTJDUuRgG8f8gboYnekpkwCrbCanU1gIYG4VSVLN2PXL730pOfvWTSl4197r8/w51vTKSHRqjU/ZldhaVJ7gd//Tla6kWe6uqeHKX16aRerJBKm07LFq4Zz61PPKQjEQHFew0sPTQNk8vWgXxlr4WxmbO/jyuP9OqasyOXgfGvQkkAb9itD/fjeSmI8z6AxIMlxmR9qWbwpM0mPXEJoLYbeqJ6pw65n5Vbr9azvWOdSA6URMu/BFxy:bWMk5dCz4DNLSYAam/xrW0JtxhjKwfopCThE7N7NRs7ClfYj1qWbrlLxk5qp2YP6ry1iDDAFNYt49/1BR688TXuU1BJamUjMn0Znj:Xb3cN7bfFQTLMVoXebwnljcaRmIsIgf0CmsvhTEvtHi1UYKGJFgzNqW5XWf6EmwthUraprRslzumuV3NmWpudL8ZbPf3D/j7aQWQIoUSiZOU9DENyPexdwxE8e2jkpXzLmEcM:econUpKloKQSqNyQ0rfRtfXhOXoGSV4dmg0:QVdeyiPYq9qKG/L0KhxDqCkxf/A8XTdXQAUqQLOzWRGYl7fpeq3rQmXyTc:JXIvk2VJxUNe1CXRRBPwmjvqL6As6lBOnvIGW/qq:qLzSEHGNpydKgRM6WBnuxYjkjFavqE:nc0Q13o7:cw3KEl4HcOMlP2ejmYMSvewHalR9x1/BF7BdGLCLj6E:TTYs9gAQ:meODPBDjQbqrCTXy4dx0x9SPsfqtHuBSGO5MST3jF5i6sTp2cP/jP4bGBkdvXA63MrGh2nbS5mqbl09ARkRStEuVUMTwYFzL0RHuJ6RMSN0ZQ5zBRxaTQcM1C2l:EDE3SX6aO2zUUzIN54KpZqkpVOpENVRsZJuMCFt5OQWeNln4MRj8E/Trz4bw8Vr6M5h/jhmtLzI3OAfLJaj8RmJdvwD1/zdiPe3uCCqe8sADUAm9iCln5GaXRvskIaozKrvJhoPdQpmN12oLC:mVLZUdvTrj3/W6NUGIxp7mJhbTGz86XKwNjBR5g7GGtGiVfR5NkkSOrHoe00fknTA/9SCzjG:wPNcHE6j5kq6J22:6ssSKqtYFCujRFKDtTQRzzSRNrNP3TUirPKxugsphLy0a5wziFv1oFfDyy55T/GeuowWHuna8AShJ6plArjrYUYx8GMQlYUzZEL4pW7WB62CSUMNIxfLlci6TaD1Jz:1Y/qn5CedYmvLRiNVHjmYNH4QATj4GNKFlLPMMOgivTx1txIAlzcsbUqAXquoMBvgHYCXpDgA9etCDfLIq0L/0OA7LpPowTOp2AoAhn6sE2LLlDFzrIL5qQu1m8vG/n2/4L8Fn0zv8JRsY8gechwjtrmftVzSaOWz1nyDkA3InFuJ8CHm/s9bapbK4CObIpVnJnqpgXV2nz1VWJ3T8eE5r42so5/etNu3BZzRMh2Mrf39qYhgGdZ9o/RYVs58PyO5FXqemBZuwpPmdCDdfQt3BTCBqxvGK7F2kCjF/rqKlHWGJgTp4RgEh6zO:QVd/3/n7EnSFQxoWqkcrFgWQ/AyQsKPJ9cLLPGyuQwKqVxkJeR7PnlSlLWHKdvY19cJnyFHt9XV6rCAOFEwo0CJHNxwONDGEKWIRAxSlk:QFPLt8sP8q:83l4W1pnvobtunpyBJzZb3mp3Z2cj6hbzjPtNTaxpn7BeSxM6sGgyPi9NhzRCkbGI1:q7kpGkEjr58JHdtN9zwtIK9QAF9O/zCkXUqpCmy6BuLjfu3SxRy1XDwIv1okzpxa5rusE26nnBktvXnoDdcei2GXdKNrYt5D:cN7NCYlaR2/fbU0arSRrDP7HxUwek3otkX:PHkahhTUAH2SMylMMhA7nMYkc2zz4ko3KBJ9Gr193XEhWUBC/LYnLTq4KDBev67TovTfCkMacPNxzK1kpM0kkRZjXjp8L53MmHEVkFEshD:1gP6pXOXii8Kx/jkP1Z4aY7u3fIsNYVdKfvDLga0FTdZy9R:froPgsQJDB99qm3wijnAHpqZxde3BZAoTRK9jGtgKD43dBlpqEtBLoU70y3Tw4gBO8YV5J8DfBpJJioTYdG/iUZX8lK8K/VlFGBI69r0oAmX70htJwyTWpGeXrHzeZSHnqZK35S2:8BvvNsdUnw2/R4mYih2EwPHwteNIIjQZDYnbete9wtMBBTb3YmLhSqC/50EpcUzn4kGcno707OvLCYn91k80iOOvmVzXRd4SHRxVuHlHC01YhKVKN9tYRzzgXpD5o4D5GAU0sjaGWP7Q4j8FXBlHoTwigBusRGDhn3GGxKshP8zJ8NoQUDlhGESX4Qjcx4s:cPU3mQgxCJZH/Kr:PnciZNRj8E/g7C7buoM8j7MgtqfTlzYtQVKlZjykHYwjdTYTHuKF8TBIn5rqcY6Df0C9lKe04xuwK4xjiCHC0x9CCvn2oygCQb5MRw0Ai1tHqZ3J74ivNOEhdRXQQAsfqe54eqPAsHdEsIJPMqambUwtwSjejE6LDWF4NHWVnNxSJVDlY4t7mnrZYdnjyKYt5SjXvv/4d4F::eslW6:9jXZr5ZpeRR1HQsojrh9LuQrEGo3yfDwqUakkBDvTTVUcMdJ36IPZkFSooCL/PnlmiMmPGJgZYaB6ddTns4MSv7AApyNuVCCESkwgd:2iIy2bXi:4hH2iKFHjqvDHGE2BhMagKiRPgRWp86fR27k9zPKaRBZ0uX57E68JR0/6EDnbwUU5CngEt1Agpp3jTifI/xufSrUvGmj9HS2QNTPn7cdTnnkSHgyh2U7BTuQx4AL1ReWBcUlbpybZqYTG1NCyZKOCFzlzx7i44osFv7YqMW4ClGaga:ud0Y2prmZY4cnLHiBWpnUD4qRRLDSC6516iuFenqZANrKwV9p7INbKPLQxYtrzkwlVlnZF7NgyCwauENoMpokXEYfEWDc0NCBivTJlF1Df5kXo8P5A9CR:0HqSKXPJUPvcFCqvCV/x4k0ph6/g76nnmQ2XtqYepC5lMzbXF3BKJM0gyGxMvxXtJjI5WxC1Ghlw4yV5Fy3U75jAhIGusbi3StSFYtZhDQtrWAnUvCpEx7WQsFHSielNLCDOJW9cjNix50NtaHCpHRpXPd68qd4nmDnBNB9BvSFWuOzULc:fs59xoltGesd895hEgIKKwZU2TxJrJS9B7VJqa88EyLLxtwZ7qMUHOcGpEA91gz:firkPWI:v5EX7LFsiSrge7BNLIMGYTyN:7naBVAIBoNQ0KzaxYl26OV7DfnxHrY/a7afxDgHahERGVJjlfDwuvlaJEIpoaN2G6rCEmLWEGXoB7rciSXBIG2GDnFK4SRhUZU6C71pK6IQ0wS:yFnhRhayzCy59l6kW:uQjiNe7auBFKjsG7Jzmq6lP/V7voW:JMvydzAya2vq70xeUEmn9Wk:DOb7cg8TlJPYqkPfVhsks7KQe194cSKvb3CKg1ncWBDoZCF4fnKXMaoANGRy:vVGCT8boghjqvR4Yq18Dd75HceG60Y3Dxaj4KNTf1Pb2XfnVhxP9/1q06kYlkFoop3ZOnsSGHfd4LJCSWA3ckQHom7o3LRNWWOg8sz3b5fzNoCaVht8640O9EiueNRavnKpAxT8heM2z4bFw48Q2LyfORH330v9Ob79FzI876I5TZehg9RxQRowtnz2:VXuB5th18fAlWId7395SF/qo8zoTHV8yLEO1/T2cj0NxXQO/vJ8WYs20AbAIikEsbgm:gKtC5tOAIVZcQpekbCj/BfMr8KP44kB8Pijk/sxO3R4m/LXtcTIn:kY5TMCWaYCz4bDmPcpQHMmTM9HgVgTTmFxgArvzu2tOEqPGhWK2mSy6b34uw:jd/5UX1bMHlFUHpEdMecxQVqrKK1hMt/ddvKaiPjrScqOEHyUuTYUrzdBoh3dFMjdFW6rN:EX2HmnfFgtWwlN:9j0GDWv/Rdm8ytxwyAflLNwyTiLSXLcmga/ySkcpyT653LTRwBWEwrbef4KgDu4B/M3nqK7Mi5zJs1uzBnUCcFVaN9BWc3RFGVz3gNxWtkAzS/hbiGn9B1EWxxdRDjFQCxxsSrCy01iQY8BRGZCw1YJDddNa/5Rt0P10LhZX0vtHusKwMwJqwYQcoZU0Ag0W1uoSGXyupO4ZjhunARzGf8F9kuej3mSpnU/Ulrc8P4qD3520sLdAnm8zw1SLWWcnLBo1A9sYn5Pkqoer93evuzPvpQYMgGuViCMBdZEYOx2KNsWdsuUUN6PCenJ8ZGAaQU5QJnfOU8QLGOdmDV:ZbDivqG0sjt3SRjimjPuBvaOdVRtPzUHN5jZ0pzHe6TDJsqXv2NuTV806uKgZBDdeFVygiBbdCO2laAqV15B3QKA9bR/1irMeXoeYufHqdP766QU8qabwHyNgArLk:mY5bVa7Uy/E:lOAXle2cAcv/JBfZHaLaGf5khn8n8ckVWCTY4npjrkdJz:458B8RWyvPe9IivXW1k0cIRFyCJlGPIIhLlX:XNks0fgbwqWHmp0vETn1QhcfojLw2tgK8TQh:Wn0ngnFP5XXYP6nQjwZVr6fBFaN9sAxNNclApuDH6gb7mq53RhJ7EJII1ETe3/QCxOotQV8QUTU:8oenHpa2WtXrM/6F4/jvWmlPGoKmVW7ompzuC2sQ91pv9ZwFpSOY6V:71C3Iphhbl4ejj6QW5MUfHviLGcgfnMQuRJAj:E40b5Qi91wVRVfaSq/z0queWczJtN7ZLS/XXVyQWpfW3NZrcaNw:pq6mvCLtdyQpYgU0TxZsLNVdZBDbFbiO:ldntk1:V6OzWyUwTKeasYjUsjOQh3Q/knK6CgNu5RETs35j1K9NhZtocnZePAzt:clg:D:BliTCNNhleqSrzTU0Cp:fQbvE3x5Ss8F4Y0dsvk0eeeNjUjasvGN0YcE6Vk1t5B1A3yV:tLGwlsDQbIYSnD4/CsJBnaTyJ8jCxTgFD0rrEbphmzYBdfMaV/U3ZtdN:uKNoDtej87prHCVaImpG2wL5iR78RN2dxQaG67GaOkUBaItt32y3JlCZbnEL41zEnZY0sPvHfCXfvnxpLHSY4KgDKR:NV5w1SlwDVKBC84bUL6hbzvkaAaVxPL2VGj7qBeCsObo5SGQZK7Wylh5dPEtGfxtxtxllTfEBrowTSMQeGkEJ4LnO3/1Kp/SflUsj4jrqAM8K3h81Q6zkmVeKuEhHrZr3n0OkYfclG:fBJyRE3K5XRUeJ5wbkQUZxxP7fZ1ORDY:kWaGAvIiSbzutidDxC:ejZ/FP7SHfuPjiyeILrwOik:Q85VrALynbpOyu6DFnK9UKU8ARREQR6OTxoUld:Ca7a4DOjGgt0svWudzwLR4KB81fX7HF:r5eyAJOZ6qa7utfLLRQctREbqnsV5xDormVYQyDkZge96VYzIMWMeivIK70yCtEKkrKFugL7eTox4YQIVbLFEagD70kIpMajFWwQ/ZegfiKLwJEkW6b9jPj6S7YQf:kly8zUlztv9QlxxDVlc2HOC6l1AlylTD7Q:m83alLRv/BV5g3WfXklQ0KaT5nzysZO4/Qm/jESl8HT5Te/qd2sA6zQEE:NxGMkRxFgx4j9D5fc/hjkjiJ3Clsgr2pciR4a94Zgsic5kCwaIZOX:fgqjNn/2U31f5Ta3PiazdERx4wiQRng7j9R4jIbed7z2khr:2Ylhe8e0Aie6R0WnsSIkxZtFYgShtvcSC3YxTEvzePgEyxntvAZfP:ltxWgwcK619yCX8EIryfpQKoH8xAi2TvUn3Y9L0VfPo5LkIdl89A30BUpnef1yf5Y28lPcIxdj/IbAEb2bM/s4BB7mEekwoYqEprt8LBjP7j5abjoEAgzJeXeyvKUoVzuWQeHp3BGKT9LY7C82A7nYwJqacpwaGNe/Kq8LZmduL504Qdhtn8AfBGrs2Grq9K5oNclcPhrtsLDOmGd2/505aNfPN13X3dKPVZ5hoXzPbCh:UCilhdIqmBaPEKoeMwoYaiQjMkug5GbiL9ByH5gAk6eX6Y7JrCCin:KLH7SPfwChLonGanIncbglLtRVXNhWLP9LVRN4MqDGMjAgOymoacTNwPccYNkwYEznjF4Sq5kr6RDjGnpchJTQM0avsvMdxj2cAGWccGR/foRDamGJLkDXpHkMiOCUAIy9CbHSDdgonX5YsqAH9SdNjBzzqWVFMpt2N1pQalBhSlzgfToo:10B6ZUEeSxfiuQ5zfdNxqY:F/Q9IODC3DyRIDK8cG9UiiA7ZDhuzJTwbR0hoZ8OeHzgqfjAujQdUw815uFF:Bo13hrCYAAek1H2xC31Hy1JCceKhQdrc2YfQKgWZvMe2KuEuORAoLiGDecC/UGpXyVTwnhuthLVOAQM9j0:NegI6lCY:/1SE3qpW3XHI1lGRehrU/zu:0Zjd7:FSERXIcmeA9ue9B0Ki7oK949IGEzWoeFEL8IVsipBzxkfxlfxZB5L3wAby:9mvPbRKT6LPk9loZmgc0S397Cc6oxKSoKyGx8Hqbeell8SrZziGvkgjpTYchw7It1iHHNuT7/w6wkU5luG2kOwBZtBsuCkZ2wXl9lpoyMZZC5O/dQV6hFO8DgS5FJsbmiJfVcqtDzwzu:Zy4jh2NBP1jgVTtGNcksuaep:UCQrDgZA4n3yMBYawQNdDiXy99kYUgWMz7bSUbYJfyCQSBV2mnKdKZ0wtJhdIB4AkbxKCwPU3z09QWfShPw2XsmJ7caYwCGY55/IyoNQ3m2BrHk/1ZBUqnCnjuNwS572zBdIGIRXR/zXQfrDcj1DPK:8ivPYtNeA7o:ABBeBT6cgT6cG9otenCvgVzsFC85xHN19IwB4fJiAnvqZkUQ5tZFFMkgs0wttcgUGGWxRGgf:Oi8mjZwLlHunwJg1iKFOVYNkMq1scdCkc6u30WsstMR7eqzFxmkTJHjMjqPoNtSCFLAKK2YSLkJkJuTTkOOVlFH1BwQ44zcrJvqxZng2BxzNDdt6Xp6QV004XnbQN0P3TdDiHhWijXkX7UssCqky45gK5bCj2s6wHbeorT7HiVW6pbT6bJBjarCgLVX7oiUuxiDGtKC5Cd85tzXLfGzzzadhf:z/SAHY3Yx0R/FLlaAvACxMvqqjP1U3GWNfqilPBq61B:U9b0KQ9l8FvlDhKMg1vLWrnxzjR1Nq90rqJSADsWtuTxzK7:n6joHpIypMWqRk4HAga/lmrRRHaOQDgEcFh8eoZVG7ejDfTBzfshE5IpAZHoUaBIjr7zUXz3wto05uwTVzhP8OOEo:DdLWbUJPhbLzM96yzTCVb1op64ZhXP8ftnEO/oEc8y5/jUlTSJm/hb9wyN6drnt3oTF5y7BGbiea1pZqnYRp6I:LN7do3Z8lKFw3iCPAn4926qnUU7TsNZvnJrMb3yQsvpaVzTLh4IAnyUAkCkT7s7iLN/Hu1yRAduU19glSvRIS0QdzLkfOIetC4Buz/CyzdNHQKwr3/kAlr7R8Wm:6oeNg9Lz:ChZDR2tbOzJemLRXkfLSDH7ELFmRQwGdV8qYjsgaXWtQvf4bUHKfB/kPd5RukE9SywW:qOpLP2hnCjSIsw8IgLx9dlfTVrqnqGjGFfX:JE9:h8VTuPALeKzHp6/Q3SXFmCnVUnjg97Trn3ZscWtpM8yap7xjSBLlYpVADw63eaWno6bS4GEDJXf1VeYxWAgaiyGuJevHuR62kqaCjGaVKRQ3hw:2KP6VumSqDuzyjZEifaah2mtz7xDoRV0kQeuEvoLLmHFuTY01iBVd4XX7mZs6/DrL5aUs:cr15/pP1wuODUJbI46xQse8MjunJmj6DqaJ74YKjL1A:JFxIXHbdQNCJ5lKKcKgq3S8GCTi8kMjOuVfNd7eBcntfVIzUU29LHi5ZEznXqjbWoE3TR7H4CTWIHbaVKdVrEvOy0O:IhzGLqqKs54fRaOqWB96bZkHnKNLZakApTiZj2Kj1va2D9ByKMXEa6sR4O9QeCgGIk9QECBMolPTlkt9XqUSNj4/7efq:i9qegaxDcgzOgHLBmkriBXfK:gp0Gv92/MQpGvUEHY8:NPLFYv7I1fRL30D8Q9bMBmbSPGtYEaIB9hDUw8PT01pPeDFTJ:SncuVrlBsEMcQYdBHQoKMLM7:UkuNgnLQSys2rw73AJVNXaJVK22PxgaqEU:37BYc5Ngf6fdwPVTR4ZuBgiq5KoF/0jqhnUW3XZTJRVd5/CAh96w3dUPBKZkQY:VPh2q/CxgniBQWYyFPTRU3nKs9CTWXujDpguFHQbRQo4X2MldoL76264n/nb9/ysikW0g6Dg00PkGsrgLSh6sOX5xJPdShfpIN0GX/5dihoia/hJW/YFM3hum8rlFvwicul/pN9us083I9xLC4TLnuEQKWECM70Tix9T5Df9QRrcMKQ2tJg8LtBwScZuI479TQ0cwqEALPqjerVgLFxL6ArSQz:Cu6u6g59/f/rEFXM:ogTCMybcFkPS6pFKhd1oYHj5kEJ:J70Iq:cPhzYiWX:LCzmHXTlABpG:sDtRBnZ:Q6Q3LM1zV3Q0ECrOfmQnm6WA6lC5jqyiGbc6/CDc7pvoS/yFGmMWb1uznjw7E3P2HjlDlBu8crFJIcDNjELBgRKzSjm/rH:hWzeUUwf3vrNxd6nO7WjxxS8owtwLqPT2AVf0mSZ/82qZ98aWZMcZyp3IozNyP5NTLTT3dyRcqip5:hXVNzlI44bQiOUDNnDU6mTgHeqmZeggzjxU/VzPs2XfPXlQwcsJul0Sas:DbcRUgJISxIhrbljQftaPIfX:QRJbWK8zkyc9wbXoPUof2HTABLoBpXs1mfThm8DtH7q:azG0otvztaPolADVjcyi4j7e9Yk7QeKqklGR8o7qf5FerdafLN8TbslVld7BOw8PISnnzhJdBA8hFUTZZqVTXlzHaK2jMOSTgaER4pzrlZD/OHTi5ptKPZLGQzP4knbNhw6rTTDqP7Hp/3giHHwuv1GSoN/xj8LEdwSIIqGKY3cjdfRAYomH3PuQMk0wtGo2pWg6wuAYCy852NL0R9ujt1Jq47uXC7U1qHbaE6hIbcaHLrUNtADvY92aIy37D4prsjt9itX7Qh2dBibKEj:h0jvyZf0fASchpnUnB55L:JZ6MvhSj8MYdIQkq:bEyyUdOTjL3Jh/zNBggDLVJRN6V97bdtUWznK8jWamQ0FOBVrboOG8XfN34vVULHPEWEo8XbjsHRToz:lf2lilmwjXqSoxUYNmipFbhHm1LM1U1sVlZprwnB0s6HQcj/6iNXABHLsyeXs0SPpi4kDUJ4/nabnN6R0pGJ9qf4Srq95On5ppCWI1PEhqIsocXPyQSKZSsUuknj:V7loOrrO3PO::AIKdFICnIpgWkpgVxRr4fc8a2LCA5:SpRsVLw232t4tiLxqKT3Y1Raht2Yvk0YK1OmkowQoFRSDiC8kxlhgfALCFm:AIabg6Kom/fXn313AaHiLpGAmiKIjfw9ojcoprwjoMrBZ:L4Ef9kuB6NRcIy3Zn8h9GZElFwiv1Tf2gfSPTZCLQQzIPUcucaCerNW:IplYE/epUDZzIb1UekKrTphC5Yu7wdGUDe7gfCpiRRDECsy9rF7WHgOz2Hr28smSVVN5BmLodjKSRjdW9GEp6uwZIPB4HaXQA/1RR2DyOD6SautXP6W5Irfp:yyqKhuCHIMYCxlwUAO6ZqOjux7i9z3cBNB6yDRZLllAX:7g4yPfY2IgoB9pZOPlb7mXrs857Ua15gL/Ofx7fJjIegMn0ZejNwwSqicgIM98wnVfv6eEysgaDVVe3Xdv27L6oWqS:0jPhd5l9Om8rOs46DflEr:5nnv8E3eM:VyEQpJPArIa2ZUoAZZ4B7/mn/c0CtUu9EsPryKqFQ3wLa/XggkiIQJSsRhN7nTRA1x68w8AHcg0LsvbH8TUcAiJa383dwavj28euD/EmdyOqd8rcwE9khKFBHBfd3Zkxsn3Pvd:kZUdO4vTD5NHR8ubtiuKAvpxU4Z6BuYGdtQq:vOg0wPbiOg4EtGXUOf:msJZEOZuMeuOX7ZCdGTl9/ZtKafCGOEglD6HK24Xgkkgk0nVAMHgpD8wTrL7D8wKWCD4OHtyObosssmyNFBMo6HXbZx3M5Hg:3RrTmscYJsugLPSbz85SbHtkX36xJbVVegAcSlIw84mu0DCD6:mfVqz05gfqw48BVdjVgNlzUS5EOJs5dOpyeCUMr0ibpReV/Q:rcNpW:2VXyDEkjwMt9BCWUMYaZ9ThS:sOsd8LNDPNm9njQcDuHv/TvVc66KGDoeeuwRRNFYqcgu:/B0V2mTo03mYUG9EdxSd/j55Fgqiwcn:1byIy6g7iVPdYasRnEqF90RC0FeZCqAhP2/C16iSyb7luznKOQf5BNEKn9mrPXuvbDoMCv4gBFpfygs85rZO6Q6YLId2W:wOeiWPLrvBrqSCQxhx4s0BmRU4jjO:maO3OWRwD23vY3pofAxI5PzkeTVc7LYUZt:iBjvjvopuM3/G9IDSS9qp7H5K3wohE3xWb/cg2d2R4hKB/JVkTMEKsSYyczvgw:TUfbPMTsz5BDMFPWAAtQY3vfNZM77euw7SnL6Hq85OsqkMv7QlfxRcHR8f1kCQBtrQypTrIuRH0kEmCFXB6CLNiMZx6CRShBiadbNp:/TgHF7xvjpOIyCVb12/xeht2ZMosRcYJxdmb65cfgVMTl07MTaPB64LtVc8h2pO3HadgGkl2Y92BORhH3lbUqacvgKxvhJ50vJmZK/ipWw14PFnOwfxTEkIaVzT10CRUQyekiZ4m7h:vrGNFVMLS:j60Y:8wyXFul6YkQFoaZHFs4R:s7XDTuTlcOt19oU4:56m22DhNH0yLP:ERoWCuiShzWRQqdc1lYNuozZoiNoJmVCzarvOp4d20s8HoCjNoULlzgU3P3y0J6HDuO1I/hiocIvns88TLEqTKK0DZYE9IQw1LvDMleKvduxYmmiBm4/MIDPV4X7iOhQChZZI6i1/PRmp6SwVkqNAl4GJUftCZxT5YBqabZe2rejf9Pic9DPbmpy3zK6elJrFzWJk3BpEJ4VDEu/UBhECkj42dWtQKTadY3/SJeFgWpBayXBVIgM6Le:VUP5A4AzEgEcWrnkRTYa9J:c4aHjB83w0X6bGjU16W7KUyAyw0EB2S:bsTqyeriW0w8Q/piAAyRgAh8ukSpuGmMku6t9FdqR:Qy2TkWN4TL:R208yya2FdX5l7frVXPztHM1bSYyEFfEaevh51IHz/VXS42I1qAiQYptS:0vrUODyf0KdpAi:YGWBfQIVFOcwrx9Cin95K6gaXQx8mK5coFFBNqkx3ra2wbtTbbSXWUvoyq6m7Zb6Af8XcahA/j/5Iz:JrdO6d5HQpUeArdhF3fujESnZmPERCY20JsUDypUNPnIr6OaQapNlFqbhb/Ob2X9uFPxrcNVAxLp6LM56C80LIIaBGR1mRBcuzw:z84nl41MSG4T58w/BXGMdCoZEun:sSoXayqdAd52olwFbJqX7YeaS8EKn0fIbNlodpYwzBoc6pETt1IgQ8LhqXX1ytCF/dXZ75AUizmy6Z5sb3znWFD:WOJzb961ZuUnNycYWHSeCcrvrQu7eIhWcz4vtUld2HMXZqMUwTOkHJYdkpTh7c7Z/7EgtlmlpVSAHJXNskkuERuuXC5V1rFqLrfFXybVfxwbgnJqLO5:zubu0ALwcCLT:HTJaG2RFI15cIWfGIg4wa8pCFjkd7QbgWObLRfwwXMP4Aqy/H9bXFHUiTo0rkuYulP9xZ620ry6uwop0liR4JtFK2r7oFEBYa4mcoHR37RTY5G0OYqewlDqiW6t2Ryn420ZCV9JCYBVqKJtzHrHsOHtThwbkF7QSjZwtdoC67qSOCsBZyIUZS4rR4Rtv5NmbaAijCcoIoBupmBwEeWmIbtrfqfA0s1Vd1:tWdpYofuhUGoxS6OQ6dVRLnADRji4jh1v88xfHMh5OvncJG3AYAElnuCOKFAi0kuLohtN5BNjy6zzFvUhONZpMHYU9ZdcvhTXKbuNZLWktm5BY1l9dPR1Ptu0W0wajG9oScGZoSKuWcZ1JO:3ksf3S:EqXfxroMVDnZUXCevngjzX92QauApGddf3Hcn8C410cjWGmiEEGdzZE/QYOST32DQ4De9md/PUgGzEhM8bMjG0Utem5bX4Z4lXWxE2:lSuttQE6:otUyVbUy9ETkLTUyi7Y7QoOwodItgpBozH1AMWtfcPp5XEUFqshF6NnPAc7WSnHD1HQ6EU3ZIdSXCf4MppGMnU6JHBwEf0eu2TEzTbslnH44FJFRka03uvKuu4EOpcXQ8XhC6GTK/k/qcA6Z7tLQeYZRiVpVffjQ/4Y0cvZ6v1M9WWL8dkcd6LGG3G8DwBikY7EFfQ:BICttmc:8ps9leAVi4FO98OQktbhZ91N93nUUFOZQJRf8oZ:3zaSM69Zh57L/XrZO3qb4Jsre4/CulIi0DIJkUKMiyHyk4v9l:wWCDmX1IIhRJp1x/Xh/FcA4idtSVcUn1bPoovk3N3Ttaq1eylA8:2ag7QbA:DaFZxtS8e4jG88GD7LXsOkDsyp:ja236k8weMh6j2UsgrrRHICxzn7Aps4mssUjbIrT5O:uwSjZwnBv2OinsnKonUAWwfkdtd0LrmMiRHHW:iqQg6X0Oi0ByeTweBp0oSrfI:utiFXxNBpUrsgHtfy5QLhhKp75NaQoOlck21hslPatQx6b:MtCIcSC/FH4wpoaZuvxoi7jabJMzLkysOlOFdefo3A13zpzgygUY:0/6GvNm06szfcLHOATWng4hPisrclkvhjwTUsmX8qdrw:Ud21Byqgkls4qClh7w6og3HmBHWlIQNRbHICbrkvVMsnXGBI/zWPVRANacYpxiKHGtQqcbMd0qPAP0Fqg3hciFGv5L/eJqtZLd/reS0qScgfYN58gSsbZoJVScOaCokdzY:Z9kC:TLoZec1/OjLHCfCvJ1YnLue5nljnJgVNSyZgaLOO07:EIJ3ab/lL3vBmqXuJX2gooIw6AzMF02wLt:SQEg9dfVBJOTQDR/sXx5yC7G3ei1ngZ1NFaeKxivbAYEzvDU9nCTkGq7yMP/7ExBRFi90F:wUud8rBN4ZSyrksQCfHsJutSo6Qqp1EZEwgl2heL1qvGTRdynBtfEBRNyObgL:wTzTgk0uAuWgPOrbkov5pLEoYVeBJFkAoOdJxsdQ9S/YjEEI5LKImlq7gz7LYBybKmyspltXIpKfwKsQ7XPDuCsGc9Ze2aPXwUP:Vkintv9x6e1warqk3lhzyh:OLC1CuYssZlU86T2Ks8iKVT3uCR75RfdOsNI7fH8lAJuA3e791Vmu3PNBmF3hbBv57w7j9KJEo3uOh0uStI3bpwtgWd5:wi77SRyh4UCxTOii8EQaWMdiTekVqEfMsqliiemzjqch2mh9b/KsaU1VFsGWK/iQKbsV9GBgpRH94ueGRaf8bNHtrnbyceMwKU6t8COGtC9U6GsafRn/jv5TWb22QQF:ROEzGB/nvCkYrLqGOchqbivatdFT1twjXLBM3WPSwEXok7TdNfJ7uciK4pOEZJlAs1TDKsQh9X6Z5aX71oQIRfC5V4SaFB3PJ5HqY92R:kpsiPCbsYPnf6qZ7nZxEf1RAZUMfK7gpaDx:tewWE1wP2HshbNyML7pDkcciJiEKjUTlnaxp8oiLZ4sliPGyGI5xifaMi43TKiWS2Q0nMHqg9z/R2fL7dZ1FyfmDGK9W1Kjcaet7LLlKtGf6YgDG2uvHn:FNn6Mf59oGSsLpNSxXr4Rijr/rcekoJ5LhqenN0qm9X77guvHVY3E9WILJiNZx4r7TGoaYceAspLpJk7cO7v1PSk3oHeS81Uz53zMHXu7AGDbHdxFi2/rqG6cqtD8e8FyUYgAeO5TFY/35:Z1mORk36foPssH8ZgRp3DMDcegvemaf6AV4g9nPySlZNksXFHFf/OwLvv61:vkNPVkaIasLm9NElThRMvqtdztNxe31limImD3if7vfFU/v5i6a:E6PGJ9GLdVAsAYeh4h3xVWFMfO4iIbi9gKPPzkKzyBkQTS2TtHsvIJatsltrss8zVSs4EpQ4SPG7laOi8t26AgQhFtY592uTsWQ8noqzZAgws/26FVIlbzRUXQAtewrTrc2Pj2gKkBO4xa3C0763w2McKMunPHoIuEDwtS4FTriua9V5XOhqwheyW8:yyQYiSemPgz.";A.C[773529912]="rDtkfGiTt1RQbffqS246xwBAbWmeg4mBpaC:rXy8KjAy:JtPgMRX7iOb1lXLWEtAo7rukPtVg0639wvJYiYrneVBBeLFwlL1NdBGVCryDNYC5af3jQ3rqUN/IFUACq2ieY0HqLr6FfHmpswu9tWVNyLwXPgLe9J5x4NVvJPvbhe2cxIl:tguspzYLq0ycA6GldKFQ8iJM9M9V:93zUlXBld9pcUHZIZhw:yxV6BrMQJ8JM3A0YrH9Ir7snX3Kb/P79I5npXVDGE1:grYK3kPwX6WmNTUXd0kuFLAnc735NoW673YhfeuWObVy2wuBs15da9xf2X2892QpGuiofcWxcuhZld5Q8ZnAORU:vKZ3l5ZetMgD1AN6AbGUUWN7ppVq:EPxF2o8d6111r2TXpFz3DYSOzi3AGSyUoKIlLeiuIRmknbV:qbrOCKu4kxGsS:zChl2vNQddwEZKTerdY:2RqSLPILaynbkXuXSlVIaByD/nRQkvFZb4q1RE0UGB9IaqjJ5Z6JagDdkeefs1RAPnSrugockYt8x7OsWPcfuD/cMeD6qBCNmZTWBTWNRhpO1IG1dws5L2fjb0X2Xh5dFqj9GG7QSBocC9IjAm6xt0mlaWBXqd3jZkzunJ9YTe32dkH6pU8k1RRtVtWK9sRw1CrpCo:vHFzNKG79DvgaKxZtnPg5bX1b1SiKiDYuJS/SvRxCqad7qVUOtKH9HYwTx6kfe0lRmLHU9fg/Bcc4ftWAGHAjzkTix8488IzoAvismcO5dM:e5dlavBkaq3K//tFCx1/5FDgez9kCL8AJato6UBTgKup6CCj6WPcje21lsxwu1d1bYqevA7704o3uuHR4Xah2jYsYa48W2R5zluWmxplqe/eOhtIAiH69z:kaMFisaQOuDRk0GV7UfeA6SRqEZBOY6JTuyndPXBa9tMWdczk1R9vFQx4oXhMsqScp:5u91If:VulCv5rHVHWOyC0SKo3W:Brmu9C208giQfWel8lfxAMyRm7:/6/bdJhC0VmdpifdxHEuiOdG8O8VibsMlzWuwuUAfkVQmPZYRO1lRVzG5JVYNk7kFw4NrD/CXmO28pkPI0i:3TYBoHJmx/1m7GXKxzxJgGEvg5Z81en2m2tX4KJkigLdXojKRA169Nl85kmKyvlhPIrpmS3Z14YaL6nNFBcoazXcIOLXD3NU0YeElxVvVN7WX78M3DvMp9f324X:6j2kFeyYnHH8mk7ZpHzcQ2:kKrLDRglx/dxp/hDc7cEoA5eGA3G4C72fM69lB6MRuI7zcdOd7mJ/m6ipYTvpR5z2J01HpFjKB6iN8XU:uxW0oGWtcEAcDDgdFUqfYGWicNWPC6Ok8jwHoM8tRH6zvbq7C6uPNwSA:mAfs:pxg:nOGxD2V5m1YX8qXK9/Ei/2GKqxLqGTLSvhnc/9bYRHlPn5ufhmhJxAlFEx8vK7IwtzqQylvOB0tsVgIpfe61VYUz7yuXkqtYgdi9CqWgdYapvbN4i9jhUCyncxrcQVi3qBIu4vkAGs8VGnkIL5EQuJR2/oW9O/tXsTeh/Li5QfTxIHgcwcKZXgSrAfxO6aa1E2KBHcwe9sP8FLyACgdx3yBEAu6i9IcETZM:zcLbxxdzHURcbxRIXSsMWp9VjUs/ITHc/hniuJme7VHDteBFrLqLRJ1X4wESyEwCFmmv400BHLUO0GZLfUVdHbBR9UBx3a2oY/tdrzjjvpzobdwBbi2OYsNVK6F8pk2Saa4GMOtYe7N8EI7yvPli6vz2lOlZCJwrlW8n26r5NWEvmZjSXuTiSH5n3wNR/Vjt9g97s7wG3jdetCwPlhA8MtqvD3IA4IzPFNw5qBbd0p16ItAfeKXZ8flOwk7U1bIF:rF0:xbRvosHKnGTemuUd2:cSOtv:qIKH2vNYwpv:UlvO2Dz79Pk55TQQkKd4jp/ILOWWY3MoUbnjf7ATLWwZ9kO911nFi0POwBYsU0RrpdhVXIi6xWnGZtngAdH4mBV5/8STLk6mumNS4SkysgCoj9/3tnPCPyeXr04vlfXREwePYIPXRpzKMwaGViZrvvYHlL8YrA9AagJmddRI5XEQ4:6uVpCb5iVaYbW6dzj2bKnmjSvC4bXTcjfpsc3A9/26kuUEsZrcj/pqQGtqpOt7aSfpnEHn1R1LnMSL1ouZX1EQchpwZT/CtPbxRve7VLo9zrsOOvhFQS529WRMsWylr1LU2qgtKwbOhqjQqdBJZGeV3bMjT3K6UZK3zlNMCcwG0Jn6RJLR2clb5AfWqdrRk0wyi3ZWQs/mI9v0fJ6bMmJe4BVToLzhshEaJPBk3LoxwVUfvBsxevfT42/6uhIsxavDH245Uz5B50oIA4zHgVRpnLKi7KNaV9ZDjdwm0qgj740c3V0TbR8YgYm117cS:yiMtbdFFE:/0r7Up9cNH5t0q:XHjM8GV7wTIc8OVtN1s2pK9uaWN:EJJgYi/kj3lieJH4btQZK9Zcr31UxQvZh3LutQYGhHMUDctSSLLF1n04W4xi2B:w/218h8wRvpxUCBmvWt2ps7mHGgN4rnykVJFJhIiQ9vJTIskp:U64LVNes6QL/D2hOYjKRzm6Kjpdg6ir:zqpfYb6sMK7I:/BfwR4bgaLDFRGVqQXvzjFPi5xxWjMfqDtRG2lgJNgwbcaJtKEEx0TRVxgVi7R1SpDI5xzbHhDQfXVrwxOrb6oRIOIrN/0Qm4/XX:R/U:/B34yRAQkLKjXEmWEfXd2L1vdvGOLMzlOr13Xkb7Rfau5rS7LCIyDoMNSrTkoZqC8NJUwSlxU0Ww/NscI:llJMBhxWSJskOC4V97cXLHqtlq:3WbMtAvMvxgtSbu8rgL94agYoi/NHl/O0:HjoTUtAeOhDo:bD:OWfU2tNM4NXrJnqzBpsoJwjVO9VI8qGzkEzRc9LlJkEF:ImlxiKqz4Smba2UkQJWN7bFJkeqNwp0iRcBUzKKMizI0CCqETLvl7tqJurcULEm9OhJFN2SjWw6vCB3UG8nmkGtIJcAaXyJvjnq5QYSR5XxOzYS:YWHLFkTo6XpEQs:aQFpazambdB1zQMhOo:8CYgL2oEE0VVFlim89xo6nnypBOKxdLzzwQyA3zcsZxRhbt:d2kUBndoZz9cw:AwgfH3E58h8jkTj9tkhUeFzv8CrAs3uADSdfGaeL2Lx60idnbEkFwUc3urYq4qdomOzegsHGgJ9Toz2xVop33oVOjlKVIiXTuDx4cHEYemkEott3ij32JcoflBCmTILQ2/lDbredHSkknXUWPSI46UzXUYXKRvXoUpjXtjusFP4hVynOoXiPVqCQc/jkOq5mrMRTDzq5Or2QTukDFkY:EdwyZWOB5Uxg3XipIcypdwjyD0NpJ4ZcbR7FT8jAcDOp5nTZYwKGjeV7bVNkfY:Ek0BlF2M41XKg:6AKlyYRg8qj1Zqm320ztBjTs4ItC3CKKXN1ezCPdwV2fA1DyMZxmk4gzeUb6ZOnf9cBF:MWiIZMQBq7KwEWwTIXECCJVlfQIk7OmyerFlVBOSaPAraDDpDhRB6eTrlyQW6OOgA1JI1Qi//3X9uNjHEVIHArruh3QbhklaLpG/L9vPVkdq433BgSNWzT8EnDbFzhjXMg4ithFJQWUBUGxCNwjYm:LqsOHed2Nh8FRt157qZqIVNylVlqmD9t8JklhspUOc72wY/KXLD8diPDuImbGiWkh1vZ1I:Dfp1FIPdVRrxT/vGbB3t2zD43csEEAUIS98SbEnvOTZaHIOf0cc5ZR1IymonWJyhCYSPtC/ZyVUtAmDpA/boyrDHBN8DowQkZsklUSSDitKgUcNoT6gAgjJoabsGs9uMbohPvPAqptJ4u6g9jIMw/fpHBayl3iGDZdCqqvZGpvKYg38/p:Zu5a6WUzhlKlrr6/iVoFkhIiEit9VGyE8Gn2extNrOUjBew1Sk1gV19kxqS72IbxJmNgtpDHaWauhOJRpUKs8wBqlPdAtWsue80mIDIF/vavIq0DOl7M9m8wKONnz5IQVHZW4JESpPXNCSPxEsofUV1IKo9jVImzPe1A4MpSw7QtKHcgem7cOYLHrbao3fOzFeoc6i0jGO4:crHmjbUEJexMpIWxKSo4wy/hWsWZWZ2zGh8wYqwETC3sotH0iBneZ6h5cJzkh6MHkhXZp5YiDQA6b8flQhpAoVOQz0eiRHwZngs78ajWny02GLb5QqMb2THTQB2rz/T3NcaA7Z6riEGc9MbdbnYrOoPsLfrd4R9smeSXzzt5seJUlrnat/R3qYSkFLt93RynfYCg4Py6N3EM6Ug8Q79a5S8gPcMEMsmKFLPxDkfPbLRicQ6E7WcIQY3UD0Yzchmyo/TeFn1lS77b7k3RDxVlBlA2Rz6gW25ohSyHGPWg2ENCVCb2nzfVOjab/pZ9pCTBWX7U2vs9sKfhCxtbDipHqw/tEecjQo2YINnkVdZDIbkbM3MRra75qEbq:8w5ay7riHOQide/yg4FawOCgX5HTH1GrLprF3brPp:cn8rJImYomgpfWLDPZIFavGXGLRjXgZmlVC:2vsumTNp6u/TvWYMDKIe4abqvRNaVtS4lQYB3TlDvUlLyzBgKfN1lPgBGLUO/xup027LPjPrb:zz8ArF1Uf8T0TpEIgWvtMYfH7EqjUejDXvogEkmScIcM1AfqmBzYaKjXAnNeUopxtooUMg2LXzcaXiYgSomydnDsK4U3G7pTAxHVALKx6me9gtQrO630NU1m9HgzL1fRI0lkSVpXunRc/pTD1qHAKhaDgEBZQhEJ2R4J7UKuMp1J4G16sMW5BOakXNE6w5sKCrCoDsjzxuKC99O3DdwNcS:ATsIysLfS0EhbG:1/EO8cBXyybaVRx3AwBFfSMnm1aAhV1hpK/IA6UURTiMasjAl34EyXn8zi75iJSPBPG5NC1ioJ1uBZBwsGb:CwLlPmy:xM56vtHVno5BDrcbJ1:b5w0DIw:D525vX0uUHM9YNDsIBeioq:ckSoMoAyuaC5wYa8JP0IcUkWhH:k9GEDZk6p/urN5qMvpTBqNJCwJL5RlOukKdJR/1/M3hzkp3j9vtJ9EFPiKkzh7SSmhI:9/yGhUxVww4L2V7gb52Z8K4hyYi2ITj0vyl5DqNWP5ADw3sJ0iaw:Y0xU8aG17TZafGRoT1tFOpyZUI0oktudiQJVDB1SYvVOA6MaMZadD0el6hUbzBhOrhdMV/LxXpiaPeKXxO44loF:PVuXPFYgBxSLE/bHPvnBADcBUyt4TKw7cMLTb1URTVHq:wx8yFNxuVA0WGrZeDeQMKU/QTiiYbILS19nvfCp0g31U4jaYgCdT3z/V60yfQyBceF3ZWXJPcEhWeelZSla6WqD/f1O8NI2YH2yVQfKav:Q/DJ6NBSFCXtLTiUPr:ucjMKc5tmPAx66fn8NTRhinCu90Nu7PkfvFuq/0wnt3CtkzvGvlL8pl0Xm:QLw65gsVJseu4yLx7nVzOdQmLG3tM2lt5YsiJRjE3:o:nzUBiacN3p2My1z3jS2a/H5:0NU2PEdH3HoyuFZgCTts3k1g5HO4KkNnlMGl38G1Kyq:7GwoJ55TtYgFvcy4cCZnmcLh:4MrfEapnZqXWP8/z3SsoNWBmvi5pR/FRtxzIjNxwZz/Eu2cMmsBHCiX:sD3oHt7sK9uYm3D:l5PexeSxZmVAQc3/SWYZI0PQaEpfCYODi8VAjJCLFDilIcD9ol5MLyn4sFqtDgy83O0tkdiMKRshYfQbpZLeLUiSSIwo4H3dDavou5gIJAmGir71UlyQph5VjiuPaWr9:COvIqLNFhDQ:UIj1eS/dJynWyV17DX0Y4AyRBQglqAutKmIxpLvsUYOe7k5ZljVQYb5Vv2yEfbz6miWjZZ1RUqE/ZnU0VNUAPOjW4jpC30qXfV9OcU2d5Ho5ZwvzdsbpblUW3GCR3MJN9yP8oYu4/mhtBynr1SFPJtGcqkeE3Hq2hRl8e52E6hPE:u7gGCZZ7v0ya1hbW0xSsmRBBB6H/LeZrUl7daPphlel42V6dMPlHxQQSAuqP1PImJGojJ4GF1iwMD7yIw5p0aN70hFXFOerJG9Sqj9kl6S5WDe7xu7UCZeap28Y31mBoNDwo3Xxnqiq95BY3Q6zZ5/z4iY1aupB1WMLAv7FOvCW0tJDgoLj0Q2T38ajCX:DTd1GdJSftp91zaHJ5ffrr6gut37EBDO7QEjsfUrlW8wbOhJXeCSfRRmCAJlWsDuT68GaRdTXtu/38oigdmTx3hkUmQjfWHfDK/agfjPq9PAlIzDmj2Nx22dsgiNeggYiBsHzv5hKuFotFkJnhYZ6qYtH5ydg1Y8SfvH8WhZR4u0iE4aDnH8sHof9LzUo0xmrkLSdBBwJ5ux5Q4SHEaRp6CwJl8mclsMdqIookEK:ZGuwA/Aba1bwqKqQf:DA3x:Q9Trxgyh3De2w6Z9GQV4IPundb8t/utQUzVb2bUjxRHVpBZFlBzxWPk7PInKcbhIIH7JG5boQ1uI8F4nySbOCHJSrPISXz0B3xtMP1a6VrpIcQ:jPlYS:dKIogQQy93h:DQJZWH/ud2V8pTH1Psp5X66JrqWYHnSa9fV/DipmJcxjyW/yrZllJ8s5ADeW0:6kJKtB5VIP/fYtUgw9hVZv1A:e39nSNganlHetASP85AWdPMRoyPcffTBBwF/HzYKr4bR1pQNyL/I2j3R:UVkE:i/dWYKhLV/Ij5PUH4KHd:sXGMVaT/vzvKjCM5DwhaCAfOGN9XXrWopN2E4sa3qbPaAK5G7pbwbgoWNKSLXd59SraDAY1h0rBmYS6TBP5:fKkz0/BEu81l7vH50pJtyjOifX6aa52esyqpCFCoTsqJZqXHvE8VeUWLSzPRSwmcLmZsMJ:uibCTBjS1tvEOU254qML8gG5Y76HfdNVZr4XoTXns0tcIVNJNjHvSH2oNlac2FRuvd4OVp9akkbHJw3rMl5VHpdGDqeN:xEy6Gzp7YujQ9UWd4pPici4kBM4fTmS34:J6nLvR6V4k1OEzjO6QBPYjKS17u6tkX5mgii0kK0UybIRont9rMyvwsdqGLCXmm/bMt4VHqyu5/6a/KvzcMMn2FIuU31A0eS3iuSB61EfacMzoJ2D6UlKo/vYlRf1CBa2ihRNFD9CCcmNaQXaEJuR1:ZcDKkML5e8lZn0lDgt8ltd3/a/ovyQfHxcRego51s3e1dcJNhjKPEjsojAokmYqqdL839VwCoIUxV759O:MzM19Eba3V7GS7WM73qdcccyNXsJxmunir/OIEhvXnRc63cqRzWWtstlsvrWySaV:NG/g3gfc3BNO2XmXysdGDo5RhgI:ZYnMeC5CINeNnVm3sPikZ7W:dPrzlE3zfBgRcN6IdUCfUhxbmPKSIqGdPu:Ppix6Dd7lgj7yruWQHwX4HkDPIqMlknkJb:mrPMkCJD2UOp1guq8QHnPWjDOiHPCm4pKTsHxxzwUVg7nDWHqB/nhGCrToqoSJ4z5r2H3zW7/eyoQknCEVPAR0smvNmlHpXp49sFw50aywNu8bfzYdgjUNYjmE:qRSQ1OH1V1H5uxnjlKjp/EcNCNZyCyvnXEzkRT0JNyjRjoxSFVd2dGm9ppd3/jXNS:cwk:fWv2rcBgeuVYSQ4237u32q5jZH:jwtDrf:FgqpTR9BlR7xvkV3T/hjSkaZS/bjaGrjzy6iy36:MZRyHu3LceNdPhQNbbsUhX14/aj86IGsT8KGrJ2:6NZ486cK4HaBCtKevU3nke5paklQ7JZh0vbFVZzLT2wrLBi0WYPTL49M6bU8mMk8Qu:1TBxxDp/3ncu03MMJUWnwAU0LVZVE1WVF0YmJaAWm8MzU/hxFPoVd2raVXDW1q1P7YvRWQDU2kJToWJN3sAdgs9w1wrNx4IpvqZhVbhqMrurgx5/EhkMobCC8aNhLwIeEg0WWKYJ:IplallHISI7DqZDLhpctcBHEOKY:Eiv6xeDPix3TuU0XHiwachkLEvrZSst6ZNqKq:ndODebt7HpjY4txlsCwfIzThi8JK4wY41GqDWs:zjQS/6fcWM1i5LfQ6PfgwYSoerQphkQk8DE9xvqyM7yx/OX2I:pEw4zwUmMlnvbPnu6Nk7QEgtE9qwDN:ca4WzsJeyK/jd1xQRch1Qw2wVNmCHtQl30ImaKjNRSsGFMdf5:Qe0fNE57:pe::YvVkcg9NeA0mdit107TVAKxGBCTRFYV1KQSBFAVWwzKDTkknvvbyJWa6e4GROshfYycoOC2lKyQFRs8f5nzz:HiKgsN6T:pZyiGZVjyXAtru/xRzg3fkoWnxcw2nypKdRdmBXn11Z2TZgvH4KMsGcwx0oFJ9:t6aPFEUV0dB6UqbX8TF2CyIlsD5YlseD02Rq6GEh07RTX3DxG8a5fYs6zseHP0MN8Z8oQ1jyPTuE4XVQJtHhkrsWRwF2kNZxr03im8ZcfKtL2ktYzpv6wAwxrSXeNgm/bWRS8t0Wqb6IW5LjlVEi:xUum6DSStEowCJNNTJTOmthjpf0DyuOc/ZZ:K8yLzOHpfqkHeilyHB3Q0uA0DCoXBbfiLRrRcjWTh4d8inqEX3fZlNf1k6DLxnw5pmifV94ERmZBaq72wKeMigUgAg5up0jI8dx3Btafd07AChkzLFPCO2fHBZ3t3:xMI3EhL9ZGXGvGjp:s1u549Lt/wXHa1YaQt7j6ZMhfuNz1ou096smuUBkJExOLoqB:a4:F/5yuRCX85GS8N1x5OZRSGOLGn8BG9h6p943bkFqd3AfEJ7PJTMBE2q/ty9ICkcv2Wm9dWAMmWenCvAsk8CrDph3HGeRjve1mjj5c02NIqIeUjonpY:OlwKyG:sXYEGdWnd2AGsaAsmde8dSguLIjRwPoyrvCjnuXSYGLGdmTGuJ0RlYF0hw6JmJEvA0z6:BrbnnrlPGxzSVsjlK7PYnoBNpxpPjUaK/eTy/ZGipCp1qAXTmlACScp1xFYrNrZQUGYupvfOycQLN/L1vxTJ/OHg/hyx6giHeyEx:jrhO0iUAXlZvQIF:rH///ovK9nWHgoLFwSEQA8T7kNrIPQq7kEDcDXnu6mothEbj5ySbqNUE9htXPNslpWKOmZlHMuS9Lgx7V6wGBnRyv/htRwR2BRPNGDIEiOMMcdJA:SUZroAb3fQGR447mPVUFeiPnHwHr1pNBZ1zSVP2NiDGqEaZeZBepqpz9EyXXI7WZbPM8ylG8DjQF2TItftMtU:mHIOEfXXMcuglfjSjNcw1gapIiRR0M7Hxirsf9HIQd3fY31HxcHY3o76IsLMd/1dqJJYnfWEJa/1:Rj3Mi7BYDIcEXGggdJ8IR0/KwK3uNKQIQcIslxwQyII:1LoJvTbG/aUFYbGEUodfFtB9rtkooU6Jyc0jbie7WXUqh7ArdddJz7Qm1pNxCDpu00VDvXFs19TlbgJmiVRhDQjifCAWMPTYi5pq:CytHO/xdaA53pT7WmL1:sD09tFH1B54oOY1K0MJWyoOXr315IUpn8luTrjOT9VWdYjY5i0fS5d:D4ATSW0o6NZ74Ik0aFomKo94y3dcyNd2QaPodbXwV84qyfDi2iuVe3uwG0/Km9:cKy1RtMLamUvY/ka3eejB:9T64bPNofNeIMOQjkjsJy:6ZQXNQ5zlX0WWEu17HQk9ELuQupN58zqLTO6ROHzT03IFcr45uN09GT7HhHKex/:U3zG6g4Sdk28k/:vdeYN/fZ9qpMBB:Vff8yIR6mFSSySLsrT:mvskqswzsP15/Sw7bTPebwSxIDaQzwU6T3gRyZscftFrgFeMAhH/V9kSnRBAT8xZ71/JR0GqwYIHImW2CEFTaqARtcmTj1r90r1oPKMx9WFz5UvHGMT7gFAxE:RnSFJZOCyy:KT2XNtfaQ8w1wCLfGt9n2c7MCCI/mwbuZU11QJQ1DEQxpX/OkPuXVuPesdOUaEgmGafnS:rI78bEsW6FigrzScup6wgNxYnSsf9VCY28PfWYaOQAd1euJAlKd1A0gfb:BE3v0bs6uYz7EQYd:Vp91Y1CubRwqtZwuiniiBh/LRH77oBj:o/K:Uem2C/Pk7qeQJ8iS6Pf/WoW8quaCUzP5AOaMd65sVGL2GBN5cs:cIAzRsodjsQZvL5LiAnyM6vGAabS5o49bMycaiqNNMEeIzwJ/4Rn:BSp1dno/FG5v7tkZ9QnqbtNuEnFiYHG:RHgHjMDRH2pzSvQ67Tt6GGKXXi1e6mRhynvCmpmj9oAUYoewy3G3SbiAEwBp/hC7cLvMCt:itWpj/srWs5ko9Yo6FhKL/KU/v9g80WjuiMDVW7rLYDTzwRn1hM17Bh67AxeVTQoE0g/7m30y5nbHRZvQqZlrDWeTfGPGcu3fbjmqKWnQb:tabU6hXOwBw9Eln6pR2pHPtf1oKluyNfdKXxW8fWBtHgEiXc8phAwd0duGm0FBzw8r2L5qxUjX4qUWdidCtcrPIT/ZcRkh14D7AmjzLmEUVVeHAjIkLX99amME40IA0P6ZP:ECsBmWPiCHvqy0ts::M2IAjbWFS8hwxeHV3XUXvyhmvtITrO1GQSm6cn4KQ08Y1RDTvGlWSAJNNFIAD9QkXDJhsj/2kB:yNksGezXQsrIes2Hr0WQDc2PH:9UKQxMb:DPbGN8qkTx:4djwIoZcLgTm02xIABP02b2iufmbl7Q7zYybZh7Zep:CloupBLqVXLII2//1m:Zi72v5aoRjKneJBnU4Hr8ahcNHC4r0f7EPwhlapWsfhT1K12r17VumKd87iiUGzHAbyWTHQeog/C/Rqz/BpT4oTwo1seAyUQKPdstG/Iw0XrjTDlhlh8j/kdS:IiDHDzaaN1arIKbhE3wNqlvaosq0GQbkOfBbEKD0duFZVMgCItwLHAuY79MjmXS:aL04N6PYxbSJwf1omod1fp0CEgTkwUF1TOxsQU1iYg595bwuftnBgeLx73ww7ykDWtoFgnHXjU:m1tTgh3/04tE9A0nQvIANsUC7Xv5Lf4EJbqCG/OLaa0W7u8LjfCt89r1:9xQwbbMKWxGIqfLLvn25IlO:U6zB:EJHdkH9GOJiUnzYpEv0/Y2J9DNjq/kD/GQdtMShIwXX9ml2gbXqW3xUUM4z0KS2YocA9BZtOuVE1K1yN2xV8kvYYdH:oUZif5:r45E/Hyto3qHMmfhVSI5t:HmjdA8ocpcP8aRgzaQPPgfV9:O07/4Gl6cJhTqSOGNz:XKhZu7DYBTXLHX5zhXvkdhZKxRln1uXSrzkDG3imc:z2I4p4kruiN/kMQGzi48iNMlF:KhANp9j5azFoLx67ADvYAUpDKN:97rYagnruQ3ZOpj3UbXkhI:vx0Gd5q7xu/epR5npRGpTxtSi/1bnREuQt6lRAboGPLeQNuJ9kLtgEn2dniJfmrmXTj8HWLStMqUUwiRyEtQGXY8:2QTv5duO8crrL1SKAnlPvfUBPivdj5CtjbyeHzhARJr4nErP6UC58QGEE:k3q2xGhEH0/FMCUuCBzCzkCVbBxH5hEqzP1vlYAkB8r/7xD6uEKnYmKW2YRlTtbHW5HEjfZ2o5RmH7sqZjU872IVtRxErJIilJrln6JLSuJfi69YECEJXNQh8NzxQQZjrM6uAqeamttyDH65/UVXOj:prAjKTxFK7zxy698yUU81VFrpg0kVmegJPXvxm2XZEoNB3ndqSVzqi0N0IXC870JcU6i541phAj1eZXSgLK:Q4FZV6LV8rJD54yHtIoQASKE0wzJgvJDY5FS64rmxKefENfjp9mVWELoEEdNuiXWfXjB/B0rt7O0IiZlP/b18hHm2aBVNwPJj5kJ8ajSqFu2VOx4t/PRnwR3844YmSj3RLQ1G3WYUbWvyHi4nbWd/dwlIFEXuDyt/TuPYWWr8BUHvm33mdmq09lldrSZJTU:23KeKnsbU3JoDyvIWI:54fB7ABTrQcqmHJ2fRzbuNSrTlL6FwOTa7eJf0UakjFlgyU0a9m:38Ar0/lwDurUw6epS12hdC9u7IHNOR8x0ERSvJyw6rg7R6xhDEV6Bs13GHivytUFvILh4UHJf04e8YWc0VVrgqw1L:agm:3pdsVmEreucbYJ:jCIsCQ2r7qBa4g7phVuvwKeUt0nR0tm56s7Y7KZHSoHluYzXNc8yRwWYT2GXVBY5t4dqLNd3YtXuwLjPJ4nTlcw5AHEGu0hyuZBr7JbuksXhcr9QbcyYSXbPNHjGOvEb/V3q:VhheIm9Cfo1DzW9rLDv86l:ANfPO6bkmY1KTCMEWt4rwqzj89iOj2Da71zJbni:M7KYb8jaZW6RrpgS0eHGtCN8zwuS7kijdVgTQGD:mHNj6:SS:NdRCAUEUL4dwcjStOGVLUClHjGnhIlqVcRgGvIGkLM4Ps7p:6:0PtJJqGd4ceLXgWgu/UbZWk:1qvV:KE8ddBtt5Kda5zJ68AX6pSuxrgh/QXPWE/EYUlNsbZKQdHuYTaf24QRRcyeRlKDYFxOS2ymv3Yjy3VmfXTKEJpGXbLrnf6vOdz4BC1S:8zDjhAkEhdFrLMgiO4CR50KnrgS4zvpRh8Sb2qSXjs63/kpeo70rkg/UKUJ1j5zTCXum0AQkFreAoS2CXa36F/htFrwPO:dndYuRmfd8e6FY8PnoTbbSISLK1gHWtyaZT/tBZMhFAwr9EUbqRP9r/RH7fZ1yWLbiGqoF9HwOzZPe1p2rCt43pLWfxDc/WfxZP/Y6uY:irEFLCOvA5Y8oYti56OL7MHoR33Y1o:Rrpr3xTajoyvuvIHJVayHG1o:MNPxhWPGtSXupaFAQauw/HlmFhAsUa8cDbs0es2HqKREUg1WMhhsQLBtUE82tLI/nLiusP0T1g5fhWp8GNtRmcRY9MDvuitqrUgjzpPMXqKnW20DOk3JeE/ODGHjU6sz5He7nxRTVNMI:PpQtAGfhFj3Pdp0bZeW8kyNWldgayc6cIl6vt:lWQcNEzNefFl1dEweyA23lGHTaDxYU:qUO6QvXQH9oZ0d2F5PGL6WXaYH8d9OAUC:Uy4fdcS9CgW8:jR6rqn4Tv9Seem5YV:AAfgDrsAiOYoG4l/i2INQXMZ7/3tmZi87JOao783HqiVU1CnmoAYJoy4yDqpp/EVvmGQZ7FVDIqqxL0VgBLVSS81hOPlupCO0AzmvzSzljTWzXFn5oWY9z2uIUZVYOnGro38AuMsTvg3fAkpo1MA5iWBt:Nhn5AX3iUP1JGaXvDpnBpOibtoCHi21nHnSBawuDRol8Zy:GTUahJafyv6/JGwBnk6gvtN:wmPy1G:4zcDv:QKJ4bcZn7dRasNFDao2tB67NGd42GzNwuhUOXggsmGDKoKtgGI2g2ChyPXcNcaj4fIGMKgvP4Ay2S36AfopWUcf/bVbnxV4ZCUbKAdiaSoxZ:8x6SoFtaspQKyTH3gAVm43zSiQ8B3nXUqen1iOMLbxk6IwR8Dg2IapCtKwVpmwP846V55hxW1vFz/gJD3ulj3AoRsnSEnjUeKgirObg8SQjwbMpRrPM4aXBfsxfL:ScgDUHZOZyQayMp8JmgEoJGdng6nU00xz8ruudRO8wOFHLzl1W6iZs/iAWuElX1ZOALvWirIr2hlKVYBJxonWcY/i3MvXu74kg7tJi4FalfLeNS8iwagvpjrH2O02bhXM/cgw7NhzdvvCRKbzAMeJPNpRYt9na0ZqqW/pNLELJElJsGE9QcHjtgFMfCtIN5FtCjUtOwtiVtDzaQgtwZHT1ikMcI2KdynI8khiCfgyjrmRDa67yCB:58KloAEap9pl02OLMF1cUB/D9oF:XKw6rVcNhohqiJpm97mJWXEvUQN/cyBasB9biQWR5lk5QL33U4PeqMFWr1OqbXFCSmZk:in0z6rWCvxwZ0dFJ57KSDoKv8MV:e6QpgGoENadD7qq450yWB/sasLsJrr4cPxZfXEgLjyXvOyJ:ldrk3FIp9Tl:x5PGXR2yTKiNR2J50XhbByl4RhV6Y1g8qEqRC44hcwZBzr7lxjbjHBD9xY8hTQd0qldvcXEPjTgqjeLGS0ixDpN:O:8n9MQhM2EsN8wzmfWu4ppAOxvhfUm:gow0yesXbVcj9QJwOojxpsHza7UGgtzDFp1VfJmKPtMIL6n2H/C0cox9bW6zBBdBgYp832Z095YLiBOjyn9LOLI/6cTTsYmreZpXg7maxEjYQSEEQBmax1cGAAB3r3MPZPghUcg9GKkjCrHZHe/uHEIHgaRSR/C7uJGX3PAd5FaRLmUw6Zkz9NOkMRJIcv/ofQS38dL6rgOPWI7mNrnCeVpG8UAr2IfF:r/udrSvqgsWS56mh2JqDorn7tgKU:nwb62t7L8k3SHwxHVxM:k:y57DVqoLdxWQkqbz4D6EUwf7hg83JS:00HJhsx2HmfvljC/bm7l5xBf7eWRZ9VQb1qOJw9NwPivTbaQYeQiSAnu4z4hMeA4TkFCA1l9P3cOjGVkamgi9bA4Dvk1yYWb2yBV7CuM4GlJU9rNj6APRqysbYqvlQj9s:jk5RRotzdIen2Go/W6sBwtF/oXoFEeWcl5krSElL0e67DBcBVoGGF8pFl2s0Io/zDUtobL6PxQ5vD/y3JbWwcJoY82LRgeXS3yoAIGHpssSWFPDl6GUdn:SIOV1b3TtYNwnI7:rII5Sd8SNTecYMUixBMb5zE3ZQTF3B5ky3j5lueZ/kCdNrGO2TcwwEpwAMiI/88uPsclCc86b5t9vaxkWz3nVlNwuXNXCpiSMypylyJsIViPWdclra6Xm14Lg6K3F6PFcK71ekvA34nQBxJcUCSGmod8Wa2SlKyllOyyjkukeNh09EkeWxtpBTYDS02j5Np64tc8warqaWhwUTzZzoIeu2zLjmqwMO2BfHQlN4cEpSNkgdRUJoA8JOk9CR/G8UhYj9lUPDGjO/MmcLmyQ4w1k97bnBvN1AiOCgAo:0kYyJC643LyVi5y/bcf4vKus2GVwvL9aJB5nYDVlQGlTdnaPJFWunfDP/GJbuzVtqWChBpHCsDpDwOKvaO3AAJDRyAo:thmS261g1kn6V:Z9MY3qu73:5p3HytnBOOzJUIIe:MBlI:ZQVa3zTzi:LXVPOT9zDwyQ4HpcQeQufHbM0zqquohlPnqwwbX/9qh4ooC466FjPCf6bUHL7jMnmSAIT4vaIhdzzbumxOtcGgIj3NMQtgobjMNM2bOTkkYkLOUdaSDVZAj2JmiKY0qKzIi46YlTjHIW0opG3ovzt2uRDvwiYX6zI6F2/8tHuPW/rjK0zF5hkeTbLlf/X4l8tXzByRk4qKvv64zb6dLdYEHqDbmbbQ1fnotP8XrATHqZI7Ixx1f4LDj2D6KJFM7:LlbD4Thrs9//f3C1EGvrPihFwLpQsPEAC2jaOfp9EbxWpeadnbRwVxSBAHR9Ua1LBfMNKtCVWR1/0048T8KgWDVvC1EIRIqMihv9yhqHjFcAQqP5ipgECBqi6UCgLnGIlGetA:v6x:P2a:Q:IJGf7u1GS6bvZdfcSJyYJmH5wT43ky:Ds/r3tPjrC0YGDEmhdG7VB6aAFTqWA5I2QTsEaBkQ/4dxnKQnjFBIT2cAV0a7Y8:5fCNehprP1yTFWxIbx8EjbVcXDn/n/hqW8gqoTRa8bEX082sx32KTzPJZ21kA6XYzsZjsVd9nYFU7x40cMYOI/b/HEdlKSroSiN8psKMHIWrlJBQ/Qjh9nh47Qvp4Sl2ezRsBkRwdyOy:YQBOZaDy2RZE67nsaLwx05IfUw/9NaK4p:9pVUiGcgyarTr4rjqvRkiLbbJzPKzBg8/F36l/IHtOxB2xc9:4MJDsKK4PHHy8G:lmzpb//ixwhCBIFls:kb5EELK:cQCXT51s2qsrRwlKwAt0uFL3CCqK5t4fOllNGoz0:eVUhKtTlIjxmI85/o6fN0daeP1:mpntWI5cxAnZHAhk1fRDyJ4Kkx8Jxs8X:pbUhd5JCY:WxGyEWUj3chdrm3BYkU3sjOMRegpDqDSRWPjJGvXuBA1H:NgIwfPyY9IoyPC5xlLNujNpQnACaGTBk8UxDHLnkQcBhe97mM6B:ewE2QQzVtm03mUxgjDBVzYNg7tQc3KQEc0GZY/B4zqb6JqvEEbxqw9mp3IJxb2ex48kXZmCJ0LEPfdy2QKVz0xEgz:zaioLxIRoUpC:/RQ4aC5OkjX5MpJ5dTOz6WHsRctKhaQDEg0wXykcUbtTbvgzrNVUw5NJIvvfM/yNOPKPYGvvvYdfHT:npg62/CbbNkh/Dtzalv8NKV7oa4lMMdKAn1l0RtPtGXEQn:Ufx8FeHHSDPwuxWI6/n0X:drMLTNdiAa/0eIsKB0Dd37jxpgjQxjMzqt8xCaBeiiUVHdPjth:IrT9AO/9GFGkAVMXtXElVBO/L4sVw5Zwe0BbEEpeDmB3yGYL5lSbLm:M0ss9fHgnfzm2uRG8uKDCSk89RHXV3MDvWmMo8pkNzj6eu9XnAmA4F4MDxPPIFiySXqJnCl1vx2/n4efBvOwqRFpmMh9aiFJTI6HCHDawF20GNsMJDeCLlQQ5F:6NOnf://NauGFniXp06uJJFL4DpziVbS9c5we3ZyuqoY0cccm/Q9ngWPnkoHOR1kgLXYafCgtM1w4rh9toFTfkS/NLnnFN:ZG1aNqGWovdex9vzMrhZOZbgOifBxOhLEPvw1Ny9SjiuziBwDQsAQwI4nGF4EPYGK1jbvuwWJq5h6ygRb:KwGdM/8/kTcZ6RcilLVGuuM4nfKkzaICVX16hCCq4twx8PyZz4Vb39O7r8XbcNe:Cy7/AOGL4OQ0/9FyD/Gu0CW7h5fB9BdPiH5dgF/XmU/UrFskkHQ/ZKGxBMinKQ9KWgUujCJvJHE9zAYCnii:lUZLK88CyAZtxnNEa/2ordAjfMEgSXTR/cuX5VtuyVnPgqD3AyhVrdbj6tzRRfrD4fsVA1BzhR8F6GGDbSWS/czLOaTKmYVmlPLOLNLz/TpG4p/Kmz75U315TIZDmFZU/HmrX8Gl2JCDALY50Tmdf66W1EC4UpfQCpJmO5HJ3OZaPBTtPB/N/lu1eGgnkgI4ZZhofEn71tIEkLxtz:tzvu7xnvoFa7jnWeWPD6LSjmtGB/iNVGvVxwN3lGAjUL:16hjVzniXcwrlt7wxqrI/B0mN8pdgnRzu7w3pEtnkk3JmoDLeqlXBIZVeIybU1TeZESHV5:5NiQG1f4TM89zmbgy70pnrx96F38vpqNLvE8RGvi:jOFBLx5j7L5HaU/2HkEldk0dXQvWe/arBS2KwBxtnlAanoCSyq7pIFPNIM82pcpzZ968Kv4kHp/hEwOkYFki/O43mZayFv8mQ0N1:yM8manmUUtzGIm9HM:8ANLuarV/yoLKshn/yn:uPEYbEsTNfzKyWJHmOmRieo28qDeXnkL/Gvh1StPxOVntkOcXnpjFC:6eUCKhA8MvizrjkQVYIDjy1tcO1WsuebaaveExmg3liDO4:wdHFKLtQSgzYiTOm4bSn3FZCRX2SR2K9WVox7f9nFgMP8vX1K1d2DP7aYZpv8Wk2Hlni0Q1fdy8eYbWdgK6XgGOWKTVqTgAx6oZ:pf6Ws4ZAJyfJcw4akEjEeUlf:Wi3kBVX2VwtfGajZZWt454Z/fCQlyaRvNKmxWjZpFDyvlcPhJbb:9aEjcWz1:316qlknASiBJ1EcFBpxz4qissqcMtSE:tbloYZCj:gIeHJIKwn/R0/VakIqrWvT6RPb1AnDkzDgpq2G8D5sN3BFWISBIPoonLwqwNCkKZynYokedgO4YwxVoegxBYLb:pEDZ4hvzFDM8zit0Bl5MEwl0NwFypkjMw88vjV9G4Zfc:bkAdS2nvT:lczLiDPBVN5axVbFStkYJThVY8KeYL1XGTfkQU8WUkt7PI651P9i/uACKcs2TJr3ExXf85gtqfc3hlGQBQLz0Wb2J6gG37hwvhc9VFOSwU8br5FCLfZDcUEiQP/x8nxGg2Rs:i6Ni8rkG9/qLOk9gKB2qJSddAagXAaI3ajjqXr8X9z2dly4uAaoE328XqYFdbZYM9GP0iAl0q/ckQoXUJbOtQ8qLGRP4ShdbTgo3ht9N3f7IVxxjEg3BMCRouBR4y0qoIipaldhM:qk0iELvRCln7d3506WhZwvtRM4G48S/grtBrw2SMhILys/RKU57ed1RMnrB083CxsR4oXvlfWvNAmIGZ79Pjdri792bjPAAvF7:jjKDmFaVO4Pl9rR38QtaSJMeYoJXTYWQ89mV5AC/5eI6EiD9Es85z3GTKxQdrHQJGfZkLNjElSMEoZl3PDSRbGlyqyc9RWHeKcAn9rwa3ZTtqF49Lsw:JjV091s/7SjqZgkbHp5akily/dUE6hZJAdNUkIKuclGJkDDShsXVKrJM0lMta0ZdKr0eu5IV940m5BoRoZt9oYDW3OFROiThvjbj64S6oxCkqgrq:9PfS9Y4S:pNl7I2e28iSObyNOf/F/IFg6ny2AwzDde2QpdLp7gPMg51OuZuHs:Zg4/9u4nOUD/Tci2dhS0KDDZJ6KWz7OaNeh095h:xPvpfr0MBEWemwqhqU00YmEBN/xxxxNJBZeOmeIdqh9b9mVu:BrA4:nY1mgddiJO13pfWrg:XcFTKmbxzzs8rXgpolFHlzyHIe4NyvuYsCjLHQXJPdRhH0wS/HxzsaaYjD0cFGatBP761WKG:aJmrZJIS87ODZLR:L5rX9p4izGTHTgwCoxQiMvXqGX7hGLFXCgtI7:bTxJGh:PpdNzb8vGT69u3nrpINWMLPObJxV7QHW2D2F9E2hmbNinp4UEScNq:0u:ndes6o2sIzAGG5qj37XwkFqNjT8nyOwmgR8h5JDwYPF1VwbLyvFUie91xMWPAxm0vnvBFgcdu2mx5vpCIXiPslz929sH/GO:GkL9jyt8wwpp178PjY2eWTOp49/R8/S0Zk2yK1ViN2LQBeOBvlXoV1m3e3uhW1:meY3mo8EAZDkRqjhnyLKKCfmBPyxDvDc6kNu1nEMebfFVJG/5gWx8wySl2QE1ocgQUsXAzkzR9eHk1QN/2NZEknnl3q4DgG2rTnehYyqCCsncZZqnyVJKVRNVbJkA005F9cbWSuxTWwnxl:bpjRrNt3t2C7qKTtvPpZl3M40Tc7bUMupLNUNPelr5Jge8kHIOVViztr4eqE7vOMTzRFMG8hr2dxh82mHV3/4iIZI4LxzLEsMF7EXx37sB5P2FY5qoihk8X5xXQlfHFgkN4D4S3E9iyhxq4jLCnmSRjFz8gnCo81UVU0HbIWjW9HRGYf22fljwSBzYSnFTk6DhC:1Qv9kOj9TNLfdUN6qYGFI7vzDk6BPEpfG0N3uBrN67Bwo8q32O6JgBtpQVmzP/dHVf/CtdGvGK1uzicmoAOj3anro14G5nsYyqwv1gwXn0LYU6VI6HnC9FFSBpxWmowRLktyfMgEQYlSXWL7R37nT9IqLM4bPHEVu1sysfKjFrKKdxdZebkY:XwFf8TJge0Ocw45dGgdNDKwrs:plNB28eHmqvyQr74H:UfyimHiCKt22Sr8ouLciLm:GIL2u:Gj1bcRNu7dSnKkBtGU1B1geJR1m0nEM8VmPPYa9EmMVi5bT3TWyG185Dj7PjnH943/DYcUIobZNr:K48swQ:y8PA:LCGr2CucpKVhZwPnT7LjylZCriqdlhQDpgLnvkzAsWBnfjearKht6mBk00hFaj2oZryOrIaNCN3o6JDlphI313ZlwQ9:BIprCnCFDJHCXcUHMClK2NaBSIv28xeb9LcaZBsvOmj6fGkKIS6hH3ISKZyUSZLX0wITx13iXPE7SITexD76x:OSgCu5fXrIJqh0nly0gLUTzOxhGX9XRc1JEATFCiWeY5KB9QiySRH/:gLqyk7PjR:cx4RtlA4SahP08BiyP7JDuKZypjru77BsaPgfHsippKgsFGCNeYM4UBofJPq2sh8uqt9fe1useHUg3H8hWVp8OdFcTZTj3tbiDwUr0aO8Ik3p/AbPJuuKfZohNhLo3JSWI72fslZWqeLOPrjBGFUUB8dHbTlZvQTo4ki1O49Nd545AmkCvr2xjxhqmlNDkkrZ67KneYibvf:8hk:7LPKtFpyxQsvK8u7ayzWY3Nog6yDM2XzCEA:8FHX9jr1hePHp:xdTUpNTg:8tsJAWJrQNeSpq7Rc6oznvDHNDYVdKlas8gaQWghXs3sTYOuDsVifHwMpwFQi788v1I52IgS6j:ZYtA/rI0ZiCT3p7UA1Fvs3yAbGCoFwHO/haEDPocHCr2d/gQexAvllgKcDuLtY3d3cN/7b/uAM1GL9WhhI/0ql1iJgrXek5WmD/q:OBTcmxzkTz9SyPcAMssy:xBxkdna1YlsQPOz5Tx3ivhd:GzW9iG6wBwqFtZvtR5yDzJ9/MSfrkpyJg9R2EYgIfycSXTDPxoDGdUUYJGiuKm6YLmCD6EYvpwu:KOSuLIeeamB0DSdE:PeKESYEjuyOLt1LS:Ei8PZsYyz1Uugg8V5IdwncSnMj6TV9p3v6hs8kPq4/2lqx6/RZr563kh3PBrpkhmlEHRGQSRSzWRjqf/peydtiqxgky:sWQVlr5gm7CQ1IOjT:wsy2zFfwm0sjc78PAFcba/5nld1Ed35y:cvOl8q8tlZtXXcvDw4u6h0X2vG:M7OYLmJSnNHJT1UhxmtNIdpnbsg3E3ePcEA7rrhWNLL96Exqj34a2OgfjI4Rkt5AiwqhcztAOYnWyG04Lrw:lzIvXyYQ8VtdoRmJRHkM/nnKscKc5z7xk/:NnZ/MCPVk93LVNzxNrapJTSv70a/TSRArH3fsgirOEG7WmEms6y8MhKutoMc3G8n:sVZFIs5ViyjR7TeaoDbfcA8srag5hLcghRo3TP48iWfdef6YzmtSuS4s8EKlcRUlowbzAgLtEiwrunxj4APItNKPaPHHCQ4HwWqGsyKkzf8Tv0XvFou:AZn9oWeGYtmzg1bTQZ6ccgU2MoDACrfY5syDONTGZEC/CFgjYCraujl8FArrXacmh6/P:YlKQeGwknnvoNGWr7NaIjr3CbLeNlQmDk37avOxYlDrlJ2eswOp44vYjbgcfG6KI89UHnAt4wcXevJuosHi6P5cZ0HybLeFgG12wvMtJooxLluQdlKUk9DGKkgSvWkiLYLmOwup5yDad/PmEkBayJoJ8KGbSjwS1tsAxC8jLldQmsTLGyksqSaZyko9tb3c4hOY54EJQxRbwVujhbT2Bxnuzz7VBRJLR0S9i8bTiv/t1DjqWptnXVaVommaUkpYLCo4K5dStcuBNYuJe4YGlz33I2tnLowX9uy/VZXEN1NzYT0Dv:ePl:BgRdAGhrUPL/V/hCtJ1inZ6OvAHduwpt1N8fJL4TSF8qJVbFtQgG2QpaX32QVHcTkxC23zjNsS8Kyj11K5il2R64TE0XEMjTyXbmyE4A0olD4zppXy:uPVYtrclscVwXZrg:oRes2VAbLBSaVM1zoUu6gg9aL9TwFAnuQk7Mz/ISoxtIBLbrpweuldoeMfJ3kau8HdvdmqDhxOWqSriV7DeUhZTBllDL40PgZ9NmEW/pUcYFlGxCRoBYAh6H5tDRaWhgQhw3zHEaDcludLybLtG6vLv:6rv8bwsxQqTiLCflbO9f9G9XKNpi9Wwgayw17Hf2Ar2qvGgAZgh9pavhFpGG7HHZjVg4kPkdb2jXqzmlg:urd1yb13QXNxv1eLQ5USA7DwxlvHpLYyK2YIfKTdq1vDJBoUYfQUDlmrYtMrF1zTTSn:VRbVG8RrfH8NSRcTTsQEZWDb:94/bn/n71wSBrKyHTH/mz:qoLhXergiY9GMHYG0I:9ZH794MSgU5l8MIgbQByhjWyiQcSrp2v8CBAU/KJhtehg3kBbOEhsLcYlVGI31y7MkAmpa9vDE7/:8GiGkHIvGwknQAKS2/JVpvIEdxwJncSdk6d8d792xpbgVJazw4bbGN3e2AC3i3IgArUuf26iByznZYhcyc2Z8:NogXp7tJ7hDkLOLchuW58A3PF9CL6FlY:3QDK3Fg97C0pYedboMvgRrjt8Xn2B33Oz:75B1uR43cC/W9VA/xUc/Y0:oc72ATOklFbyKFLCyMEQKTibHQC28laZ/G2JdgvVgWqS4Lu0jaKOhmCa2TTyQIgrnRC3JMx4g:S0me3SytrP/8zM/czbGdNBFWJmornGLN14MoeCD3CwiPRVY3F3v73gwjN39uM12MkNZHd/Huxvoc548DGupg4rPehKLuYxvRVf/3WKJ4H0YDRK0DM6aC1VnfVdZ7/h4NBELvLOTKW0qmzS13yKUN1REQ6C53vUivvGfG2RvYvbS555hBg2fTOpwPQS3Gk7pqVYuSJdCU04Glci2RCbVO5PjdOYifIpIAN324byQLnKyZCWdRSiKAC6S1:5vo0FbgU0KRzdIpXe0Umq4vaePN1kIk2iNHFaSzb1TQV0N7labbeFI9rtTUdKVBzg2sXMw:UCVZP8x5SvZaSmS/wI53F59Og32hGLn31McsO16pkg0W492Fpw1DksfS0tofplomHMr3Ht4lLIsTX0UD6wiE4/QeH6hhTc0avL0yQ:nAZ2oZw1E0I:UColCoa9rY6XWDmRT73Ln/NQg0PMB2qnuXLaard8aDkUQVUM8KsBPIu/z58SsOZP7IqLv8Uqm3VCYRosCa0Be2Fq4EGp/4ToM8H8GfUg4xPcSCWQ:166ZZq4qvJt90N/38n/aY2NcI3e7D:OMFg3L402qtu0/Og11q6KIPp9vlFpxqDKb8xHdB:DB4KLf3q8Ci93vw2DfH6OmLmChx:8KqlmSVBKHlfVpBufLBd/BpoThCBOqNVSTqUVGySZqSQAKDjo2DdlSUboQeEuIe6G5Bhx/4yCivJD0M9kvCjEFZ:cEGYgR8HHDrTYtB4As8omhp4rXi:KwoMVvceKiloO7eJVnjGOAsftqOdz8rT6KQiDxfwkveEsXne/8MZ4q2pgcV9yoFr1KqP/JE2y7v8XjVWx0:WrOsEscvGI5P7uSzU0DQFGdROt4YZLKEAwYRSyrcStHZB0TUdsuFz:bxQ8G4yIG57guV2WyOr9YRiyh70Akou2ucP8IS1rBLYR1LYhTNtsgGy356Z68k2bM8chP3hhkhrwAr6hmsKOOmKVYoZooevLtsUgdAPFLrbAiNQdr3gZsmqye73VHdtdV76DuneIFeHxQOM8TJI4eCGPWuWAFRkL6IOE3xBkFGTFUGv2n7NlMYB6/SGHBPqura7/A3ttHIin6ke1v:lUYA:ZaVleEEZu9ax9K6FYLEb6UNt1MjyIus6oasuguLkIWkwv9ERq5KECbyLdhWkuT/tcPLjkkfqVbRZzEXu/xWybTAlM:9Py8gzPScf/EZ79JEWN6aiJdClJDb08xktatugNFHtUmPNLK278CV3tV:jEHBFUZl9n5hHUvSfo6yLpyKVUubZNCZux2yDdCwbWa6XSWZu:zwp/VB:pRaqgEPqcxBkgE2Lix6Cr7qOGUVnxieoKgcNL9559DzzWeZ6penN/obKu6JtswfrJWdoVYqbI1rCJX7uvUApImEsCFsNktEZrf53GHurJs8Vy6aGaIH5jtHkRRc/YW::UtgIxDT0LVyxN3LwHquBDy//HnY3ZlWA9254BAn9IslVSz4qLT0JAPn0lDkwChg0ix0e50QZv5XSNL:37n8uc:YyUiALHxytERarxPvdQHd:FxSMsTrw8UtMt2h4YkfQo8WJaTwccGPh0UlzatcopAmHcEc1j38/Zt8RQ1jurOoHmGhX/plv09RobFn0ivERk8JLw9sa1ju0K2qzxhNsE9/6byQ7a1zkk9ON/eA6A1Y6nsXdCYZYOyzGvxnTna0eiTXcOk5WmiwoyIJ9eA8kYX0:p75C6D/PGWJ:7qoMJIOujWfFuAXAC6JqNiTqn/WJACpiR8kcY3LWhBdM6QLWC5ZsZo4sTy9QEPbB:03GnwUyCSgaIfw35E3TfjPBcW2s/ThDpVv715/bHo6BIeT4VeZy8yd86WjiR:M0SGVvopAHipxjp6KecZmKRg1y/Ny0xxl0hcgxaVb5nfjNUbEfoBY6Sspqs86LoHlxShomtTkEYNA5YauUz38O7KZ3Az/Ye8rBq4AE0edy6eOV8dijnyJZpBEcyLofuDLBs:R8ckSrKDdfNuaufI184dgCPa1Xwt7SMgUxu::xc5cog8EZbxklypSjuymdpIloe9bfauCxi8KrvoeqtQa:beMarIAhVipUFOwasYwndz8LGVzZcsdVWWQChUgo0Ig:ABMYuOm0MRe7oaobm4YmrfdkhMM6R3qbt1iYnQHl/2Gvb4TL41cEB002osABqbGBd1:h0Ljz6:AZbJ5I8brH8xZ6jqsn215byse4chJ/OKC4ACYZg9DHTTUnBbQzyxnWBXEv8JLjUQLu7Y81F95kMv:4S1Ba:tL1v8k7fNkyJMbF/KJ6nrkGssDlFs1aYiGOu9WvIZAepG:5N7VawzyqncMNAyuK7C1pfLOCODupZ/k182lOUU23DajTYD8VnkgqOOanAkhRIyQydyujfmvhwQnGm8yJAHl8HV6KE/CtMDK:ZZs2/P/URhX2cGSNmoIVyR:UoFmHsNSmP4ctNRDy2TJ92wKymjZscv7K5y2aiJXZgMHmm77u2DeR2hJsW/ei4oNzLjwp9l1hVxzQe62m80NuYGO7ghyQ3SFExGe2cMyFnCOjINhBbiy163nHvTw4QDg1b4v73bSbrxX/Fhz4aHp6U6u6nr7GiiFWAqh5aqY0mSmzZIQavT9oW0IzPNHBoHm8tYGLGvdQ8mmttVQy35hejvGYWCUIl81w0Q9h4ecssLuRraZeHsDCqn/7UcGnm2I2avK4ibij59bHHVPR/swt2S40c0uO01hMvBNXGzfW6YOKKtsDd8SvMYqDOIfj08Owq/hl200c1Xe43AsrVDxSb8AsS2Cdhc5gwxMpqGCsLRWdauG2JpsSUrrdvfdMSBbRut573tUgVnMVqOAi8ETI5ZlAm3NdfTEvDVDgA5QstOhwgyl9guaZn/0WgSw7AXv4BuTeOwq84ueaKYyaW1bzF/sfo6Nhe1nsQg/SsH6fSX1sIpmGb9UPokw/XP7pdh3jVbyvuRncjHdXCPhwGaGVSFg5HE73x5cLVgJnQi/yobzygwq4OTb8gmpi94VqKo1Um:kU0K6K3jHaqSNflmPcimKlzKiLUmAWX8cYOW6sa8hhzyZe7Gvcgabtf931957wqZrj0iZuK539/mNI03EC1oFKXkmWaD9NQMmm1botgjj3w6E6p9C9/VHWcy5MEAGeU0CxlzVLmx0FhLOHL/ah/8XyztcSVVfhnXXSGJ0YyU0Y1HV118ab1H6HW0hf:Y8U/YGuYqVyTJ7heOZpQ4QdDbmYRp9rcTFjFG4OUrrgYtbPoEARV:hZhegycFWeDnNvZwOxnuFN/lWF8aDGmMZ4gZZhWjMlASFk9TwB83JXhP1dkKIIOqLptcm4/pjCqElLiYbe8MqDV2nWEiGRslGyIVGR/:wFBIlnTanxVNkf15I8C9OWF3G0ZJ0GhI1mhirMmG7eYubAVoKrEfjZjwE066GJG2sd9dARbosgRkrEdG1HYmfv1ycNf5U3QiigB3C5KlwvbynnaOWAGLwGz4LsUyE0HyhtytrX5sG2:YMhAr3erwTuWV1YwVXlCzBU36Yqz2KIF47ZUWzB1N4Egl:mZZ4hC3KT8vluqcxAyJI9LFOaZlgjnons1UVQHnzhWxe89XwFiIEcSxAA4CsCAO8MNLCk6Mwe0UcmLFEZRdINf2XX56/E20N32sU29IbL/HoS8KRBOD7e6AQ2zi:/U6BOv2XlBfLrmBjRZi/wAqgLlKNUk6HhS7BIivDPZoPwWse9kp53r5yG0GeaNfaZb2u9z8Xj/efNr9CP0PIb4fwHaMN/TMXPCWss45b9bi67:DEITYfyd50wtHXl1IWvC:3IsauaUMOJ1Ar4j346y7HpqOagukVLhzOhX6eutCiJFaTpBQMm26psixKjDx0vKSWfQBVazWsLEgnEcXbGdhDHUh3lMfigaDUA6gnwvIKXpGQNeJupoSt/IAgRua8/NMixlyy8js:FcztoQFRcLUByzaNyjt6GDWhwzQdeZYEBvd6tRX58RR0GAVkzijdAh5RKlkc3IlAa9Su8ipHD5hP59rd//vLN13uEE6m5lj2TgDPQ7T5Alfdx4nCLnlJlKVpEvIz8MeN4Z9PPtDES11vv6t0n4zEjvL0feLhs2EarG/snn3H6kH06dSXq4K3c/tslw/7stJIJzN6M:ZUSsjuMRkGDTqdMQl3haH7l/OedMhG4PVGR2KIPjBSjvH2LjRhbgDjhEXjqTyZZfyu1CU7uxougSzYsPNnKSmfS0JOER0iO8ZDEelVsVq8pAf8Z6X9T3LQZ7IhGqIMMWxX64/POEDcTHbxeL1R:wX:N:ZZYuLahgfDz/i5MUkAhqKZhEh9ebvXvTvFgR0IytRzny1YY9l/48svOAXhZV84MD6ga7p/BsUOV/6txLNk7lLBbegqm2I79UOjwb:eqxFVU8FXHsNoKY1WDijpqMKF9hjoHGv8xhQURHnqOyFg5wc5b9bXspWntXZrhj1XxP8S8vABdQrECsSJ38QQnt7B5po:DSLNof1Wrhl5IQdXY6xZHvl5cD:qV74VGpYP7pTNL5sBc4IcGb0BHjv2Z/hCcOlYMFPHD6GxKu9t7dSJb9yq4UEj4cxJJg516oUj4WLFjeJD7jfosOzERMoWtzbYsRnSfQhozEpKVUCvZIsmqeHbtKpELSoxsSqi4Ixa/RS1H/:A2FXUS3fnCwjuIuI23cCpFlOzDGwxGjXv7:NEodNVRD9KAQXGOSatzNFRCjhjNB:FFWVEGjxexFfguMYy55Xt0u5Jb/Omrx4xj3y5rh7fIsBoSYl37tKEsa6tpwHAOqJOHqWQvO4mxkKcyOtB5zlT06x7DbgPNZAH6oFwdiWvV1kudrV8Tshi7gmrMPXALhjdYrGrJrgY5olBoGcJpxOhc3LdpY5:N9KTrysz3JZ5GtOayQCmSQcr9sGvuuGfdbs16ypgrE668cLH4iPUb7:zeDaQQnmDhnU8t974YYfj1UdU1WaUjezre87Y5b3Fg53KoGtRtVqXSjPDU94jtJy:Zh3dWDvdbiEUpvTD6tOhq9wUJdMn5ucQOIwqwbrlSwUMl/cvhAe8fOMBFkU7kgEiMcVpSnS182UMq4y5Yz:sQcjFNNF93gyMk8x1fqk:qDNDO8z/h3jkxA5eyWMLaM6lUQ07yzSVPUKsIkBqjqzyK2QiZSqv/OjJxMrYfkbWahtTzK4/TE72TF0tySbFbtggu1qO9AdrsL0rwndnN4Iow2SOgF:/4EGLd6WEEbJVQnOhzQPq0Q2eUdcc1tTf5s9HopHiCxOIafBW:beJcL9UCReWXDGSm2zz8goNUbIgyNLXSiHp8l8zvnmWFWF5ap3yZtU7z2vk5YNbD:20aOsYPKDBmwkT:zS3sCPe4gropw9c/MLSHuTrjfo4u1/DhzVIaJx49:aGXYIfEb6/W8ZeGQq/rwrhR9:SxHy:jocOr97L8x4cOaq1epHScEneUGhfOJqvXT5s3GdhoYisDZwy2FbnOd2RhXatUvBH8ixKmzdqQar6U6cFfccf9Ek6je9f0Bx32/NA18j5dZFs9VllKWJ6aSiwA5RRozfPR534NHW6HZ48VDyWDtHGVoAQ6mSjXwFc9HlFi0jJgf/1a2NN:QplLZxRGhOSYAzcMogUqPZORp6wl7L88BUPkQO0kllOs8n717qGxOTyndFmNJSM5UWMGLLS/HHRacdBJ8orJjXhLnh46cDWX9y0tysWvg9wemuUkD:URzQYNolk44JVyMWxOhIwWWc0giNaTYufwXge2iJD19MXnzXcwMIcEQAz93liAUl0Rf7ocxiG/qr:X0ZKzWvj99RuA0gjHuFJNKDBjtCst1A1BTejNDu3FoSpQLKQ9bONjZP0IvO9:UHJvtbiHAOgITXv4g9rJZcDVoGr8Sy1OKgawGd1rBwDVAxy7ZMGxLkWFo1oGsblQAzyvHYMNYwkJlNIxhXMYC0gosskbRYdecMfC5WAujGXqQOvyQvynhqj1ZMcqWmlI6GCphXqIlEnNkAKiGznS8OvI2xli6GyD61PkkyvCA2BimliIXhrFgIecrTR0j6sXGpOGBOWshPVH8J1ahijQJLMNEaQ5H6QobpCFF/4J6iDQk9LUmH4gb2kwX8NKoCRH6Ajww8BtQKrKPSgakHaLdSrDPHiZFTzqs5VppNlOz6S3qwEyMSLcwZgGMJ5cAyZ/a2OzztlDaJJxR/vMNVUx:hZqBcNDvIlv9eEPftq3TIFgXFCM6Arq1gI2Tg2J6qeQPK0vWtyYlYkB7d1cpcavOIvmXxsYjDAo9XJendzJvn5n52Cp1QvRfaAr9ig6H92ENvFKMnRhTLJ9GbRzps9eOFmmxp2jnJQ2CujcOZq1xSeB2kwYfRjwzgVsCQByuDA/5xv5paWTlA:LjrBdD8pg00hqTKYZjvghXrYQw7aQjB73xixFU:xGcd4ozIS6mzV7BBI5Ok1P5t/j8QY7DITMEh/wFLDq0jYh9oRob5Ht1UGVNMn81NriJjF8nSYMEajVU81RfHZWbHKtp0/5ddTGpfuS/xJYEGmA1r0pU6s13YUf1ExS0WKo3VU0/TA8N86yyRVNNA2o3BllcN9HEhYQD5BBBy/CyUDEICeoZSOKj3Eo0aG3qZeIEj34z..";A.C[1695183700]="kBhSSDg5ZCBrXkPdxNYFbCWnJ3RQQHyaraRmHrC:x50hxFY5q32evCmlYVn/xzWNLZSn5eXHTyNIiLkzq9HDnWkLIw9MGfrDlLxLwy1GkvLjJiA855XXXc0zg6nA2j:VDwR4VzQJF:diu3oSGo7Rh/3IW1HNTYXT8upHgf/bBNG3pw3T8urT43QkYai4e9tXOiyoXQHnU5A9EQUF12ugzcNJ1RGIbvjb:GPg80hYQO8LUlyumZYsZIje0wFYRwY:EErs7P8XYIVLiUYy";A.C[2177026350]="ScRsaTkO757eCPYZWAb:R1DCTD841FP8hbJN1D47Z8o6M39KvCJXXhrfkWwPAmJ1WIiV1BfBnxas9plUw24lZsUNXfJ5XHqmj7/ptsgwk3zcDXRedVxkAkIlxUHPjdgtU3rhZYmHe2XbbdnkViSxhgh:Dveh2U7Zrt:5qj.."; A.C[2756734187]="ygyd2MceALN9X7JV5G0cAuBa3fDAzwcFQzMBYBtxJgHcKPdwM:HtfX2x4sDb71bHTQw9KCjiSs9G5X0wMKzVhio4X3yJy3LQXazJ8PwspcvMqKm5Svn3bPa/tNy5cjHtu9pwes0x8A:W3ZNPNk/QSRIK98bXYsm6xnX8UESHfYEs1XyisCAQ7eaT3UH3TyERKbr4MRD3giZDnD2srkPi0mTphITfmcPvqyWzTtOAM5cx60:l/Z/8CROanElr1utBthCbBo4Eoee6TMy4xlin016lOhTdTjITv7S48wJUlCi6m9s/ulHweFuThBmUea5k7mreyzDOsAmTI1FTKzWmVOS3o7mIjzeluL4O9FhUqb5OkApVpjhuRFyJ6/QC4lC0"; A.C[958139571]="92i:HT1mEz7hPJx7dlRb0WD5NY70eL9RHpxhoTAQG91JgvXic60oMRWmJyyPQC0/Yi94TIc5wJo::mibzObEGAPjWbdT88nAilVx2Mx3KnogCenWFQ3yjQbrJg0ftvTyPorQQAVdPEXYa/Tz:I3r7GEwHcp8ZUd0pg2IVl9ck8uLQWLJT/aeVbsxHKYKu/r12b8McAu89pcu338F8iz0JXwIQhtVQpSSfQwBLHHUktubPMwNxCHwEk6NkwcL2AMFYUkBbbPM8N6w5ub7vU44kYO9sX/EMETOjVWH9CObqcuqSim2e4JWsD..";A.C[883997877]="XrdO3ul5l9cYBXmb7B9gDKpQOFcSkw:ybLgzsQQcaOYmeg1VGzM5zW:dXsNwnNxEjbwDc7D1yxWIJfgTHgigsJ1vSiFw5gxUVhMDd3WaQXZZExvXYRYffbRAjiJB:XfHxcOlSsGdBSGYGTF5dONwb1c6Yo6."; A.C[659060556]="6R:Pido9XNQyaGFjCd8AqyMxMhzrFqqpSwLyjk7JEMVYvwZyLcMUj:YECAE7jXArK6AZEb:5PU0kiqU7kRjg2ykws4cWeQydoK9M4blr3bi7NvxVPYHqfhueBpL635qsoipvrcREbXN/sHwKeA45w2JQ3/2HDU:dwRly9:21skWbrUue0D9ZwAiv4DvL3hN3jtEID4Oj:x585vWABtjlWb8PnKG4iTQOeHXVPxfi/1uojqtGsFqFnQyk9oVOkrGS";A.C[506948616]="ZEf4vvLxyXZyYwlbPU8U9e7LyFGZzDoDUfY1oInNFD/FxGDSB4fxCFNyZKSdLXd7z9ql1wmurZnEjMU1oVbS5nVVbDJdUo2E9EFQ8JRmpu4MuchTYENpmWtfQ69q1lfD4TTxS54SGrPUpqDaRV6Hh63WtJ8IU7wao6D32ZZXucGUuYO84A8BI8Bn/FOnL7V5vIbQUEnV8BbctQHCoLEvMeg9Vy1IPQqJTPzqDRno2neNDrHUG:JMVp4x49L.";A.C[275423344]="E5fNmEfPG7ldlz3ZCfrh4ggbFiHXqskUYbeC8kHYCt/WCTkmn7ljnCQVITlHQpB6hdpScwhuveFolP7s/1xA9ZtDoPrijfJNttDlEIAFbQYTUV2Hig4:KFUYtKz."; A.C[4094571909]="XUt:U:jkOGytNARywm9nuF1aiKkjeM5EjOm3vs3oWqK0X8c9FdbAOy6TBG3POf4JFm3m/58jKNXUSt0Ms36sbQNRQgB1xUY:tKZU/TT3qDxxW:dnxHqndOUf0MzeZ1lK1v5qWiJfIoY9DIxaGswphhFp4SCu4QH20h9UhuvNddtd85JtLf6Y4D83MAFkeLmPliEcT44CkpiJjFiTCk9cGh:8y0reMF6vz0l7S1bRJW:LONOnDV1LcRNkHNL:o2RC"; A.C[3600352804]="Le3JCRumB3IACZCSEfvIZIPRfVwl0eDIqAB1IgBH3ZB2Uy9nEI9BF4u10Y/vZUtQqSLil5:u2xd2Wp40UPUGqYJ73qMqI2k/zXCVtIi4Pc:8x02662dP0/6rwAZbQSLrlDYtO0vTY/IvcOYuwZFNdCo1fO/F0s46ZfqCmrcugQIMdO8kf83unSODHMypT5kkXV95m6J2htUffsa4mgQNMCN:1qvsqBfB9Jr6nlosafQkiscWu4Y4IdCXHejkG4wsETE0rt4oDFzfryrVD3VeFd285hZC0u8msp1WO4b/FcktKdBV0gDSQTge:ODUWbQjna/H17P2iZ9gLpOCkaSevEMgTJIR1QpOfZfH8EcyqnIpWDDoVzJsuVbAbO85FsphOp7YTpuXrGUajjzDjTch1dpZZb:wMMmidBwTVPkemTF8/OEVul8dXknlKQY9Q1d2Tbo/v/7BmyBvTC4MoFJfLiuO9PGjdfG6A3BC/DkP5l7RSoOXrZxMwlqKUilvSa7/s2qPCN0cFqAINmF8gY27tZhzPqDIjdIuSgyZ87W/ljNCVcGmYrp3blj/dTc2o:KAjT55pGXI:GPO2MyMarWj3hmklBjmjOnobrZIrKtaS3Y2VLOvfAqVb410m293GowLn5lxBvtcbKVxfYzeZiz3rMtVcZxtLph/M4FRIM0b28Vje4sBlbvfzrb7NCPeGzBIu61jSCjFDb/TUVwjLtQ65Z2FDf8vwtpVLTbI9wHR3DGdjy4h75MQ6jbuMHJtIc51JWIMWFoO4bCRCldaAHPALKSHlAu2Q7hT/2FjNO1/XRt4IoqgfA8HyiNwCHHDPnC2/gIbYNQ9ymHzHxFYxAolgmB7RR2Rqxp48d:zmkWumPHqzu/xtvI5AGIKnK4T9guiCwzJmJVl6iVnQMKo6UomwT0:TljFbTFbRWl0oKQebfd9il:mRTWZWq1/xPmSzpPXYsXTkzgTXmpI7JeGnrtQx:OipfFSTKnvfwkAXKsLOaMYHpJAYCUCg5nrYoPdEOLEsuzKDvJlI6pWvtOdAhA0q9NJpyZdzPbEyLIuP2zXJJYxxTs8Ce5nImfobeiED7GYbaoXbSDmo:/ZHJaOhiJ2I97MQK8Sh1agMPHCaiMfKYy8K5dCEdwFGxacldiwYocefCpy8GgTrUUkTjpULJGx0mFnF7BzVdzw4o742CZ1HdXfLZp6TAB9lwg257pSJJbziEFNIPfGVzfmjhi:6tL79BGKfEvJkwWjfsujDUfJDrHLJo5AfkRLwxaVliQecQndnCmmTHgzKNYjLGj9NkNIVSE3wOkHkUS2yy0VGRxgjidWVtw94qT4Fsf1bpGROvRPLpuQiAwUOLb1OjxdHI8aMUj2Ou1lgIwxnl0jP94NYqHCBaNKXfxA4PE0cHJ4mc/JnlhH2VLL2fqTVpE5uoEmJ2ZA1kkXaQbK2ObnnFEsdfjNj1nqAhrK9ABZVFH6WEcdEMRhcou::LILc2dysEvuI1FgzzQ/Qqv7Q57XcEJL7uPjnpQxVksdJvKgWlkiRAB6:gNyVARAVq8yhPgP0:oLBuTD1JeghrGow/bi6Y56Xu5krN4K01jPPiVJ0:GOZgiSE:CXs3/Yq4QWByc4swIu71MurJ8qemN7DdXu8hRc4hgWH9sCeU3GfMMTMR4z2qmR02hz3DrRE2txZAvt6LSU:G:CDtKm4r8::Mj3Vw0nWbw2OvW/f7uwryzQF6FaDxmEac6qhJ/G01SvbZrF"; A.C[3516065817]="DKmNaq5nOf8NVu2AasZSGNgbpq1l4ItMSsz9sMsx5896DS7azOhdos0TnlRWyPjRzmsux2q7W/JDrK8UPlZoLGb0sliClIjyNYTgln2THjST2cCTRQTNlG5KmmGJRxpCj4QUrUbHob1LEG69:5KJD80Kkf2NpTcWj7np8p1gTnhxAXeQr/G2gPMVj3uzBDxcSCQdf94xUb5B8KWwJfSGygxWKq8wiv/Vxlz/TWpkjeHWMkSEwuEx6O8a5KI3/S/OHF3TjfsRxHJje1mGi3G4pObPsbJ93KYVuR40rHEo3yXSY46DRo8jGBuGmUZM9JE0Ei4lOSsl6SzfASJsEFyMxoICjvegjVmhEWLxfmQJCMmhckYVYYb2AJBLpJUWdZkEA10lJeK2QmlKNDh0MR1NCD..";A.C[2730485921]="bF3m4V4cMrh7DEW7K:8Q5IGh7z1D/bTnZPHzGiBXrhCAuOViKHOjF5TA6FaluxvDO3eH3Ii6EyOxzmm9lULkF06832Ct4AsFHx2P:vmONSI/mfbSSZKZslkFwri1vcxdI/uM3oxqrkRyvt8t"; A.C[3345764771]="vIXrrEAu5dwG59zqDZR1czvn0zU2Blw5TfsNNMXWx2G:1/1qrwSOea7pcbSgI63QW63LZDhcyAv0FQNX8Zmtre9oad90gqDQTIblM5xA/U6NWraZonVH7hPDa:Zbz4tIh3j9QMIehfdfhpDb24UEVOvYJvb."; A.C[666307205]="6:EEb4X9jpCnMfMKbMySkSKOHZR4:tPiYjLsjeePCz:Oiipxc0ZCIqSvk8rfT0n5TXUlu:PWD6cEyogUQ/SiImN9d83j5GCz8G0APed5K0komcRokzQEfow1FrUsCiTe1Rb7YtQ3Ht6uSq4DIKceoGHmeyjFQUAi1wE1JVeJXGmZ75co5DrcpPPWn7a9dkeHiLYzEKSMPNusHhyXcPWpobLnoMOkkMrh9n8PxKhq26WaheSVTTh6k4CJTknFZiFhrK:Uc9UPsRtfdOQIsHpogaTzZo/13tNzlqu13u4GndLkks84BbkUNPWnUyezIo4lU7ALSPCLwqnj/uhLmBgILD5bqD0oa55ZPbhKQ79yi03oU5eCh/MCu6Mj/LXZf3PkloXJh4X9YFUKy/sbXbQH38sEsqXkKOtqi3Qg7O7EBbeDFFzZrX3L:TQGtTbbU:aNK/B1oKksvLDjiOvg8db9gsVVOr8:eG5n9QwM9h:thLeHHL::jwXJJ:l6QaNNZJ1zr:zSeWKu4UQsPUYf5erQSBF0qyCqEAEDzn:T2NM7w1Ap9K6wCtSvMXbGN1FOaTJ516VFtClpsHd/wvA5kGjLLxRykJbj/WahTSfE6Vte61borJBxZ8Y58MY5ZNPKe8HOBGTMgtqqBNxRXJOceqkL96A:RWbwn9oTzBUMmt68TOb5Fhde8f3Jt5dAuVeQmDET5EQ9H5ePqwhq5yOsnrFc2ihQ0xwUQKXmcxXlgf2oealblRivVuPGBoEFjObDuaZKM8Nn1bca:HepO7lG93tMa:PK9B9XyWgHKB4sh/ecb4rCWQ67BY3HjFpc2LumZ:npTfsCw:6xVshYYvfnaFuyaCiDu4p/YPyZMuCVqvzUp4gL1dlyuqKAFfuHHIZlriZKvaASvX10f2lKqfahYJeXROqL6pvNoCS:B/FtFhNwg3rZKoCrlpXkA/5hm4sLIybgcP0lXJHEgnZqw2tO4HnBK3prIuXj1QtJ:ldXrQkMa7X7DiZtvsplZzjz/ACWardQWO:msbKvYopgfTK1JrFbS76FIvwVg9O2tAjLPfg/j7W/3fUu1FZsENxSbNneRWdbtgnpdDBBhXKSojrZm/k5j1JeF3atpthYep6padf7DiYngijrhdU5A0LnnxE7WcEV5x4zkMFVd3hlWh09aD2v3XxScA5R0OH5x:3fIcMzirmGAtbAqznZZr143AbCBudyiG/jr2y4A/uPAsDfFL64yTMGROJvAXyCdE6KxZuCaUFubitN0owyWTW6Y9wVoTolyNfaXdmKzZQCktnhHugZ94hup86sbxEEg1jwYW5foZJTv/HsE3INvuSQYmfQ:sdOgI78w8w6ICU34Ikm4rTiRxFJUdKP19AIin6G3ZakVAF6X1JMqi7XWgSJcGgq8HMihD3j7T96Hezi0706hbxBGoDHQtACM2U3KWr0oZTXoaToZ0YfIbQUG65ezfWMWOeaUd7q5/AAZRIUl2jRhO5XnUq/sK7MbotXLXkZ9E0wK9v:kpJzCZTxnIWAnCxCuZm3ol2rNs3Hr/X:ZhrY1t03lts5ZNSFmSisUmH3XS7SOEdd:S1QsyCygf882r7ckm4kK2Kyg/bmKm9U3VHDjrXMulrGcB3q4mOj052qTpJED7WXRVALm0Sw145uGFNLn6ihCsBkHLRBy/zd:6lH2rk3l6oVNYn0AbDINxQ8TDH4IZ7dDW8OcW9CiNj0s6fVOPXzBszTJMssJcAadTEsFlpO9fWYfUwVxF:LOO3XgjQgjMewFJfmWcxmHnWmp4MOWyVHg2SNgOehdDkJORx45TfZsiirmbJG:DzWW8LV:ghy7VknvcGUYr94XXPJl5SLCRv03xjHD1nwn99dDJa3GfcmY5XzwOvJio7b6ZJEjYFbCT98hBPi4UEkFd/zOrNibyk3yilEo9zNy139w9n1toeZebESy6VhkKbVdYm6fu23OMPch0SG8uLB0sCYh8fLOJWHX9Y8YZ0Ww7Ptnwzr97fy7z3JTe:WCVZ5xlJew6ZFD3m1Tr4d3z57KGp9bofsED6hxawz:k83fhZsBmhForSbZLAWLc/3wTD0jc:2rh/ANAN/nvzeLTW82yyGiONWD5WR3GLg4qSOAMHad3HMXDPID4RW3WO/BRiwcw8vIGnzy3CdUDSE0CpndiUb3QvNboX4e5UNfZIn:neBxyFOWz2DVrgqTzmqZoC8yKMQP116PZkk:WgGGLxRkbZ4dZXnrHjwXlKdpopLBX0zj5L8HqcHZ3GLlPp4n4CrTWFErCzz5cbBC:nMAIwt:bWXnP0ELPmQ4bKta5pVCeqgsUbEJpZ1Pkl4JcAvxDb62AMr/VyuiIQhDHcP6/KvgvfrwvUmOwnQNz2SB3Pkcug5wnQAi5zZoVCyNnqTMBO3wSfFb5Rlhg/hXAn0/QRzlKp5BySrsN6R5BWxbaaGeIQpSu9qEyczJ2sbIhhC5XYm1RtKMJ/fhH2zQRy1gMz5IYTbIQQcn4WwADEShGToGWgocm0:GbkarvoAvouJB2PO2I1sTBqhaR296hS2M2Tv/xixEbzTerDQEhZfhIvbhaeER2kT8zdhNBNdo9wHa/ekFctkUfz7HCoIi6T8b/FIFQ0ehqqEUTU7iWH25rNqqI:Qdimbd9rcJpDOKArm/Vl9rlVcgY9ycikdAaVUEI3loUhMZugMEr8Z4nYdQfOL4DXyAnCELAPbWBh5YcBfP2QG4Yx3mgN6bEuyPbK0CkXCgxC:BfCFG:aPy6DxvI:1NHuU7ZOtD6dokPcGx35eW80sf/9NIbi2bsS5h:DmV5HWdwcjPKaGMgQPEq3:0ZqWUUsSkbdDSQodoFXiREQDEboqcugbxfX1ePjUjgol8ohURon:D5O47rIyZAyZdfPW5FTDuGFJPADl34GwyRGyDfZ1NMrCk8lprF93atjfjXWQ5Uh0lKe0MCKYc3aKGgEeBfDEnKSo2ld6WXSsJT/He6xtnJHR6kehnmN9CtPnCvF:QZKebptG6Kmn31tbQCKVyjSSrEaMwoKZbuXK0UNs95Rm3DSu3b3BYcTjbXZTe8HW4pRzWZJwILyxa9GCmCwoQwTW7I9C6/2IC:UlnE/7LVf01tR82WqyqIauQrwSRj3BU9wGllVZoQZjBOezkJjGhoiaSF4s";A.C[1396182291]="VYPQErDKhqJMJ0xyI5uODZS98nvghI7:Y1XIXN0BKB/bjNhWnf3aN:1jaZXBJYe9Jk4emnf5sEH4qiJEWBGZgBKLSHvrSEdNm7kuqj.."; A.C[1294757372]="FrEYGXJQGTYNo63ntk:2ruMrBg9R7:N18xuBVSqjwRtF/uBAVRSD26usIc3reg17nFbiW:ARRAUCOKKgjnmVXBy5pZ9oI4oTBxKyy1GdAaTY:/8bJcIuBF6AZCS5givtisaAXa04hAVYxwrwHFnCcOW92X9vfpTO4ZBasAjPG4BaD6fNT7wpmlwSqYlqWNagLG6yu1Ch4J1/0qooIjoXM44BzMSo1uhRlNcgcnvAGbC2wmZk6iBh3F8EMHERDF6bspexeEg3zvUUTFHuwoPD1xfagMufoq3jXo4V5GdXU3a3ghY02xvkiJn82Hux/v8Z:OacpiV1QiyZpWID/smxjlIyLQYNfB0xiwNf1K:PDVtkn/i9pqCWmwIeCw7s:alRJ5wWgcMGB0yQLpIPFJVqgh11YUNKYH8VfrNMAaFvlro86CgzvtSp8adpHdhPral8puTkwJ5ruqwX1mlGvRKReagrebsI5gyxrO6EAiynLEx:dYjyENT6x4bNuF4LSlctJo26mOSPdc6HLaNU/7SxXWhX63hjS2Ba33rZd97F5hoDYn8/01AkRTWcJsP3gTUhrnCg7FuIpN2EmuKaCeFRNU7uWG1Ku::lVW7me2rFhyNa7xtAnsxNePmVlTmZgdmfUKwz3Nke3QPyBVru:haknJWNp/INCO4biINF7XI0zFQNl5vfpzCqq8Ris:xe2UuywsMMxZPufrkzfHrk9groW/o6PxbONw67EjaqOl/G4GL1lbqMvUoGeOpaMQWttim6vN5T2VrEWGV/LKo6lNDhWS/cFvPyJ/LBEerzeckOTPoVprT2FhBf7RBAI4J67b9WbQttuLzY5DjPzx19pyyzZ9:s5eaAQKxjzx1xPAUbiJ7POY07JvasPgm/WJseyN4we:xHKKkRBOcKE/N9ov:zEC4EeDWgHdl5co6mTc4MLb8Cn1Y3S3mnG4TkffoPRHTTx1lQrtMMIS9MDqLXGG2MZlrzbc3e3pCT/:UIdmm5ne4OD9TTvHH2hPg86qUr1OCCPQWJKmxbuNMw:VcyJ7n5jWQpd8iPhus1GJAIzP7qZvjyeAJafPwWiKTWw7FtzctQ1lR:/Mz6jkRwH:hnhW7/mCqaHBbqFYpqavpunBbpPObuefUyXVJCcTVRomDq5c1VUyEUKce/m1jENqXj4UQhV/RONNoaMWpBs3zPAUAMSXh:DrSHhSdhhHdxkBi6ZYw3JVUodfODZq8TelIFD3KjX5yEG0OQRnSDy1XBllEZUka/hpgvZ4lYzk7eUMIlroz8JZnEbBOk2CkyiJoN6SY5Xf7o2dH8dzTCLorJri0u:Oz4dr4JZ/lbkQtjdrXAlhGm3Svl7:BSTiQnMVUrtRjDgmoniEMHDA0VbIXKU9DE/ZUwvP:pGt1RrjSlSQaxZ47hg4AfXdgXxLz1zQHqcMJhSuMKnREPZC89zlkW4fefvg6/8GbfP7btNuHI3pHgHSF7iARCaMlu7Vjy1qivG9uOcuecYm3kwso0wfROXkI82jbNHVfv8vyIJ/Hjn7Ma7q8QEy7UnqOabLcSnFezwY/x1VNtyylY1DnAA6Pus:a1PFCn0sIAqZvevYelmPJzvgxO0:BqyI4gaC28HSRwx1LOGrznwq5RQaatLTRu//aXe0tmxiROfZkAPz6K659rIV/v5dDuZuj8mnZ7S9moMBFEmLmd8yY8aG94DJyQvUOwuaeWaoj9CC/eR6:msCKSyhNajGtZsJrIquiBXvzqz464yL4dXPi6qu4LG2sS/Sx7U:0cmrH8EUeSaW6MU/dWN1hwfOPT33O7I:xETxauUEtBWHdVyV0HbEC8OZq1zThqxrJ4vo:dJRT8aBsX/M9LOE95NraCXVQmEr64UudvvSOnD5aM2RSkT3g3MrHl5m69OR80kW/is4sdlNrC9O9wUM/SMap1RbZKQXXReNLjv2VQA8GoGbBtEvUPvo0ewmLfr3AGbHKl5sywNUQK3De/QgVC4ymm4Qtu9u5VnGyns4XEy2raj:/NH1:DSjeoBIWjGcFvcanBxWoSoVpCFwRE/Kp2500hvQHufsI6eKVR6iOFsnkjzzI8JfC3EE81Zss0JOqyJybQhDRi80DWk5bLKyU3x2Fxc/7DpnAybVp7jILp/nADH7FEnnKYyM3csBTMOLyBtPj6mtjzLEBME8wiOVCjDxQFzgpc6RdMa0aLboxTX/9p9qj:C6gPn3DfhVyIxBsHKAyo360mgc/5Zk5h52e8udJkNJVKTS2K7ETVqw5svQ3t6m8pcZSeyLqOIckSVIHBIvZ:MkRMMMH7bYXQ8/L6H7NZ3MokUCJxbcMb7DcmqC4MGiQIHw:T4/lahUYqpZ9T45PJdqc/ARMg077UkvEOTb9/NglyBQfiKeoBUgkOK41tvi8pVCTkoBpREsLTEtwtQlq6L7kbUhww5p7j5u/e3FSwl9L6KnhBHaia4O5UdYvsKeGzpGbhNN7dg3tf9vVGPRGQgGzynNVN8li11E4x/2h2Lh61nfkB6NUTDBwKupZlT5:hpyaSAW9eBHDwpkbCONjF5KB0jwHV:RJPv96eE5W:Ur77Pm6n6i36xEIkYu19Njwvq:KjvqGA1U2ILic8rwne1:V7ejqlNwsBCqggibUP7dECWJZHZq6FOnV78l761CarmppO46UpAW9rCmpkt6guc5RFui:ftyLvHD81wXm5u6ZhaJeC3uz8BFnUdsUMWz02acnD60gwBhMvxdqupLOg6UdLgGP38TPpT64YTwtmMBChpu64OLRVBWhnNTofkgZ1QP9HqS8EGHSyuSQHpTvXlYtWNrlJTYjzERUJ54e5aZWWZa48DY/5r5lSwM8b4qBQHIBSeitw1oJbMVeSm8wQ:AzYEbiA7KNdqLTbXba34xKK4DLTpf2AbzGNpkqmljiSlg7jk/SOFytq8HFBa6zDiPghaC7gmhUTNfJhfCF/nJgu7SGbwsauciPxweOqWIkkXIl7wUe2sbwFlfusQJG33NKPDZWS54yS0alij72PnXHu2kAJDCPJlvxlYXfTYNtAfuYbcwF8KGG2mczURV0:VMRhLe3UtY38ptNJxLxO6orUQwdLZ4zluqQWee0oXrQp/:uCbHYe91SabbtOppmPC3ArUv6eqa6BExKxicpj35u7PkTIj1s5KuW3f/bCZ/uEB3WPhsb/x6Xp3/UsX4f1LFZAbGZi2TCBWoEmHs/6Onfy5by/iExhmr1PiJb5UBf9en5l7CX415hl9CsI/vDuJtp5Myi3uvnUkgIOqG53bvIGQMSfTLETGz3JISG0WhiWViJud5KHsvxFPqTDvTYJqkux4qqiPn6azRXtyA/UE5eNxLtzyfgWoq0XihEc3lWQf2p9A4hO7h5vriYJKqAj2QHMGGEGBPTaNin2mzJyl7dt/CFjVgLB7J/xS4CJ8WSANWXrMQFE6CeZfg:NR:F8ocrI/Do8Pn14cXQxrWFiz0n959LNnq1l/:SilszFf0U:/nt6OubKW7choURUwLN3279FhqHc1GXqUYGUZ/M6dwpN1nwtm8uDkeofRfep37l9pKmaVRPHdNeRpx5T72qkKlDRz2xwVwnb6HFEJlFxIa6CvA/veg:VI4zAayqhIY7VGYKEPV81nC53R3nID7InA4p/UG1:NiiRbOFF1nUx0i2HCDrisqE/ubqkAxBbs9/KV/Y:10LHfk9nrPAXQ348iBVHrf7rkEWy/tMUxBvICvGy:YiFzh8VPbW:EQBII3AvUq:uof/V2A6laexd5suD/:mYBIhs4axgr3b81VdG33CqsyAOCbX1wzXC/O63H:oN1i/NAfZHlOHOdLkvyOCzpB8qG9DWHjLE2DM6oP4llc6TPsUqV3gAc/rHCRuzPtGYdsW28MlyWLQi52YFxFe:dTkbx7cqCHK0gAcqnc96sgzTOPRX3q1e6jTN1Zs3e6gS/A05FyzYN/39/rP3V5iWGMe1gY/HOfNjvAKfDf7YKGzZp7rP9fGNp0glHPo8eAhQ7bWtGnVroZdudBobw6qt2hLHOUfz32SjSwWiSKGR1xp9vXzXSM3O4wsYGifWRrWkfFiLq8Fhrk6yMOUqV2/lnoryQxslcmUcwGRIK1fFHMTimC6L91sBEgD3Jn3d0fSeWNsALCB6iHOdRZ0o9tYY//Yrs5nVzJMWTjhKvuEqgAuZgPUQt5:JCS2qw2Oym/mZDkB7HxYQ7O60Y762WrFCKAnn/Q8FIbF0uz70Ch5RVyu3W6:Se9NSuNnRLgls3R24bmgxxU2UIXTRbqucQZX/tnvcasp7w2s1sjK/PptPDqZRMXKo:fQ1sLCCYljOeLl5YpnhZ6IXKT5aLR5GDzfALFfyHHbnAdbwnfdGmSq8OgYROADE5vXXD2bdxskUtdehM3LRGEzhmb/8nVXZe43YBbgvvnz07gVCWbHE09CSJRlXKp0oHRGTMY72KJWky:epyPh18oENuFBxSKp8nERm9tOouot1G:22wWITgSf7imQ1Z//AUZTOZhljpaWc3Auwia5s/vrIjgGeTxfQmgQouePNos9Qq0i:/TwdEN25rtKyDCd1Tg:icM/AqInS2cgt8NLWIHuNXr9Po:uNh1gY1RNu6szRj4mQIZLZDzTD1Ry1:66FFEEXsXwaHqbym8BLRgX1RzZ1uggyMLuG/ZtSc5LfYCI1TZojtZYWec5LST032vTiyR8ohqFwD23hhy0gSwtuEtGUMB9hf0GIRQJQ5/ec9:ItVLRkXFrKmfdrVE/QfC/v4iZERoTOMYzV4n3KZvksh0q52jKr938OHRC4ko80LMjMlBrWW0vB7JEgj6a/DO62aVi2urCu8mrFLT8Nwl9s3i66TqvwDUMyC6gf0idrvdaBjObm0enpC8P8UVaSjoY4WbGdoWPXHz:euuamBOKdG9iTQRJVU7zrdrZypqCdyEw:6jB3mBcdRMLcT3qiefsTxZwfdVX4R7fQIsoWJ23a3xXSILyf9febROIntcF3QoWfrtmbF83GrPfWk3m/b7eanwfhcIAxr7dH3LBGu/yudomJO8co0dT4o3qQkRAWjHunmt6jkwg91X8ozjT2PARxZFRiwNWu63veaDg0QJbkJ/BzKEAL:/42GF5Zc3kUHcDRqk3V7dc94TIZl8Ygpff4ZPHqSChLShdZQdeBYcp49327cGya50IuvfGaFb:ELsxJG5ysQV2o52hBN0E5f6TelzfhyVjpeHXoUv5pD1G90OMclv7o/mqZQUfJ7eFLI8cO31Yi10n9i284o6ErMegmtJdwBKeqaqvCE/FzrhHItf3F8ug659Qx1ArAqtfupMF4ksxzMqRk0fZ3nYIxCdRKODbimxd7ZGEfbUxz/PADI8ndjxM0H41jQLmCcIFUZPhBwgbFxdv:aAldTpJ01teiFO5Rh:gea5k2QU5VlDFZ:w0c7tykMVJLq6zqQt0YH50/mpcqb9v0fCHDTV6YcD5Y4u1aTsqJnIy/:rALFzwSUo:4HMbErulWO5AEHuTCJ3:4HKkE7w2kEH8:ymJRqi4Hbvyc:YuNZpVjVO6q4U5/VlN35LwGi0ynZ/VsqFlIiScEazkVDlhE8t:YvbNiRja5IW4ZmW5Qnb7RI27g:Ejo";A.C[2456956037]="Fo4bL8AssCtqbbcbU/xfvaqUs0zQGhOoBYusf3MfYkIBhCihnynN:LnsHs1XTD4otCGtA3KcK5BlOQfMqR7Z5PFhnc0qjVUDZiHzvZr4sed6Jn9b:MiTO3V9nhG9eUgiyZXF:ISoSRCCiv6sSm1GkpzN4fb5MSyuRUhOAJaeLfq9eKjanS4PWTwZaOSHdUAAkXfopqMJ0GRfvgyRT1LaDjwUYOMJlnQ/UkoHccStmm5XqycgW:Ig6Cmp9b/exzAU9suauKVgeYNbPdF:ahPC6HghWAbZbs:BDQZEchWFgFjaaxOqsA8F3w6deT0E1vgT3ySRsO07U/GWQDrTGdfFXwk2/kM0Th9P6KUuEhp/wuRGOGnOEs0xSPwYK7z3bPwcJ1DEv21IlDZdw:5DFkKayap6BRr.";wa(k,"".replace,"console",g(9).apply,g(9).call);g(4)(666307205,0,1);var Yb="EN",Vc="",wc=null,Wc=null,Xc="",Yc=null,Zc="",vc=null,xc=null,Ec=null,zc=null,Bc=null,Ac=null;function Fc(){var b={hb:x.hb};Vc=b.hb||Yb;wc=b.mf||{};xc=b.kf||{};Ec=b.hf||{};zc=b.gf||{};Bc=b.lf||{};Ac=b.jf||{}} function Gc(b){var a=b[".codeISO"];if(a){a=a.toUpperCase();wc[a]=b;if(Yb!==a){var c=b[".country"];if(c){32===k(c)||(c=[c]);for(var d=0;d<c.length;d++){var f=c[d].toUpperCase();xc[f]=a;a in Ec||(Ec[a]=f)}}if(c=b[".lng"])for(32===k(c)||(c=[c]),d=0;d<c.length;d++)Bc[c[d].toUpperCase()]=a;(d=b[".dir"])&&(Ac[a]=d.toLowerCase());if(b=b[".fallbackCode"])b=b.toUpperCase(),Yb!==b&&(zc[a]=b)}a=wc;Xc=(b=Bc[Vc])?b in a?b:$c(a,b):Yb;Wc=Qb(wc,Xc);Zc=$c(wc,Xc);Yc=Qb(wc,Zc);vc=wc[Yb]}} function Cc(b){var a=[],c;for(c in zc)zc[c]===b&&a.push(c);return a}function Dc(b){return b in xc?xc[b]:""}function uc(b){return yc(b in Ec?Ec[b]:"").toLowerCase().replace(/\b./g,function(a){return a.toUpperCase()})}function yc(b){return b.toLowerCase().replace(/\b./g,function(a){return a.toUpperCase()})}function tc(){return Xc in Ac?Ac[Xc]:Zc in Ac?Ac[Zc]:"ltr"}function S(b){return b in Wc?Wc[b]:b in Yc?Yc[b]:b in vc?vc[b]:"[missing "+b+"]"}function Ic(b){return b in Wc||b in Yc||b in vc?!0:!1} function $c(b,a){var c=zc[a];return c&&c in b?c:Yb}function Qb(b,a){if(a in b)return b[a];if(a in zc){var c=zc[a];if(c in b)return b[c]}return b[Yb]}function Xb(b,a){return a?b.replace(/\$\{(\w+)(\[(\d+)\]|\[(\W*)\])?\}/g,function(b,d,f,n,l){return f?n?a[d][n]||"":a[d].join(l):a[d]}):b} try{var ad=new (window.AudioContext||window.webkitAudioContext),Ab=function(b,a){var c=ad.createOscillator();c.connect(ad.destination);c.type=a||"sine";c.start(0);setTimeout(function(){c.stop(0)},b)}}catch(bd){ad=null,Ab=function(){kb("beep!")}}var Z={Xd:"",Zd:0,$d:"",ae:0,Yd:0,ee:0,fe:"",ge:"",ce:null,de:null,be:null}; function Pc(b,a){if(a)if(b.A&&b.A in a)switch(b.ga){case 7:case 9:b.m=a[b.A];break;default:b.e=a[b.A]}else for(var c in b)if(b.hasOwnProperty(c)){var d=b[c];switch(k(d)){case 42:Pc(d,a);break;case 32:for(var f=0;f<d.length;f++)Pc(d[f],a)}}}function Tc(b,a){a||(a={});if(b.A){switch(b.ga){case 7:case 9:a[b.A]=b.m;break;default:a[b.A]=b.e}return a}for(var c in b)if(b.hasOwnProperty(c)){var d=b[c];switch(k(d)){case 42:Tc(d,a);break;case 32:for(var f=0;f<d.length;f++)Tc(d[f],a)}}return a} function T(b,a,c){44===k(a)&&(a="c"+a);cd(b+"."+a+c)}function Nc(b){var a=3835390401;44===k(a)&&(a="i"+a);cd("div#"+a+b)}function cd(b){for(var a=0;10>a;a++){var c=document.styleSheets[a];try{if("cssRules"in c){c.insertRule(b,c.cssRules.length);break}}catch(d){}}}function Sc(b,a){if(b.ra==a||b.Ib==a)return b;var c=null,d;for(d in b)if(b.hasOwnProperty(d)){var f=b[d];switch(k(f)){case 42:if(c=Sc(f,a))return c;break;case 32:for(var n=0;n<f.length;n++)if(c=Sc(f[n],a))return c}}return null} function Rc(b){if(b.ra){if(m(b.ra.value)){var a=b.ra.value;m(b.hc)&&a>b.hc&&(a=b.hc);m(b.ic)&&a<b.ic&&(a=b.ic);b.m=a}m(b.ra.checked)&&(b.e=b.ra.checked)}for(var c in b)if(b.hasOwnProperty(c))switch(a=b[c],k(a)){case 42:Rc(a);break;case 32:a.forEach(Rc)}} function Qc(b,a,c,d){c=c||"";d=d||"";var f=a.He;m(f)||(f="");var n=a.Xa||!1,l=a.Je||"",B=a.e||!1,r=m(a.l)?a.l:Z.Xd,z=a.Ka,H=a.Lb,aa=a.m,y=m(a.Qd)?a.Qd:Z.Zd,P=a.Wd,Aa=n?n:m(a.N)?a.N:Z.Yd,ba=a.Za,Oa=m(a.f)?a.f:Z.ae,J=a.Pe,Sa=a.hc,hb=a.Ie,lb=a.La,ib=a.ic,fa=m(a.Sd)?a.Sd:Z.$d,Ja=a.Oe,mb=a.Me||!1,nb=m(a.Ud)?a.Ud:Z.ee,Ua=a.sc,Na=a.Ne,Qa=m(a.V)?a.V:Z.fe,V=a.Re,gb=m(a.Vd)?a.Vd:"",Va=m(a.Ya)?a.Ya:"",ya=a.h||"",e=n?l?l:"Not available":a.c,N=m(a.ga)?a.ga:Z.ge,X=a.$a,ka=a.Fe||"",ta=a.jc||Z.ce,ab=a.Td,bb=a.rc, p=a.Le||Z.de,w=a.Qe,ra=a.Ke||Z.be,La=a.Mb,n=[],l=document.createElement("input"),G=document.createElement("label"),ha=ya;44===k(c)&&(c="p"+c);44===k(f)&&(f="i"+f);44===k(r)&&(r="c"+r);44===k(z)&&(z="c"+z);44===k(fa)&&(fa="n"+fa);switch(N){case 1:l=G=null;ha="";break;case 3:l.type="number";break;case 4:y&&!f&&(f=c+d+"i");fa||(fa=c+"n");l.type="radio";y&&(G.htmlFor=f);break;case 5:y&&!f&&(f=c+d+"i");l.type="checkbox";y&&(G.htmlFor=f);break;case 6:l=document.createElement("button");ya&&(l.innerHTML= ya);G=null;ha="";break;case 7:l.type="text";break;case 8:l.type="password";break;case 9:l.type="date";break;default:l=null,G=document.createElement("div")}G&&l&&!y&&(nb?G.appendChild(l):G.insertBefore(l,G.firstChild));m(a.Ib)&&(G=a.Ib);m(a.ra)&&(l=a.ra);if(ha){ya=document.createElement("span");ya.innerHTML=ha;ya.style.pointerEvents="none";for(var ha=G.getElementsByTagName("span"),da=0;da<ha.length;da++)G.removeChild(ha[da]);G.insertBefore(ya,G.firstChild)}G&&l?y?nb?n.push(G,l):n.push(l,G):n.push(G): (G&&n.push(G),l&&n.push(l));f&&(l?l.id=f:G&&(G.id=f),a.He=f);fa&&(a.Sd=fa);l&&(z&&(l.className=z),ka&&(l.accessKey=ka),m(B)&&(l.checked=B),l.disabled=Aa,m(Sa)&&(l.max=Sa),m(hb)&&(l.maxLength=hb),m(ib)&&(l.min=ib),lb&&(l.placeholder=lb),fa&&(l.name=fa),m(mb)&&(l.nf=mb),m(Na)&&(l.step=Na),m(aa)&&(l.value=aa),m(ta)&&(l.onclick=ta),m(ra)&&(l.onchange=ra),m(p)&&a.hd&&(l.onchange=p),gb&&(l.style.cssText=gb));G&&(m(ab)&&(G.onclick=ab),Va&&(G.style.cssText=Va));(f=n[0])?(r&&(f.className=r),Qa&&(f.style.cssText= Qa)):f=b;r=Ba(Z);m(H)&&(Z.Xd=H);m(P)&&(Z.Zd=P);m(Ja)&&(Z.$d=Ja);m(ba)&&(Z.Yd=ba);m(J)&&(Z.ae=J);m(Ua)&&(Z.ee=Ua);m(V)&&(Z.fe=V);m(X)&&(Z.ge=X);bb&&(Z.ce=bb);La&&(Z.be=La);w&&(Z.de=w);for(da in a)if(a.hasOwnProperty(da))switch(H=a[da],k(H)){case 42:f=Qc(f,H,c+d,da);break;case 32:for(P=0;P<H.length;P++)42===k(H[P])&&(f=Qc(f,H[P],c+d,da))}Z=r;n.forEach(function(c){c.style.display=Oa?"none":"";m(e)&&(c.title=e);c!==a.ra&&c!==a.Ib&&b.appendChild(c)});a.ra=l;a.Ib=G;Object.defineProperties(a,{ra:{enumerable:!1}, Ib:{enumerable:!1}});return b}wa("log",eval,"error","warning"); function Uc(b){if(0==b.length)return"";b=dd(ed(b));1>=b.length&&(b[1]=0);for(var a=dd(ed("3").slice(0,16)),c=b.length,d=b[c-1],f=b[0],n,l=Math.floor(6+52/c),B=0;0<l--;){B+=2654435769;n=B>>>2&3;for(var r=0;r<c;r++)f=b[(r+1)%c],d=(d>>>5^f<<2)+(f>>>3^d<<4)^(B^f)+(a[r&3^n]^d),d=b[r]+=d}var c=fd(b),z,a=[];b="";c=(void 0==typeof z?0:z)?ed(c):c;z=c.length%3;if(0<z)for(;3>z++;)b+=ld(64),c+="\x00";for(z=0;z<c.length;z+=3)n=c.charCodeAt(z),l=c.charCodeAt(z+1),B=c.charCodeAt(z+2),r=n<<16|l<<8|B,n=r>>18&63,l= r>>12&63,B=r>>6&63,r&=63,a[z/3]=ld(n)+ld(l)+ld(B)+ld(r);z=a.join("");return z=z.slice(0,z.length-b.length)+b} function Oc(b,a){if(0==b.length)return"";var c;c=void 0==typeof c?!1:c;var d,f,n,l,B,r=[],z;z=c?md(b):b;for(var H=0;H<z.length;H+=4)d=nd(z.charAt(H)),f=nd(z.charAt(H+1)),l=nd(z.charAt(H+2)),B=nd(z.charAt(H+3)),n=d<<18|f<<12|l<<6|B,d=n>>>16&255,f=n>>>8&255,n&=255,r[H/4]=String.fromCharCode(d,f,n),64==B&&(r[H/4]=String.fromCharCode(d,f)),64==l&&(r[H/4]=String.fromCharCode(d));l=r.join("");c=c?md(l):l;c=dd(c);l=dd(ed(a).slice(0,16));B=c.length;d=c[B-1];f=c[0];for(z=2654435769*Math.floor(6+52/B);0!=z;){r= z>>>2&3;for(H=B-1;0<=H;H--)d=c[0<H?H-1:B-1],d=(d>>>5^f<<2)+(f>>>3^d<<4)^(z^f)+(l[H&3^r]^d),f=c[H]-=d;z-=2654435769}c=fd(c);c=c.replace(/\0+$/,"");return md(c)}function dd(b){for(var a=Array(Math.ceil(b.length/4)),c=0;c<a.length;c++)a[c]=b.charCodeAt(4*c)+(b.charCodeAt(4*c+1)<<8)+(b.charCodeAt(4*c+2)<<16)+(b.charCodeAt(4*c+3)<<24);return a}function fd(b){for(var a=Array(b.length),c=0;c<b.length;c++)a[c]=String.fromCharCode(b[c]&255,b[c]>>>8&255,b[c]>>>16&255,b[c]>>>24&255);return a.join("")} function nd(b){b=122-b.charCodeAt(0);return b-6*Math.floor((b-6*Math.floor(b/26))/26)}function ld(b){return String.fromCharCode(122-b-6*Math.floor(b/26))}function ed(b){b=b.replace(/[\u0080-\u07ff]/g,function(a){a=a.charCodeAt(0);return String.fromCharCode(192|a>>6,128|a&63)});return b=b.replace(/[\u0800-\uffff]/g,function(a){a=a.charCodeAt(0);return String.fromCharCode(224|a>>12,128|a>>6&63,128|a&63)})} function md(b){b=b.replace(/[\u00e0-\u00ef][\u0080-\u00bf][\u0080-\u00bf]/g,function(a){return String.fromCharCode((a.charCodeAt(0)&15)<<12|(a.charCodeAt(1)&63)<<6|a.charCodeAt(2)&63)});return b=b.replace(/[\u00c0-\u00df][\u0080-\u00bf]/g,function(a){return String.fromCharCode((a.charCodeAt(0)&31)<<6|a.charCodeAt(1)&63)})}wa(Oc); })()