-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearch.html
853 lines (832 loc) · 66.2 KB
/
search.html
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
<!DOCTYPE html>
<script src="chech.js"></script>
<script src="website_url_checker.js"></script>
<html>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>House</title>
<link rel="icon" type="image/x-icon" href="/imges/House-symbol-may-be-unfamiliar-to-users-with-low-computer-literacy.ico">
</head>
<br>
<button onclick='window.location.href = "games.html";'><span class="material-symbols-outlined">
home
</span></button>
<button onclick='window.location.href = "search.html";'><span class="material-symbols-outlined">
search
</span></button>
<button style = "height: 50px;" onclick='window.location.href = "tc.html";'><span class="material-symbols-outlined">
gavel
</span></button>
<button onclick='window.location.href = "report.html";'><span class="material-symbols-outlined">
bug_report
</span></button>
<button style="float: right;" onclick='window.location.href = "logout.html";'><span class="material-symbols-outlined">
logout
</span></button>
<br>
<hr>
<br>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>House</title>
<style>
#searchResults {
margin-top: 20px;
}
#searchResults a {
display: block;
margin-bottom: 10px;
color: blue;
text-decoration: underline;
cursor: pointer;
}
</style>
</head>
<body>
<h1>Search</h1>
<input type="search" id="search" placeholder="Search" oninput="performSearch()">
<div id="searchResults"></div>
<script>
function performSearch() {
var searchQuery = document.getElementById('search').value.toLowerCase();
var fileLinks = getServerFileLinks();
var searchResultsDiv = document.getElementById('searchResults');
searchResultsDiv.innerHTML = "";
for (var i = 0; i < fileLinks.length; i++) {
var fileName = fileLinks[i].name.toLowerCase();
if (fileName.includes(searchQuery)) {
var resultItem = document.createElement('a');
resultItem.textContent = fileLinks[i].name;
resultItem.href = fileLinks[i].link;
searchResultsDiv.appendChild(resultItem);
}
}
}
function getServerFileLinks() {
return [
{ name: '10 minutes till dawn', link: '/0 - 100/10-minutes-till-dawn_new.html' },
{ name: '11 11', link: '/0 - 100/11-11_new.html' },
{ name: '12 minibattles', link: '/0 - 100/12-minibattles_new.html' },
{ name: '1v1 lol', link: '/0 - 100/1v1-lol_new.html' },
{ name: '2048 multitask', link: '/0 - 100/2048-multitask_new.html' },
{ name: '2048', link: '/0 - 100/2048_new.html' },
{ name: '3d car simulator', link: '/0 - 100/3d-car-simulator_new.html' },
{ name: '3d moto simulator 2', link: '/0 - 100/3d-moto-simulator-2_new.html' },
{ name: '4th and goal 2022', link: '/0 - 100/4th-and-goal-2022_new.html' },
{ name: '4x4 drive offroad', link: '/0 - 100/4x4-drive-offroad_new.html' },
{ name: '8 ball pool', link: '/0 - 100/8-ball-pool_new.html' },
{ name: 'a dance of fire and ice', link: '/0 - 100/a-dance-of-fire-and-ice_new.html' },
{ name: 'a small world cup', link: '/0 - 100/a-small-world-cup_new.html' },
{ name: 'adventure drivers', link: '/0 - 100/adventure-drivers_new.html' },
{ name: 'age of war', link: '/0 - 100/age-of-war_new.html' },
{ name: 'air hockey championship deluxe', link: '/0 - 100/air-hockey-championship-deluxe_new.html' },
{ name: 'among us', link: '/0 - 100/among-us_new.html' },
{ name: 'ape sling', link: '/0 - 100/ape-sling_new.html' },
{ name: 'aqua thrills', link: '/0 - 100/aqua-thrills_new.html' },
{ name: 'archery world tour', link: '/0 - 100/archery-world-tour_new.html' },
{ name: 'arithmetica', link: '/0 - 100/arithmetica_new.html' },
{ name: 'athletics hero', link: '/0 - 100/athletics-hero_new.html' },
{ name: 'awesome tanks 2', link: '/0 - 100/awesome-tanks-2_new.html' },
{ name: 'awesome tanks', link: '/0 - 100/awesome-tanks_new.html' },
{ name: 'b cubed', link: '/0 - 100/b-cubed_new.html' },
{ name: 'basket and ball', link: '/0 - 100/basket-and-ball_new.html' },
{ name: 'basket bros', link: '/0 - 100/basket-bros_new.html' },
{ name: 'basket champs', link: '/0 - 100/basket-champs_new.html' },
{ name: 'basket random', link: '/0 - 100/basket-random_new.html' },
{ name: 'basket swooshes', link: '/0 - 100/basket-swooshes_new.html' },
{ name: 'basketball legends', link: '/0 - 100/basketball-legends_new.html' },
{ name: 'basketball line', link: '/0 - 100/basketball-line_new.html' },
{ name: 'basketball stars', link: '/0 - 100/basketball-stars_new.html' },
{ name: 'battle wheels', link: '/0 - 100/battle-wheels_new.html' },
{ name: 'bearsus', link: '/0 - 100/bearsus_new.html' },
{ name: 'big shot boxing', link: '/0 - 100/big-shot-boxing_new.html' },
{ name: 'big tall small', link: '/0 - 100/big-tall-small_new.html' },
{ name: 'bike trials offroad 1', link: '/0 - 100/bike-trials-offroad-1_new.html' },
{ name: 'bike trials winter 1', link: '/0 - 100/bike-trials-winter-1_new.html' },
{ name: 'bike trials winter 2', link: '/0 - 100/bike-trials-winter-2_new.html' },
{ name: 'bitlife', link: '/0 - 100/bitlife_new.html' },
{ name: 'block the pig', link: '/0 - 100/block-the-pig_new.html' },
{ name: 'blocky cars', link: '/0 - 100/blocky-cars_new.html' },
{ name: 'blocky trials', link: '/0 - 100/blocky-trials_new.html' },
{ name: 'bloons tower defense 1', link: '/0 - 100/bloons-tower-defense-1_new.html' },
{ name: 'bloxorz', link: '/0 - 100/bloxorz_new.html' },
{ name: 'blumgi ball', link: '/0 - 100/blumgi-ball_new.html' },
{ name: 'blumgi castle', link: '/0 - 100/blumgi-castle_new.html' },
{ name: 'blumgi rocket', link: '/0 - 100/blumgi-rocket_new.html' },
{ name: 'blumgi slime', link: '/0 - 100/blumgi-slime_new.html' },
{ name: 'bob the robber 4', link: '/0 - 100/bob-the-robber-4_new.html' },
{ name: 'bomb it 7', link: '/0 - 100/bomb-it-7_new.html' },
{ name: 'bowling stars', link: '/0 - 100/bowling-stars_new.html' },
{ name: 'boxing physics 2', link: '/0 - 100/boxing-physics-2_new.html' },
{ name: 'boxing random', link: '/0 - 100/boxing-random_new.html' },
{ name: 'brain for monster truck', link: '/0 - 100/brain-for-monster-truck_new.html' },
{ name: 'brain test 2 tricky stories', link: '/0 - 100/brain-test-2-tricky-stories_new.html' },
{ name: 'brain test 3 tricky quests', link: '/0 - 100/brain-test-3-tricky-quests_new.html' },
{ name: 'brain test tricky puzzles', link: '/0 - 100/brain-test-tricky-puzzles_new.html' },
{ name: 'breaking the bank', link: '/0 - 100/breaking-the-bank_new.html' },
{ name: 'bubble shooter', link: '/0 - 100/bubble-shooter_new.html' },
{ name: 'bubble trouble 3', link: '/0 - 100/bubble-trouble-3_new.html' },
{ name: 'bubble trouble', link: '/0 - 100/bubble-trouble_new.html' },
{ name: 'bullet force', link: '/0 - 100/bullet-force_new.html' },
{ name: 'bumper cars soccer', link: '/0 - 100/bumper-cars-soccer_new.html' },
{ name: 'bunny hop', link: '/0 - 100/bunny-hop_new.html' },
{ name: 'burger bounty', link: '/0 - 100/burger-bounty_new.html' },
{ name: 'burnin rubber 5 xs', link: '/0 - 100/burnin-rubber-5-xs_new.html' },
{ name: 'burnin rubber crash n burn', link: '/0 - 100/burnin-rubber-crash-n-burn_new.html' },
{ name: 'burnout drift seaport max', link: '/0 - 100/burnout-drift-seaport-max_new.html' },
{ name: 'burrito bison', link: '/0 - 100/burrito-bison_new.html' },
{ name: 'candy jump', link: '/0 - 100/candy-jump_new.html' },
{ name: 'cannon strike', link: '/0 - 100/cannon-strike_new.html' },
{ name: 'car climb racing', link: '/0 - 100/car-climb-racing_new.html' },
{ name: 'car rush', link: '/0 - 100/car-rush_new.html' },
{ name: 'cars thief tank edition', link: '/0 - 100/cars-thief-tank-edition_new.html' },
{ name: 'cars thief', link: '/0 - 100/cars-thief_new.html' },
{ name: 'cat gunner super zombie shoot', link: '/0 - 100/cat-gunner-super-zombie-shoot_new.html' },
{ name: 'cat trap', link: '/0 - 100/cat-trap_new.html' },
{ name: 'cats', link: '/0 - 100/cats_new.html' },
{ name: 'chicken merge', link: '/0 - 100/chicken-merge_new.html' },
{ name: 'chrome dino', link: '/0 - 100/chrome-dino_new.html' },
{ name: 'city bike stunt 2', link: '/0 - 100/city-bike-stunt-2_new.html' },
{ name: 'city car driving stunt master', link: '/0 - 100/city-car-driving-stunt-master_new.html' },
{ name: 'city rider', link: '/0 - 100/city-rider_new.html' },
{ name: 'cluster rush', link: '/0 - 100/cluster-rush_new.html' },
{ name: 'coffee shop', link: '/0 - 100/coffee-shop_new.html' },
{ name: 'color switch', link: '/0 - 100/color-switch_new.html' },
{ name: 'color tunnel 2', link: '/0 - 100/color-tunnel-2_new.html' },
{ name: 'cookie clicker', link: '/0 - 100/cookie-clicker_new.html' },
{ name: 'crazy cars', link: '/0 - 100/crazy-cars_new.html' },
{ name: 'crazy tunnel 3d', link: '/0 - 100/crazy-tunnel-3d_new.html' },
{ name: 'cricket world cup', link: '/0 - 100/cricket-world-cup_new.html' },
{ name: 'crossy road', link: '/0 - 100/crossy-road_new.html' },
{ name: 'cubes king', link: '/0 - 100/cubes-king_new.html' },
{ name: 'cubito mayhem', link: '/0 - 100/cubito-mayhem_new.html' },
{ name: 'curve ball 3d', link: '/0 - 100/curve-ball-3d_new.html' },
{ name: 'cyber cars punk racing', link: '/0 - 100/cyber-cars-punk-racing_new.html' },
{ name: 'death chase', link: '/0 - 100/death-chase_new.html' },
{ name: 'death run 3d', link: '/0 - 100/death-run-3d_new.html' },
{ name: 'deepest sword', link: '/100 - 2000/deepest-sword_new.html' },
{ name: 'deer simulator', link: '/100 - 2000/deer-simulator_new.html' },
{ name: 'demolition derby crash racing', link: '/100 - 2000/demolition-derby-crash-racing_new.html' },
{ name: 'detective loupe puzzle', link: '/100 - 2000/detective-loupe-puzzle_new.html' },
{ name: 'dinosaur game', link: '/100 - 2000/dinosaur-game_new.html' },
{ name: 'dog simulator 3d', link: '/100 - 2000/dog-simulator-3d_new.html' },
{ name: 'doge miner', link: '/100 - 2000/doge-miner_new.html' },
{ name: 'doodle champion island', link: '/100 - 2000/doodle-champion-island_new.html' },
{ name: 'doodle jump', link: '/100 - 2000/doodle-jump_new.html' },
{ name: 'draw the hill', link: '/100 - 2000/draw-the-hill_new.html' },
{ name: 'dreadhead parkour', link: '/100 - 2000/dreadhead-parkour_new.html' },
{ name: 'drift boss', link: '/100 - 2000/drift-boss_new.html' },
{ name: 'drift hunters', link: '/100 - 2000/drift-hunters_new.html' },
{ name: 'drive mad', link: '/100 - 2000/drive-mad_new.html' },
{ name: 'drunken duel', link: '/100 - 2000/drunken-duel_new.html' },
{ name: 'duck life 2 world champion', link: '/100 - 2000/duck-life-2-world-champion_new.html' },
{ name: 'duck life 3 evolution', link: '/100 - 2000/duck-life-3-evolution_new.html' },
{ name: 'duck life 4', link: '/100 - 2000/duck-life-4_new.html' },
{ name: 'duck life', link: '/100 - 2000/duck-life_new.html' },
{ name: 'dunkbrush', link: '/100 - 2000/dunkbrush_new.html' },
{ name: 'dunkers', link: '/100 - 2000/dunkers_new.html' },
{ name: 'earn to die', link: '/100 - 2000/earn-to-die_new.html' },
{ name: 'eggy car', link: '/100 - 2000/eggy-car_new.html' },
{ name: 'elastic man', link: '/100 - 2000/elastic-man_new.html' },
{ name: 'electron dash', link: '/100 - 2000/electron-dash_new.html' },
{ name: 'eliza mall mania', link: '/100 - 2000/eliza-mall-mania_new.html' },
{ name: 'energy', link: '/100 - 2000/energy_new.html' },
{ name: 'escaping the prison', link: '/100 - 2000/escaping-the-prison_new.html' },
{ name: 'eugenes life', link: '/100 - 2000/eugenes-life_new.html' },
{ name: 'evo city driving', link: '/100 - 2000/evo-city-driving_new.html' },
{ name: 'extreme car driving simulator', link: '/100 - 2000/extreme-car-driving-simulator_new.html' },
{ name: 'extreme car parking', link: '/100 - 2000/extreme-car-parking_new.html' },
{ name: 'factory balls forever', link: '/100 - 2000/factory-balls-forever_new.html' },
{ name: 'fairy dressup', link: '/100 - 2000/fairy-dressup_new.html' },
{ name: 'fancy pants 2', link: '/100 - 2000/fancy-pants-2_new.html' },
{ name: 'fancy pants 3', link: '/100 - 2000/fancy-pants-3_new.html' },
{ name: 'fancy pants', link: '/100 - 2000/fancy-pants_new.html' },
{ name: 'five nights at freddys 2', link: '/100 - 2000/five-nights-at-freddys-2_new.html' },
{ name: 'five nights at freddys 3', link: '/100 - 2000/five-nights-at-freddys-3_new.html' },
{ name: 'five nights at freddys', link: '/100 - 2000/five-nights-at-freddys_new.html' },
{ name: 'flappy bird origin', link: '/100 - 2000/flappy-bird-origin_new.html' },
{ name: 'flappy bird', link: '/100 - 2000/flappy-bird_new.html' },
{ name: 'fleeing the complex', link: '/100 - 2000/fleeing-the-complex_new.html' },
{ name: 'flying car simulator', link: '/100 - 2000/flying-car-simulator_new.html' },
{ name: 'foot chinko', link: '/100 - 2000/foot-chinko_new.html' },
{ name: 'football legends', link: '/100 - 2000/football-legends_new.html' },
{ name: 'football masters', link: '/100 - 2000/football-masters_new.html' },
{ name: 'fortz', link: '/100 - 2000/fortz_new.html' },
{ name: 'free kick shooter', link: '/100 - 2000/free-kick-shooter_new.html' },
{ name: 'free the key', link: '/100 - 2000/free-the-key_new.html' },
{ name: 'funny shooter 2', link: '/100 - 2000/funny-shooter-2_new.html' },
{ name: 'furious racing 3d', link: '/100 - 2000/furious-racing-3d_new.html' },
{ name: 'g switch 3', link: '/100 - 2000/g-switch-3_new.html' },
{ name: 'geometry dash', link: '/100 - 2000/geometry-dash_new.html' },
{ name: 'getaway shootout', link: '/100 - 2000/getaway-shootout_new.html' },
{ name: 'go kart go ultra', link: '/100 - 2000/go-kart-go-ultra_new.html' },
{ name: 'gobble', link: '/100 - 2000/gobble_new.html' },
{ name: 'gold digger frvr', link: '/100 - 2000/gold-digger-frvr_new.html' },
{ name: 'golf champions', link: '/100 - 2000/golf-champions_new.html' },
{ name: 'golfinity', link: '/100 - 2000/golfinity_new.html' },
{ name: 'google feud', link: '/100 - 2000/google-feud_new.html' },
{ name: 'google snake', link: '/100 - 2000/google-snake_new.html' },
{ name: 'grand prix hero', link: '/100 - 2000/grand-prix-hero_new.html' },
{ name: 'gravity soccer', link: '/100 - 2000/gravity-soccer_new.html' },
{ name: 'grindcraft remastered', link: '/100 - 2000/grindcraft-remastered_new.html' },
{ name: 'grindcraft', link: '/100 - 2000/grindcraft_new.html' },
{ name: 'gun mayhem 2', link: '/100 - 2000/gun-mayhem-2_new.html' },
{ name: 'gun mayhem 3', link: '/100 - 2000/gun-mayhem-3_new.html' },
{ name: 'gun mayhem', link: '/100 - 2000/gun-mayhem_new.html' },
{ name: 'gunspin', link: '/100 - 2000/gunspin_new.html' },
{ name: 'hammer 2 reloaded', link: '/100 - 2000/hammer-2-reloaded_new.html' },
{ name: 'happy room', link: '/100 - 2000/happy-room_new.html' },
{ name: 'head soccer 2023', link: '/100 - 2000/head-soccer-2023_new.html' },
{ name: 'heads arena soccer all stars', link: '/100 - 2000/heads-arena-soccer-all-stars_new.html' },
{ name: 'heart star html5', link: '/100 - 2000/heart-star-html5_new.html' },
{ name: 'hextris', link: '/100 - 2000/hextris_new.html' },
{ name: 'highway racer 3d', link: '/100 - 2000/highway-racer-3d_new.html' },
{ name: 'highway rider extreme', link: '/100 - 2000/highway-rider-extreme_new.html' },
{ name: 'highway traffic', link: '/100 - 2000/highway-traffic_new.html' },
{ name: 'horse shoeing', link: '/100 - 2000/horse-shoeing_new.html' },
{ name: 'horse simulator 3d', link: '/100 - 2000/horse-simulator-3d_new.html' },
{ name: 'house of hazards', link: '/100 - 2000/house-of-hazards_new.html' },
{ name: 'hover racer drive', link: '/100 - 2000/hover-racer-drive_new.html' },
{ name: 'hover racer', link: '/100 - 2000/hover-racer_new.html' },
{ name: 'icy purple head 3', link: '/100 - 2000/icy-purple-head-3_new.html' },
{ name: 'idle ants', link: '/100 - 2000/idle-ants_new.html' },
{ name: 'idle breakout', link: '/100 - 2000/idle-breakout_new.html' },
{ name: 'idle digging tycoon', link: '/100 - 2000/idle-digging-tycoon_new.html' },
{ name: 'idle lumber inc', link: '/100 - 2000/idle-lumber-inc_new.html' },
{ name: 'idle miner', link: '/100 - 2000/idle-miner_new.html' },
{ name: 'idle mining empire', link: '/100 - 2000/idle-mining-empire_new.html' },
{ name: 'idle startup tycoon', link: '/100 - 2000/idle-startup-tycoon_new.html' },
{ name: 'impossible monster truck race', link: '/100 - 2000/impossible-monster-truck-race_new.html' },
{ name: 'impossible tic tac toe', link: '/100 - 2000/impossible-tic-tac-toe_new.html' },
{ name: 'infinity loop', link: '/100 - 2000/infinity-loop_new.html' },
{ name: 'iron snout', link: '/100 - 2000/iron-snout_new.html' },
{ name: 'jelly truck', link: '/100 - 2000/jelly-truck_new.html' },
{ name: 'jet boy', link: '/100 - 2000/jet-boy_new.html' },
{ name: 'jetpack joyride', link: '/100 - 2000/jetpack-joyride_new.html' },
{ name: 'jollyworld', link: '/100 - 2000/jollyworld_new.html' },
{ name: 'jumping shell', link: '/200 - 300/jumping-shell_new.html' },
{ name: 'kart race 3d', link: '/200 - 300/kart-race-3d_new.html' },
{ name: 'kawaii dressup', link: '/200 - 300/kawaii-dressup_new.html' },
{ name: 'kix dream soccer', link: '/200 - 300/kix-dream-soccer_new.html' },
{ name: 'leader strike', link: '/200 - 300/leader-strike_new.html' },
{ name: 'lemonade stand', link: '/200 - 300/lemonade-stand_new.html' },
{ name: 'life the game', link: '/200 - 300/life-the-game_new.html' },
{ name: 'linebacker alley 2', link: '/200 - 300/linebacker-alley-2_new.html' },
{ name: 'ludo multiplayer', link: '/200 - 300/ludo-multiplayer_new.html' },
{ name: 'mad day', link: '/200 - 300/mad-day_new.html' },
{ name: 'mad truck challenge special', link: '/200 - 300/mad-truck-challenge-special_new.html' },
{ name: 'madalin stunt cars 2', link: '/200 - 300/madalin-stunt-cars-2_new.html' },
{ name: 'madalin stunt cars 3', link: '/200 - 300/madalin-stunt-cars-3_new.html' },
{ name: 'marble dash', link: '/200 - 300/marble-dash_new.html' },
{ name: 'masked forces', link: '/200 - 300/masked-forces_new.html' },
{ name: 'master chess', link: '/200 - 300/master-chess_new.html' },
{ name: 'maze path of light', link: '/200 - 300/maze-path-of-light_new.html' },
{ name: 'maze planet 3d', link: '/200 - 300/maze-planet-3d_new.html' },
{ name: 'merge cakes', link: '/200 - 300/merge-cakes_new.html' },
{ name: 'merge cyber racers', link: '/200 - 300/merge-cyber-racers_new.html' },
{ name: 'merge harvest', link: '/200 - 300/merge-harvest_new.html' },
{ name: 'merge round racers', link: '/200 - 300/merge-round-racers_new.html' },
{ name: 'minecraft 1.5.2', link: '/200 - 300/minecraft-1.5.2_new.html' },
{ name: 'minecraft 1.8.8', link: '/200 - 300/minecraft-1.8.8_new.html' },
{ name: 'minecraft builder', link: '/200 - 300/minecraft-builder_new.html' },
{ name: 'minesweeper', link: '/200 - 300/minesweeper_new.html' },
{ name: 'minibattles', link: '/200 - 300/minibattles_new.html' },
{ name: 'mob city', link: '/200 - 300/mob-city_new.html' },
{ name: 'monkey mart', link: '/200 - 300/monkey-mart_new.html' },
{ name: 'monster tracks', link: '/200 - 300/monster-tracks_new.html' },
{ name: 'monsters wheels special', link: '/200 - 300/monsters-wheels-special_new.html' },
{ name: 'mosaic puzzle art', link: '/200 - 300/mosaic-puzzle-art_new.html' },
{ name: 'moto maniac 2', link: '/200 - 300/moto-maniac-2_new.html' },
{ name: 'moto maniac', link: '/200 - 300/moto-maniac_new.html' },
{ name: 'moto road rash 3d', link: '/200 - 300/moto-road-rash-3d_new.html' },
{ name: 'moto trial racing 2', link: '/200 - 300/moto-trial-racing-2_new.html' },
{ name: 'moto x3m 2', link: '/200 - 300/moto-x3m-2_new.html' },
{ name: 'moto x3m pool party', link: '/200 - 300/moto-x3m-pool-party_new.html' },
{ name: 'moto x3m spooky land', link: '/200 - 300/moto-x3m-spooky-land_new.html' },
{ name: 'moto x3m winter', link: '/200 - 300/moto-x3m-winter_new.html' },
{ name: 'moto x3m', link: '/200 - 300/moto-x3m_new.html' },
{ name: 'murder', link: '/200 - 300/murder_new.html' },
{ name: 'my pony my little race', link: '/200 - 300/my-pony-my-little-race_new.html' },
{ name: 'n gon', link: '/200 - 300/n-gon_new.html' },
{ name: 'neon war', link: '/200 - 300/neon-war_new.html' },
{ name: 'noob drive', link: '/200 - 300/noob-drive_new.html' },
{ name: 'offroader v5', link: '/200 - 300/offroader-v5_new.html' },
{ name: 'onion boy', link: '/200 - 300/onion-boy_new.html' },
{ name: 'orbital survival', link: '/200 - 300/orbital-survival_new.html' },
{ name: 'ovo', link: '/200 - 300/ovo_new.html' },
{ name: 'panda bubble shooter', link: '/200 - 300/panda-bubble-shooter_new.html' },
{ name: 'panda simulator 3d', link: '/200 - 300/panda-simulator-3d_new.html' },
{ name: 'paper fighter 3d', link: '/200 - 300/paper-fighter-3d_new.html' },
{ name: 'paper io 2', link: '/200 - 300/paper-io-2_new.html' },
{ name: 'parking fury 2', link: '/200 - 300/parking-fury-2_new.html' },
{ name: 'parking fury 3d bounty hunter', link: '/200 - 300/parking-fury-3d-bounty-hunter_new.html' },
{ name: 'parking fury 3d night thief', link: '/200 - 300/parking-fury-3d-night-thief_new.html' },
{ name: 'parking fury', link: '/200 - 300/parking-fury_new.html' },
{ name: 'parkour block 3d', link: '/200 - 300/parkour-block-3d_new.html' },
{ name: 'penalty kick online', link: '/200 - 300/penalty-kick-online_new.html' },
{ name: 'penalty shooters 2', link: '/200 - 300/penalty-shooters-2_new.html' },
{ name: 'perfect peel', link: '/200 - 300/perfect-peel_new.html' },
{ name: 'ping pong html5', link: '/200 - 300/ping-pong-html5_new.html' },
{ name: 'pixel gun survival', link: '/200 - 300/pixel-gun-survival_new.html' },
{ name: 'pixwars 2', link: '/200 - 300/pixwars-2_new.html' },
{ name: 'plactions', link: '/200 - 300/plactions_new.html' },
{ name: 'pool club', link: '/200 - 300/pool-club_new.html' },
{ name: 'poor bunny', link: '/200 - 300/poor-bunny_new.html' },
{ name: 'pop it master', link: '/200 - 300/pop-it-master_new.html' },
{ name: 'power badminton', link: '/200 - 300/power-badminton_new.html' },
{ name: 'pre civilization bronze age', link: '/200 - 300/pre-civilization-bronze-age_new.html' },
{ name: 'precision client', link: '/200 - 300/precision-client_new.html' },
{ name: 'puppet master', link: '/200 - 300/puppet-master_new.html' },
{ name: 'rabbit samurai', link: '/200 - 300/rabbit-samurai_new.html' },
{ name: 'raft wars 2', link: '/200 - 300/raft-wars-2_new.html' },
{ name: 'raft wars multiplayer', link: '/200 - 300/raft-wars-multiplayer_new.html' },
{ name: 'raft wars', link: '/200 - 300/raft-wars_new.html' },
{ name: 'rally champion', link: '/200 - 300/rally-champion_new.html' },
{ name: 'real cars in city', link: '/200 - 300/real-cars-in-city_new.html' },
{ name: 'real city driving 2', link: '/200 - 300/real-city-driving-2_new.html' },
{ name: 'real simulator monster truck', link: '/200 - 300/real-simulator-monster-truck_new.html' },
{ name: 'recoil', link: '/200 - 300/recoil_new.html' },
{ name: 'red ball 4', link: '/200 - 300/red-ball-4_new.html' },
{ name: 'retro bowl', link: '/200 - 300/retro-bowl_new.html' },
{ name: 'riddle school', link: '/200 - 300/riddle-school_new.html' },
{ name: 'rio rex', link: '/200 - 300/rio-rex_new.html' },
{ name: 'rocket pult', link: '/200 - 300/rocket-pult_new.html' },
{ name: 'rocket soccer derby', link: '/200 - 300/rocket-soccer-derby_new.html' },
{ name: 'rolling sky', link: '/200 - 300/rolling-sky_new.html' },
{ name: 'rolly vortex', link: '/200 - 300/rolly-vortex_new.html' },
{ name: 'roly poly monsters', link: '/200 - 300/roly-poly-monsters_new.html' },
{ name: 'rooftop snipers 2', link: '/200 - 300/rooftop-snipers-2_new.html' },
{ name: 'rooftop snipers', link: '/200 - 300/rooftop-snipers_new.html' },
{ name: 'rowdy city wrestling', link: '/200 - 300/rowdy-city-wrestling_new.html' },
{ name: 'rowdy wrestling', link: '/200 - 300/rowdy-wrestling_new.html' },
{ name: 'run 3 editor', link: '/200 - 300/run-3-editor_new.html' },
{ name: 'running fred', link: '/200 - 300/running-fred_new.html' },
{ name: 'rusher crusher', link: '/200 - 300/rusher-crusher_new.html' },
{ name: 'sausage flip', link: '/200 - 300/sausage-flip_new.html' },
{ name: 'school bus demolition derby', link: '/200 - 300/school-bus-demolition-derby_new.html' },
{ name: 'scrap metal', link: '/300 - 400/scrap-metal_new.html' },
{ name: 'shoot stickman', link: '/300 - 400/shoot-stickman_new.html' },
{ name: 'short life', link: '/300 - 400/short-life_new.html' },
{ name: 'short ride', link: '/300 - 400/short-ride_new.html' },
{ name: 'shortcut race', link: '/300 - 400/shortcut-race_new.html' },
{ name: 'sketchbook 04', link: '/300 - 400/sketchbook-04_new.html' },
{ name: 'skiing fred', link: '/300 - 400/skiing-fred_new.html' },
{ name: 'slime road', link: '/300 - 400/slime-road_new.html' },
{ name: 'slope 2 multiplayer', link: '/300 - 400/slope-2-multiplayer_new.html' },
{ name: 'slope 2', link: '/300 - 400/slope-2_new.html' },
{ name: 'slope 3', link: '/300 - 400/slope-3_new.html' },
{ name: 'slope city', link: '/300 - 400/slope-city_new.html' },
{ name: 'slope tunnel', link: '/300 - 400/slope-tunnel_new.html' },
{ name: 'slope', link: '/300 - 400/slope_new.html' },
{ name: 'smash karts', link: '/300 - 400/smash-karts_new.html' },
{ name: 'sniper gun shooting', link: '/300 - 400/sniper-gun-shooting_new.html' },
{ name: 'snow rider 3d', link: '/300 - 400/snow-rider-3d_new.html' },
{ name: 'soccar', link: '/300 - 400/soccar_new.html' },
{ name: 'soccer random', link: '/300 - 400/soccer-random_new.html' },
{ name: 'soccer skills champions league', link: '/300 - 400/soccer-skills-champions-league_new.html' },
{ name: 'soccer skills euro cup', link: '/300 - 400/soccer-skills-euro-cup_new.html' },
{ name: 'soccer skills world cup', link: '/300 - 400/soccer-skills-world-cup_new.html' },
{ name: 'solitaire', link: '/300 - 400/solitaire_new.html' },
{ name: 'speed boat extreme racing', link: '/300 - 400/speed-boat-extreme-racing_new.html' },
{ name: 'squish run', link: '/300 - 400/squish-run_new.html' },
{ name: 'stack ball', link: '/300 - 400/stack-ball_new.html' },
{ name: 'stack bump 3d', link: '/300 - 400/stack-bump-3d_new.html' },
{ name: 'stack', link: '/300 - 400/stack_new.html' },
{ name: 'stacktris', link: '/300 - 400/stacktris_new.html' },
{ name: 'stair race 3d', link: '/300 - 400/stair-race-3d_new.html' },
{ name: 'stealing the diamond', link: '/300 - 400/stealing-the-diamond_new.html' },
{ name: 'stick defenders', link: '/300 - 400/stick-defenders_new.html' },
{ name: 'stick fighter', link: '/300 - 400/stick-fighter_new.html' },
{ name: 'stick merge', link: '/300 - 400/stick-merge_new.html' },
{ name: 'stickman army team battle', link: '/300 - 400/stickman-army-team-battle_new.html' },
{ name: 'stickman army the resistance', link: '/300 - 400/stickman-army-the-resistance_new.html' },
{ name: 'stickman bike pr', link: '/300 - 400/stickman-bike-pr_new.html' },
{ name: 'stickman bike', link: '/300 - 400/stickman-bike_new.html' },
{ name: 'stickman boxing ko champion', link: '/300 - 400/stickman-boxing-ko-champion_new.html' },
{ name: 'stickman bridge constructor', link: '/300 - 400/stickman-bridge-constructor_new.html' },
{ name: 'stickman climb 2', link: '/300 - 400/stickman-climb-2_new.html' },
{ name: 'stickman fighter epic battle 2', link: '/300 - 400/stickman-fighter-epic-battle-2_new.html' },
{ name: 'stickman fighter mega brawl', link: '/300 - 400/stickman-fighter-mega-brawl_new.html' },
{ name: 'stickman golf', link: '/300 - 400/stickman-golf_new.html' },
{ name: 'stickman hook', link: '/300 - 400/stickman-hook_new.html' },
{ name: 'stickman ragdoll crash fun', link: '/300 - 400/stickman-ragdoll-crash-fun_new.html' },
{ name: 'stickman school run', link: '/300 - 400/stickman-school-run_new.html' },
{ name: 'stock car hero', link: '/300 - 400/stock-car-hero_new.html' },
{ name: 'street ball jam', link: '/300 - 400/street-ball-jam_new.html' },
{ name: 'striker dummies', link: '/300 - 400/striker-dummies_new.html' },
{ name: 'stunt car challenge 3', link: '/300 - 400/stunt-car-challenge-3_new.html' },
{ name: 'stupid zombies', link: '/300 - 400/stupid-zombies_new.html' },
{ name: 'subway runner', link: '/300 - 400/subway-runner_new.html' },
{ name: 'subway surfers beijing', link: '/300 - 400/subway-surfers-beijing_new.html' },
{ name: 'subway surfers houston', link: '/300 - 400/subway-surfers-houston_new.html' },
{ name: 'subway surfers monaco', link: '/300 - 400/subway-surfers-monaco_new.html' },
{ name: 'subway surfers newyork', link: '/300 - 400/subway-surfers-newyork_new.html' },
{ name: 'subway surfers', link: '/300 - 400/subway-surfers_new.html' },
{ name: 'super bike the champion', link: '/300 - 400/super-bike-the-champion_new.html' },
{ name: 'super hexbee merger', link: '/300 - 400/super-hexbee-merger_new.html' },
{ name: 'super hot', link: '/300 - 400/super-hot_new.html' },
{ name: 'super liquid soccer', link: '/300 - 400/super-liquid-soccer_new.html' },
{ name: 'super mario 64', link: '/300 - 400/super-mario-64_new.html' },
{ name: 'super mario bros', link: '/300 - 400/super-mario-bros_new.html' },
{ name: 'super racing gt drag pro', link: '/300 - 400/super-racing-gt-drag-pro_new.html' },
{ name: 'super santa kicker', link: '/300 - 400/super-santa-kicker_new.html' },
{ name: 'super star car', link: '/300 - 400/super-star-car_new.html' },
{ name: 'super tunnel rush', link: '/300 - 400/super-tunnel-rush_new.html' },
{ name: 'superbattle 2', link: '/300 - 400/superbattle-2_new.html' },
{ name: 'superbike hero', link: '/300 - 400/superbike-hero_new.html' },
{ name: 'survivor in rainbow monster', link: '/300 - 400/survivor-in-rainbow-monster_new.html' },
{ name: 'swatforce vs terrorists', link: '/300 - 400/swatforce-vs-terrorists_new.html' },
{ name: 'swingo', link: '/300 - 400/swingo_new.html' },
{ name: 'tag', link: '/300 - 400/tag_new.html' },
{ name: 'tank trouble 2', link: '/300 - 400/tank-trouble-2_new.html' },
{ name: 'tanuki sunset', link: '/300 - 400/tanuki-sunset_new.html' },
{ name: 'temple of boom', link: '/300 - 400/temple-of-boom_new.html' },
{ name: 'temple run 2', link: '/300 - 400/temple-run-2_new.html' },
{ name: 'tennis masters', link: '/300 - 400/tennis-masters_new.html' },
{ name: 'terris', link: '/300 - 400/terris_new.html' },
{ name: 'tetris flash', link: '/300 - 400/tetris-flash_new.html' },
{ name: 'the impossible quiz', link: '/300 - 400/the-impossible-quiz_new.html' },
{ name: 'the little giant', link: '/300 - 400/the-little-giant_new.html' },
{ name: 'the spear stickman', link: '/300 - 400/the-spear-stickman_new.html' },
{ name: 'there is no game', link: '/300 - 400/there-is-no-game_new.html' },
{ name: 'three goblets', link: '/300 - 400/three-goblets_new.html' },
{ name: 'thumb fighter christmas', link: '/300 - 400/thumb-fighter-christmas_new.html' },
{ name: 'thumb fighter', link: '/300 - 400/thumb-fighter_new.html' },
{ name: 'tictactoe', link: '/300 - 400/tictactoe_new.html' },
{ name: 'tiger simulator 3d', link: '/300 - 400/tiger-simulator-3d_new.html' },
{ name: 'tiny fishing', link: '/300 - 400/tiny-fishing_new.html' },
{ name: 'tinytownracing', link: '/300 - 400/tinytownracing_new.html' },
{ name: 'tomb of the mask color', link: '/300 - 400/tomb-of-the-mask-color_new.html' },
{ name: 'tomb of the mask', link: '/300 - 400/tomb-of-the-mask_new.html' },
{ name: 'toon off', link: '/300 - 400/toon-off_new.html' },
{ name: 'top speed 3d', link: '/300 - 400/top-speed-3d_new.html' },
{ name: 'top speed racing 3d', link: '/300 - 400/top-speed-racing-3d_new.html' },
{ name: 'tower of destiny', link: '/300 - 400/tower-of-destiny_new.html' },
{ name: 'traffic mania', link: '/300 - 400/traffic-mania_new.html' },
{ name: 'traffic rider', link: '/300 - 400/traffic-rider_new.html' },
{ name: 'tricks', link: '/400 - 429/tricks_new.html' },
{ name: 'truck traffic', link: '/400 - 429/truck-traffic_new.html' },
{ name: 'tube jumpers', link: '/400 - 429/tube-jumpers_new.html' },
{ name: 'tunnel rush', link: '/400 - 429/tunnel-rush_new.html' },
{ name: 'turbo moto racer', link: '/400 - 429/turbo-moto-racer_new.html' },
{ name: 'two ball 3d dark', link: '/400 - 429/two-ball-3d-dark_new.html' },
{ name: 'two neon boxes', link: '/400 - 429/two-neon-boxes_new.html' },
{ name: 'ultimate car driving', link: '/400 - 429/ultimate-car-driving_new.html' },
{ name: 'unicycle hero', link: '/400 - 429/unicycle-hero_new.html' },
{ name: 'vex 4', link: '/400 - 429/vex-4_new.html' },
{ name: 'vex 5', link: '/400 - 429/vex-5_new.html' },
{ name: 'vex 6', link: '/400 - 429/vex-6_new.html' },
{ name: 'vex 7', link: '/400 - 429/vex-7_new.html' },
{ name: 'volley random', link: '/400 - 429/volley-random_new.html' },
{ name: 'volleyball challenge', link: '/400 - 429/volleyball-challenge_new.html' },
{ name: 'water color sort', link: '/400 - 429/water-color-sort_new.html' },
{ name: 'we become what we behold', link: '/400 - 429/we-become-what-we-behold_new.html' },
{ name: 'where is my cat', link: '/400 - 429/where-is-my-cat_new.html' },
{ name: 'who is', link: '/400 - 429/who-is_new.html' },
{ name: 'wizard mike', link: '/400 - 429/wizard-mike_new.html' },
{ name: 'wood blocks 3d', link: '/400 - 429/wood-blocks-3d_new.html' },
{ name: 'word city crossed', link: '/400 - 429/word-city-crossed_new.html' },
{ name: 'word city uncrossed', link: '/400 - 429/word-city-uncrossed_new.html' },
{ name: 'wordle unlimited', link: '/400 - 429/wordle-unlimited_new.html' },
{ name: 'words search classic edition', link: '/400 - 429/words-search-classic-edition_new.html' },
{ name: 'worlds hardest game 2', link: '/400 - 429/worlds-hardest-game-2_new.html' },
{ name: 'worlds hardest game 3', link: '/400 - 429/worlds-hardest-game-3_new.html' },
{ name: 'wrassling', link: '/400 - 429/wrassling_new.html' },
{ name: 'zombie derby pixel survival', link: '/400 - 429/zombie-derby-pixel-survival_new.html' },
{ name: 'snake', link: '/faveret/snake.html' },
{ name: 'snowball io', link: '/faveret/Snowball_io.html' },
{ name: 'time shooter 3 SWAT', link: '/faveret/Time_Shooter_3_SWAT.html' },
{ name: '18-wheeler-cargo-simulator-2', link: '/game/18-wheeler-cargo-simulator-2_new.html' },
{ name: '18-wheeler-cargo-simulator', link: '/game/18-wheeler-cargo-simulator_new.html' },
{ name: '18-wheeler-truck-parking-2', link: '/game/18-wheeler-truck-parking-2_new.html' },
{ name: '18-wheeler-truck-parking', link: '/game/18-wheeler-truck-parking_new.html' },
{ name: '3d-arena-racing', link: '/game/3d-arena-racing_new.html' },
{ name: 'agent-walker-vs-skibidi-toilets', link: '/game/agent-walker-vs-skibidi-toilets_new.html' },
{ name: 'airport-clash-3d', link: '/game/airport-clash-3d_new.html' },
{ name: 'american-football-challenge', link: '/game/american-football-challenge_new.html' },
{ name: 'american-football-kick', link: '/game/american-football-kick_new.html' },
{ name: 'angry-gran-run', link: '/game/angry-gran-run_new.html' },
{ name: 'apple-shooter-1', link: '/game/apple-shooter-1_new.html' },
{ name: 'arcane-archer', link: '/game/arcane-archer_new.html' },
{ name: 'bad-ice-cream-2', link: '/game/bad-ice-cream-2_new.html' },
{ name: 'bad-ice-cream-3', link: '/game/bad-ice-cream-3_new.html' },
{ name: 'bad-ice-cream', link: '/game/bad-ice-cream_new.html' },
{ name: 'ball-rush', link: '/game/ball-rush_new.html' },
{ name: 'balls-avoid', link: '/game/balls-avoid_new.html' },
{ name: 'balls-race', link: '/game/balls-race_new.html' },
{ name: 'basket-ball', link: '/game/basket-ball_new.html' },
{ name: 'basket-slam-dunk-2', link: '/game/basket-slam-dunk-2_new.html' },
{ name: 'basketball-serial-shooter', link: '/game/basketball-serial-shooter_new.html' },
{ name: 'basketball-slam-dunk', link: '/game/basketball-slam-dunk_new.html' },
{ name: 'battle-forces', link: '/game/battle-forces_new.html' },
{ name: 'battle-royale-noob-vs-pro', link: '/game/battle-royale-noob-vs-pro_new.html' },
{ name: 'bitlife-life-simulator', link: '/game/bitlife-life-simulator_new.html' },
{ name: 'block-toggle', link: '/game/block-toggle_new.html' },
{ name: 'blockpost', link: '/game/blockpost_new.html' },
{ name: 'blumgi-bloom', link: '/game/blumgi-bloom_new.html' },
{ name: 'blumgi-dragon', link: '/game/blumgi-dragon_new.html' },
{ name: 'boat-drift', link: '/game/boat-drift_new.html' },
{ name: 'bob-the-robber-2', link: '/game/bob-the-robber-2_new.html' },
{ name: 'bob-the-robber-3', link: '/game/bob-the-robber-3_new.html' },
{ name: 'bob-the-robber-4-season-2-russia', link: '/game/bob-the-robber-4-season-2-russia_new.html' },
{ name: 'bob-the-robber-4-season-3-japan', link: '/game/bob-the-robber-4-season-3-japan_new.html' },
{ name: 'bob-the-robber-5-temple-adventure', link: '/game/bob-the-robber-5-temple-adventure_new.html' },
{ name: 'bob-the-robber', link: '/game/bob-the-robber_new.html' },
{ name: 'bobblehead-soccer', link: '/game/bobblehead-soccer_new.html' },
{ name: 'bomb-it-2', link: '/game/bomb-it-2_new.html' },
{ name: 'bomb-it-3', link: '/game/bomb-it-3_new.html' },
{ name: 'bomb-it-4', link: '/game/bomb-it-4_new.html' },
{ name: 'bomb-it-5', link: '/game/bomb-it-5_new.html' },
{ name: 'bomb-it-6', link: '/game/bomb-it-6_new.html' },
{ name: 'bomb-it-8', link: '/game/bomb-it-8_new.html' },
{ name: 'bomb-it', link: '/game/bomb-it_new.html' },
{ name: 'boxrob', link: '/game/boxrob_new.html' },
{ name: 'boxrob2', link: '/game/boxrob2_new.html' },
{ name: 'boxrob3', link: '/game/boxrob3_new.html' },
{ name: 'burnout-drift-hilltop', link: '/game/burnout-drift-hilltop_new.html' },
{ name: 'cannon-basketball-2', link: '/game/cannon-basketball-2_new.html' },
{ name: 'cannon-basketball-3', link: '/game/cannon-basketball-3_new.html' },
{ name: 'cannon-basketball-4', link: '/game/cannon-basketball-4_new.html' },
{ name: 'cannon-basketball', link: '/game/cannon-basketball_new.html' },
{ name: 'cannon-blast', link: '/game/cannon-blast_new.html' },
{ name: 'capybara-clicker-2', link: '/game/capybara-clicker-2_new.html' },
{ name: 'car-drift-racers-2', link: '/game/car-drift-racers-2_new.html' },
{ name: 'car-simulator-arena', link: '/game/car-simulator-arena_new.html' },
{ name: 'cartoon-mini-racing', link: '/game/cartoon-mini-racing_new.html' },
{ name: 'crazy-bikes', link: '/game/crazy-bikes_new.html' },
{ name: 'crazy-intersection', link: '/game/crazy-intersection_new.html' },
{ name: 'crazy-runner-in-city', link: '/game/crazy-runner-in-city_new.html' },
{ name: 'cricket-fielder-challenge-game', link: '/game/cricket-fielder-challenge-game_new.html' },
{ name: 'crossbar-challenge', link: '/game/crossbar-challenge_new.html' },
{ name: 'cubes-2048-io', link: '/game/cubes-2048-io_new.html' },
{ name: 'curvy-road', link: '/game/curvy-road_new.html' },
{ name: 'death-chase-3', link: '/game/death-chase-3_new.html' },
{ name: 'desert-car-racing-1', link: '/game/desert-car-racing-1_new.html' },
{ name: 'dodgeball', link: '/game/dodgeball_new.html' },
{ name: 'draw-and-save-stickman', link: '/game/draw-and-save-stickman_new.html' },
{ name: 'draw-crash-race', link: '/game/draw-crash-race_new.html' },
{ name: 'dream-life', link: '/game/dream-life_new.html' },
{ name: 'drift-3', link: '/game/drift-3_new.html' },
{ name: 'drift-dudes', link: '/game/drift-dudes_new.html' },
{ name: 'drift-f1', link: '/game/drift-f1_new.html' },
{ name: 'drift-io', link: '/game/drift-io_new.html' },
{ name: 'drop-the-number', link: '/game/drop-the-number_new.html' },
{ name: 'drunken-boxing-2', link: '/game/drunken-boxing-2_new.html' },
{ name: 'drunken-boxing', link: '/game/drunken-boxing_new.html' },
{ name: 'dune-surfer', link: '/game/dune-surfer_new.html' },
{ name: 'eagle-ride', link: '/game/eagle-ride_new.html' },
{ name: 'earn-to-die-2', link: '/game/earn-to-die-2_new.html' },
{ name: 'endless-truck', link: '/game/endless-truck_new.html' },
{ name: 'escape-run', link: '/game/escape-run_new.html' },
{ name: 'extreme-off-road-cars', link: '/game/extreme-off-road-cars_new.html' },
{ name: 'extremeoffroadcars2', link: '/game/extremeoffroadcars2_new.html' },
{ name: 'fall-red-stickman', link: '/game/fall-red-stickman_new.html' },
{ name: 'farmclash3d', link: '/game/farmclash3d_new.html' },
{ name: 'fastlane-frenzy', link: '/game/fastlane-frenzy_new.html' },
{ name: 'fireboy-and-watergirl-1', link: '/game/fireboy-and-watergirl-1_new.html' },
{ name: 'fireboy-water-2', link: '/game/fireboy-water-2_new.html' },
{ name: 'fireboy-water-3', link: '/game/fireboy-water-3_new.html' },
{ name: 'fireboy-water-4', link: '/game/fireboy-water-4_new.html' },
{ name: 'fireboy-water-5', link: '/game/fireboy-water-5_new.html' },
{ name: 'fireboy-water-6', link: '/game/fireboy-water-6_new.html' },
{ name: 'fish-eat-fish', link: '/game/fish-eat-fish_new.html' },
{ name: 'fish-eat', link: '/game/fish-eat_new.html' },
{ name: 'fiveheads-soccer', link: '/game/fiveheads-soccer_new.html' },
{ name: 'flappybird', link: '/game/flappybird_new.html' },
{ name: 'flip-bros', link: '/game/flip-bros_new.html' },
{ name: 'fly-car-stunt-2', link: '/game/fly-car-stunt-2_new.html' },
{ name: 'fly-car-stunt-3', link: '/game/fly-car-stunt-3_new.html' },
{ name: 'fly-car-stunt-4', link: '/game/fly-car-stunt-4_new.html' },
{ name: 'fly-car-stunt', link: '/game/fly-car-stunt_new.html' },
{ name: 'flying-cars-era', link: '/game/flying-cars-era_new.html' },
{ name: 'flying-way-duo-race', link: '/game/flying-way-duo-race_new.html' },
{ name: 'fnaf-shooter', link: '/game/fnaf-shooter_new.html' },
{ name: 'food-empire-inc', link: '/game/food-empire-inc_new.html' },
{ name: 'football-killer', link: '/game/football-killer_new.html' },
{ name: 'football-penalty-champions', link: '/game/football-penalty-champions_new.html' },
{ name: 'football-run', link: '/game/football-run_new.html' },
{ name: 'football-stars', link: '/game/football-stars_new.html' },
{ name: 'fortride-open-world', link: '/game/fortride-open-world_new.html' },
{ name: 'fps-assault-shooter', link: '/game/fps-assault-shooter_new.html' },
{ name: 'funny-battle-simulator-2', link: '/game/funny-battle-simulator-2_new.html' },
{ name: 'funny-battle-simulator', link: '/game/funny-battle-simulator_new.html' },
{ name: 'funny-mad-racing', link: '/game/funny-mad-racing_new.html' },
{ name: 'funny-shooter', link: '/game/funny-shooter_new.html' },
{ name: 'g-switch-4', link: '/game/g-switch-4_new.html' },
{ name: 'geometry-dash-mr-dubstep', link: '/game/geometry-dash-mr-dubstep_new.html' },
{ name: 'geometry-neon-dash-rainbow', link: '/game/geometry-neon-dash-rainbow_new.html' },
{ name: 'geometry-neon-dash-world-two', link: '/game/geometry-neon-dash-world-two_new.html' },
{ name: 'goalkeeperchallenge', link: '/game/goalkeeperchallenge_new.html' },
{ name: 'gobattle', link: '/game/gobattle_new.html' },
{ name: 'gp-moto-racing', link: '/game/gp-moto-racing_new.html' },
{ name: 'gswitch-2', link: '/game/gswitch-2_new.html' },
{ name: 'gswitch', link: '/game/gswitch_new.html' },
{ name: 'gun-fu-stickman-2', link: '/game/gun-fu-stickman-2_new.html' },
{ name: 'gunblood', link: '/game/gunblood_new.html' },
{ name: 'halloween-lonely-road-racing', link: '/game/halloween-lonely-road-racing_new.html' },
{ name: 'halloween-skeleton-smash', link: '/game/halloween-skeleton-smash_new.html' },
{ name: 'hard-life', link: '/game/hard-life_new.html' },
{ name: 'head-soccer-2-player', link: '/game/head-soccer-2-player_new.html' },
{ name: 'heads-arena-euro-soccer', link: '/game/heads-arena-euro-soccer_new.html' },
{ name: 'heads-mayhem', link: '/game/heads-mayhem_new.html' },
{ name: 'healing-rush', link: '/game/healing-rush_new.html' },
{ name: 'helix-jump-advanced', link: '/game/helix-jump-advanced_new.html' },
{ name: 'help-the-hero-1', link: '/game/help-the-hero-1_new.html' },
{ name: 'hero-2-super-kick', link: '/game/hero-2-super-kick_new.html' },
{ name: 'hero-3-flying-robot', link: '/game/hero-3-flying-robot_new.html' },
{ name: 'hero-5-katana-slice', link: '/game/hero-5-katana-slice_new.html' },
{ name: 'hero-telekinesis', link: '/game/hero-telekinesis_new.html' },
{ name: 'heroball-adventures', link: '/game/heroball-adventures_new.html' },
{ name: 'hide-and-smash', link: '/game/hide-and-smash_new.html' },
{ name: 'highway-bike-simulator', link: '/game/highway-bike-simulator_new.html' },
{ name: 'hillclimb-racer', link: '/game/hillclimb-racer_new.html' },
{ name: 'hockey-shootout', link: '/game/hockey-shootout_new.html' },
{ name: 'horde-killer-you-vs-100', link: '/game/horde-killer-you-vs-100_new.html' },
{ name: 'huggy-wuggy-shooter', link: '/game/huggy-wuggy-shooter_new.html' },
{ name: 'interstellar-run', link: '/game/interstellar-run_new.html' },
{ name: 'johnny-revenge', link: '/game/johnny-revenge_new.html' },
{ name: 'jump-monster', link: '/game/jump-monster_new.html' },
{ name: 'jump-up-3d-basketball-game', link: '/game/jump-up-3d-basketball-game_new.html' },
{ name: 'jungle-friends', link: '/game/jungle-friends_new.html' },
{ name: 'killer-assassin', link: '/game/killer-assassin_new.html' },
{ name: 'kong-climb', link: '/game/kong-climb_new.html' },
{ name: 'level-devil', link: '/game/level-devil_new.html' },
{ name: 'lows-adventures-1', link: '/game/lows-adventures-1_new.html' },
{ name: 'lows-adventures-2', link: '/game/lows-adventures-2_new.html' },
{ name: 'lows-adventures-3', link: '/game/lows-adventures-3_new.html' },
{ name: 'meow-meow-life', link: '/game/meow-meow-life_new.html' },
{ name: 'merge-arena', link: '/game/merge-arena_new.html' },
{ name: 'miami-crime-simulator-3d', link: '/game/miami-crime-simulator-3d_new.html' },
{ name: 'military-shooter-training', link: '/game/military-shooter-training_new.html' },
{ name: 'mini-train', link: '/game/mini-train_new.html' },
{ name: 'moonclash3d', link: '/game/moonclash3d_new.html' },
{ name: 'mr-bullet-2-online', link: '/game/mr-bullet-2-online_new.html' },
{ name: 'mr-bullet-3d', link: '/game/mr-bullet-3d_new.html' },
{ name: 'neon-biker', link: '/game/neon-biker_new.html' },
{ name: 'neon-hill-rider', link: '/game/neon-hill-rider_new.html' },
{ name: 'neon-tile-rush', link: '/game/neon-tile-rush_new.html' },
{ name: 'night-offroad-cargo', link: '/game/night-offroad-cargo_new.html' },
{ name: 'ninja-clash-heroes', link: '/game/ninja-clash-heroes_new.html' },
{ name: 'ninja-hands-2', link: '/game/ninja-hands-2_new.html' },
{ name: 'ninja-hands', link: '/game/ninja-hands_new.html' },
{ name: 'noob-vs-pro-vs-stickman-jailbreak', link: '/game/noob-vs-pro-vs-stickman-jailbreak_new.html' },
{ name: 'obby-flip', link: '/game/obby-flip_new.html' },
{ name: 'obby-parkour-ultimate', link: '/game/obby-parkour-ultimate_new.html' },
{ name: 'offroad-forest-racing', link: '/game/offroad-forest-racing_new.html' },
{ name: 'only-up-3d-parkour-go-ascend', link: '/game/only-up-3d-parkour-go-ascend_new.html' },
{ name: 'ovo-dimensions', link: '/game/ovo-dimensions_new.html' },
{ name: 'paint-pop-3d-2', link: '/game/paint-pop-3d-2_new.html' },
{ name: 'papas-freezeria', link: '/game/papas-freezeria_new.html' },
{ name: 'papas-hotdoggeria', link: '/game/papas-hotdoggeria_new.html' },
{ name: 'papas-wingeria', link: '/game/papas-wingeria_new.html' },
{ name: 'parkour-climb-and-jump', link: '/game/parkour-climb-and-jump_new.html' },
{ name: 'parkour-jump', link: '/game/parkour-jump_new.html' },
{ name: 'parkour-rooftop', link: '/game/parkour-rooftop_new.html' },
{ name: 'penalty-challenge-multiplayer', link: '/game/penalty-challenge-multiplayer_new.html' },
{ name: 'penalty-challenge', link: '/game/penalty-challenge_new.html' },
{ name: 'penalty-kick-wiz', link: '/game/penalty-kick-wiz_new.html' },
{ name: 'penalty-shooters', link: '/game/penalty-shooters_new.html' },
{ name: 'penalty-shootout-euro-cup-2016', link: '/game/penalty-shootout-euro-cup-2016_new.html' },
{ name: 'pill-soccer', link: '/game/pill-soccer_new.html' },
{ name: 'pixel-shooter', link: '/game/pixel-shooter_new.html' },
{ name: 'pixel-smash-duel', link: '/game/pixel-smash-duel_new.html' },
{ name: 'police-endless-car', link: '/game/police-endless-car_new.html' },
{ name: 'protect-my-dog', link: '/game/protect-my-dog_new.html' },
{ name: 'quick-gun', link: '/game/quick-gun_new.html' },
{ name: 'raft-life', link: '/game/raft-life_new.html' },
{ name: 'ragdoll-archers', link: '/game/ragdoll-archers_new.html' },
{ name: 'rally-point-2', link: '/game/rally-point-2_new.html' },
{ name: 'rally-point-3', link: '/game/rally-point-3_new.html' },
{ name: 'rally-point-4', link: '/game/rally-point-4_new.html' },
{ name: 'rally-point', link: '/game/rally-point_new.html' },
{ name: 'rebels-clash', link: '/game/rebels-clash_new.html' },
{ name: 'red-and-blue-stickman-2', link: '/game/red-and-blue-stickman-2_new.html' },
{ name: 'red-ball-bounce', link: '/game/red-ball-bounce_new.html' },
{ name: 'retro-bowl-college', link: '/game/retro-bowl-college_new.html' },
{ name: 'retro-highway', link: '/game/retro-highway_new.html' },
{ name: 'rider-2', link: '/game/rider-2_new.html' },
{ name: 'road-madness', link: '/game/road-madness_new.html' },
{ name: 'rocketclash3d', link: '/game/rocketclash3d_new.html' },
{ name: 'roller-ball-6-bounce-ball-6', link: '/game/roller-ball-6-bounce-ball-6_new.html' },
{ name: 'rolling-ball-3d', link: '/game/rolling-ball-3d_new.html' },
{ name: 'rope-slash-online', link: '/game/rope-slash-online_new.html' },
{ name: 'round-hit-3d', link: '/game/round-hit-3d_new.html' },
{ name: 'run-3', link: '/game/run-3_new.html' },
{ name: 'saloon-robbery', link: '/game/saloon-robbery_new.html' },
{ name: 'santa-run-2', link: '/game/santa-run-2_new.html' },
{ name: 'skibidi-dash', link: '/game/skibidi-dash_new.html' },
{ name: 'skibidi-toilet-attack', link: '/game/skibidi-toilet-attack_new.html' },
{ name: 'skibidi-toilet-rampage', link: '/game/skibidi-toilet-rampage_new.html' },
{ name: 'slice-master', link: '/game/slice-master_new.html' },
{ name: 'slime-hunter', link: '/game/slime-hunter_new.html' },
{ name: 'sling-drift', link: '/game/sling-drift_new.html' },
{ name: 'sling-world-cup', link: '/game/sling-world-cup_new.html' },
{ name: 'slope-ball', link: '/game/slope-ball_new.html' },
{ name: 'slope-run', link: '/game/slope-run_new.html' },
{ name: 'slope-tunnel', link: '/game/slope-tunnel_new.html' },
{ name: 'slopey', link: '/game/slopey_new.html' },
{ name: 'snail-bob-1-html5', link: '/game/snail-bob-1-html5_new.html' },
{ name: 'snail-bob-2-html5', link: '/game/snail-bob-2-html5_new.html' },
{ name: 'snail-bob-3', link: '/game/snail-bob-3_new.html' },
{ name: 'snail-bob-4', link: '/game/snail-bob-4_new.html' },
{ name: 'snail-bob-5', link: '/game/snail-bob-5_new.html' },
{ name: 'snail-bob-6', link: '/game/snail-bob-6_new.html' },
{ name: 'snail-bob-7', link: '/game/snail-bob-7_new.html' },
{ name: 'snail-bob-8', link: '/game/snail-bob-8_new.html' },
{ name: 'snake-is-mlg-edition', link: '/game/snake-is-mlg-edition_new.html' },
{ name: 'snake-vs-worms', link: '/game/snake-vs-worms_new.html' },
{ name: 'sniper-shot-bullet-time', link: '/game/sniper-shot-bullet-time_new.html' },
{ name: 'sniperclash3d', link: '/game/sniperclash3d_new.html' },
{ name: 'soccer-free-kick', link: '/game/soccer-free-kick_new.html' },
{ name: 'soccer-legends', link: '/game/soccer-legends_new.html' },
{ name: 'spider-swing-manhattan', link: '/game/spider-swing-manhattan_new.html' },
{ name: 'sports-bike-racing', link: '/game/sports-bike-racing_new.html' },
{ name: 'squid-battle-simulator', link: '/game/squid-battle-simulator_new.html' },
{ name: 'squid-shooter', link: '/game/squid-shooter_new.html' },
{ name: 'stick-hero', link: '/game/stick-hero_new.html' },
{ name: 'stickman-archer-2', link: '/game/stickman-archer-2_new.html' },
{ name: 'stickman-archer-3', link: '/game/stickman-archer-3_new.html' },
{ name: 'stickman-army-the-defenders', link: '/game/stickman-army-the-defenders_new.html' },
{ name: 'stickman-climb', link: '/game/stickman-climb_new.html' },
{ name: 'stickman-crazy-box', link: '/game/stickman-crazy-box_new.html' },
{ name: 'stickman-dragon-fight', link: '/game/stickman-dragon-fight_new.html' },
{ name: 'stickman-escape', link: '/game/stickman-escape_new.html' },
{ name: 'stickman-fighter-epic-battle', link: '/game/stickman-fighter-epic-battle_new.html' },
{ name: 'stickman-go', link: '/game/stickman-go_new.html' },
{ name: 'stickman-parkour-2-lucky-block', link: '/game/stickman-parkour-2-lucky-block_new.html' },
{ name: 'stickman-parkour-skyland', link: '/game/stickman-parkour-skyland_new.html' },
{ name: 'stickman-parkour', link: '/game/stickman-parkour_new.html' },
{ name: 'stickman-planks-fall', link: '/game/stickman-planks-fall_new.html' },
{ name: 'stickman-war', link: '/game/stickman-war_new.html' },
{ name: 'stickmanhook', link: '/game/stickmanhook_new.html' },
{ name: 'stickmerge', link: '/game/stickmerge_new.html' },
{ name: 'street-basketball-1', link: '/game/street-basketball-1_new.html' },
{ name: 'street-dribble', link: '/game/street-dribble_new.html' },
{ name: 'subway-clash-3d', link: '/game/subway-clash-3d_new.html' },
{ name: 'subway-surfers-bali', link: '/game/subway-surfers-bali_new.html' },
{ name: 'subway-surfers-havana', link: '/game/subway-surfers-havana_new.html' },
{ name: 'subway-surfers-hongkong', link: '/game/subway-surfers-hongkong_new.html' },
{ name: 'subway-surfers-mumbai', link: '/game/subway-surfers-mumbai_new.html' },
{ name: 'subway-surfers-new-orleans', link: '/game/subway-surfers-new-orleans_new.html' },
{ name: 'subway-surfers-nyc', link: '/game/subway-surfers-nyc_new.html' },
{ name: 'subway-surfers-singapore', link: '/game/subway-surfers-singapore_new.html' },
{ name: 'subway-surfers-venice', link: '/game/subway-surfers-venice_new.html' },
{ name: 'subway-surfers-winter-holiday', link: '/game/subway-surfers-winter-holiday_new.html' },
{ name: 'super-soccer-noggins-xmas-edition', link: '/game/super-soccer-noggins-xmas-edition_new.html' },
{ name: 'sushi-party-io', link: '/game/sushi-party-io_new.html' },
{ name: 'tanko-io', link: '/game/tanko-io_new.html' },
{ name: 'temple-run-2-frozen-shadows', link: '/game/temple-run-2-frozen-shadows_new.html' },
{ name: 'temple-run-2-holi-festival', link: '/game/temple-run-2-holi-festival_new.html' },
{ name: 'temple-run-2-jungle-fall', link: '/game/temple-run-2-jungle-fall_new.html' },
{ name: 'tiles-hop-3d', link: '/game/tiles-hop-3d_new.html' },
{ name: 'time-shooter-2', link: '/game/time-shooter-2_new.html' },
{ name: 'time-shooter-3-swat', link: '/game/time-shooter-3-swat_new.html' },
{ name: 'time-shooter', link: '/game/time-shooter_new.html' },
{ name: 'tiny-cars', link: '/game/tiny-cars_new.html' },
{ name: 'tomb-of-the-mark-2', link: '/game/tomb-of-the-mark-2_new.html' },
{ name: 'tomb-of-the-mask-neon', link: '/game/tomb-of-the-mask-neon_new.html' },
{ name: 'traffic-tour', link: '/game/traffic-tour_new.html' },
{ name: 'tug-the-table', link: '/game/tug-the-table_new.html' },
{ name: 'tunnel-rush-2', link: '/game/tunnel-rush-2_new.html' },
{ name: 'two-ball-3d', link: '/game/two-ball-3d_new.html' },
{ name: 'two-tubes-3d', link: '/game/two-tubes-3d_new.html' },
{ name: 'two-tunnel-3d', link: '/game/two-tunnel-3d_new.html' },
{ name: 'ultimate-car-arena', link: '/game/ultimate-car-arena_new.html' },
{ name: 'ultimate-offroad-cars-2', link: '/game/ultimate-offroad-cars-2_new.html' },
{ name: 'up-hill-racing-2', link: '/game/up-hill-racing-2_new.html' },
{ name: 'vector-rush', link: '/game/vector-rush_new.html' },
{ name: 'vegasclash3d', link: '/game/vegasclash3d_new.html' },
{ name: 'vex-3-xmas', link: '/game/vex-3-xmas_new.html' },
{ name: 'vex-8', link: '/game/vex-8_new.html' },
{ name: 'vex-challenges', link: '/game/vex-challenges_new.html' },
{ name: 'vex3', link: '/game/vex3_new.html' },
{ name: 'vex4', link: '/game/vex4_new.html' },
{ name: 'vex5', link: '/game/vex5_new.html' },
{ name: 'vex6', link: '/game/vex6_new.html' },
{ name: 'vex7', link: '/game/vex7_new.html' },
{ name: 'watermelon-drop', link: '/game/watermelon-drop_new.html' },
{ name: 'wheely-2', link: '/game/wheely-2_new.html' },
{ name: 'wheely-3', link: '/game/wheely-3_new.html' },
{ name: 'wheely-4', link: '/game/wheely-4_new.html' },
{ name: 'wheely-5', link: '/game/wheely-5_new.html' },
{ name: 'wheely-6', link: '/game/wheely-6_new.html' },
{ name: 'wheely-7', link: '/game/wheely-7_new.html' },
{ name: 'wheely-8-1', link: '/game/wheely-8-1_new.html' },
{ name: 'winding-road', link: '/game/winding-road_new.html' },
{ name: 'winter-clash-3d', link: '/game/winter-clash-3d_new.html' },
{ name: 'xmas-rooftop-battles', link: '/game/xmas-rooftop-battles_new.html' },
{ name: 'yohoho-io', link: '/game/yohoho-io_new.html' },
{ name: 'you-vs-100-skibidi-toilets', link: '/game/you-vs-100-skibidi-toilets_new.html' },
{ name: 'zik-zak', link: '/game/zik-zak_new.html' },
{ name: 'zombieclash3d', link: '/game/zombieclash3d_new.html' },
{ name: 'zombies-shooter-part-2', link: '/game/zombies-shooter-part-2_new.html' }
];
}
</script>
</body>
</html>