forked from psenough/under_a_seering_sky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ping.js
577 lines (510 loc) · 22.4 KB
/
ping.js
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
function onComicgeneratorConfigure() {
comicgenerator._settings.placeholders.server="stripthis-0.1/";
comicgenerator._settings.translator.enabled = false;
}
function pingbitch1_1(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "yo bitch"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "hei! whats up master T?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i\'ll tell whats up, almost got my ass wasted over one of you bitches. thats whats up!'+(shouldershot?" fucking got shot!":"")+'"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "WTF?! You? Wasted? Like flag banned? Or you mean irl?!?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "irl! Who the fuck would ever be able to flag me?"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "That\'s fucked up! You ok?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_4(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "Had to ghost nuke out of a forced zot run happening on zero ground. Got some of my memory fried."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "Fuck! PJ always talks nasty shit about those!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_5(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "All of it true it seems. But it was the only way to save your exposed asses from the korean mob."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "What?!? Me? I\'m exposed?!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_6(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "Relax bitch! Not you, the other retard, my other bitch."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "Oh fuck!! And now what?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_7(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "Are you keeping an eye on the ban lists? New ones came out."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "Yeah yeah, ofcourse, the maintenance zot picked them up, already integrated."\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_8(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "K, just sit tight, mommy will be back later. Have to figure out how to lose these korean fuckers for good."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "kk! Please be safe T!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_9(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "awww! The bitch is worried, how cute!"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "Fuck you! You my master, ofcourse i worry! Guess this means your brain is fine after all!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_1(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "yo fuckhead!"\n \
new dark city panel\n \
invisible using pc\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "you there?"\n \
new dark city panel\n \
invisible using pc\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "where the fuck are you?"\n \
new dark city panel\n \
invisible using pc\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_1_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "yo"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "hei! everything ok?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_2_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "not really. you seen any trace of bitch2 online?"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "how could i? you know i don\'t have his dox."\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_3_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i don\'t know, he could have tried something. keep your eyes open for anything out of the ordinary."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "will do, good luck."\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_1_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "you there?"\n \
new dark city panel\n \
randy evil eyes spiky smile angry head using pc replies "YOU! YOU ESCAPE RUN! YOU KILL OUR FRIENDS! WE DOX YOUR BITCH! HE DEAD! YOU DEAD! ALL DEAD!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_2_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "if it isn\'t our korean friends!"\n \
new dark city panel\n \
randy evil eyes spiky smile angry head using pc replies "YOU ESCAPE RUN! YOU KILL OUR FRIENDS! WE DOX YOUR BITCH! ALL DEAD!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_3_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "are you new on the internet? just couz you say something twice doesn\'t make it true."\n \
new dark city panel\n \
randy evil eyes spiky smile angry head using pc replies "WE DOX BITCH! HE BANNED! YOU DO ZOT RUN NOW OR YOU DEAD! YOU DEAD!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch2_4_ch3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "yes, i\'m right on my way!"\n \
new dark city panel\n \
randy evil eyes spiky smile angry head using pc replies "YOU DO ZOT RUN NOW! BITCH DEAD! YOU DEAD! ALL DEAD!"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_1_ch3_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i\'m releasing bitch2\'s dox on the Y€ forums. I know you been running for another crew behind my back, don\'t care about that, but get them to help."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "ok. wait, you knew i was in CyberF? wtf"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_2_ch3_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i know everything. like i said i don\'t care about that, just get them to help me track down my other bitch before the drones get him."\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "roger that!"\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_1(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "hei Jakim."\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "If it isn\'t T!"\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i\'m in some deep shit, can i bum you a favor?"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "that depends on the favor, wouldn\'t you concur?"\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "need eyes on japanese surveillance, my bitch got banned and is on the run"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "eyes on japan? that\'s a big one."\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_4(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "was told you could ping krommers to help me out"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "after the shit your mate pulled on us in mexico? forget about it."\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_5(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "come on man, that was just zots and credits, this is my bitch, he\'s about to go under"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "\'just zots and credits!\' Why didn\'t he apologise and pay his dues then?"\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_6(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "come on, you know what it\'s like, i\'ll owe you one, just help me out"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "fine. i\'ll post on our boards about your situation, but no guarantees."\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_7(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "that\'s all i ask for! thanks!"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "yeah yeah, whatever"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_1(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "hei"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "you got the 5k?"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i have the 5k. what can you get me?"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "big brother bypass, all cams plus the facial recognition service logs."\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "that will do. how do we sync?"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "what sync? you tell me which hour, we post logs on private board."\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_4(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "no, no. i need it realtime! i need it now!"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "no realtime. too dangerous."\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_5(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i\'m good with proxies, give me the vulnerability, i\'ll run it."\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "you think i\'m stupid?"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_6(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i need it realtime!"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "60k"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_7(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "60?!? are you out of your fucking mind? or are you just fucking with me?"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "i have 0day vuln, it can sell good. we sell to you, you sell to others. we sell no good anymore. 60k"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_8(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i don\'t have those kind of credits"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "no credits no 0day."\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_8(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "my bitch is dying out there and you fuckheads are just having a laugh?"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "what goes around comes around!"\n \
</textarea>';
comicbrowser._onload();
}
function pingjakim_9(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "shit fuckers"\n \
new dark corridor panel\n \
jefferson no eyes using pc replies whispering "love you too!"\n \
</textarea>';
comicbrowser._onload();
}
function pingjstone_1(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "level 5 bsd needs zero ground, which datacenter are they at in Joansburg?"\n \
new dark corridor panel\n \
peter using pc long necklace winter hat underwear replies whispering "Tork 5 Room 3"\n \
</textarea>';
comicbrowser._onload();
}
function pingjstone_2(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "Tork 5? Let me check if i can get a zot in there. Send me the data to my datalink."\n \
new dark corridor panel\n \
peter using pc long necklace winter hat underwear replies whispering "k"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_1_ch3_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "you know the guy who has zots infiltrated in Tork 5?"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "what? wait a minute.. are you dox\'ing CyberF? is this all a prank?"\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_2_ch3_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i already have the intel on CyberF, i just need zot access at Tork 5, don\'t care who\'s zot it is. Just hook me up"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "hmmm... i don\'t think he\'ll go for that..."\n \
</textarea>';
comicbrowser._onload();
}
function pingbitch1_3_ch3_3(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i don\'t have time for this! hook me up now or i\'ll dox you and your new buddies in the next 5 minutes"\n \
new dark corridor panel\n \
tony using pc glasses dark underwear replies whispering "jesus! ok. ok. chill T! i\'ll tell the guy to hook you up... sec..."\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_9(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "you better not be wasting my time!"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "you got 15k?"\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_10(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i have 15k. give me your brokers id."\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "you think i\'m stupid? no brokers. they trace. temp cayman account."\n \
</textarea>';
comicbrowser._onload();
}
function pingsatori_11(element) {
element.innerHTML = ' \
<textarea class="comicbrowser-render">\n \
" "\n \
new with image aligned top single images/stripthis_backgrounds/fthr_everse_851_180.png panel\n \
somebody says whispering "i don\'t need brokers to trace you, you fuckhead. i already know your location! i\'m Y€"\n \
new dark corridor panel\n \
carl using phone sunglasses cigarette replies whispering "you already know location? so pay temp cayman account. 3425-2353-9918-2350"\n \
</textarea>';
comicbrowser._onload();
}