-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanother-day-at-the-job.html
More file actions
874 lines (696 loc) · 53.9 KB
/
another-day-at-the-job.html
File metadata and controls
874 lines (696 loc) · 53.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-corrections" lang="en-corrections">
<head>
<title>Another Day At The Job - The Backrooms</title>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js"></script>
<script type="text/javascript">
var URL_HOST = 'www.wikidot.com';
var URL_DOMAIN = 'wikidot.com';
var USE_SSL = true ;
var URL_STATIC = 'https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc';
// global request information
var WIKIREQUEST = {};
WIKIREQUEST.info = {};
WIKIREQUEST.info.domain = "backrooms-wiki.wikidot.com";
WIKIREQUEST.info.siteId = 4431268;
WIKIREQUEST.info.siteUnixName = "backrooms-wiki";
WIKIREQUEST.info.categoryId = 38105090;
WIKIREQUEST.info.themeId = 1;
WIKIREQUEST.info.requestPageName = "another-day-at-the-job";
OZONE.request.timestamp = 1763712211;
OZONE.request.date = new Date();
WIKIREQUEST.info.lang = 'en-corrections';
WIKIREQUEST.info.pageUnixName = "another-day-at-the-job";
WIKIREQUEST.info.pageId = 1453029022;
WIKIREQUEST.info.lang = "en-corrections";
OZONE.lang = "en-corrections";
var isUAMobile = !!/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
</script>
<script type="text/javascript">
require.config({
baseUrl: URL_STATIC + '/common--javascript',
paths: {
'jquery.ui': 'jquery-ui.min',
'jquery.form': 'jquery.form'
}
});
</script>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<meta name="og:title" content="Another Day At The Job"/>
<meta name="og:image" content="http://backrooms-wiki.wikidot.com/local--files/no-laughing-matter/cover"/>
<meta name="og:description" content="When you deal with incomprehensible mysteries in a paranormal universe, it was nice to have some normality from time to time. At last, I thought I could get some well-earned rest. But fate decided otherwise."/>
<meta name="description" content="When you deal with incomprehensible mysteries in a paranormal universe, it was nice to have some normality from time to time. At last, I thought I could get some well-earned rest. But fate decided otherwise."/>
<meta name="og:site_name" content="The Backrooms Wiki"/>
<meta name="og:type" content="article"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="twitter:card" content="summary"/>
<meta http-equiv="content-language" content="en-corrections"/>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.js"></script>
<style type="text/css" id="internal-style">
/* modules */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/css/pagerate/PageRateWidgetModule.css);
/* theme */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/base/css/style.css);
@import url(https://backrooms-wiki.wikidot.com/component:theme/code/1);
</style>
<link rel="shortcut icon" href="/local--favicon/favicon.gif"/>
<link rel="icon" type="image/gif" href="/local--favicon/favicon.gif"/>
<link rel="apple-touch-icon" href="/local--iosicon/iosicon_57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/local--iosicon/iosicon_72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/local--iosicon/iosicon.png" />
<meta name="msapplication-TileImage" content="/local--wp8icon/wp8icon.png"/>
<link rel="alternate" type="application/wiki" title="Edit this page" href="javascript:WIKIDOT.page.listeners.editClick()"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18234656-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['old._setAccount', 'UA-68540-5']);
_gaq.push(['old._setDomainName', 'none']);
_gaq.push(['old._setAllowLinker', true]);
_gaq.push(['old._trackPageview']);
</script>
<script type="text/javascript">
window.google_analytics_uacct = 'UA-18234656-1';
window.google_analytics_domain_name = 'none';
</script>
<link rel="manifest" href="/onesignal/manifest.json" />
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" acync=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: null,
});
});
</script>
<meta name="google-adsense-account" content="ca-pub-7805322678042888"/>
<style>
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');
#side-bar .side-block.languages { margin-top: 0; }
.side-block.languages .heading { margin-top: 1em; }
#side-bar .side-block.socials {
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
}
#side-bar .side-block .sidebar-social {
background: rgb(var(--dark-gray-monochrome, 30, 30, 30));
color: rgb(var(--white-monochrome, 240, 240, 240));
display: inline-flex;
width: 1.25rem;
height: 1.25rem;
font-size: 1.25rem;
margin: 0.25rem;
padding: 5px;
border-radius: 5px;
text-decoration: none;
align-items: center;
justify-content: center;
transition: 0.1s;
}
#side-bar .side-block .sidebar-social:visited {
color: rgb(var(--white-monochrome, 240, 240, 240));
}
#side-bar .side-block .sidebar-social:is(:hover, :focus) {
background: rgb(var(--bright-accent, 90, 90, 90));
}
@media screen and (max-width: 56.25rem) {
#side-bar .side-block .sidebar-social {
width: 1.6rem;
height: 1.6rem;
font-size: 1.6rem;
margin: 0.3rem;
}
}
</style>
<style>
:root {
--logo-image: url("https://backrooms-wiki.wdfiles.com/local--files/level-5/squid.gif");
--header-title: "The Backrooms";
--header-subtitle: "Enjoy your stay.";
</style>
<style>
.licensebox .collapsible-block-link {
margin-left: inherit;
padding: inherit;
transition: inherit;
opacity: inherit;
color: inherit;
font-weight: inherit;
}
</style>
<style>
@import url('https://backrooms-wiki.wikidot.com/component:colstyle/code/1');
</style>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/list/ListPagesModule.js"></script>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/pagerate/PageRateWidgetModule.js"></script>
</head>
<body id="html-body">
<div id="skrollr-body">
<a name="page-top"></a>
<div id="container-wrap-wrap">
<div id="container-wrap">
<div id="container">
<div id="header">
<h1><a href="/"><span>The Backrooms</span></a></h1>
<h2><span>You've been here before.</span></h2>
<!-- google_ad_section_start(weight=ignore) -->
<div id="search-top-box" class="form-search">
<form id="search-top-box-form" action="dummy" class="input-append">
<input id="search-top-box-input" class="text empty search-query" type="text" size="15" name="query" value="Search this site" onfocus="if(YAHOO.util.Dom.hasClass(this, 'empty')){YAHOO.util.Dom.removeClass(this,'empty'); this.value='';}"/><input class="button btn" type="submit" name="search" value="Search"/>
</form>
</div>
<div id="top-bar">
<div class="list-pages-box">
</div>
<div class="top-bar">
<ul>
<li><a href="/start">Home</a></li>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/top-rated-pages-this-month">Top Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a>
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
</ul>
</li>
<li><a href="/entities">Entities</a>
<ul>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
</ul>
</li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Community
<ul>
<li><a href="/forum:start">Forums</a></li>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/contest-archive">Contest Archive</a></li>
<li><a href="/page-of-the-week-archive">Page Of The Week Archive</a></li>
<li><a href="/featured-archive">Featured Archive</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/site-rules">Site Rules</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/art-page-policy">Art Page Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
</ul>
</li>
</ul>
</div>
<div class="mobile-top-bar">
<div class="open-menu">
<p><a href="#side-bar">≡</a></p>
</div>
<ul>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
<li><a href="/forum:start">Forums</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="login-status"><a href="javascript:;" onclick="WIKIDOT.page.listeners.createAccount(event)" class="login-status-create-account btn">Create account</a> <span>or</span> <a href="javascript:;" onclick="WIKIDOT.page.listeners.loginClick(event)" class="login-status-sign-in btn btn-primary">Sign in</a> </div>
<div id="header-extra-div-1"><span></span></div><div id="header-extra-div-2"><span></span></div><div id="header-extra-div-3"><span></span></div>
</div>
<div id="content-wrap">
<div id="side-bar">
<div class="side-block socials"><a class="sidebar-social fa-brands fa-x-twitter" href="/twitter"><span style="font-size:0%;">Twitter</span></a><a class="sidebar-social fa-brands fa-discord" href="/discord"><span style="font-size:0%;">Discord</span></a><a class="sidebar-social fa-brands fa-facebook" href="https://www.facebook.com/profile.php?id=61575995663725/"><span style="font-size:0%;">Facebook</span></a><a class="sidebar-social fa-brands fa-instagram" href="https://www.instagram.com/backrooms.wikidot/"><span style="font-size:0%;">Instagram</span></a><a class="sidebar-social fa-brands fa-bluesky" href="https://bsky.app/profile/ts.thebackrooms.wiki/"><span style="font-size:0%;">Bluesky</span></a><a class="sidebar-social fa-brands fa-tumblr" href="/tumblr"><span style="font-size:0%;">Tumblr</span></a></div>
<div class="side-block">
<div class="menu-item"><a href="/">Main</a> | <a href="/forum:start">Forum</a></div>
</div>
<div class="side-block">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">For New Users</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">– hide block</a></div>
<div class="collapsible-block-content">
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
<div class="menu-item">
<p><a href="/greenlight-policy">Greenlight Policy</a></p>
</div>
<div class="menu-item">
<p><a href="http://backrooms-wiki.wikidot.com/forum/c-6898685/introductions">Forum: Introduce Yourself</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="side-block languages"><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div></div>
<div class="side-block">
<div class="heading">
<p><strong>Library</strong></p>
</div>
<div class="menu-item">
<p><a href="/normal-levels-i">Levels</a>|<a href="/unnumbered-levels">Unnumbered Levels</a></p>
</div>
<div class="menu-item">
<p><a href="/entities">Entities</a>|<a href="/unnumbered-entities">Unnumbered Entities</a></p>
</div>
<div class="menu-item">
<p><a href="/phenomena">Phenomena</a>|<a href="/objects">Objects</a>|<a href="/tales">Tales</a></p>
</div>
<div class="menu-item">
<p><a href="/poi-s">POI's</a>|<a href="/groups-list">Groups</a>|<a href="/canons">Canons</a></p>
</div>
<div class="menu-item">
<p><a href="/joke-entries">Joke Pages</a>|<a href="/themes">Themes</a>|<a href="/components">Components</a></p>
</div>
<div class="menu-item">
<p><a href="/art-gallery">Art Gallery</a>|<a href="/hubs-hub">Hubs Hub</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Wiki</strong></p>
</div>
<div class="menu-item">
<p><a href="/how-many-pages">How Many Pages?</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-this-month">Top Rated New Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-by-year">Top Pages by Year</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages">Top Pages of All Time</a></p>
</div>
<div class="menu-item">
<p><a href="/most-recently-created">Newly Created Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/underread-and-underrated">Underread Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/random:random-page">Random Page</a></p>
</div>
<div class="menu-item">
<p><a href="/lowest-rated-pages">Lowest Rated Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/system:page-tags">Tags</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Community</strong></p>
</div>
<div class="menu-item">
<p><a href="/system:join">Join The Wiki</a></p>
</div>
<div class="menu-item">
<p><a href="/forum:start">Forum</a> - <a href="/forum:recent-posts">New Posts</a></p>
</div>
<div class="menu-item">
<p><a href="/translations-hub">Translations Hub</a></p>
</div>
<div class="menu-item">
<p><a href="/authors-pages">Authors' Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/meet-the-staff">Meet The Staff</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Resources</strong></p>
</div>
<div class="menu-item">
<p><a href="/faq">FAQ</a></p>
</div>
<div class="menu-item">
<p><a href="/guide-hub">Guide Hub</a></p>
</div>
<div class="menu-item">
<p><a href="http://www.backrooms-sandbox-2.wikidot.com">Sandbox</a></p>
</div>
<div class="menu-item">
<p><a href="/system:recent-changes">Recent Changes</a></p>
</div>
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
</div>
<div style="clear:both; height: 0px; font-size: 1px"></div>
<p><a class="open-menu" href="#side-bar"><br /></a></p>
<a class="close-menu" href="##"><br />
<img src="https://scp-wiki.wdfiles.com/local--files/nav:side/black.png" style="z-index:-1; opacity: 0.3;" alt="black.png" class="image" /><br /></a>
</div>
<!-- google_ad_section_end -->
<div id="main-content">
<div id="action-area-top"></div>
<div id="page-title">
Another Day At The Job
</div>
<div id="breadcrumbs">
<a href="/no-laughing-matter">No Laughing Matter</a> » Another Day At The Job
</div>
<div id="page-content">
<p><iframe src="/another-day-at-the-job/html/3d34e99fca57ee663b366b3f495d852334270c2a-613139271165844445" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p>
<div style="text-align: right;"><div class="page-rate-widget-box"><span class="rate-points">rating: <span class="number prw54353">+23</span></span><span class="rateup btn btn-default"><a title="I like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="I don't like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="Cancel my vote" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div></div>
<p>It was a day like any other at <a href="/level-5">Housekeeping</a>. Not a calm day, of course, but not stressful either. I had finally closed my last case, which meant I could finally relax some more. While it wasn't a thrilling investigation, it wasn’t too tiring either, which is always welcome in a world like the Backrooms. When you deal with incomprehensible mysteries in a paranormal universe, it was nice to have some normality from time to time. At last, I thought I could get some well-earned rest. But fate decided otherwise.</p>
<p>I suddenly got interrupted in my thoughts by a call from my superior, Jonathan Langellier, calling me in the office immediately. I wanted to postpone it, at first, as I was trying to make the most of the rest I was finally worthy of. But I knew the staff intelligence supervisor wasn't the kind of guy to take "no" for an acceptable answer. So I reluctantly went to his office, wondering what kind of nonsensical duty he was going to assign me to this time. But I didn't have to guess for long, as as soon as I arrived there, he immediately started to pitch me what was going on. He first reminded me about the <a href="/level-5-1">latest incident</a>, as if I could forget about it.</p>
<p>I remembered what he was speaking about far too well. Housekeeping truly lost a talented operative that week. The Beast was truly capable of the worst when it came down to tormenting people, recruiting them for his own unspeakable goals.<br />
Then, at last, he pitched me what I had to do for the outpost this time. Spying on the Terror Hotel staff. I laughed, at first.</p>
<p>"But sir, I hope you realize nobody who meets the <a href="/entity-18">Beast</a> comes back alive to tell the tale", I responded to this whole nonsense.</p>
<p>He quickly reassured me with his usual naive tone of someone who never ventured into the outside "No, Miss Kaya, not the Beast, obviously. As I told you, the entire staff has been acting rather suspiciously in the last few days, not by their presence, but by their <em>lack</em> of presence. The people from Homely Hotel told us something fishy seems to be going on right now. If we don't do anything now, this will end up like last time, and that is absolutely out of the question."</p>
<p>I immediately grasped the importance of the mission he aimed to give me. The information on how the Terror Hotel seeks new employees would give Housekeeping the upper edge, tilting the everlasting cold war in our favor.. But that didn't mean I was happy to work on this nonetheless. I never tell people I've seen it all, precisely because I don't want to see it all. Sometimes, you need to stay away from the most obscure and eldritch parts of the Backrooms. Not all mysteries are worth investigating. Not all cases can be resolved.</p>
<p>But yet again, I knew Langellier wasn't going to accept my stance here. After all, he was the kind of disconnected underseer I always had difficulties working with. So it was time to perform my duty, as always. Just another day at the job.</p>
<p>The red wallpaper surrounding me and the elegant portraits in the corridors were the only companions I had on this unfortunate journey. Yet, they weren’t helping me feel better about it. The coziness of the hotel was something I couldn’t bring myself to appreciate anymore. All those years ago, when I asked to be transferred from the <a href="/level-1">Habitable Zone</a> to here, I thought the old-fashioned and welcoming aspect of the Terror Hotel would be better for my health than the infinite grey walls of the first level. Unsurprisingly, I was wrong again. The hotel pressures you with everything it has. The paintings following you with their eyes, the chandeliers flickering at irregular intervals… Everything here was meticulously crafted to make you doubt, stress you, and push your mind further into paranoia. But of course, the M.E.G. doesn’t tell you that. They are all too happy to send the surplus of their employees to the most dangerous outposts, even if they don’t seem that harmful to the exterior eye.</p>
<p>As I continued to venture into the old-fashioned liminal corridors of the Terror Hotel, the limits I gave myself long ago started to emerge back from my memories. I knew my younger self would have started this case excitedly, with the joy of participating in something so crucial for a place she cared about. The adrenaline coming from the danger would have fueled her with delight, as she would have put her life in danger without a thought about what the hotel could do to a human mind. When you’re inexperienced, you always wish to live plenty of adventures, putting your life on the line at every step, ignoring how dangerous and mind-breaking the Backrooms really are. I wouldn’t blame this younger self, of course. It was a common error amongst younglings. And I was no different, back in the day.</p>
<p>In all those years investigating the mysteries of this world, I got to hear and read plenty of logs from reckless operatives, joking about the dangers they were subjecting themselves to. Ironically, all those people would have done a far better job than I on this case. Motivation is an important factor, after all. Yet I was chosen instead. Was it because of my experience? My confidence? I couldn’t say. All that I knew was that unlike them, I was fairly unhappy with the mission he gave me, knowing about the consequences of tempting forces beyond human understanding. Again, I thought about the boundaries I set myself years ago, as I did during the meeting. You do not survive the Backrooms for as long as I did by tempting the devil, taunting the all-powerful forces of those dimensions. I had a bad feeling about all of this.</p>
<p>Luckily for me, I still had the experience necessary to survive in such a disheartening environment, while other operatives of my age didn’t. Knowing when to stop was something important in those unfamiliar territories. As soon as I entered this homelike realm, it was obvious in my eyes. Yet it seems that it wasn’t the same story for the others. <a href="/level-5-1">The memory of Louie Sulphur</a> came back to my mind, almost as if it was linked to the idea of young operatives I created in my mind during all those years. A promising and talented member, but a reckless one. In my case, I have been around long enough to resist not only the liminal grasp of the warm nostalgic environment but also its bizarre phenomena. No doubt that a youngster would get terrified by the painting following all of their moves with their eyes, or by the absence of their reflection in the mirrors of the metallic elevators. But when you lived as long as I did, nothing scared you anymore. As long as you remain within the boundaries you set yourself for, that is.</p>
<p>As I was walking to an intersection, I was suddenly ripped out of my thoughts by a voice echoing in the distance. My first reaction was to quickly press myself onto the wall, just in case. In the Backrooms, you act first, then you think. There is no time for plans when you are exploring. The thinking is reserved for my office room.</p>
<p>Realizing the voice was coming far to the right of the intersection, I allowed myself to sigh in relief. This optimistic reaction was short, however, as I suddenly realized who was the source of the talking. With all the logs I analyzed during my time in the Terror Hotel, I could recognize this voice from a mile away. The <a href="/entity-135">Bellhopper</a>, seemingly talking to himself. Now was the time to act, but I needed to remain as sneaky as possible. It wasn’t any staff member. It was the right-hand man of the monster who owned this place. I slowly walked towards the passage on my right, still close to the wall, then turned my head to peek at the scene. There, I saw the Bellhopper, sitting in the center of a Beverly Room, seemingly discussing with a shadowy figure next to him.</p>
<p>To my horror, I gasped, realizing who this person was sitting with the owl-headed bell boy. It was the Beast, in all his terrifying splendor. The clash between the wealthy and gentle look of his suit clashed with his ominous, monstrous octopus head, a detail that was disheartening in a photo, but truly horrifying in real life. My heart started to beat harder and harder in my chest. That wasn't supposed to happen, I wasn't supposed to stumble upon the big boss of hell itself. This sighting alone made me long for the coziness of my office room. There were things I didn't want to see in my life, and the Beast of Level 5 was one of these things.</p>
<p>The nature of their discussion slipped right through my ears, as I went into hiding past the wall once more. It wasn't the time to spy. By my sheer presence here, that close to the monster that reigned supreme in this realm, I was inviting death to fulfill its job on me. You don't survive in the Backrooms for as long as I did by pretending as you were in control of everything. There are moments when you shouldn’t let confidence or naivety get the best of you. As soon as I saw the Beast, I knew I had to flee, no matter how it would affect the case. You can't investigate anything when you're dead. And my boss will have to understand that.</p>
<p>I had to think fast, as I was already hearing footsteps coming closer and closer to me. I couldn't say if the duo was simply exiting the room, or if they realized I was here. I faced the corridor I had just gone through some minutes earlier, ready to run for my life. But to my horror, I realized it morphed into a wall, blocking the way back as if it never existed. They knew I was there.</p>
<p>My only salvation was the corridor on the left, on the opposite of the Beverly Room. The footsteps were coming faster and faster; he was calmly walking toward me, as if he wasn’t worried or even remotely bothered by the chase. I quickly ran toward the corridor, desperately trying to find anything that could allow me to flee. An <a href="/entity-81">Elevator</a>, free from the omnipotent grasp of the Beast. Maybe a no-clipping point that would allow me to escape in a blink of an eye. But to my despair, I found nothing but another dead-end. Whether it was an unfortunate turn of luck or yet another product of the Beast's powers, I could not know. All I had to do now was face my slow yet certain demise. By the very action of spying on the most powerful being of the Terror Hotel, I had sealed my fate. I now felt like a rabbit that was being hunted, blocked, and forced to watch its demise. I wondered for a moment if Langellier knew the risks he was exposing me to, or if it was his incompetence that doomed me. But that didn't matter. The footsteps of the monster were getting closer and closer every second. I took a deep breath and turned around, ready to face my fate with the dignity of a veteran.</p>
<p>As I thought, the Beast wasn't rushing to me. He knew he already won, so why waste his stamina here? However, it was his facial expression that unsettled me. He didn't look relieved, or even satisfied. He won an easy battle, yet he was only showing a frown, an expression of someone who wasn't truly happy with the outcome. But I didn’t care about the emotions of my deathbringer. I tried my best to remain calm, or at least to give him the illusion I was.</p>
<p>As he arrived near me, he started to glance over my body. He stopped, with only two meters separating us now, and mumbled something I couldn’t hear, as only the vague sound of the word "unworthy" penetrated my mind. Then thirty seconds of deep, painful silence went by. I looked him in the eyes, as if I could challenge him. His irises penetrated my sight, and I was overcome by his confidence. He was the man that seen it all. Whatever my experience was, it couldn't save me, and he knew it. We both knew it.</p>
<p><strong>Kaya Watson! Pleasure to be meeting you, quite a pleasure!</strong> he started with his usual welcoming yet unnerving voice.</p>
<p>I tried to hold my surprise. How did he know my name? Frankly, I shouldn’t be that flabbergasted. He was the true master of the level, after all.</p>
<p>"The pleasure isn’t shared, Beast." I responded in a defying tone.</p>
<p>I always thought that, in such an encounter, I wouldn’t act recklessly like the inexperienced agents I listened to a lot while doing my job. they were naive and childish youngsters who taunted the force instead of playing it safe. But playing safe didn't matter here. If you have to die, you might as well do it courageously. Mankind may not be in its element here, but I could show him that we weren’t afraid of him. Or at least make that a facade.</p>
<p><strong>Oh, please, just call me Gentleman. Let’s not debut this conversation on such a bad start, shall we?</strong> he comfortably replied.</p>
<p>"What does this change? You will murder me nonetheless. Nobody who saw you lived to tell the tale."</p>
<p>There was no need to plead, no need to beg. My unfortunate destiny was sealed. Giving myself false hope would only make it harder. I surprised myself with my acceptance. For someone who avoided so many deadly encounters throughout their life, someone who made sure not to deal with the unthinkable to preserve themselves, I accepted my death quite easily. Maybe I knew all along that this would not last forever.</p>
<p>The Beast seemed to sigh.</p>
<p><strong>Your lack of politeness disappoints me. Your kind is quick to judge, yet I expected better from you.</strong> he responded, without actually answering my question.</p>
<p>His gentle and respectful tone only made my situation worse. I didn’t know if he was taunting me or if he was genuinely disgusted by my attitude. frankly, I didn’t care at all.</p>
<p><strong>Nonetheless, you present yourself here, uninvited, spying on the very staff that is working so, so hard for you people. It’s a little… bad-mannered, don’t you think?</strong> He continued.</p>
<p>I couldn’t bring myself to talk here. Seeing my silence, he continued.</p>
<p><strong>For that, you owe me a favor. I’m sure you understand that, don’t you?</strong></p>
<p>"By that you mean my death, I assume? You are so predictable." I finally managed to add, still with my defying tone masking my discomfort.</p>
<p><strong>Heavens, no!</strong> he added, seemingly disappointed. <strong>Just a little favor. Let’s see… You’re a detective right?</strong></p>
<p>I didn’t respond, this time trying to hide my surprise. What kind of twisted game was he playing with me? I didn’t have time for that. Death was waiting, and I wanted it to be as quick as possible. A rather ironic request, given the reputation of the Beast.</p>
<p><strong>Let’s make a deal. Not something too difficult for any of us, of course. You help me with something, and I will let you live another day. What do you think? I’m not asking for a lot, and I’m sure your abilities will be of much help to my cause.</strong></p>
<p>He was too cryptic for my liking. Yet, what other option did I have? While I couldn’t trust him, I could do nothing but accept. What else? If he offered me a chance, even if it was the smallest chance of being genuine, how could I refuse?</p>
<p>"What do you want from me? Show me," I added, trying to talk through the discomfort I was still feeling. I always hated not being in control of things, and this situation was exactly what I feared. A detective facing the most incomprehensible being of the entire Backrooms, not being able to read between the lines and unmask the true meaning of all of this. Yet another irony in this situation.</p>
<p><strong>Gladly so.</strong> He turned and proceeded to open the door on his right. I gasped, as I realized this room wasn’t here before. My discomfort was growing, yet I had no choice but to follow him inside.</p>
<p>No amount of experience could have prepared me for what was lying beyond the door. The two of us were now in a Beverly Room. However, I quickly understood it wasn’t the same as the one I ran from just some minutes earlier. At least stress wasn’t completely hindering my perception skills.</p>
<p>But the focus of my attention, the source of my sudden surprise, was a corpse lying on the floor, facing the wall before our eyes. And not just any corpse: it was the dead body of the <a href="/entity-185">Comedian</a>. A member of the Terror Hotel Staff, dead, lying down before my eyes.</p>
<p>While I couldn’t see his face, as he seemed to have collapsed forward, I was able to see his wounds. Several slashes through his suit, seemingly from a sharp object. He had blood all around him, which seemed to indicate it happened fairly recently.</p>
<p>Many questions flowed into my mind. Did that mean they could be killed? But who, who could do that? Rhetorical question of course, as I quickly understood only someone of his own kind could have been powerful and crazy enough to attempt murder, but to succeed in doing so as well. I turned over to face the Beast, who was harboring a rather neutral face, which was surprising, given the situation. Was he hiding his emotions just as I did earlier? I couldn’t tell, much to my despair. He could see right past my facades, yet the contrary wasn’t true. What a situation.</p>
<p><strong>We found him on the floor some hours ago. He was alone, and we found nothing of help to uncover this mystery.</strong></p>
<p>Once more, he stopped for a moment.</p>
<p><strong>This is where you come in handy, detective. This situation displeases me, and I need you to find the culprit. My knowledge, as vast as it is, isn’t enough for me to understand what happened, I’m afraid.</strong></p>
<p>The Beast fell silent, long enough for me to feel surprised by this revelation. He, the master of the Terror Hotel, couldn’t figure out the culprit. That made me wonder the actual level of control he had over his employees. I, however, didn’t get the time to think about this further, as he yet again continued:</p>
<p><strong>I require your assistance here, detective, so pick your poison. Either you die now, or you solve the case I am giving you.</strong></p>
<p>The questions continued to flow over my mind. If he, the all-powerful being of this realm, couldn’t find out what happened, what were the chances of me succeeding?</p>
<p><strong>Only one amongst my staff could be powerful and foolish enough to perform such a disrespectful act.</strong> He added, confirming my thoughts.</p>
<p><strong>You better find who did this, detective, a Gentleman’s patience is limited.</strong> He finally concluded, with a rather obvious menace.</p>
<p>I approached the body a little more, trying to understand what was going on. A lot occurred in the past ten minutes. I started my day trying to discover more about the Terror Hotel employees, and now I had to investigate a murder for the Beast. Not something I thought I would do in my life. Nor would I have liked to. I turned again to ask something to him, only to discover he completely vanished.</p>
<p>I was alone, with my thoughts, my suppositions, and the fallen corpse of one of the staff members I was told to spy on this morning.</p>
<p>Just another day at the job.</p>
<hr />
<div style="text-align: right;">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">Here exist a place where you don't belong to</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">Yet you will remain there forever</a></div>
<div class="collapsible-block-content">
<p>Written by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/praetor3005" onclick="WIKIDOT.page.listeners.userInfo(8321734); return false;"><img class="small" src="https://www.wikidot.com/avatar.php?userid=8321734&amp;size=small&amp;timestamp=1758126717" alt="Praetor3005" style="background-image:url(https://www.wikidot.com/userkarma.php?u=8321734)" /></a><a href="http://www.wikidot.com/user:info/praetor3005" onclick="WIKIDOT.page.listeners.userInfo(8321734); return false;">Praetor3005</a></span> for <a href="/canonicon2024">Canonicon2024</a>.</p>
<p>Writing style and overall story inspired by the film noir genre. If the monologues feel too long for you, blame the 1930s :P</p>
<p>Part 1 of the tale series! The hub can be found <a href="/no-laughing-matter">here</a>.</p>
<p>Special thanks to <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/sariastuff" onclick="WIKIDOT.page.listeners.userInfo(6864497); return false;"><img class="small" src="https://www.wikidot.com/avatar.php?userid=6864497&amp;size=small&amp;timestamp=1758126717" alt="Sariastuff" style="background-image:url(https://www.wikidot.com/userkarma.php?u=6864497)" /></a><a href="http://www.wikidot.com/user:info/sariastuff" onclick="WIKIDOT.page.listeners.userInfo(6864497); return false;">Sariastuff</a></span> for the initial critique that made me change 90% of the tale for the better, <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/nikuchan" onclick="WIKIDOT.page.listeners.userInfo(8144627); return false;"><img class="small" src="https://www.wikidot.com/avatar.php?userid=8144627&amp;size=small&amp;timestamp=1758126717" alt="Nikuchan " style="background-image:url(https://www.wikidot.com/userkarma.php?u=8144627)" /></a><a href="http://www.wikidot.com/user:info/nikuchan" onclick="WIKIDOT.page.listeners.userInfo(8144627); return false;">Nikuchan</a></span> for her important help on the dialogue, <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/divineatlas" onclick="WIKIDOT.page.listeners.userInfo(8037742); return false;"><img class="small" src="https://www.wikidot.com/avatar.php?userid=8037742&amp;size=small&amp;timestamp=1758126717" alt="DivineAtlas" style="background-image:url(https://www.wikidot.com/userkarma.php?u=8037742)" /></a><a href="http://www.wikidot.com/user:info/divineatlas" onclick="WIKIDOT.page.listeners.userInfo(8037742); return false;">DivineAtlas</a></span> for his development suggestion, as well as to <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/bluesignet" onclick="WIKIDOT.page.listeners.userInfo(7867242); return false;"><img class="small" src="https://www.wikidot.com/avatar.php?userid=7867242&amp;size=small&amp;timestamp=1758126717" alt="BlueSignet" style="background-image:url(https://www.wikidot.com/userkarma.php?u=7867242)" /></a><a href="http://www.wikidot.com/user:info/bluesignet" onclick="WIKIDOT.page.listeners.userInfo(7867242); return false;">BlueSignet</a></span> for her amazing vital help on SPAG in such a small ammount of time.</p>
</div>
</div>
</div>
</div>
<div class="licensebox">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">‡ Licensing / Citation</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">‡ Hide Licensing / Citation</a></div>
<div class="collapsible-block-content">
<p>Cite this page as:</p>
<div class="list-pages-box"> <div class="list-pages-item">
<blockquote>
<p>"<a href="/another-day-at-the-job">Another Day At The Job</a>" by Praetor3005, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/another-day-at-the-job">https://backrooms-wiki.wikidot.com/another-day-at-the-job</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</p>
</blockquote>
</div>
</div>
<div class="colmod-block">
<ul>
<li class="folded">
<ul>
<li style="list-style: none">_</li>
</ul>
<div class="colmod-link-top">
<div class="foldable-list-container"><a href="javascript:;">+ Embed citation as HTML</a><a href="javascript:;">- Embed citation as HTML</a></div>
</div>
<div class="colmod-content"><div class="list-pages-box"> <div class="list-pages-item">
<div class="code" style="user-select: all;">
<p><span style="white-space: pre-wrap;">"<a href="https://backrooms-wiki.wikidot.com/another-day-at-the-job">Another Day At The Job</a>" by Praetor3005, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/another-day-at-the-job">https://backrooms-wiki.wikidot.com/another-day-at-the-job</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</span></p>
</div>
</div>
</div></div>
<div>
<div class="foldable-list-container"></div>
</div>
</li>
</ul>
</div>
<hr />
<div class="content-separator" style="display: none:"></div>
<blockquote>
<p><strong>Name:</strong> Left all alone again blues<br />
<strong>Author:</strong> Kern, Jerome<br />
<strong>License:</strong> Public domain<br />
<strong>Source Link:</strong> <a href="https://www.loc.gov/item/jukebox-35462/">https://www.loc.gov/item/jukebox-35462/</a></p>
</blockquote>
<div class="content-separator" style="display: none:"></div>
<div class="content-separator" style="display: none:"></div>
<p>For more information about on-wiki content, visit the <a href="/licensing-master-list">Licensing Master List</a>.</p>
</div>
</div>
</div>
</div>
<div class="footer-wikiwalk-nav">
<div style="text-align: center;">
<p>| Another Day at the Job | <a href="/a-wild-investigation">A Wild Investigation</a> »</p>
</div>
</div>
</div>
<div class="page-tags">
<span>
<a href="/system:page-tags/tag/_cc#pages">_cc</a><a href="/system:page-tags/tag/_licensebox#pages">_licensebox</a><a href="/system:page-tags/tag/_metatag#pages">_metatag</a><a href="/system:page-tags/tag/canonicon2024#pages">canonicon2024</a><a href="/system:page-tags/tag/entity-18#pages">entity-18</a><a href="/system:page-tags/tag/level-5#pages">level-5</a><a href="/system:page-tags/tag/mystery#pages">mystery</a><a href="/system:page-tags/tag/tale#pages">tale</a><a href="/system:page-tags/tag/terror-hotel-canon#pages">terror-hotel-canon</a><a href="/system:page-tags/tag/thriller#pages">thriller</a>
</span>
</div>
<div id="page-info-break"></div>
<div id="page-options-container">
<div id="page-info">page revision: 12, last edited: <span class="odate time_1739994055 format_%25e%20%25b%20%25Y%2C%20%25H%3A%25M%20%28%25O%20ago%29">19 Feb 2025 19:40</span></div>
<div id="page-options-bottom" class="page-options-bottom">
<a href="javascript:;" class="btn btn-default" id="edit-button">Edit</a>
<a href="javascript:;" class="btn btn-default" id="pagerate-button">Rate (<span id="prw54355">+23</span>)</a>
<a href="javascript:;" class="btn btn-default" id="tags-button">Tags</a>
<a href="/forum/t-16748602/another-day-at-the-job" class="btn btn-default" id="discuss-button">Discuss (7)</a>
<a href="javascript:;" class="btn btn-default" id="history-button">History</a>
<a href="javascript:;" class="btn btn-default" id="files-button">Files</a>
<a href="javascript:;" class="btn btn-default" id="print-button">Print</a>
<a href="javascript:;" class="btn btn-default" id="site-tools-button">Site tools</a>
<a href="javascript:;" class="btn btn-default" id="more-options-button">+ Options</a>
</div>
<div id="page-options-bottom-2" class="page-options-bottom form-actions" style="display:none">
<a href="javascript:;" class="btn btn-default" id="edit-sections-button">Edit Sections</a>
<a href="javascript:;" class="btn btn-default" id="edit-append-button">Append</a>
<a href="javascript:;" class="btn btn-default" id="edit-meta-button">Edit Meta</a>
<a href="javascript:;" class="btn btn-default" id="watchers-button">Watchers</a>
<a href="javascript:;" class="btn btn-default" id="backlinks-button">Backlinks</a>
<a href="javascript:;" class="btn btn-default" id="view-source-button">Page Source</a>
<a href="javascript:;" class="btn btn-default" id="parent-page-button">Parent</a>
<a href="javascript:;" class="btn btn-default" id="page-block-button">Lock Page</a>
<a href="javascript:;" class="btn btn-default" id="rename-move-button">Rename</a>
<a href="javascript:;" class="btn btn-default" id="delete-button">Delete</a>
</div>
<div id="page-options-area-bottom">
</div>
</div>
<div id="action-area" style="display: none;"></div>
</div>
</div>
<div id="footer" style="display: block; visibility: visible;">
<div class="options" style="display: block; visibility: visible;">
<a href="http://www.wikidot.com/doc" id="wikidot-help-button">Help</a>
|
<a href="http://www.wikidot.com/legal:terms-of-service" id="wikidot-tos-button">Terms of Service</a>
|
<a href="http://www.wikidot.com/legal:privacy-policy" id="wikidot-privacy-button">Privacy</a>
|
<a href="javascript:;" id="bug-report-button" onclick="WIKIDOT.page.listeners.pageBugReport(event)">Report a bug</a>
|
<a href="javascript:;" id="abuse-report-button" onclick="WIKIDOT.page.listeners.flagPageObjectionable(event)">Flag as objectionable</a>
<span id="consent-box" style="display:none">
|
<a href="javascript:;" onclick="window.__cmp('showModal');">Update cookie settings</a>
</span>
<script>
if (window["nitroAds"] && window["nitroAds"].loaded) {
document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none";
} else {
document.addEventListener(
"nitroAds.loaded",
() =>
(document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none")
);
}
</script>
</div>
Powered by <a href="http://www.wikidot.com">Wikidot.com</a>
</div>
<div id="license-area" class="license-area">
Unless otherwise stated, the content of this page is licensed under
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 License</a>
</div>
<div id="extrac-div-1"><span></span></div><div id="extrac-div-2"><span></span></div><div id="extrac-div-3"><span></span></div>
</div>
</div>
<!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
<div id="extra-div-1"><span></span></div><div id="extra-div-2"><span></span></div><div id="extra-div-3"><span></span></div>
<div id="extra-div-4"><span></span></div><div id="extra-div-5"><span></span></div><div id="extra-div-6"><span></span></div>
</div>
</div>
<div id="dummy-ondomready-block" style="display: none;" ></div>
<!-- Google Analytics load -->
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div id="page-options-bottom-tips" style="display: none;">
<div id="edit-button-hovertip">
Click here to edit contents of this page. </div>
</div>
<div id="page-options-bottom-2-tips" style="display: none;">
<div id="edit-sections-button-hovertip">
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available. </div>
<div id="edit-append-button-hovertip">
Append content without editing the whole page source. </div>
<div id="history-button-hovertip">
Check out how this page has evolved in the past. </div>
<div id="discuss-button-hovertip">
If you want to discuss contents of this page - this is the easiest way to do it. </div>
<div id="files-button-hovertip">
View and manage file attachments for this page. </div>
<div id="site-tools-button-hovertip">
A few useful tools to manage this Site. </div>
<div id="backlinks-button-hovertip">
See pages that link to and include this page. </div>
<div id="rename-move-button-hovertip">
Change the name (also URL address, possibly the category) of the page. </div>
<div id="view-source-button-hovertip">
View wiki source for this page without editing. </div>
<div id="parent-page-button-hovertip">
View/set parent page (used for creating breadcrumbs and structured layout). </div>
<div id="abuse-report-button-hovertip">
Notify administrators if there is objectionable content in this page. </div>
<div id="bug-report-button-hovertip">
Something does not work as expected? Find out what you can do. </div>
<div id="wikidot-help-button-hovertip">
General Wikidot.com documentation and help section. </div>
<div id="wikidot-tos-button-hovertip">
Wikidot.com Terms of Service - what you can, what you should not etc. </div>
<div id="wikidot-privacy-button-hovertip">
Wikidot.com Privacy Policy.
</div>
</div>
</body>
</html>