This commit is contained in:
2018-12-17 21:14:23 +01:00
parent 981241727c
commit eeccee2184
21 changed files with 1056 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
for i in $(seq 0 421); do
for i in $(seq 420 424); do
curl -s -o "./missions/$i.html" "https://www.leitstellenspiel.de/einsaetze/$i"
html2text -utf8 -style pretty -width 100 -o "./missions/$i.text" "./missions/$i.html"
lynx --dump "./missions/$i.html" > "./missions/$i.txt"

View File

@@ -10,9 +10,9 @@
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="kX8RZLCcfKMXHlpuSdVA2uWEC3a0nLeBv2TPQyUDg/A=" name="csrf-token" />
<meta content="CptcsOLVZDZ8aMSG8FWeOHL84iwqScWrX26fREfMTtI=" name="csrf-token" />
<script src="/assets/application-6dae189568c355807e28f829cc25cb33.js" type="text/javascript"></script>
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>

View File

@@ -10,7 +10,7 @@
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="BdGPJqNrxq+PqX5AkGSqL90dMTtC06dmXplZP5exEwk=" name="csrf-token" />
<meta content="sW5qrZx5GA4BBZD98qyG7pPTzGq1WjeNCnIDfiSzzK4=" name="csrf-token" />
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>

242
server/missions/422.html Normal file
View File

@@ -0,0 +1,242 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="BNB0VEetMlMDcjHizS6YvWvA7A6QyjqezPsrd/hf17Y=" name="csrf-token" />
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
<![endif]-->
<link href="/assets/application-028394b6ea814be350e95b1aa7bb4711.css" media="all" rel="stylesheet" type="text/css" />
<script>
</script>
<script type="text/javascript"> //Set language
I18n.defaultLocale = "de";
I18n.locale = "de";
</script>
</head>
<body class="
">
<script>
$(function(){
tellParent("lightboxAdjust();");
});
</script>
<img src="/images/ajax-loader.gif" class="ajax-loader" id="ajax-loader">
<div class="container-fluid" id="iframe-inside-container">
<ol class="breadcrumb">
<li><a href="/einsaetze">Mögliche Einsätze</a></li>
<li class="active">Sachbeschädigung an PKW</li>
</ol>
<h1>
<img src="/images/caraccident_gruen.png">
<img src="/images/caraccident_gelb.png">
<img src="/images/caraccident_rot.png">
Sachbeschädigung an PKW
</h1>
<div class="row">
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
<tr>
<td>
Credits im Durchschnitt
</td>
<td>
400
</td>
</tr>
<tr>
<td>
Vorraussetzung an Polizeiwachen
</td>
<td>
1
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
<tr>
<td>
Benötigte Streifenwagen
</td>
<td>
1
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
</tbody>
</table>
</div>
</div>
<a href="javascript:history.back()">Zurück</a>
</div>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2182797941993258');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2182797941993258&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script>
if(window.top !== window.self) {
}
else
{
$("#iframe-inside-container").css("width", "auto");
$("#iframe-inside-container").css("height", "auto");
}
window.addEventListener("keydown",
function(e){
if (!$("input:text").is(":focus"))
{
if (e.keyCode == 27)
{
tellParent("lightboxClose();");
}
}
},
false);
</script>
</body>
</html>

1
server/missions/422.json Normal file
View File

@@ -0,0 +1 @@
{"Credits im Durchschnitt":"400","Vorraussetzung an Polizeiwachen":"1","Benötigte Streifenwagen":"1","Name":"Sachbeschädigung an PKW"}

27
server/missions/422.text Normal file
View File

@@ -0,0 +1,27 @@
1. Mögliche_Einsätze
2. Sachbeschädigung an PKW
Sachbeschädigung an PKW
Beschreibung Wert
Credits im Durchschnitt 400
Vorraussetzung an Polizeiwachen 1
Beschreibung Wert
Benötigte Streifenwagen1
Beschreibung Wert
Zurück

22
server/missions/422.txt Normal file
View File

@@ -0,0 +1,22 @@
[ajax-loader.gif]
1. [1]Mögliche Einsätze
2. Sachbeschädigung an PKW
[caraccident_gruen.png] [caraccident_gelb.png] [caraccident_rot.png]
Sachbeschädigung an PKW
Beschreibung Wert
Credits im Durchschnitt 400
Vorraussetzung an Polizeiwachen 1
Beschreibung Wert
Benötigte Streifenwagen 1
Beschreibung Wert
[2]Zurück
[tr?id=2182797941993258&ev=PageView&noscript=1]
Verweise
1. file:///einsaetze
2. javascript:history.back()

415
server/missions/423.html Normal file
View File

@@ -0,0 +1,415 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="E/Anxv+qaHmWs1MWTFdBAsP34DrrQnvotX6q4tyZVIQ=" name="csrf-token" />
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
<![endif]-->
<link href="/assets/application-028394b6ea814be350e95b1aa7bb4711.css" media="all" rel="stylesheet" type="text/css" />
<script>
</script>
<script type="text/javascript"> //Set language
I18n.defaultLocale = "de";
I18n.locale = "de";
</script>
</head>
<body class="
">
<script>
$(function(){
tellParent("lightboxAdjust();");
});
</script>
<img src="/images/ajax-loader.gif" class="ajax-loader" id="ajax-loader">
<div class="container-fluid" id="iframe-inside-container">
<ol class="breadcrumb">
<li><a href="/einsaetze">Mögliche Einsätze</a></li>
<li class="active">Brand in Klassenraum</li>
</ol>
<h1>
<img src="/images/fire_gruen.png">
<img src="/images/fire_gelb.png">
<img src="/images/fire_rot.png">
Brand in Klassenraum
</h1>
<div class="row">
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
<tr>
<td>
Credits im Durchschnitt
</td>
<td>
3100
</td>
</tr>
<tr>
<td>
Vorraussetzung an Polizeiwachen
</td>
<td>
3
</td>
</tr>
<tr>
<td>
Vorraussetzung an Feuerwachen
</td>
<td>
11
</td>
</tr>
<tr>
<td>
Vorraussetzung an Rettungswachen
</td>
<td>
10
</td>
</tr>
<tr>
<td>
Ort
</td>
<td>
Schule
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
<tr>
<td>
Benötigte Löschfahrzeuge
</td>
<td>
6
</td>
</tr>
<tr>
<td>
Benötigte Drehleitern
</td>
<td>
1
</td>
</tr>
<tr>
<td>
Benötigte Rüstwagen
</td>
<td>
1
</td>
</tr>
<tr>
<td>
Benötigte ELW 1
</td>
<td>
2
</td>
</tr>
<tr>
<td>
Benötigte ELW 2
</td>
<td>
1
</td>
</tr>
<tr>
<td>
Benötigte Streifenwagen
</td>
<td>
3
</td>
</tr>
<tr>
<td>
Benötigte GW L 2 Wasser
</td>
<td>
1
</td>
</tr>
<tr>
<td>
GW-L2-Wasser Anforderungswahrscheinlichkeit
</td>
<td>
10
</td>
</tr>
<tr>
<td>
Benötigte GW-A
</td>
<td>
1
</td>
</tr>
<tr>
<td>
GW-A Anforderungswahrscheinlichkeit
</td>
<td>
5
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-striped">
<tr>
<th>Beschreibung</th>
<th>Wert</th>
</tr>
<tbody>
<tr>
<td>
Maximale Patientenanzahl
</td>
<td>
20
</td>
</tr>
<tr>
<td>
Wahrscheinlichkeit, dass ein Patient transportiert werden muss
</td>
<td>
50
</td>
</tr>
<tr>
<td>
NEF Anforderungswahrscheinlichkeit
</td>
<td>
10
</td>
</tr>
<tr>
<td>
Fachrichtung für Patienten
</td>
<td>
Allgemeine Innere
</td>
</tr>
</tbody>
</table>
</div>
</div>
<a href="javascript:history.back()">Zurück</a>
</div>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2182797941993258');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2182797941993258&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script>
if(window.top !== window.self) {
}
else
{
$("#iframe-inside-container").css("width", "auto");
$("#iframe-inside-container").css("height", "auto");
}
window.addEventListener("keydown",
function(e){
if (!$("input:text").is(":focus"))
{
if (e.keyCode == 27)
{
tellParent("lightboxClose();");
}
}
},
false);
</script>
</body>
</html>

1
server/missions/423.json Normal file
View File

@@ -0,0 +1 @@
{"Credits im Durchschnitt":"3100","Vorraussetzung an Polizeiwachen":"3","Vorraussetzung an Feuerwachen":"11","Vorraussetzung an Rettungswachen":"10","Ort":"Schule","Benötigte Löschfahrzeuge":"6","Benötigte Drehleitern":"1","Benötigte Rüstwagen":"1","Benötigte ELW 1":"2","Benötigte ELW 2":"1","Benötigte Streifenwagen":"3","Benötigte GW L 2 Wasser":"1","GW-L2-Wasser Anforderungswahrscheinlichkeit":"10","Benötigte GW-A":"1","GW-A Anforderungswahrscheinlichkeit":"5","Maximale Patientenanzahl":"20","Wahrscheinlichkeit, dass ein Patient transportiert werden muss":"50","NEF Anforderungswahrscheinlichkeit":"10","Fachrichtung für Patienten":"Allgemeine Innere","Name":"Brand in Klassenraum"}

43
server/missions/423.text Normal file
View File

@@ -0,0 +1,43 @@
1. Mögliche_Einsätze
2. Brand in Klassenraum
Brand in Klassenraum
Beschreibung Wert
Credits im Durchschnitt 3100
Vorraussetzung an Polizeiwachen 3
Vorraussetzung an Feuerwachen 11
Vorraussetzung an Rettungswachen 10
Ort Schule
Beschreibung Wert
Benötigte Löschfahrzeuge 6
Benötigte Drehleitern 1
Benötigte Rüstwagen 1
Benötigte ELW 1 2
Benötigte ELW 2 1
Benötigte Streifenwagen 3
Benötigte GW L 2 Wasser 1
GW-L2-Wasser Anforderungswahrscheinlichkeit 10
Benötigte GW-A 1
GW-A Anforderungswahrscheinlichkeit 5
Beschreibung Wert
Maximale Patientenanzahl 20
Wahrscheinlichkeit, dass ein Patient transportiert werden muss 50
NEF Anforderungswahrscheinlichkeit 10
Fachrichtung für Patienten Allgemeine Innere
Zurück

37
server/missions/423.txt Normal file
View File

@@ -0,0 +1,37 @@
[ajax-loader.gif]
1. [1]Mögliche Einsätze
2. Brand in Klassenraum
[fire_gruen.png] [fire_gelb.png] [fire_rot.png] Brand in Klassenraum
Beschreibung Wert
Credits im Durchschnitt 3100
Vorraussetzung an Polizeiwachen 3
Vorraussetzung an Feuerwachen 11
Vorraussetzung an Rettungswachen 10
Ort Schule
Beschreibung Wert
Benötigte Löschfahrzeuge 6
Benötigte Drehleitern 1
Benötigte Rüstwagen 1
Benötigte ELW 1 2
Benötigte ELW 2 1
Benötigte Streifenwagen 3
Benötigte GW L 2 Wasser 1
GW-L2-Wasser Anforderungswahrscheinlichkeit 10
Benötigte GW-A 1
GW-A Anforderungswahrscheinlichkeit 5
Beschreibung Wert
Maximale Patientenanzahl 20
Wahrscheinlichkeit, dass ein Patient transportiert werden muss 50
NEF Anforderungswahrscheinlichkeit 10
Fachrichtung für Patienten Allgemeine Innere
[2]Zurück
[tr?id=2182797941993258&ev=PageView&noscript=1]
Verweise
1. file:///einsaetze
2. javascript:history.back()

25
server/missions/424.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<div id="500_hype_container" style="margin:auto;position:relative;width:600px;height:200px;overflow:hidden;">
<script type="text/javascript" charset="utf-8" src="/500.hyperesources/500_hype_generated_script.js?47359"></script>
</div>
</body>
</html>

1
server/missions/424.json Normal file
View File

@@ -0,0 +1 @@
{"Name":null}

0
server/missions/424.text Normal file
View File

1
server/missions/424.txt Normal file
View File

@@ -0,0 +1 @@

View File

@@ -63,7 +63,7 @@ RTW();
//alertFhz(rtw, 1, 'RTW', false);
} else if ([116,276,322,370].indexOf(help) != -1 && !(isVerband)) {
alertFhz(fustw, 4, 'FuStW', false);
} else if ([117,119,145,148,149,150,153,188,189,190,202,209,241,267,269,270,284,285,292,372,418,60,61,62,63,64,65,66,67,68,69,70,71,81,82,85,90].indexOf(help) != -1 && !(isVerband)) {
} else if ([117,119,145,148,149,150,153,188,189,190,202,209,241,267,269,270,284,285,292,372,418,422,60,61,62,63,64,65,66,67,68,69,70,71,81,82,85,90].indexOf(help) != -1 && !(isVerband)) {
alertFhz(fustw, 1, 'FuStW', false);
} else if ([118,151].indexOf(help) != -1 && !(isVerband)) {
alertFhz(fustw, 3, 'FuStW', false);
@@ -1364,6 +1364,25 @@ alertFhz(gwg, 1, 'GW-G', false);
alertFhz(elw2, 1, 'ELW2', false);
alertFhz(dl, 1, 'DL', false);
} else if ([421].indexOf(help) != -1 && !(isVerband)) {
alertFhz(ruest, 1, 'RÜST', false);
alertFhz(nef, 1, 'NEF', false);
alertFhz(lf, 3, 'LF', false);
alertFhz(fustw, 2, 'FuStW', false);
alertFhz(elw1, 1, 'ELW1', false);
RTW();
//alertFhz(rtw, 1, 'RTW', false);
} else if ([423].indexOf(help) != -1 && !(isVerband)) {
alertFhz(ruest, 1, 'RÜST', false);
alertFhz(nef, 1, 'NEF', false);
alertFhz(lf, 6, 'LF', false);
alertFhz(gws, 1, 'GW-S', false);
alertFhz(gwa, 1, 'GW-A', false);
alertFhz(fustw, 3, 'FuStW', false);
alertFhz(elw2, 1, 'ELW2', false);
alertFhz(dl, 1, 'DL', false);
RTW();
//alertFhz(rtw, 20, 'RTW', false);
} else if ([424].indexOf(help) != -1 && !(isVerband)) {
} else if ([43].indexOf(help) != -1 && !(isVerband)) {
alertFhz(ruest, 5, 'RÜST', false);
alertFhz(oel, 2, 'GW-ÖL', false);

View File

@@ -1 +1 @@
{"00080":["189"],"00100":["117","119","148","149","153","154","188","284","349","60","61"],"00110":["0","288","37","38","39","40","403","404","410"],"00120":["159","62","63","67","68","69","70","71"],"00130":["78"],"00150":["145","150","160","190","209","267","285","64","65","66"],"00170":["1"],"00200":["241","269","270","318","4","415","85"],"00210":["7"],"00220":["260","8"],"00240":["11"],"00250":["9","90"],"00300":["202","287","292","371","372","375","98"],"00310":["12","191","52"],"00340":["17","3","338"],"00350":["111","277"],"00370":["158","2","259","337","91"],"00400":["143","144","265","266","289","31","402","408","418","81","82","94"],"00500":["216","217","218","219","220","301","336","357","360","361","362","363","364","365","74","77","88"],"00550":["118","366"],"00600":["10","122","130","168","169","170","172","376","383","6"],"00610":["203"],"00650":["19"],"00700":["128","173","18","27","303","329","73"],"00750":["152","199"],"00800":["129","290","421","76"],"00850":["112"],"00870":["55"],"00900":["100","114","161","175","24","263","313","379","380","381","382"],"00980":["13","405","406","409"],"01000":["14","194","195","196","230","244","25","250","261","282","308","309","310","319","370","390"],"01010":["15","344"],"01020":["174","286"],"01100":["123","16","295","311","384"],"01200":["151","166","23","243","245","251","328","33","345"],"01310":["32"],"01400":["162","163","167","246","247","252","253","28","5"],"01410":["53"],"01500":["101","113","138","142","235","264","280","298","300","317","323"],"01600":["116","124","140","272","273","401"],"01700":["125","237","355","356"],"01800":["106","107","321","369","79","84"],"01900":["192","30","314","392"],"02000":["102","104","126","131","193","197","228","236","238","248","254","276","330","72","80"],"02020":["296"],"02100":["176","242"],"02200":["103","105","120","127"],"02230":["187"],"02400":["21"],"02470":["29"],"02500":["121","198","20","240","257","262","278","299","322","342","343","388","413","83","89","97"],"02700":["22","399"],"02800":["258","279","367"],"02900":["178","96"],"03000":["214","239","249","255","331","393","394","395","396","412","414","86","87","93"],"03200":["398"],"03310":["36"],"03500":["139","204","232","327"],"03510":["26"],"03600":["141"],"03620":["51"],"03700":["407"],"03710":["34"],"03720":["42"],"03810":["35"],"04000":["134","171","208","215","224","229","231","234","283","351","358","95"],"04100":["135"],"04200":["146","268"],"04400":["223","315","378"],"04500":["233","353","419"],"04600":["177"],"05000":["132","226","227"],"05050":["400"],"05100":["133","205","385"],"05400":["316"],"05500":["200","386"],"05630":["186"],"05900":["411"],"06000":["302","307","334","335","347"],"06050":["271"],"06500":["304","346","387"],"07000":["225","275","291","325"],"07500":["352","368"],"08000":["136","306"],"08100":["137"],"08500":["389"],"09000":["201","359"],"10000":["324","332","333","348"],"10010":["256","41","43"],"10020":["75"],"10200":["206"],"11200":["213"],"11500":["320"],"12000":["294"],"13000":["305"],"14000":["222"],"14010":["59"],"16010":["207"],"17000":["221","350","99"]}
{"00080":["189"],"00100":["117","119","148","149","153","154","188","284","349","60","61"],"00110":["0","288","37","38","39","40","403","404","410"],"00120":["159","62","63","67","68","69","70","71"],"00130":["78"],"00150":["145","150","160","190","209","267","285","64","65","66"],"00170":["1"],"00200":["241","269","270","318","4","415","85"],"00210":["7"],"00220":["260","8"],"00240":["11"],"00250":["9","90"],"00300":["202","287","292","371","372","375","98"],"00310":["12","191","52"],"00340":["17","3","338"],"00350":["111","277"],"00370":["158","2","259","337","91"],"00400":["143","144","265","266","289","31","402","408","418","422","81","82","94"],"00500":["216","217","218","219","220","301","336","357","360","361","362","363","364","365","74","77","88"],"00550":["118","366"],"00600":["10","122","130","168","169","170","172","376","383","6"],"00610":["203"],"00650":["19"],"00700":["128","173","18","27","303","329","73"],"00750":["152","199"],"00800":["129","290","421","76"],"00850":["112"],"00870":["55"],"00900":["100","114","161","175","24","263","313","379","380","381","382"],"00980":["13","405","406","409"],"01000":["14","194","195","196","230","244","25","250","261","282","308","309","310","319","370","390"],"01010":["15","344"],"01020":["174","286"],"01100":["123","16","295","311","384"],"01200":["151","166","23","243","245","251","328","33","345"],"01310":["32"],"01400":["162","163","167","246","247","252","253","28","5"],"01410":["53"],"01500":["101","113","138","142","235","264","280","298","300","317","323"],"01600":["116","124","140","272","273","401"],"01700":["125","237","355","356"],"01800":["106","107","321","369","79","84"],"01900":["192","30","314","392"],"02000":["102","104","126","131","193","197","228","236","238","248","254","276","330","72","80"],"02020":["296"],"02100":["176","242"],"02200":["103","105","120","127"],"02230":["187"],"02400":["21"],"02470":["29"],"02500":["121","198","20","240","257","262","278","299","322","342","343","388","413","83","89","97"],"02700":["22","399"],"02800":["258","279","367"],"02900":["178","96"],"03000":["214","239","249","255","331","393","394","395","396","412","414","86","87","93"],"03100":["423"],"03200":["398"],"03310":["36"],"03500":["139","204","232","327"],"03510":["26"],"03600":["141"],"03620":["51"],"03700":["407"],"03710":["34"],"03720":["42"],"03810":["35"],"04000":["134","171","208","215","224","229","231","234","283","351","358","95"],"04100":["135"],"04200":["146","268"],"04400":["223","315","378"],"04500":["233","353","419"],"04600":["177"],"05000":["132","226","227"],"05050":["400"],"05100":["133","205","385"],"05400":["316"],"05500":["200","386"],"05630":["186"],"05900":["411"],"06000":["302","307","334","335","347"],"06050":["271"],"06500":["304","346","387"],"07000":["225","275","291","325"],"07500":["352","368"],"08000":["136","306"],"08100":["137"],"08500":["389"],"09000":["201","359"],"10000":["324","332","333","348"],"10010":["256","41","43"],"10020":["75"],"10200":["206"],"11200":["213"],"11500":["320"],"12000":["294"],"13000":["305"],"14000":["222"],"14010":["59"],"16010":["207"],"17000":["221","350","99"]}