-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5645.html
658 lines (438 loc) · 101 KB
/
5645.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
body {font: 14px GillSansRegular, "Gill Sans MT", "Gill Sans", "Trebuchet MS", sans-serif; width: 1500px; background: white}
.canvas {position: relative}
.genre {padding: 0px 2px; position: absolute; white-space: nowrap; cursor: pointer;}
.genre:hover {color: black !important}
.genre[played]:before {content: "\266B" !important; color: black !important}
#mirror .genre:hover {color: white !important}
#mirror .genre[played]:before {content: "\266B" !important; color: white !important}
#mirror .current.genre[played]:before {color: gray !important}
.genrelink {padding: 0px 2px; position: absolute; white-space: nowrap;}
#mirror .genre[played] {color: #E6ADB7 !important}
.title {float: left; font-weight: bold; font-size: 200%; margin-right: 32px; color: black}
.title a {color: black}
.showsong {position: absolute; left: 300px}
form {display: inline; white-space: nowrap;}
a, .related a {text-decoration: none; color: teal}
a:hover, .fakelink:hover {color: FireBrick !important}
.fakelink, .togglecontrols {cursor: pointer; color: teal}
.genre.current {font-weight: bold; padding: 1px 2px; background: whitesmoke; border-color: black; border-style: solid;
border-width: 1px 1px 1px 8px; z-index: 1000}
.genre.current .navlink {background: whitesmoke}
.navlink {display: none; color: FireBrick; background: white; padding: 0px 2px}
#mirror .navlink {background: inherit}
.navlink:hover {color: white !important; background: black !important}
#mirror .navlink:hover {color: black !important; background: white !important}
.genre.current .navlink, .genre:hover .navlink, .genrelink:hover .navlink {display: inline; z-index: 10000}
.genrelink:hover .navlink {color: black}
.related {color: gray; margin-top: 32px; width: 1400px;}
.related a {white-space: nowrap}
.sigil {color: black}
</style>
<script type="text/javascript">
var nowplaying = '';
var nowpending = '';
var gdivs = [];
var scandivs = [];
var clicknumber = 1;
var scandur = 6000;
function redraw() {
document.forms[0].submit();
}
function getpreviewurl(id) {
var http_request = new XMLHttpRequest();
url = '/spotproxy.cgi?track=' + id;
http_request.open("GET", url, false);
http_request.send(null);
tdata = JSON.parse(http_request.responseText);
if ('preview_url' in tdata) {
previewurl = tdata['preview_url'];
return previewurl;
}
return null;
}
function playx(key, genre, me) {
window.clearTimeout(nowpending);
var spotifyplayer = document.getElementById('spotifyplayer');
if (nowplaying == genre) {
spotifyplayer.pause();
highlight('');
nowplaying = '';
document.getElementById('scan').innerText = 'scan';
} else {
previewurl = me.getAttribute('preview_url')
if (!previewurl && key) {
previewurl = getpreviewurl(key);
}
if (previewurl) {
spotifyplayer.src = previewurl;
spotifyplayer.play();
me.setAttribute('played', clicknumber++);
nowplaying = genre;
highlight(genre);
}
}
}
function findPosX(obj)
{
var left = 0;
if(obj.offsetParent)
{
while(1)
{
left += obj.offsetLeft;
if(!obj.offsetParent)
break;
obj = obj.offsetParent;
}
}
else if(obj.x)
{
left += obj.x;
}
return left;
}
function findPosY(obj)
{
var top = 0;
if(obj.offsetParent)
{
while(1)
{
top += obj.offsetTop;
if(!obj.offsetParent)
break;
obj = obj.offsetParent;
}
}
else if(obj.y)
{
top += obj.y;
}
return top;
}
function playhere(me, url) {
var rp = document.getElementById('rp');
rp.style.display = 'none';
rp.firstChild.onload = function() {
rp.style.top = findPosY(me) + 20;
rleft = findPosX(me);
if (rleft + 500 > window.innerWidth) {
rleft = window.innerWidth - 500;
if (rleft < 0) {
rleft = 0;
}
}
rp.style.left = rleft;
rp.style.display = 'block';
}
rp.lastChild.src = url;
}
function highlight(which) {
if (gdivs.length == 0) {
gdivs = document.getElementsByClassName('genre');
}
for (i=0; i<gdivs.length; i++) {
thisdiv = gdivs[i];
thistext = thisdiv.firstChild.textContent;
if (thisdiv.className.indexOf('scanme') > -1) {
basename = 'genre scanme';
} else {
basename = 'genre';
}
if (which.length > 0 && which.trim() == thistext.trim().replace('"', '')) {
thisdiv.className = basename + ' current';
if(typeof thisdiv.scrollIntoViewIfNeeded == 'function') {
thisdiv.scrollIntoViewIfNeeded();
} else {
thisdiv.scrollIntoView({behavior: "smooth", block: "center", inline: "center"});
}
} else {
thisdiv.className = basename;
}
}
}
function scan(e, state) {
if (typeof(e) == 'object') {
if (e.altKey) {
scandur = 20000;
} else {
scandur = 6000;
}
}
var spotifyplayer = document.getElementById('spotifyplayer');
if (state == 'stop') {
spotifyplayer.pause();
highlight('');
window.clearTimeout(nowpending);
} else {
if (gdivs.length == 0) {
gdivs = document.getElementsByClassName('scanme');
}
scandivs = [];
for (i=0; i<gdivs.length; i++) {
thisdiv = gdivs[i];
if (thisdiv.getAttribute('scan') && !thisdiv.getAttribute('played')) {
scandivs.push(thisdiv)
}
}
picked = scandivs[Math.floor(Math.random() * scandivs.length)];
picked.onclick();
if (scandivs.length > 1) {
nowpending = window.setTimeout('scan("continue")', scandur);
} else {
nowpending = window.setTimeout('scan("stop")', scandur);
}
}
}
function togglecontrols() {
var spotifyplayer = document.getElementById('spotifyplayer');
if (spotifyplayer.style.visibility == 'hidden') {
spotifyplayer.style.visibility = 'visible';
} else {
spotifyplayer.style.visibility = 'hidden';
}
}
</script>
<title>Every Noise at Once - breakbeat</title>
</head>
<body>
<div class=title><a href="engenremap.html">Every Noise at Once</a> · breakbeat
<span class=fakelink id=scan style="color: gray; cursor: pointer" onclick="if (this.innerText == 'scan') {scan(event, 'start');this.innerHTML = 'stop';} else {scan(event, 'stop');this.innerHTML = 'scan';}">scan</span>
<a style="color: gray" href="research.cgi?mode=genre&name=breakbeat">list</a>
<a style="color: #989898" href="https://open.spotify.com/playlist/1yckyfEZtFkkq7UPXHbLwi" title="listen to The Sound of Breakbeat on Spotify">playlist</a>
<a style="color: #a6a6a6" href="https://open.spotify.com/user/particledetector/playlist/5jU8k9UsaPPgWyxFjB2f1L" title="listen to a shorter introduction to this genre">intro</a>
<a style="color: #b4b4b4" href="https://open.spotify.com/user/particledetector/playlist/39uFDwxUXi34C4CXzhyuBI" title="listen to this genre's fans' current favorites">pulse</a>
<a style="color: #c2c2c2" href="https://open.spotify.com/user/particledetector/playlist/1Bqku0n67l0svEkQWMRk8q" title="listen to this genre's fans' new discoveries">edge</a>
<a style="color: #d0d0d0" href="https://open.spotify.com/user/particledetector/playlist/0B6of99LkkG31yxy5zXCCH" title="listen to this genre's fans' favorites of 2021">2021</a>
<a style="color: #d0d0d0" href="new_releases_by_genre.cgi?genre=breakbeat®ion=US">new</a>
</div>
<div class=canvas style="width: 1557px; height: 936px; top: 64px">
<div id=item1 preview_url="" class="genre scanme" style="color: #e73e63; top: 169px; left: 534px; font-size: 100%" onclick="playx("", "Plumps DJs", this);" title="(no sample available)">Plumps DJs<a class=navlink href="spotify:artist:3hnzniCvfIuvfH8FQhhLwN" onclick="event.stopPropagation();" >»</a> </div>
<div id=item2 preview_url="https://p.scdn.co/mp3-preview/e704b3432d584cfd1ef6df8a34f54aa630be2d08" class="genre scanme" scan=true style="color: #c38f80; top: 137px; left: 1400px; font-size: 100%" onclick="playx("0vEpi6n5ruwaatpWPYwrWF", "Drumattix", this);" title="e.g. Drumattix "Heart Beat"">Drumattix<a class=navlink href="spotify:artist:7tYxwjmWdHCTJAq0TwuOJL" onclick="event.stopPropagation();" >»</a> </div>
<div id=item3 preview_url="" class="genre scanme" style="color: #e6695d; top: 745px; left: 835px; font-size: 100%" onclick="playx("", "Annie Nightingale", this);" title="(no sample available)">Annie Nightingale<a class=navlink href="spotify:artist:6r6nMYnLJusMGSZ0Kd7j4D" onclick="event.stopPropagation();" >»</a> </div>
<div id=item4 preview_url="" class="genre scanme" style="color: #e37400; top: 330px; left: 1279px; font-size: 100%" onclick="playx("", "A.Skillz & Krafty Kuts", this);" title="(no sample available)">A.Skillz & Krafty Kuts<a class=navlink href="spotify:artist:5vQt0TXwUMbdoKVYq9O6Q6" onclick="event.stopPropagation();" >»</a> </div>
<div id=item5 preview_url="https://p.scdn.co/mp3-preview/0085fe2937864b3d6db79d31563c1db12322cbd8" class="genre scanme" scan=true style="color: #eb61c9; top: 109px; left: 1289px; font-size: 100%" onclick="playx("2UZs51posC9g7n9Iz1RFRS", "Koma & Bones", this);" title="e.g. Koma & Bones "Button Monkey"">Koma & Bones<a class=navlink href="spotify:artist:5xPe2i60axWAWXC4m0hYlc" onclick="event.stopPropagation();" >»</a> </div>
<div id=item6 preview_url="https://p.scdn.co/mp3-preview/b1489cdd43e9820edad77a0ddd96a714cea7fdb3" class="genre scanme" scan=true style="color: #eb691c; top: 195px; left: 336px; font-size: 100%" onclick="playx("1J5uOKjbRbydeyB8jEBW65", "Future Funk Squad feat. Mojo", this);" title="e.g. Future Funk Squad feat. Mojo "Rat Race"">Future Funk Squad feat. Mojo<a class=navlink href="spotify:artist:47q0dD9xudQbg8naH5vDCA" onclick="event.stopPropagation();" >»</a> </div>
<div id=item7 preview_url="https://p.scdn.co/mp3-preview/cbd8ab2552040145bfb75dd96c5242f7d21569c5" class="genre scanme" scan=true style="color: #e47084; top: 308px; left: 515px; font-size: 112%" onclick="playx("29rrJBtcsOk3IjLfe5YUHI", "Roni Size", this);" title="e.g. Roni Size "Brown Paper Bag"">Roni Size<a class=navlink href="spotify:artist:5UjqeSp9dX6Nrge7WdDukr" onclick="event.stopPropagation();" >»</a> </div>
<div id=item8 preview_url="https://p.scdn.co/mp3-preview/1accea73036fbccb476748591939b9306eb5ad35" class="genre scanme" scan=true style="color: #d979d4; top: 101px; left: 1193px; font-size: 100%" onclick="playx("6AX8TYkY7nER0TGcCaSM31", "Kid Blue", this);" title="e.g. Kid Blue "Crunch"">Kid Blue<a class=navlink href="spotify:artist:6T3iwz5vsuuPQ5X0cRgzm8" onclick="event.stopPropagation();" >»</a> </div>
<div id=item9 preview_url="https://p.scdn.co/mp3-preview/781a715738892bee080f22b643d057f29498037b" class="genre scanme" scan=true style="color: #e57313; top: 248px; left: 1068px; font-size: 102%" onclick="playx("2bQKayhFQRppHbr5SBRI7n", "Lady Waks", this);" title="e.g. Lady Waks "Minimal"">Lady Waks<a class=navlink href="spotify:artist:0F1sGGOrJ0762Id0ES4KHj" onclick="event.stopPropagation();" >»</a> </div>
<div id=item10 preview_url="https://p.scdn.co/mp3-preview/59c85ec3ecbb625afdb580882c7ab0da84117abc" class="genre scanme" scan=true style="color: #c47e59; top: 289px; left: 1042px; font-size: 100%" onclick="playx("7tl3BwIQKlvRLsEOyOSwFl", "Tayo", this);" title="e.g. Tayo "Laisse les parler (Radio Edit)"">Tayo<a class=navlink href="spotify:artist:7IRmt6JpcH9rlY5VNG8S6B" onclick="event.stopPropagation();" >»</a> </div>
<div id=item11 preview_url="https://p.scdn.co/mp3-preview/aacd145859089175b0f0c23a546f048b59ae73fa" class="genre scanme" scan=true style="color: #d270c0; top: 269px; left: 771px; font-size: 100%" onclick="playx("60g8xwaOb3cjmSrmAbNpnx", "Buckfunk 3000", this);" title="e.g. Buckfunk 3000 "Jump - Snareophobe Remix"">Buckfunk 3000<a class=navlink href="spotify:artist:4xStnj2LVi3jkiO7hqN42o" onclick="event.stopPropagation();" >»</a> </div>
<div id=item12 preview_url="https://p.scdn.co/mp3-preview/459a07b79f447de1f4df5366370f8aa81eb32a14" class="genre scanme" scan=true style="color: #a996c4; top: 187px; left: 982px; font-size: 100%" onclick="playx("2YjnyCcyfLUfhweDaUa78M", "Circuit Breaker", this);" title="e.g. Circuit Breaker "Japan (2007 mix)"">Circuit Breaker<a class=navlink href="spotify:artist:4OFrkJRDcW5o5RE9U9kFph" onclick="event.stopPropagation();" >»</a> </div>
<div id=item13 preview_url="https://p.scdn.co/mp3-preview/caae1c15178db2de9179740a7c8ce62e2fe7e9fb" class="genre scanme" scan=true style="color: #d07961; top: 330px; left: 793px; font-size: 104%" onclick="playx("5mvnmlc9LaMacqOC5ZsT5t", "Freq Nasty", this);" title="e.g. Freq Nasty "Amped"">Freq Nasty<a class=navlink href="spotify:artist:5gv9zZbaJKdjKWNVwcDP2N" onclick="event.stopPropagation();" >»</a> </div>
<div id=item14 preview_url="https://p.scdn.co/mp3-preview/1e9b4466bd532bdd8114e1897e3002f30df0240d" class="genre scanme" scan=true style="color: #cd7275; top: 271px; left: 688px; font-size: 105%" onclick="playx("6PGKojwiEEt0KWEedNao1Z", "CIRRUS", this);" title="e.g. CIRRUS "Back On a Mission"">CIRRUS<a class=navlink href="spotify:artist:4li9sXjlbIAeIJ9kW5cyOV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item15 preview_url="https://p.scdn.co/mp3-preview/01b0e5f6ce1b2ffc94fbece0c87255184a8d3093" class="genre scanme" scan=true style="color: #d37772; top: 194px; left: 160px; font-size: 111%" onclick="playx("7ysM3K2TuEw8k4IlwhywWd", "Mint Royale", this);" title="e.g. Mint Royale "Blue Song"">Mint Royale<a class=navlink href="spotify:artist:69NjLU6rit8q9XEjL50BOj" onclick="event.stopPropagation();" >»</a> </div>
<div id=item16 preview_url="https://p.scdn.co/mp3-preview/b485627a07d8a059821b096e571ce810628877ce" class="genre scanme" scan=true style="color: #c57987; top: 321px; left: 547px; font-size: 100%" onclick="playx("3ONpxfsLA11MzgtoCnWKw1", "Access Denied", this);" title="e.g. Access Denied "Funk You - Original Mix"">Access Denied<a class=navlink href="spotify:artist:3uVn4VNuclbrv0g478svJi" onclick="event.stopPropagation();" >»</a> </div>
<div id=item17 preview_url="https://p.scdn.co/mp3-preview/e6f67e8f71d21b6ac21cc2abfbe86ddf705a5f32" class="genre scanme" scan=true style="color: #d57081; top: 126px; left: 1148px; font-size: 101%" onclick="playx("6hD1lARCz4NqHCmGXHYpy7", "Uberzone", this);" title="e.g. Uberzone "Vibrate"">Uberzone<a class=navlink href="spotify:artist:6HG2HjU2Q6ePNE39V71s7G" onclick="event.stopPropagation();" >»</a> </div>
<div id=item18 preview_url="https://p.scdn.co/mp3-preview/62273c9f533480bad971370a6738981c962916bd" class="genre scanme" scan=true style="color: #d383b1; top: 0px; left: 1392px; font-size: 100%" onclick="playx("4tIUEUII8wnmtWS2Qm5qc7", "Ed Solo & Skool Of Thought", this);" title="e.g. Ed Solo & Skool Of Thought "When I Was A Yout"">Ed Solo & Skool Of Thought<a class=navlink href="spotify:artist:0pHlJ4RhYvUQ8ws38A8joE" onclick="event.stopPropagation();" >»</a> </div>
<div id=item19 preview_url="https://p.scdn.co/mp3-preview/a527e3c7064c0efc23e4006b64d358f15ddbe9dd" class="genre scanme" scan=true style="color: #d47979; top: 150px; left: 1087px; font-size: 102%" onclick="playx("23hheUYnytrh7OsPokTYOC", "Keith Mackenzie", this);" title="e.g. Keith Mackenzie "Lafayette"">Keith Mackenzie<a class=navlink href="spotify:artist:4YxYTIX1cwxzLDNlaU9iQV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item20 preview_url="https://p.scdn.co/mp3-preview/d6abdeae0518cb9d3e1b16390769d39534d54934" class="genre scanme" scan=true style="color: #ba8a9d; top: 470px; left: 889px; font-size: 101%" onclick="playx("5B9NECatS8uchSAwPXa7I8", "Stereo 8", this);" title="e.g. Stereo 8 "Flipmode"">Stereo 8<a class=navlink href="spotify:artist:4RuAsII8tKHi4f0VKOhAt4" onclick="event.stopPropagation();" >»</a> </div>
<div id=item21 preview_url="https://p.scdn.co/mp3-preview/7306c1b7492b8383ad4aa7f0ee0209be3ba3e429" class="genre scanme" scan=true style="color: #b67983; top: 346px; left: 508px; font-size: 104%" onclick="playx("0u7PJNDonENtoVZm7MetQi", "Midfield General", this);" title="e.g. Midfield General "Reach Out (feat. Linda Lewis)"">Midfield General<a class=navlink href="spotify:artist:7pFRZzpdFnoC3XnilFWEOr" onclick="event.stopPropagation();" >»</a> </div>
<div id=item22 preview_url="https://p.scdn.co/mp3-preview/49f6805da85aa27275fd913383320d267db30eeb" class="genre scanme" scan=true style="color: #b28896; top: 367px; left: 672px; font-size: 100%" onclick="playx("6WTOKU10oaNL1ezQ8zSQ2d", "Earth Leakage Trip", this);" title="e.g. Earth Leakage Trip "Flying High - Original Mix"">Earth Leakage Trip<a class=navlink href="spotify:artist:3EhaL4kV6fnVHi22XOzH03" onclick="event.stopPropagation();" >»</a> </div>
<div id=item23 preview_url="https://p.scdn.co/mp3-preview/de078a7b0a407bf01ef7bd8c4da97f3c83c42994" class="genre scanme" scan=true style="color: #cf6f68; top: 257px; left: 221px; font-size: 105%" onclick="playx("3F138QuYFlzPmgPeWKEFln", "Lo Fidelity Allstars", this);" title="e.g. Lo Fidelity Allstars "Battleflag (feat. Pigeonhed)"">Lo Fidelity Allstars<a class=navlink href="spotify:artist:2YiWXa7E1raYyY0uQDLpgs" onclick="event.stopPropagation();" >»</a> </div>
<div id=item24 preview_url="https://p.scdn.co/mp3-preview/887a09b53e585f588d91e7d66a81627d2388334a" class="genre scanme" scan=true style="color: #c08076; top: 201px; left: 640px; font-size: 107%" onclick="playx("7Mk8wKsRMWsHtWAqAmIX5L", "Evil Nine", this);" title="e.g. Evil Nine "Restless"">Evil Nine<a class=navlink href="spotify:artist:4I61op5v2v1kabf5V44j0n" onclick="event.stopPropagation();" >»</a> </div>
<div id=item25 preview_url="https://p.scdn.co/mp3-preview/18fbbeea21a86bf3ab4fdca0682de40577b3c3f3" class="genre scanme" scan=true style="color: #b37e92; top: 217px; left: 1142px; font-size: 100%" onclick="playx("2tXdQ4b3v9lptp68ctViAN", "30Hz", this);" title="e.g. 30Hz "No Man's Land"">30Hz<a class=navlink href="spotify:artist:3iQcqJYAYs2sORk3w3scnv" onclick="event.stopPropagation();" >»</a> </div>
<div id=item26 preview_url="https://p.scdn.co/mp3-preview/200ad5254c256de3a86e05b68571364f77daea9d" class="genre scanme" scan=true style="color: #c07491; top: 229px; left: 1174px; font-size: 100%" onclick="playx("38E4vogBrWTx3QiJcM1Xts", "Nubreed", this);" title="e.g. Nubreed "NuFunk - deadmau5 Remix [Haley - I'm Someone Else (Acapella)]"">Nubreed<a class=navlink href="spotify:artist:4wQZKDckV0rmORxc9j7Bvl" onclick="event.stopPropagation();" >»</a> </div>
<div id=item27 preview_url="https://p.scdn.co/mp3-preview/ca29d02e7f2e8ba814465a37b40bffadad2d6374" class="genre scanme" scan=true style="color: #d37961; top: 284px; left: 684px; font-size: 101%" onclick="playx("6KyEGqSPTtfu0I1MOJOaKU", "Ctrl-Z", this);" title="e.g. Ctrl-Z "Stereo:typical - Original Mix"">Ctrl-Z<a class=navlink href="spotify:artist:25W7hEx3FrQJKpTywEOW9m" onclick="event.stopPropagation();" >»</a> </div>
<div id=item28 preview_url="https://p.scdn.co/mp3-preview/e10f1fb68b4e6e5dcc42284b5d08e448c24891ab" class="genre scanme" scan=true style="color: #bc728c; top: 343px; left: 809px; font-size: 100%" onclick="playx("7BmKelNi7cwzjW3MV1frZZ", "Jason Sparks", this);" title="e.g. Jason Sparks "Left to Live For - Raw Deal remix"">Jason Sparks<a class=navlink href="spotify:artist:6QTWqLrBPlI2ZH0YL6AZzL" onclick="event.stopPropagation();" >»</a> </div>
<div id=item29 preview_url="https://p.scdn.co/mp3-preview/d3e325741b8747cdf86ed46a83bee9237dd3f74e" class="genre scanme" scan=true style="color: #af7d5b; top: 306px; left: 780px; font-size: 100%" onclick="playx("7ELBHIHma7cesTsXuJYCKh", "Beber & Tamra", this);" title="e.g. Beber & Tamra "Travelling On"">Beber & Tamra<a class=navlink href="spotify:artist:7wwc73AIEYZdAy1dvugSdm" onclick="event.stopPropagation();" >»</a> </div>
<div id=item30 preview_url="https://p.scdn.co/mp3-preview/80dff3478811b4eba272c1b3f64a6331c9de15df" class="genre scanme" scan=true style="color: #bc6986; top: 138px; left: 1033px; font-size: 100%" onclick="playx("0do5XPhGAFY8Y8TECpzq8U", "Plaza De Funk", this);" title="e.g. Plaza De Funk "Do It"">Plaza De Funk<a class=navlink href="spotify:artist:1I2QyOmz4zKLGGtHaeEtTq" onclick="event.stopPropagation();" >»</a> </div>
<div id=item31 preview_url="https://p.scdn.co/mp3-preview/765de1a112b44c397b31bbfe8c49ccb05b1ee84d" class="genre scanme" scan=true style="color: #dc699b; top: 456px; left: 934px; font-size: 113%" onclick="playx("56jlrdCvA7Ih13L9OMcfDS", "Propellerheads", this);" title="e.g. Propellerheads "History Repeating - Knee Length Mix"">Propellerheads<a class=navlink href="spotify:artist:3Z7thZHrtFvqp8OpPffPKp" onclick="event.stopPropagation();" >»</a> </div>
<div id=item32 preview_url="https://p.scdn.co/mp3-preview/16f04ec1c18ebf31186429657f7a4dfdeb26a10c" class="genre scanme" scan=true style="color: #e57169; top: 264px; left: 988px; font-size: 103%" onclick="playx("1Np784AjTT1wlzF7VbukeV", "Huda Hudia", this);" title="e.g. Huda Hudia "Dime Dropper"">Huda Hudia<a class=navlink href="spotify:artist:4I1riHiGHL0NLBQAzAyEdp" onclick="event.stopPropagation();" >»</a> </div>
<div id=item33 preview_url="https://p.scdn.co/mp3-preview/e1c8b4d8aeeb842541e2a57d72dde503e5481699" class="genre scanme" scan=true style="color: #da783b; top: 250px; left: 1004px; font-size: 115%" onclick="playx("1mWVesRiDMgR5v7Umv1DBC", "Ed Solo", this);" title="e.g. Ed Solo "I Need A Dollar"">Ed Solo<a class=navlink href="spotify:artist:7jnJgk7LLLdpPhXrOOZXCa" onclick="event.stopPropagation();" >»</a> </div>
<div id=item34 preview_url="https://p.scdn.co/mp3-preview/0a0f7ecac56791b2cb7f1347cf6e9be99c59898f" class="genre scanme" scan=true style="color: #ca764f; top: 259px; left: 659px; font-size: 101%" onclick="playx("4xY0NM00cio9L0jSRhDEm1", "Slyde", this);" title="e.g. Slyde "Banana (Remix)"">Slyde<a class=navlink href="spotify:artist:4ULkjs12WWZOChCAYhOMtq" onclick="event.stopPropagation();" >»</a> </div>
<div id=item35 preview_url="https://p.scdn.co/mp3-preview/86b6d74f1d9f0b5b6cf7ba44b74cef833ff2e17b" class="genre scanme" scan=true style="color: #d77a57; top: 236px; left: 1074px; font-size: 102%" onclick="playx("5TX1pKEdXi9IooXjzXrmS1", "Baymont Bross", this);" title="e.g. Baymont Bross "Correct Techniques - Sekret Chadow Remix"">Baymont Bross<a class=navlink href="spotify:artist:2lNL9hHrjvlrgBDZ6Rxfjd" onclick="event.stopPropagation();" >»</a> </div>
<div id=item36 preview_url="https://p.scdn.co/mp3-preview/1084d185248b8149833968f850e29021af81a82b" class="genre scanme" scan=true style="color: #cf8893; top: 126px; left: 1234px; font-size: 104%" onclick="playx("2KJtXzALsmzzrGDjaSdjKu", "DJ Icey", this);" title="e.g. DJ Icey "Something About You"">DJ Icey<a class=navlink href="spotify:artist:6bqEoxxGlwtRXZsoAXJFzA" onclick="event.stopPropagation();" >»</a> </div>
<div id=item37 preview_url="https://p.scdn.co/mp3-preview/3b30bed8d398abe3820d99113b0fb0f9d2b4c547" class="genre scanme" scan=true style="color: #cd7794; top: 174px; left: 1078px; font-size: 100%" onclick="playx("4yF03uTGfVkXsnwMSG8sTs", "Rektchordz", this);" title="e.g. Rektchordz "Higher - Chris Gresswell Remix"">Rektchordz<a class=navlink href="spotify:artist:7fWZ3JMlt0vQF5OwJNXPCP" onclick="event.stopPropagation();" >»</a> </div>
<div id=item38 preview_url="https://p.scdn.co/mp3-preview/72412327087e9eff0ee6ba4a441a27e60aeaa400" class="genre scanme" scan=true style="color: #c86a68; top: 270px; left: 278px; font-size: 104%" onclick="playx("1Abqb6agIOK1XLPaJhWm3G", "Lunatic Calm", this);" title="e.g. Lunatic Calm "Leave You Far Behind"">Lunatic Calm<a class=navlink href="spotify:artist:4Fh6eC8hJz13eXsboxXlcX" onclick="event.stopPropagation();" >»</a> </div>
<div id=item39 preview_url="https://p.scdn.co/mp3-preview/43219d9fe0193633438cfc97c736ed1d80df833d" class="genre scanme" scan=true style="color: #ae6e2e; top: 645px; left: 339px; font-size: 101%" onclick="playx("32s94uiMGQ3n9mVaenz77A", "PMT", this);" title="e.g. PMT "Necromancer - Original Mix"">PMT<a class=navlink href="spotify:artist:7p9DPqDMDC9EGAwQcdhPqB" onclick="event.stopPropagation();" >»</a> </div>
<div id=item40 preview_url="https://p.scdn.co/mp3-preview/735db0a45f932393740a49e6124dde3dd1d4c261" class="genre scanme" scan=true style="color: #e68082; top: 444px; left: 931px; font-size: 103%" onclick="playx("2tlnd5m6vBCKOyQe4SZvvJ", "Yo Speed", this);" title="e.g. Yo Speed "Escape"">Yo Speed<a class=navlink href="spotify:artist:6QB8XoXvK4HDrrQQ2WD7qr" onclick="event.stopPropagation();" >»</a> </div>
<div id=item41 preview_url="https://p.scdn.co/mp3-preview/fe2877ca8548a908cd162c7afb6ce4690e840d50" class="genre scanme" scan=true style="color: #d674cc; top: 29px; left: 1042px; font-size: 100%" onclick="playx("5gubRxdxDVnzbmHm1rAWsj", "Smithmonger", this);" title="e.g. Smithmonger "Grizzle - Vlad & Ardisson Remix"">Smithmonger<a class=navlink href="spotify:artist:5U2IcwoZVMZSemhDjaaQGR" onclick="event.stopPropagation();" >»</a> </div>
<div id=item42 preview_url="https://p.scdn.co/mp3-preview/c1bb0a38b2879d3f8eb4f0bb6ae197d947b95c14" class="genre scanme" scan=true style="color: #db7876; top: 68px; left: 1244px; font-size: 100%" onclick="playx("38BkqQw3p2fwjkj09ZFeAv", "Deibeat", this);" title="e.g. Deibeat "You Make Me Feel - Under This Remix"">Deibeat<a class=navlink href="spotify:artist:16Q9phTktY1nGPEye9Q8bc" onclick="event.stopPropagation();" >»</a> </div>
<div id=item43 preview_url="https://p.scdn.co/mp3-preview/b3ed93e35435ba8c8fef7312fbcfeb496e54ed7b" class="genre scanme" scan=true style="color: #e182bc; top: 106px; left: 831px; font-size: 100%" onclick="playx("5hv3o4Eqx0zrF2e5xMGREn", "Shimon & Nixon", this);" title="e.g. Shimon & Nixon "Around The Edge"">Shimon & Nixon<a class=navlink href="spotify:artist:2Ibn9mEQQNVbYQo77dCmjl" onclick="event.stopPropagation();" >»</a> </div>
<div id=item44 preview_url="https://p.scdn.co/mp3-preview/6a5d419c726acb6f5d6e5661c0c167267e89af63" class="genre scanme" scan=true style="color: #a17294; top: 588px; left: 0px; font-size: 111%" onclick="playx("5zh23oMbATQlWbwEe5U0KG", "The Future Sound Of London", this);" title="e.g. The Future Sound Of London "Papua New Guinea"">The Future Sound Of London<a class=navlink href="spotify:artist:2qhmNI4ZHPpeDutdg473Z3" onclick="event.stopPropagation();" >»</a> </div>
<div id=item45 preview_url="https://p.scdn.co/mp3-preview/6f22eda51f85d4372c0e8c2d007fd8efdb4cd0ba" class="genre scanme" scan=true style="color: #c575a3; top: 180px; left: 624px; font-size: 102%" onclick="playx("0U5CZFgiLcqChoV6iF9Wjg", "Cut La Roc", this);" title="e.g. Cut La Roc "Bassheads"">Cut La Roc<a class=navlink href="spotify:artist:623oWPg7Cn3srlhF7kxy8v" onclick="event.stopPropagation();" >»</a> </div>
<div id=item46 preview_url="https://p.scdn.co/mp3-preview/34d6ac1e5dcd720d7e356c22ecbe615ef0094a55" class="genre scanme" scan=true style="color: #d3788f; top: 156px; left: 975px; font-size: 100%" onclick="playx("6bNI0xR386PuWeRi4mZ8QD", "DJ Mutiny", this);" title="e.g. DJ Mutiny "Daily Operation - Mixed"">DJ Mutiny<a class=navlink href="spotify:artist:0Wh0YqSpNpx3xNr9EwPoO3" onclick="event.stopPropagation();" >»</a> </div>
<div id=item47 preview_url="https://p.scdn.co/mp3-preview/85ed206fcc3ef0d14e8ce618b9750d7e3ad4bb95" class="genre scanme" scan=true style="color: #e46f40; top: 103px; left: 182px; font-size: 100%" onclick="playx("6YC1E4hE6VWCAtSYjYF9JW", "2 Bit Pie", this);" title="e.g. 2 Bit Pie "Here I Come"">2 Bit Pie<a class=navlink href="spotify:artist:4tK2GqDHr936INLK6AOdwA" onclick="event.stopPropagation();" >»</a> </div>
<div id=item48 preview_url="https://p.scdn.co/mp3-preview/110ad73ee412ff8a1e90a5227681dbcca5edaac9" class="genre scanme" scan=true style="color: #bd82a3; top: 181px; left: 528px; font-size: 113%" onclick="playx("7isVtUtibpSO2eVSkSJcc6", "Fluke", this);" title="e.g. Fluke "Zion"">Fluke<a class=navlink href="spotify:artist:2YzUXecwzcOdlJsnpnJfkJ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item49 preview_url="https://p.scdn.co/mp3-preview/f073dcd0f584f58bcf7afbdf1aee9e9d9efd987d" class="genre scanme" scan=true style="color: #ba7b7c; top: 236px; left: 1011px; font-size: 100%" onclick="playx("1MyoF4xeRf4yafArEM6lZ6", "Beber", this);" title="e.g. Beber "You Wonder - Starecase Vocal Remix"">Beber<a class=navlink href="spotify:artist:5IwrRLIqlWqPXkfwQYHJjX" onclick="event.stopPropagation();" >»</a> </div>
<div id=item50 preview_url="https://p.scdn.co/mp3-preview/23abb03b9bd0a2ea2f7792c2251c79b567e4a898" class="genre scanme" scan=true style="color: #c98195; top: 55px; left: 675px; font-size: 104%" onclick="playx("3ohOi2OAYDsqBzgb2DmVDf", "Rhythm On The Loose", this);" title="e.g. Rhythm On The Loose "Break Of Dawn"">Rhythm On The Loose<a class=navlink href="spotify:artist:7vzR9boaWm66REDDwH59KE" onclick="event.stopPropagation();" >»</a> </div>
<div id=item51 preview_url="" class="genre scanme" style="color: #cf795d; top: 94px; left: 889px; font-size: 100%" onclick="playx("", "Drumatttic Twins", this);" title="(no sample available)">Drumatttic Twins<a class=navlink href="spotify:artist:3Qn9tubatpFYYK9bPXlOhu" onclick="event.stopPropagation();" >»</a> </div>
<div id=item52 preview_url="https://p.scdn.co/mp3-preview/9467bda06036d40f2246c0ce4e6f7460c43cb9fc" class="genre scanme" scan=true style="color: #bf8294; top: 130px; left: 761px; font-size: 101%" onclick="playx("5RmcxLKQn7594RSEh0f8jE", "Sharaz", this);" title="e.g. Sharaz "Another Dream - Huda Hudia & DJ30A Remix"">Sharaz<a class=navlink href="spotify:artist:7o6JWwrEcyul0YHjn9hImH" onclick="event.stopPropagation();" >»</a> </div>
<div id=item53 preview_url="https://p.scdn.co/mp3-preview/09ab25efda12d52cc79acacfa8abb0c6cd9dfc97" class="genre scanme" scan=true style="color: #c7819d; top: 156px; left: 886px; font-size: 101%" onclick="playx("4LD9PJNKSY8Xisn0zAyxMq", "ED209", this);" title="e.g. ED209 "Hell Yeah! - Original Mix"">ED209<a class=navlink href="spotify:artist:0TzylWxFxaqGRMYGXu9w3x" onclick="event.stopPropagation();" >»</a> </div>
<div id=item54 preview_url="https://p.scdn.co/mp3-preview/a5abc390a4417ce1c8e29fa39c725940e3d05bbd" class="genre scanme" scan=true style="color: #c17c92; top: 131px; left: 876px; font-size: 100%" onclick="playx("0s4ngVbf20MY27THjcJGBr", "Splitloop", this);" title="e.g. Splitloop "Hot Rock Boy"">Splitloop<a class=navlink href="spotify:artist:3PnFSPb0exNZw3n4UsHsMC" onclick="event.stopPropagation();" >»</a> </div>
<div id=item55 preview_url="https://p.scdn.co/mp3-preview/9aa4b2ddacbdf709d65e0ed1d702881bf1f3e5e8" class="genre scanme" scan=true style="color: #d275b1; top: 162px; left: 1138px; font-size: 100%" onclick="playx("4N7TxE3DF0MCL92S6EBSMU", "Brothers Bud", this);" title="e.g. Brothers Bud "Herbgrinder - Drumattic Twins Remix"">Brothers Bud<a class=navlink href="spotify:artist:5wXTGE9SIAiVB5AjFZHIrn" onclick="event.stopPropagation();" >»</a> </div>
<div id=item56 preview_url="https://p.scdn.co/mp3-preview/e5cbfb566321defa63c31a6df440a3479e8e63c9" class="genre scanme" scan=true style="color: #c36e6e; top: 70px; left: 985px; font-size: 100%" onclick="playx("4omTnIlasXfKz7orlmNb5Y", "Rob Le Pitch", this);" title="e.g. Rob Le Pitch "Twisted - Tom Real & Rogue Element Remix"">Rob Le Pitch<a class=navlink href="spotify:artist:49QpDq5lg1NimbJj8bU1IF" onclick="event.stopPropagation();" >»</a> </div>
<div id=item57 preview_url="https://p.scdn.co/mp3-preview/b4eea633c945543ead9ee1cfd417642d36995ad3" class="genre scanme" scan=true style="color: #e45b62; top: 381px; left: 432px; font-size: 109%" onclick="playx("4MpGcvLqCuHS20xdEan6HK", "Far Too Loud", this);" title="e.g. Far Too Loud "600 Years"">Far Too Loud<a class=navlink href="spotify:artist:6zL4UbVtrGZPjvTTeNKyAc" onclick="event.stopPropagation();" >»</a> </div>
<div id=item58 preview_url="https://p.scdn.co/mp3-preview/800d5d8b3102ef18c09737574310aa74f3d4a3c5" class="genre scanme" scan=true style="color: #c880c2; top: 80px; left: 1354px; font-size: 104%" onclick="playx("7ATAWt3qisozEKXY9YqRLx", "Colombo", this);" title="e.g. Colombo "Gods - Original Mix"">Colombo<a class=navlink href="spotify:artist:0h2BiRVGmUGsK7HtkC1vLl" onclick="event.stopPropagation();" >»</a> </div>
<div id=item59 preview_url="https://p.scdn.co/mp3-preview/53fcfbf0e2e2859fdafeaba54b3be63b78eb6125" class="genre scanme" scan=true style="color: #d76629; top: 261px; left: 1119px; font-size: 104%" onclick="playx("21g5sNOElnRoWLLAMf4xY0", "A.Skillz", this);" title="e.g. A.Skillz "Peaches (feat. Droop Capone)"">A.Skillz<a class=navlink href="spotify:artist:46wLHy2VcNbNI83HfaUEkS" onclick="event.stopPropagation();" >»</a> </div>
<div id=item60 preview_url="https://p.scdn.co/mp3-preview/a35766d2a26658480ca0579b5bdf83f18ed14276" class="genre scanme" scan=true style="color: #d27a36; top: 405px; left: 918px; font-size: 100%" onclick="playx("1QERrDBVuPiJFqnTsoyC6I", "Deekline & Wizard", this);" title="e.g. Deekline & Wizard "All Your Love - Deekline & Wizard Club Mix"">Deekline & Wizard<a class=navlink href="spotify:artist:3ifa7yoxcyrKXAIAZiZ0Om" onclick="event.stopPropagation();" >»</a> </div>
<div id=item61 preview_url="https://p.scdn.co/mp3-preview/00d641b90aed926ef6f949cd0bc39a9d557d34ae" class="genre scanme" scan=true style="color: #de658f; top: 192px; left: 1145px; font-size: 101%" onclick="playx("248nGtfThbziwPz3kWwPKE", "Digital Base", this);" title="e.g. Digital Base "Bad Selection"">Digital Base<a class=navlink href="spotify:artist:2cALDYJDbaDYZnOS7RYI5K" onclick="event.stopPropagation();" >»</a> </div>
<div id=item62 preview_url="https://p.scdn.co/mp3-preview/ac686561e7611ba3b8682972dcf7d58419ab1588" class="genre scanme" scan=true style="color: #da7bb3; top: 77px; left: 1100px; font-size: 101%" onclick="playx("5ziZdAGmpAedQEKhJgqdMr", "Lee Coombs", this);" title="e.g. Lee Coombs "Alright All Night featuring Dylan Rhymes"">Lee Coombs<a class=navlink href="spotify:artist:2nd7OJPpqzx1K6GCNMVwUW" onclick="event.stopPropagation();" >»</a> </div>
<div id=item63 preview_url="https://p.scdn.co/mp3-preview/528b73618ea8c66afe9f7ad2c8db72ce289d15bf" class="genre scanme" scan=true style="color: #ab8fd5; top: 62px; left: 1129px; font-size: 100%" onclick="playx("5LHTzUoVhnsyOmQeUZn50E", "Dan F", this);" title="e.g. Dan F "Two Systems"">Dan F<a class=navlink href="spotify:artist:0UzsRPTcXmGW0TRRLymAzL" onclick="event.stopPropagation();" >»</a> </div>
<div id=item64 preview_url="https://p.scdn.co/mp3-preview/a4dcfd9d769b11bf9fbb2312dde023d006b28fe9" class="genre scanme" scan=true style="color: #ac870c; top: 633px; left: 799px; font-size: 100%" onclick="playx("6XS1BZZdOvkSWeTsH9u8uu", "Icey", this);" title="e.g. Icey "Bella"">Icey<a class=navlink href="spotify:artist:0KACuxCruzRxgcr8OIoa9O" onclick="event.stopPropagation();" >»</a> </div>
<div id=item65 preview_url="https://p.scdn.co/mp3-preview/7d915460ea19fb79e63af2e8bf6c728aaf79efcc" class="genre scanme" scan=true style="color: #d86766; top: 244px; left: 515px; font-size: 101%" onclick="playx("17bwP0DTeLoqcyJ3JdyIl5", "Mekon", this);" title="e.g. Mekon "What's Going On?"">Mekon<a class=navlink href="spotify:artist:4B9dGfGFvmCa3TZ5MIxs9X" onclick="event.stopPropagation();" >»</a> </div>
<div id=item66 preview_url="https://p.scdn.co/mp3-preview/ce11e7c18b6cf5d38d351b7007782803d3eee97a" class="genre scanme" scan=true style="color: #ad8fb9; top: 378px; left: 979px; font-size: 111%" onclick="playx("5uiSORQVySTbbtuuJETfre", "Layo & Bushwacka!", this);" title="e.g. Layo & Bushwacka! "Love Story (vs Finally) - Tim Deluxe Radio Mix"">Layo & Bushwacka!<a class=navlink href="spotify:artist:4XO18kRHLT6F5RhomZGrpc" onclick="event.stopPropagation();" >»</a> </div>
<div id=item67 preview_url="https://p.scdn.co/mp3-preview/9bc9204127d6972f51203cddea7698cc837f31eb" class="genre scanme" scan=true style="color: #e568b4; top: 143px; left: 851px; font-size: 106%" onclick="playx("2GLl5SfGDhAEztVvEVRimA", "Bentley Rhythm Ace", this);" title="e.g. Bentley Rhythm Ace "Bentley's Gonna Sort You Out"">Bentley Rhythm Ace<a class=navlink href="spotify:artist:28EZh7WvdbWwfOrf5lkvCk" onclick="event.stopPropagation();" >»</a> </div>
<div id=item68 preview_url="https://p.scdn.co/mp3-preview/9621da16e3977dbd13621000a6a02386b90bdba7" class="genre scanme" scan=true style="color: #948b8c; top: 558px; left: 125px; font-size: 102%" onclick="playx("0u0McPHuMZQ3RT2vD8g3Lh", "Paul Hartnoll", this);" title="e.g. Paul Hartnoll "For Silence"">Paul Hartnoll<a class=navlink href="spotify:artist:2VhTV1oh2l76vhVoQHhOrU" onclick="event.stopPropagation();" >»</a> </div>
<div id=item69 preview_url="https://p.scdn.co/mp3-preview/8d5290f73480846b8d0235a0745262e17d1db4a4" class="genre scanme" scan=true style="color: #c180b6; top: 113px; left: 1199px; font-size: 101%" onclick="playx("5LB6ph16KdbnvpVad1TwII", "Meat Katie", this);" title="e.g. Meat Katie "Thirteen Coils - Guau Remix"">Meat Katie<a class=navlink href="spotify:artist:7zSXpdg9kFK5XMakPPVQ4a" onclick="event.stopPropagation();" >»</a> </div>
<div id=item70 preview_url="https://p.scdn.co/mp3-preview/8cde96bb979ae1d1d0f9a84792451141152f513d" class="genre scanme" scan=true style="color: #cc7c6b; top: 294px; left: 799px; font-size: 100%" onclick="playx("5shYytJqmLYvusU91mwct8", "Myagi", this);" title="e.g. Myagi "Black Shadow - Andreas Henneberg Remix (Mixed)"">Myagi<a class=navlink href="spotify:artist:2qb3G6qCNNvkjwHQSSzqL4" onclick="event.stopPropagation();" >»</a> </div>
<div id=item71 preview_url="https://p.scdn.co/mp3-preview/abe48443539f9db26f1b12a3da608fe72db377ab" class="genre scanme" scan=true style="color: #e672d6; top: 36px; left: 473px; font-size: 100%" onclick="playx("3xryOJm3m7qz8W5CUBf8yK", "Stone Lions", this);" title="e.g. Stone Lions "Snow Over Arizona - Bassbin Twins Edit"">Stone Lions<a class=navlink href="spotify:artist:22rvMFjd1sPEIKp5ULm9Z6" onclick="event.stopPropagation();" >»</a> </div>
<div id=item72 preview_url="https://p.scdn.co/mp3-preview/c1d54616fe92abd0e4cfdea8b9e8bcc5fd8544e1" class="genre scanme" scan=true style="color: #dc6aad; top: 55px; left: 835px; font-size: 100%" onclick="playx("4oQSzJClyrClRmxRYvE7ir", "DJ Hyper", this);" title="e.g. DJ Hyper "Paranoia"">DJ Hyper<a class=navlink href="spotify:artist:6bxEexW2d6BG9KjRXyEm5k" onclick="event.stopPropagation();" >»</a> </div>
<div id=item73 preview_url="https://p.scdn.co/mp3-preview/b769e1642370a78cd70755ec8ec3681866eb1226" class="genre scanme" scan=true style="color: #e26fc7; top: 82px; left: 883px; font-size: 102%" onclick="playx("12IgeOceRuMzBymb9zTAWr", "Force Mass Motion", this);" title="e.g. Force Mass Motion "Panic"">Force Mass Motion<a class=navlink href="spotify:artist:3RKv86Dvl132jbxDVUmXNX" onclick="event.stopPropagation();" >»</a> </div>
<div id=item74 preview_url="https://p.scdn.co/mp3-preview/53cbc234070ba6af563b320a02101a3711f35dd6" class="genre scanme" scan=true style="color: #dc78b1; top: 217px; left: 1202px; font-size: 102%" onclick="playx("2H1R8OwkWuOkwNIDkA9Vcp", "Guau", this);" title="e.g. Guau "Da Bomb"">Guau<a class=navlink href="spotify:artist:3B09YsVwUYEmbxDAHqJhvs" onclick="event.stopPropagation();" >»</a> </div>
<div id=item75 preview_url="https://p.scdn.co/mp3-preview/d19877a8394ae6af9222d871b2cc9c414e399e1e" class="genre scanme" scan=true style="color: #ef7496; top: 355px; left: 908px; font-size: 100%" onclick="playx("6SwXLsPjjqZik4hbiV1uLn", "Drummatic Twins", this);" title="e.g. Drummatic Twins "Hyperspeed"">Drummatic Twins<a class=navlink href="spotify:artist:0YADOI40ZHlSWmPiAFfYCQ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item76 preview_url="https://p.scdn.co/mp3-preview/e3ded7d5f25001ea08f9e158b86ff8d089a25daf" class="genre scanme" scan=true style="color: #d37184; top: 276px; left: 1004px; font-size: 102%" onclick="playx("6ANFYQWACIRtJ6jMX9QTLE", "General Midi", this);" title="e.g. General Midi "The Eastoner"">General Midi<a class=navlink href="spotify:artist:2VWRLlqrUcjP1BEyTq1W9c" onclick="event.stopPropagation();" >»</a> </div>
<div id=item77 preview_url="https://p.scdn.co/mp3-preview/6ece917b3ef3f7ccf8dba41aac7bb5adc054f501" class="genre scanme" scan=true style="color: #cc7586; top: 244px; left: 272px; font-size: 108%" onclick="playx("1HeCBrZd0A2ub1E8aeZJie", "Overseer", this);" title="e.g. Overseer "Supermoves"">Overseer<a class=navlink href="spotify:artist:3V4c44pHzC8apm8HiiFF6V" onclick="event.stopPropagation();" >»</a> </div>
<div id=item78 preview_url="https://p.scdn.co/mp3-preview/10f49259dc4a617d73db7cffdc206a4641a889c3" class="genre scanme" scan=true style="color: #c67d8f; top: 306px; left: 924px; font-size: 100%" onclick="playx("0Q4O06KOCPDEG52qJvlAUF", "Dylan Rhymes", this);" title="e.g. Dylan Rhymes "Muzica - The Rogue Element Remix"">Dylan Rhymes<a class=navlink href="spotify:artist:7s4v9117W5tORs9ZaoWNkV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item79 preview_url="https://p.scdn.co/mp3-preview/cdc620b7840ab48c01f50978661667872270a70d" class="genre scanme" scan=true style="color: #d37d68; top: 244px; left: 755px; font-size: 100%" onclick="playx("74WUHM8avcbC9ljc5ZXQGY", "Napt", this);" title="e.g. Napt "Come on Surrender - Nom De Strip & Chris Lake Extended Remix"">Napt<a class=navlink href="spotify:artist:2YcB8ZFDprGDLFX1gaxSPg" onclick="event.stopPropagation();" >»</a> </div>
<div id=item80 preview_url="https://p.scdn.co/mp3-preview/5ca66480a0fb7cfbf90090f83606d408300bc08f" class="genre scanme" scan=true style="color: #c57463; top: 204px; left: 1145px; font-size: 100%" onclick="playx("2NYsCGJc3pVCJFnLhnLyz6", "Criminal Element Orchestra", this);" title="e.g. Criminal Element Orchestra "Put The Needle To The Record"">Criminal Element Orchestra<a class=navlink href="spotify:artist:60bia8KMtLK2qRJgzUJVFW" onclick="event.stopPropagation();" >»</a> </div>
<div id=item81 preview_url="https://p.scdn.co/mp3-preview/82940af692b84417f216c2fd3d93411dd6ad5e6b" class="genre scanme" scan=true style="color: #b28059; top: 138px; left: 1215px; font-size: 100%" onclick="playx("23xEfiyAL5oynGbIc7m7MX", "Capoeira Twins", this);" title="e.g. Capoeira Twins "Four"">Capoeira Twins<a class=navlink href="spotify:artist:4CX7nCMDGAZ70d7IFwh9fw" onclick="event.stopPropagation();" >»</a> </div>
<div id=item82 preview_url="https://p.scdn.co/mp3-preview/f49290ad0810ff57380f8481588f2f1a3b99c168" class="genre scanme" scan=true style="color: #eb7b8b; top: 68px; left: 758px; font-size: 100%" onclick="playx("0zhNAy3y8asBXpKaAJhrH6", "4Kuba", this);" title="e.g. 4Kuba "Space Buggy - Beta Remix"">4Kuba<a class=navlink href="spotify:artist:0gKFKSBlXA7Ihnpw9bQFeu" onclick="event.stopPropagation();" >»</a> </div>
<div id=item83 preview_url="https://p.scdn.co/mp3-preview/3f4b8110b6831506112a4e219725fddb2bc5e83b" class="genre scanme" scan=true style="color: #e95d72; top: 271px; left: 61px; font-size: 160%" onclick="playx("6udk3HhE4DmnCXrzIbgUd6", "The Prodigy", this);" title="e.g. The Prodigy "Breathe"">The Prodigy<a class=navlink href="spotify:artist:4k1ELeJKT1ISyDv8JivPpB" onclick="event.stopPropagation();" >»</a> </div>
<div id=item84 preview_url="https://p.scdn.co/mp3-preview/f7ecf6662ac80d04e7a6f36816670279b5ae7f8a" class="genre scanme" scan=true style="color: #d17778; top: 262px; left: 429px; font-size: 148%" onclick="playx("7kXmJwrZGIhDaLT9sNo3ut", "The Chemical Brothers", this);" title="e.g. The Chemical Brothers "Hey Boy Hey Girl"">The Chemical Brothers<a class=navlink href="spotify:artist:1GhPHrq36VKCY3ucVaZCfo" onclick="event.stopPropagation();" >»</a> </div>
<div id=item85 preview_url="https://p.scdn.co/mp3-preview/3c10ddf8572a8482c02e277c07b7ec16fbf5706c" class="genre scanme" scan=true style="color: #e37987; top: 269px; left: 883px; font-size: 100%" onclick="playx("1b72o2nV82LSCJxOZNeH7q", "Curtis B", this);" title="e.g. Curtis B "Hit You Wit It - KMFX Remix"">Curtis B<a class=navlink href="spotify:artist:66npWK8SamkqnFCoA0ToSO" onclick="event.stopPropagation();" >»</a> </div>
<div id=item86 preview_url="https://p.scdn.co/mp3-preview/7c1c227e0986bf4a77972e5eaa2bbbb72a0b538d" class="genre scanme" scan=true style="color: #e16591; top: 181px; left: 879px; font-size: 105%" onclick="playx("6a2RV1MR0FWP0QCUKmuuxk", "Plump DJs", this);" title="e.g. Plump DJs "Yes Yes - Hybrid Theory Remix"">Plump DJs<a class=navlink href="spotify:artist:1daC6WKGAm52YZbL5G7zYg" onclick="event.stopPropagation();" >»</a> </div>
<div id=item87 preview_url="https://p.scdn.co/mp3-preview/211086ca447478f927633d3825b43ee55e3544a1" class="genre scanme" scan=true style="color: #d77742; top: 483px; left: 918px; font-size: 108%" onclick="playx("1wsWQhab38xSTRvjYtbjrQ", "Krafty Kuts", this);" title="e.g. Krafty Kuts "Hands High"">Krafty Kuts<a class=navlink href="spotify:artist:6Ebt7JHILWJCE7aR7JLFB2" onclick="event.stopPropagation();" >»</a> </div>
<div id=item88 preview_url="https://p.scdn.co/mp3-preview/d2247fb89fb9fdfa7ad6ea7c631da1f7f6b16e5a" class="genre scanme" scan=true style="color: #dc7967; top: 319px; left: 950px; font-size: 109%" onclick="playx("7z83iDaFUeECk5Ec0Drq6K", "Stanton Warriors", this);" title="e.g. Stanton Warriors "Still Here - Fred V & Grafix Remix"">Stanton Warriors<a class=navlink href="spotify:artist:7GeAzBsalYANXTi1ReOm1R" onclick="event.stopPropagation();" >»</a> </div>
<div id=item89 preview_url="https://p.scdn.co/mp3-preview/14279f17d7eed19e031c92ff620e0fba35057b24" class="genre scanme" scan=true style="color: #e77576; top: 244px; left: 825px; font-size: 104%" onclick="playx("7E1zX8ES8XvxbczBIeY3pB", "Shade k", this);" title="e.g. Shade k "Funk The Police"">Shade k<a class=navlink href="spotify:artist:75O7jhenEIdhdbKatog6OE" onclick="event.stopPropagation();" >»</a> </div>
<div id=item90 preview_url="https://p.scdn.co/mp3-preview/d7cc583b3eb9ac8665453a174f13f5ef55892ea2" class="genre scanme" scan=true style="color: #d76aa3; top: 192px; left: 780px; font-size: 100%" onclick="playx("1mwYBTbTLaMfPhx8vc3pzw", "Merka", this);" title="e.g. Merka "I’ll Be Here"">Merka<a class=navlink href="spotify:artist:2AM2IUSgAfKqRCvRVC1q4S" onclick="event.stopPropagation();" >»</a> </div>
<div id=item91 preview_url="https://p.scdn.co/mp3-preview/2d5ca750d1153cb70110426065b91b85d59dcf43" class="genre scanme" scan=true style="color: #d17789; top: 233px; left: 582px; font-size: 101%" onclick="playx("2HeZAibjvsOBoQ9Q2rg63o", "The Rogue Element", this);" title="e.g. The Rogue Element "Let Me Breathe"">The Rogue Element<a class=navlink href="spotify:artist:7jllAB8qfPFVGEgBes7uBZ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item92 preview_url="https://p.scdn.co/mp3-preview/195aafdc6374f8064a3ab35243a4688a3c3ed07c" class="genre scanme" scan=true style="color: #da729b; top: 131px; left: 844px; font-size: 100%" onclick="playx("5nQXXmMNOixmmaatxg65V0", "JDS", this);" title="e.g. JDS "Nine Ways - Original Mix"">JDS<a class=navlink href="spotify:artist:26cOM47AEalqzfsjxrEjfe" onclick="event.stopPropagation();" >»</a> </div>
<div id=item93 preview_url="https://p.scdn.co/mp3-preview/2fd05c89a4557750d46f5e9f32ed136c61930c36" class="genre scanme" scan=true style="color: #e057d4; top: 100px; left: 1388px; font-size: 100%" onclick="playx("6h85J5OC7NwymkBfNy39kV", "Rennie Pilgrim", this);" title="e.g. Rennie Pilgrim "Finger of Fudge"">Rennie Pilgrim<a class=navlink href="spotify:artist:5bPukEjI84eY0FYD1dPgdu" onclick="event.stopPropagation();" >»</a> </div>
<div id=item94 preview_url="https://p.scdn.co/mp3-preview/084d41e4e36e8ba318c82118d690d98ff7c96102" class="genre scanme" scan=true style="color: #e37790; top: 206px; left: 828px; font-size: 107%" onclick="playx("0yz4J1P24uipTPzqHyPCHk", "Aphrodite", this);" title="e.g. Aphrodite "Stalker"">Aphrodite<a class=navlink href="spotify:artist:1SsdsVIIKLUe54OsHzm5uQ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item95 preview_url="https://p.scdn.co/mp3-preview/5a06f35232d36daad8bbeb6decd0c97f9ee6480e" class="genre scanme" scan=true style="color: #d47495; top: 343px; left: 943px; font-size: 101%" onclick="playx("0bbvFKqow13LQyMjZX8GCz", "Rennie Pilgrem", this);" title="e.g. Rennie Pilgrem "Bug"">Rennie Pilgrem<a class=navlink href="spotify:artist:1VBK6k7rguirRwA4IlSxhN" onclick="event.stopPropagation();" >»</a> </div>
<div id=item96 preview_url="https://p.scdn.co/mp3-preview/65de8df0a8571dae39f0628fa5edaff6adba3c33" class="genre scanme" scan=true style="color: #9d869a; top: 467px; left: 608px; font-size: 102%" onclick="playx("14aLdojTfB3L1H4Scml60y", "Rabbit In The Moon", this);" title="e.g. Rabbit In The Moon "Out of Body Experience"">Rabbit In The Moon<a class=navlink href="spotify:artist:6r9gUD6bIMsJ2yc2PhIg4E" onclick="event.stopPropagation();" >»</a> </div>
<div id=item97 preview_url="https://p.scdn.co/mp3-preview/c9065fa449c0e33c2f1deae3cf0679ecc8260ab3" class="genre scanme" scan=true style="color: #e47984; top: 126px; left: 1001px; font-size: 100%" onclick="playx("2XZEliHBRDIsbOGQCsrB0S", "Terminalhead", this);" title="e.g. Terminalhead "Weekend Warriors (Weekend Mix)"">Terminalhead<a class=navlink href="spotify:artist:7bouvLagJ6dPzh3N0XA8QY" onclick="event.stopPropagation();" >»</a> </div>
<div id=item98 preview_url="https://p.scdn.co/mp3-preview/4ca6009a81ad3aff24aa0419952c88a7eefd78f9" class="genre scanme" scan=true style="color: #c17b99; top: 150px; left: 1298px; font-size: 103%" onclick="playx("2q5Lntre03rszv0lBbmxYo", "Malente", this);" title="e.g. Malente "Funk The Rich - Original"">Malente<a class=navlink href="spotify:artist:41QVz3Am9zs9dPX4Aaxbct" onclick="event.stopPropagation();" >»</a> </div>
<div id=item99 preview_url="https://p.scdn.co/mp3-preview/2c4b57ceefdc7f54b5f71ad74354df9df09ddadc" class="genre scanme" scan=true style="color: #e07a66; top: 199px; left: 979px; font-size: 103%" onclick="playx("6W1KNQlOBcRYjbg4fhBJ7m", "OnDaMiKe", this);" title="e.g. OnDaMiKe "Up Up Up - Original Mix"">OnDaMiKe<a class=navlink href="spotify:artist:5Cl9OZmye7sAAxkt7Edu7v" onclick="event.stopPropagation();" >»</a> </div>
<div id=item100 preview_url="https://p.scdn.co/mp3-preview/fc82073d671966d47a3c410d551da5f963aa25e7" class="genre scanme" scan=true style="color: #d0749a; top: 440px; left: 566px; font-size: 133%" onclick="playx("2Pmz8aqad67TXz68XeJChp", "Noisia", this);" title="e.g. Noisia "Supersonic (VIP)"">Noisia<a class=navlink href="spotify:artist:4YWj8sohRDjL9deiuRvEEY" onclick="event.stopPropagation();" >»</a> </div>
<div id=item101 preview_url="https://p.scdn.co/mp3-preview/c7ac809176a1d9a4f0be4ad61f9100c8ecd2bba8" class="genre scanme" scan=true style="color: #af88a6; top: 324px; left: 281px; font-size: 120%" onclick="playx("5xcunlfaZvD9BDQsLONI7A", "Orbital", this);" title="e.g. Orbital "Halcyon and On and On"">Orbital<a class=navlink href="spotify:artist:3csPCeXsj2wezyvkRFzvmV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item102 preview_url="https://p.scdn.co/mp3-preview/90931905f9cc696933e2d5ca344aba98492426a6" class="genre scanme" scan=true style="color: #d5778e; top: 68px; left: 1349px; font-size: 101%" onclick="playx("4UJIQRuddpV3jzYlUe34kl", "Tony Faline", this);" title="e.g. Tony Faline "Mind Over Matter"">Tony Faline<a class=navlink href="spotify:artist:6TZ44CuUBBvdqtyV0ew9fb" onclick="event.stopPropagation();" >»</a> </div>
<div id=item103 preview_url="https://p.scdn.co/mp3-preview/b983cef6dce1f49914be540990caec7c9a4a32b1" class="genre scanme" scan=true style="color: #da7960; top: 224px; left: 1001px; font-size: 101%" onclick="playx("7COLAziWKXDRaMmlAicE4E", "Mutantbreakz", this);" title="e.g. Mutantbreakz "No More"">Mutantbreakz<a class=navlink href="spotify:artist:6TjDrhAhdEJT2K6VmJeFXJ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item104 preview_url="https://p.scdn.co/mp3-preview/eec942ff93f24a40bca4d18df4d7a0695a9fe7c0" class="genre scanme" scan=true style="color: #ce7894; top: 294px; left: 899px; font-size: 100%" onclick="playx("5fjUbb11shbiNeeZ3ckr3X", "Groove Diggerz", this);" title="e.g. Groove Diggerz "Big Bad Bruiser - Original Mix"">Groove Diggerz<a class=navlink href="spotify:artist:1B88MqFejtYTaTHjHn759d" onclick="event.stopPropagation();" >»</a> </div>
<div id=item105 preview_url="https://p.scdn.co/mp3-preview/fb95fe8dc6addd0094b2ba642308c58aab8f45eb" class="genre scanme" scan=true style="color: #e3794b; top: 365px; left: 413px; font-size: 118%" onclick="playx("6Rxa3iS3kpo9iTHg97Vxo3", "Datsik", this);" title="e.g. Datsik "Nasty"">Datsik<a class=navlink href="spotify:artist:48q2mPVwlKnlSaCx07i6Ta" onclick="event.stopPropagation();" >»</a> </div>
<div id=item106 preview_url="https://p.scdn.co/mp3-preview/540b6732a51264eb97c26728c07edd2a4d11a45b" class="genre scanme" scan=true style="color: #bb6a91; top: 422px; left: 371px; font-size: 100%" onclick="playx("6bN8imMeNDJjUGHiK4DhXf", "Andy Page", this);" title="e.g. Andy Page "Porcelain Elvis - Original Mix"">Andy Page<a class=navlink href="spotify:artist:0IjHeYeF2A8S4NwxwhkjCf" onclick="event.stopPropagation();" >»</a> </div>
<div id=item107 preview_url="https://p.scdn.co/mp3-preview/b02d0b46c17602fd4eab68c65c5a42398c9fa847" class="genre scanme" scan=true style="color: #a285af; top: 408px; left: 74px; font-size: 110%" onclick="playx("53XfDpv76U3BlDXe4JlJ4h", "Hybrid", this);" title="e.g. Hybrid "Finished Symphony - Deadmau5 Remix"">Hybrid<a class=navlink href="spotify:artist:2MYN7OKnlCiZ0wrwp2A1ox" onclick="event.stopPropagation();" >»</a> </div>
<div id=item108 preview_url="https://p.scdn.co/mp3-preview/6795428ebb3e74420fc6aa0d29eeade6a423dbc8" class="genre scanme" scan=true style="color: #d17fa0; top: 169px; left: 406px; font-size: 104%" onclick="playx("1nqUi4wKalk5jFoFfQET2n", "ILS", this);" title="e.g. ILS "Feed The Addiction"">ILS<a class=navlink href="spotify:artist:5IS3dbDJPbnJBUEjQdJhPF" onclick="event.stopPropagation();" >»</a> </div>
<div id=item109 preview_url="https://p.scdn.co/mp3-preview/1af8d7c62271e3fcde0970698a7a88034b571bf2" class="genre scanme" scan=true style="color: #d57580; top: 113px; left: 1071px; font-size: 100%" onclick="playx("66OCZ84FZdJ6PjFM9ghc5M", "Break The Box", this);" title="e.g. Break The Box "Groovy Moves - Plaza De Funk Remix"">Break The Box<a class=navlink href="spotify:artist:4VO8x8Tb57JGz5fpzVlz3i" onclick="event.stopPropagation();" >»</a> </div>
<div id=item110 preview_url="https://p.scdn.co/mp3-preview/55666f9fa105020537813a96a0e5fa531abc21a7" class="genre scanme" scan=true style="color: #cc7e2f; top: 392px; left: 857px; font-size: 111%" onclick="playx("2qQieiApQ1TkvkZGLkbCH0", "Dub Pistols", this);" title="e.g. Dub Pistols "Cyclone"">Dub Pistols<a class=navlink href="spotify:artist:4LYX3rRdXV2l99wR5YPFoK" onclick="event.stopPropagation();" >»</a> </div>
<div id=item111 preview_url="https://p.scdn.co/mp3-preview/4a12cfb338572fe04aa28ab993f59bada95b0813" class="genre scanme" scan=true style="color: #c0878c; top: 367px; left: 860px; font-size: 102%" onclick="playx("58Du2Z0TfioCmAAjzetMR5", "Left/Right", this);" title="e.g. Left/Right "Lies - Aloka Remix"">Left/Right<a class=navlink href="spotify:artist:51CYFAd4sqtPffWlLpAVQ4" onclick="event.stopPropagation();" >»</a> </div>
<div id=item112 preview_url="https://p.scdn.co/mp3-preview/8188c2bf2b6445b7857439aefe82ca5a455442dc" class="genre scanme" scan=true style="color: #d4888b; top: 180px; left: 1212px; font-size: 101%" onclick="playx("3BZvppCnTwGR2QRLtbq0u1", "Baby Anne", this);" title="e.g. Baby Anne "Trippin on the Bass"">Baby Anne<a class=navlink href="spotify:artist:7JL3Pw3etUeZ3h7x54wtnf" onclick="event.stopPropagation();" >»</a> </div>
<div id=item113 preview_url="https://p.scdn.co/mp3-preview/56ddac0ba1db9b6a876b1a3b4e0f1205d505d6fd" class="genre scanme" scan=true style="color: #af821f; top: 640px; left: 646px; font-size: 100%" onclick="playx("5ckvdaBgVQpRdEBp19obg5", "Spaz", this);" title="e.g. Spaz "Done Up"">Spaz<a class=navlink href="spotify:artist:6Pu6Wsk9nx4oxFdHee5W7b" onclick="event.stopPropagation();" >»</a> </div>
<div id=item114 preview_url="https://p.scdn.co/mp3-preview/3a01f7ade94a11d1b0141afa97f40b0e1ea7724d" class="genre scanme" scan=true style="color: #d17596; top: 282px; left: 937px; font-size: 104%" onclick="playx("2AlFKjbN6Q2imUqDh3JFRW", "Lionrock", this);" title="e.g. Lionrock "Rude Boy Rock - Edit"">Lionrock<a class=navlink href="spotify:artist:7bbNDyqoHKXXk7GYxigXa1" onclick="event.stopPropagation();" >»</a> </div>
<div id=item115 preview_url="" class="genre scanme" style="color: #c675b4; top: 244px; left: 905px; font-size: 100%" onclick="playx("", "Rogue Element", this);" title="(no sample available)">Rogue Element<a class=navlink href="spotify:artist:46ghSy8kYzVxTHTl0xKQf6" onclick="event.stopPropagation();" >»</a> </div>
<div id=item116 preview_url="https://p.scdn.co/mp3-preview/377bc5a795f004eeaa3e743c2dce039861f7bd69" class="genre scanme" scan=true style="color: #e56173; top: 106px; left: 988px; font-size: 100%" onclick="playx("3DrQlzPPGgEZv5mVjUypVc", "Forme", this);" title="e.g. Forme "Kick A Hole"">Forme<a class=navlink href="spotify:artist:5i7jqhr6QYKSzI8kd6P8jm" onclick="event.stopPropagation();" >»</a> </div>
<div id=item117 preview_url="https://p.scdn.co/mp3-preview/801f7fc634b38048cf8278d44a143135b45de66c" class="genre scanme" scan=true style="color: #dc7874; top: 193px; left: 844px; font-size: 103%" onclick="playx("1UQlqK3xmN4CsScYyUFmbh", "Aquasky", this);" title="e.g. Aquasky "Kauna - mixed"">Aquasky<a class=navlink href="spotify:artist:2aHkJhldtmgCChtx0oImJh" onclick="event.stopPropagation();" >»</a> </div>
<div id=item118 preview_url="https://p.scdn.co/mp3-preview/881984060de476648bc356602174b0f5be17b84e" class="genre scanme" scan=true style="color: #c08065; top: 220px; left: 592px; font-size: 106%" onclick="playx("5PdTiGvEEgcq5hhY65SjaV", "Adam Freeland", this);" title="e.g. Adam Freeland "Mind Killer"">Adam Freeland<a class=navlink href="spotify:artist:0enmKUTlccj9oxq06LWEIf" onclick="event.stopPropagation();" >»</a> </div>
<div id=item119 preview_url="https://p.scdn.co/mp3-preview/65ce8b329cfe11d57ef6849e9a0c7e6cef8f1afb" class="genre scanme" scan=true style="color: #cd6b85; top: 250px; left: 413px; font-size: 104%" onclick="playx("4BllOzQZH3tSjmCIbYlSB6", "Hardknox", this);" title="e.g. Hardknox "Fire Like This"">Hardknox<a class=navlink href="spotify:artist:553m0wCi0Z68oCoLkh7biI" onclick="event.stopPropagation();" >»</a> </div>
<div id=item120 preview_url="https://p.scdn.co/mp3-preview/39513f9abdfa06ce615b8b6b4579562ffb09abae" class="genre scanme" scan=true style="color: #d47fd4; top: 41px; left: 1094px; font-size: 100%" onclick="playx("5wUZzj0V4peVlcFlINtM7m", "Albino Allstars", this);" title="e.g. Albino Allstars "Rumbleweed - Initial Research Remix"">Albino Allstars<a class=navlink href="spotify:artist:6pZ1rz27hZ6OTlQMkMvgut" onclick="event.stopPropagation();" >»</a> </div>
<div id=item121 preview_url="https://p.scdn.co/mp3-preview/1c1cd0d51dbd1be6610e4da46c3e6f5a16e66633" class="genre scanme" scan=true style="color: #d27879; top: 293px; left: 444px; font-size: 122%" onclick="playx("4XKEVz0X1BIDhCAfb782tm", "The Crystal Method", this);" title="e.g. The Crystal Method "Name Of The Game"">The Crystal Method<a class=navlink href="spotify:artist:5eKLa1xyHLq8ERWmT1CRHj" onclick="event.stopPropagation();" >»</a> </div>
<div id=item122 preview_url="https://p.scdn.co/mp3-preview/ffe6d80894176b1294a5ef8b83e8ad102cdbd534" class="genre scanme" scan=true style="color: #e26c5f; top: 207px; left: 524px; font-size: 100%" onclick="playx("2OXZxAexDiWtC9RnpHj8Qx", "Atomic Hooligan", this);" title="e.g. Atomic Hooligan "Papercuts"">Atomic Hooligan<a class=navlink href="spotify:artist:445bfjZbvjF3TuxNu8g1AZ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item123 preview_url="https://p.scdn.co/mp3-preview/9f8edbea8183ab409bdbd10a20cbd2d90bbd2790" class="genre scanme" scan=true style="color: #de6b5a; top: 232px; left: 751px; font-size: 105%" onclick="playx("3g6ji8AqCNrrVhVo0OM3ok", "Nick Thayer", this);" title="e.g. Nick Thayer "Like Boom"">Nick Thayer<a class=navlink href="spotify:artist:2OebTWrIkx0bL4zoJzG7SK" onclick="event.stopPropagation();" >»</a> </div>
<div id=item124 preview_url="https://p.scdn.co/mp3-preview/79d36569ed29c17f78ef1775166da2b2d32b0d3b" class="genre scanme" scan=true style="color: #cf5b75; top: 269px; left: 1231px; font-size: 101%" onclick="playx("0vNHUrgwUMRaifo2ebqTnP", "Bassbin Twins", this);" title="e.g. Bassbin Twins "Intro"">Bassbin Twins<a class=navlink href="spotify:artist:2MXpehjTt01tarmYAwi42L" onclick="event.stopPropagation();" >»</a> </div>
<div id=item125 preview_url="https://p.scdn.co/mp3-preview/46d0fb55a5cb41de0693eb3a2f445734859b6621" class="genre scanme" scan=true style="color: #e37361; top: 168px; left: 892px; font-size: 105%" onclick="playx("4nq3CzOHpNlzf1297h4bdB", "DJ Fixx", this);" title="e.g. DJ Fixx "Die Young - Original Mix"">DJ Fixx<a class=navlink href="spotify:artist:6x8SfgcTq31PTfe3SJrugo" onclick="event.stopPropagation();" >»</a> </div>
<div id=item126 preview_url="https://p.scdn.co/mp3-preview/a7b4f8255f254bfb507c3914415395be8071025d" class="genre scanme" scan=true style="color: #e66a8c; top: 318px; left: 751px; font-size: 100%" onclick="playx("0RFH2vtQxu3Uek5u8LiSHt", "Afghan Headspin", this);" title="e.g. Afghan Headspin "Underground"">Afghan Headspin<a class=navlink href="spotify:artist:0KXwyP8YDqrCw7NkucAvqF" onclick="event.stopPropagation();" >»</a> </div>
<div id=item127 preview_url="https://p.scdn.co/mp3-preview/a579c9ec75bbee71b4cec0d9f7c11a2bda9d13f3" class="genre scanme" scan=true style="color: #bf828c; top: 301px; left: 1020px; font-size: 102%" onclick="playx("1NqCe6Bd0RKyopJcZL0idW", "Amb", this);" title="e.g. Amb "Might Go Mad (feat. Icp)"">Amb<a class=navlink href="spotify:artist:3ipBEH8xa3yXnVhMZ1UoBR" onclick="event.stopPropagation();" >»</a> </div>
<div id=item128 preview_url="https://p.scdn.co/mp3-preview/2ef79272d969390fbd6345812cd1707cbf9d8a25" class="genre scanme" scan=true style="color: #db8055; top: 301px; left: 198px; font-size: 127%" onclick="playx("3NPYT4nilQ6YW1uA8I7orI", "Bassnectar", this);" title="e.g. Bassnectar "Speakerbox (feat. Lafa Taylor)"">Bassnectar<a class=navlink href="spotify:artist:1JPy5PsJtkhftfdr6saN2i" onclick="event.stopPropagation();" >»</a> </div>
<div id=item129 preview_url="https://p.scdn.co/mp3-preview/4fc750e527934a42890a6ce6dee673b02fabba6e" class="genre scanme" scan=true style="color: #d17b98; top: 219px; left: 835px; font-size: 105%" onclick="playx("2CzZaQ8weNrZSiOqA5uDuH", "Future Funk Squad", this);" title="e.g. Future Funk Squad "Prophet Margin"">Future Funk Squad<a class=navlink href="spotify:artist:3zU9fuxpRmXdJk7nyTe8u9" onclick="event.stopPropagation();" >»</a> </div>
<div id=item130 preview_url="https://p.scdn.co/mp3-preview/a986dd21d962c5f073cf6f91a589e908c6c3e347" class="genre scanme" scan=true style="color: #d2806e; top: 118px; left: 854px; font-size: 100%" onclick="playx("1OZoTMHmmrqVEd3jqa8Nqf", "Breakfastaz", this);" title="e.g. Breakfastaz "Midnight - Koma & Bones Remix"">Breakfastaz<a class=navlink href="spotify:artist:4TohJkcko6Ug1as3wfYbYB" onclick="event.stopPropagation();" >»</a> </div>
<div id=item131 preview_url="https://p.scdn.co/mp3-preview/36bd71c95deddda2f123e17866e4310f3200b84a" class="genre scanme" scan=true style="color: #d37397; top: 330px; left: 883px; font-size: 100%" onclick="playx("5p1Hx45VTDkSTbSpqjLJzV", "Baobinga", this);" title="e.g. Baobinga "The Feeling - Original Mix"">Baobinga<a class=navlink href="spotify:artist:7jc9LBXV3jZOR9BTPFgSVb" onclick="event.stopPropagation();" >»</a> </div>
<div id=item132 preview_url="https://p.scdn.co/mp3-preview/d6f38f46bab285fa84aa35e6d0488e80505ffb67" class="genre scanme" scan=true style="color: #be6edd; top: 50px; left: 1378px; font-size: 100%" onclick="playx("5pt4lJDTSfLxvkZNIiSecL", "Precision Cuts", this);" title="e.g. Precision Cuts "The Miracle"">Precision Cuts<a class=navlink href="spotify:artist:5wngEFyzsKMNS7nlZZjKEO" onclick="event.stopPropagation();" >»</a> </div>
<div id=item133 preview_url="https://p.scdn.co/mp3-preview/ad41a2aa220916d17e50e53fbdf35403f1db8f71" class="genre scanme" scan=true style="color: #da94bc; top: 37px; left: 1321px; font-size: 102%" onclick="playx("2413BALnRcnk8HOnyxxrRD", "Bombo Rosa", this);" title="e.g. Bombo Rosa "Números"">Bombo Rosa<a class=navlink href="spotify:artist:5yhqhO1uyF38Fdievif9Pq" onclick="event.stopPropagation();" >»</a> </div>
<div id=item134 preview_url="https://p.scdn.co/mp3-preview/524cc637737b505af57aeee32bfb4cc318ab8b93" class="genre scanme" scan=true style="color: #db7d45; top: 245px; left: 624px; font-size: 114%" onclick="playx("2grynUHH0A3faPhGjdkjeJ", "Freestylers", this);" title="e.g. Freestylers "Cracks - Flux Pavilion Remix"">Freestylers<a class=navlink href="spotify:artist:0zg9mF9dX2knvdTKnL22T1" onclick="event.stopPropagation();" >»</a> </div>
<div id=item135 preview_url="https://p.scdn.co/mp3-preview/431cb757d6b7234f9c72da126186115fa36f9b94" class="genre scanme" scan=true style="color: #c67dbe; top: 285px; left: 1358px; font-size: 100%" onclick="playx("3oRUy2T3mKY81pEp7EpAFb", "Son of the Electric Ghost", this);" title="e.g. Son of the Electric Ghost "Slo Down"">Son of the Electric Ghost<a class=navlink href="spotify:artist:4CDufzozbQCdX8ZXvy9CRh" onclick="event.stopPropagation();" >»</a> </div>
<div id=item136 preview_url="https://p.scdn.co/mp3-preview/9de0ef54d79fe8b68804c3986adca4e5b5fd1c14" class="genre scanme" scan=true style="color: #dc7581; top: 168px; left: 790px; font-size: 101%" onclick="playx("4blpp7ZmaAMfPd4299NooO", "Quadrat Beat", this);" title="e.g. Quadrat Beat "Make You Dance - Kid Digital Remix"">Quadrat Beat<a class=navlink href="spotify:artist:3ufpUgzBp8UWulDzPzj86L" onclick="event.stopPropagation();" >»</a> </div>
<div id=item137 preview_url="https://p.scdn.co/mp3-preview/9ce91c030aea591060795ca64abee70c64cb88ad" class="genre scanme" scan=true style="color: #da7993; top: 121px; left: 540px; font-size: 101%" onclick="playx("0OJbJ3QS5O6y8hz2ctchnq", "Jackal and Hyde", this);" title="e.g. Jackal and Hyde "Dark Star - Vip Mix"">Jackal and Hyde<a class=navlink href="spotify:artist:4a3Z4srAHtEhr1aEdB1SAi" onclick="event.stopPropagation();" >»</a> </div>
<div id=item138 preview_url="https://p.scdn.co/mp3-preview/315fb876adb8d8f5ea886792c5f8465ca2712596" class="genre scanme" scan=true style="color: #b27730; top: 380px; left: 774px; font-size: 100%" onclick="playx("6CtOjeCTHv4CtPzSZfBzsW", "The Body Snatchers", this);" title="e.g. The Body Snatchers "Club Beat Internationale"">The Body Snatchers<a class=navlink href="spotify:artist:4QsMPCi0WAq3xazJuYAv0a" onclick="event.stopPropagation();" >»</a> </div>
<div id=item139 preview_url="https://p.scdn.co/mp3-preview/0c268fa31714efe0988432f4d32cc2fb18a13dde" class="genre scanme" scan=true style="color: #7e966f; top: 545px; left: 767px; font-size: 100%" onclick="playx("2KIQgjigeWkb7ZZKxFZyBg", "Friendly", this);" title="e.g. Friendly "Ride Baby Ride - Original Mix"">Friendly<a class=navlink href="spotify:artist:3MmlrZjutCjS6pLhSXwHR9" onclick="event.stopPropagation();" >»</a> </div>
<div id=item140 preview_url="https://p.scdn.co/mp3-preview/abda7114d26e3006c5bf15d63e59de867a24dbf2" class="genre scanme" scan=true style="color: #db7a36; top: 430px; left: 940px; font-size: 116%" onclick="playx("7jf6Z36uFyJzZmhGMrhNi5", "Deekline", this);" title="e.g. Deekline "Bad Boys - Ben Snow & Jappa Remix"">Deekline<a class=navlink href="spotify:artist:1V9Bmg9gpcQDBfNZBQCWw7" onclick="event.stopPropagation();" >»</a> </div>
<div id=item141 preview_url="https://p.scdn.co/mp3-preview/1bbd2950f9b2826dda84d1021fba11bc2733e120" class="genre scanme" scan=true style="color: #9c8494; top: 127px; left: 1371px; font-size: 100%" onclick="playx("747EtYKiRKaS12FSC2EEyq", "BSD", this);" title="e.g. BSD "Baby"">BSD<a class=navlink href="spotify:artist:4W1zUHQi20lQQWGmRZYMb3" onclick="event.stopPropagation();" >»</a> </div>
<div id=item142 preview_url="https://p.scdn.co/mp3-preview/2da3ec5db0f27a81b8673b174a05a60bed9f7b22" class="genre scanme" scan=true style="color: #649872; top: 658px; left: 774px; font-size: 100%" onclick="playx("2P5tkgYVOTwt50YiYPYLBu", "iLD", this);" title="e.g. iLD "Hear The Call"">iLD<a class=navlink href="spotify:artist:1uB849oCQc4oibPkEkxt0C" onclick="event.stopPropagation();" >»</a> </div>
<div id=item143 preview_url="https://p.scdn.co/mp3-preview/c1f5a70482ddaf69cbe76137a1b684e7577bfd41" class="genre scanme" scan=true style="color: #d46b8c; top: 211px; left: 991px; font-size: 101%" onclick="playx("7dkzojF5KuDlkZP4uCAsPq", "Soul Of Man", this);" title="e.g. Soul Of Man "The Drum - Groove Diggaz Remix"">Soul Of Man<a class=navlink href="spotify:artist:51aUBRyCUpTVuRCdyfOStV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item144 preview_url="https://p.scdn.co/mp3-preview/60067b45639b33086266cc543f33e576a8dd2fd1" class="genre scanme" scan=true style="color: #cd7e99; top: 417px; left: 943px; font-size: 100%" onclick="playx("1X4JzOvZWa5IwK8C0y6mJU", "DJ Quest", this);" title="e.g. DJ Quest "Wormhole - Original Mix"">DJ Quest<a class=navlink href="spotify:artist:4vQVZ7VneTqv31qErhdtJV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item145 preview_url="https://p.scdn.co/mp3-preview/e4b1f3020a274f29080d3162c2ee486641a60c0f" class="genre scanme" scan=true style="color: #be792e; top: 397px; left: 624px; font-size: 111%" onclick="playx("5rDFRvwao7MFzuhrBTkWMQ", "Audio Bullys", this);" title="e.g. Audio Bullys "We Don't Care"">Audio Bullys<a class=navlink href="spotify:artist:5kwHgbzNHq1iHkUSrAmjjQ" onclick="event.stopPropagation();" >»</a> </div>
<div id=item146 preview_url="https://p.scdn.co/mp3-preview/fbfda4bb22531443174a4a05efe7f63274fba9de" class="genre scanme" scan=true style="color: #da878c; top: 163px; left: 1260px; font-size: 102%" onclick="playx("56wyUaROqf2SZjlS0UvP6v", "Suga7", this);" title="e.g. Suga7 "Take It Back"">Suga7<a class=navlink href="spotify:artist:4Sc2CYRIMHvH0URIbmOIkV" onclick="event.stopPropagation();" >»</a> </div>
<div id=item147 preview_url="https://p.scdn.co/mp3-preview/6562c98673502029fe202773ad9a16cfb58bf599" class="genre scanme" scan=true style="color: #ec707b; top: 208px; left: 249px; font-size: 100%" onclick="playx("2NaFhBBbStTpppd2Buj8n0", "The Autobots", this);" title="e.g. The Autobots "Burn"">The Autobots<a class=navlink href="spotify:artist:7amPNvE5XwZcgVernJf08A" onclick="event.stopPropagation();" >»</a> </div>
<div id=item148 preview_url="https://p.scdn.co/mp3-preview/79b3a8b15e1d48d33b3742f5e593dc5208bd9184" class="genre scanme" scan=true style="color: #ba8db4; top: 168px; left: 1001px; font-size: 111%" onclick="playx("6l51igtB3cjv6H9RYruglv", "Timo Maas", this);" title="e.g. Timo Maas "To Get Down"">Timo Maas<a class=navlink href="spotify:artist:1nN9sUUgtCl0Z9ciCLc48Q" onclick="event.stopPropagation();" >»</a> </div>
<div id=item149 preview_url="https://p.scdn.co/mp3-preview/905a0672cc662ae256b06cdb305c9363cdd31410" class="genre scanme" scan=true style="color: #c6719f; top: 257px; left: 847px; font-size: 102%" onclick="playx("1XsWR12kzjipNOntKnXdIo", "Elite Force", this);" title="e.g. Elite Force "The Law of Life"">Elite Force<a class=navlink href="spotify:artist:6ihTqrjBvMSgztCI4BTQCY" onclick="event.stopPropagation();" >»</a> </div>
<div id=item150 preview_url="https://p.scdn.co/mp3-preview/449f977e67252c2b8fcc7c35c436ef5d46ae2aef" class="genre scanme" scan=true style="color: #e78db6; top: 101px; left: 1049px; font-size: 101%" onclick="playx("31lsGSwZEg7HLo9ImOICnE", "The Breakfastaz", this);" title="e.g. The Breakfastaz "The Pressure"">The Breakfastaz<a class=navlink href="spotify:artist:1VoG7krHCftG4Z6ovXA5xc" onclick="event.stopPropagation();" >»</a> </div>
<div id=item151 preview_url="https://p.scdn.co/mp3-preview/d335121f9d6ffb37595823d5d4c58efcef7bcd92" class="genre scanme" scan=true style="color: #dc7f97; top: 282px; left: 793px; font-size: 101%" onclick="playx("1eEO5bdQMEDkDXaH8ouL7V", "The Brainkiller", this);" title="e.g. The Brainkiller "I Like This!"">The Brainkiller<a class=navlink href="spotify:artist:4dAcl122omQDnmWI64aBzW" onclick="event.stopPropagation();" >»</a> </div>
<div id=item152 preview_url="https://p.scdn.co/mp3-preview/7df3c0598b337c083cb4146f9fae75e50329af4d" class="genre scanme" scan=true style="color: #a58760; top: 412px; left: 285px; font-size: 101%" onclick="playx("1HudlLpSCnRGBFagqm9KK9", "Etostone", this);" title="e.g. Etostone "For Eternity - Radio Edit"">Etostone<a class=navlink href="spotify:artist:0NTKJPjYpKDZ13YsEQNRw2" onclick="event.stopPropagation();" >»</a> </div>
<div id=item153 preview_url="https://p.scdn.co/mp3-preview/21a7df26e33cc96619494066ea84f2b3cd1d5873" class="genre scanme" scan=true style="color: #e971df; top: 14px; left: 991px; font-size: 100%" onclick="playx("4sny1XXKdwYEudIDT6ArSg", "Transformer Man", this);" title="e.g. Transformer Man "Everybody Get Up - Circuit Breaker Remix"">Transformer Man<a class=navlink href="spotify:artist:0Pd2QGlAM198r3JKZXf32S" onclick="event.stopPropagation();" >»</a> </div>
<div id=item154 preview_url="https://p.scdn.co/mp3-preview/aabfbcb050d7d3bd94fcd0b77d45c490326400f5" class="genre scanme" scan=true style="color: #e35131; top: 683px; left: 109px; font-size: 102%" onclick="playx("0hHhJOIp4rFrfPHh2lniSc", "Ceasefire", this);" title="e.g. Ceasefire "Trickshot"">Ceasefire<a class=navlink href="spotify:artist:7fzX8WLEcy00tUB0aIHSMI" onclick="event.stopPropagation();" >»</a> </div>
<div id=item155 preview_url="https://p.scdn.co/mp3-preview/c21e684a1f234fa4feb729add541c0f4c5cb30ea" class="genre scanme" scan=true style="color: #e58147; top: 280px; left: 460px; font-size: 103%" onclick="playx("1xjmaFnqY00XahKl1RLBrG", "Beat Assassins", this);" title="e.g. Beat Assassins "Home Grown - Phibes Remix - Edit"">Beat Assassins<a class=navlink href="spotify:artist:3qwJ6J7LTcfLIfCVscj5iP" onclick="event.stopPropagation();" >»</a> </div>
<div id=item156 preview_url="https://p.scdn.co/mp3-preview/6ede5de0e55d7aa6f842054fd6916c753ea70a7e" class="genre scanme" scan=true style="color: #eb7194; top: 180px; left: 729px; font-size: 101%" onclick="playx("29r07lASKYJtdvMIz1Zjep", "Aggresivnes", this);" title="e.g. Aggresivnes "Rock This - The Brainkiller Remix"">Aggresivnes<a class=navlink href="spotify:artist:0y4fa4p40JKLBCJH89UzMX" onclick="event.stopPropagation();" >»</a> </div>
<div id=item157 preview_url="https://p.scdn.co/mp3-preview/98d2e70e59ac0d22475a334aad69a0ac86cb6e1b" class="genre scanme" scan=true style="color: #e06c9b; top: 232px; left: 883px; font-size: 103%" onclick="playx("3STDlaNlIQgSYsDtRXFL8B", "Drumattic Twins", this);" title="e.g. Drumattic Twins "Feelin Kinda Strange"">Drumattic Twins<a class=navlink href="spotify:artist:0LkVmgiQTw5kMiqqV8PsO8" onclick="event.stopPropagation();" >»</a> </div>
<div id=item158 preview_url="https://p.scdn.co/mp3-preview/db95a35743317ca6954fb362bdc7628e45aa0cd2" class="genre scanme" scan=true style="color: #bc7d75; top: 318px; left: 870px; font-size: 100%" onclick="playx("5CaRmcCoani6WBrLxuBZth", "Madox", this);" title="e.g. Madox "La Revolution sexuelle"">Madox<a class=navlink href="spotify:artist:6AypwNfEAiPfY2S4sYHeqN" onclick="event.stopPropagation();" >»</a> </div>
<div id=item159 preview_url="https://p.scdn.co/mp3-preview/d3f2c2ade6cfc55d1cb7af5c145ef5911f407bba" class="genre scanme" scan=true style="color: #e47abc; top: 89px; left: 1126px; font-size: 100%" onclick="playx("2QPBB9Vp5ZpcvLgbrnlNCc", "Aquasky Vs Masterblaster", this);" title="e.g. Aquasky Vs Masterblaster "777"">Aquasky Vs Masterblaster<a class=navlink href="spotify:artist:6ZDeqDNbQ47eMQCTgzhWmf" onclick="event.stopPropagation();" >»</a> </div>
<div id=item160 preview_url="https://p.scdn.co/mp3-preview/b60cdc3e24e2aabc3866b3563be22c22d82f8f31" class="genre scanme" scan=true style="color: #909f00; top: 900px; left: 720px; font-size: 101%" onclick="playx("4ISV2hXWqirQjEkQWEbYNO", "Cirus", this);" title="e.g. Cirus "Renoncer"">Cirus<a class=navlink href="spotify:artist:7cLHjl5NeHnhCHBZk2FQGd" onclick="event.stopPropagation();" >»</a> </div>
<div id=item161 preview_url="https://p.scdn.co/mp3-preview/46ad4b7681f0b27500d190b723850451deb55e56" class="genre scanme" scan=true style="color: #f35728; top: 12px; left: 1324px; font-size: 100%" onclick="playx("6xgUIz2vpqeBJBeIbcab0O", "Beat Assasins", this);" title="e.g. Beat Assasins "Direct Hit"">Beat Assasins<a class=navlink href="spotify:artist:298a0ZAw2MQEiHohkFWTxB" onclick="event.stopPropagation();" >»</a> </div>
</div>
<div id=tunnel style="width: 1600px; padding: 32px 533px 16px 533px;">
<div class=canvas style="width: 433px; height: 342px; border: 1px solid gray; background: #FCFCFC; top: 64px">
<div id=nearbyitem1 preview_url="https://p.scdn.co/mp3-preview/72775ce32b0493b7255f1c58bfec6085d82a0ea4" class="genre" scan=true style="color: #bd8474; top: 148px; left: 237px; font-size: 100%" onclick="playx("5UCxWGNXG4kjBmpftwyctt", "danish electronic", this);" title="e.g. HEDEGAARD "P.I.M.P. - HEDEGAARD Remix"">danish electronic<a class=navlink href="engenremap-danishelectronic.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem2 preview_url="https://p.scdn.co/mp3-preview/0ad6404382a33dbeb6e75de2e96472ec36293402" class="genre" scan=true style="color: #cc8466; top: 148px; left: 49px; font-size: 100%" onclick="playx("0B8JDvEb7s0jqUKf9EpW6q", "russian edm", this);" title="e.g. TRITICUM "Petrunko"">russian edm<a class=navlink href="engenremap-russianedm.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem3 preview_url="https://p.scdn.co/mp3-preview/005cac4e691f6690cd6cf02c0fed02f749f455d4" class="genre" scan=true style="color: #c3777d; top: 221px; left: 148px; font-size: 103%" onclick="playx("1sODGZcJRit5E9OzeMovjL", "electro trash", this);" title="e.g. Belzebass "Wtf"">electro trash<a class=navlink href="engenremap-electrotrash.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem4 preview_url="https://p.scdn.co/mp3-preview/4fc750e527934a42890a6ce6dee673b02fabba6e" class="genre" scan=true style="color: #d1777a; top: 107px; left: 152px; font-size: 240%" onclick="playx("2CzZaQ8weNrZSiOqA5uDuH", "breakbeat", this);" title="e.g. Future Funk Squad "Prophet Margin"">breakbeat<a class=navlink href="everynoise1d.cgi?scope=all&root=breakbeat" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem5 preview_url="https://p.scdn.co/mp3-preview/8334f75e1527a385ecf167f859d39717a4ac0f2b" class="genre" scan=true style="color: #cb7b90; top: 160px; left: 139px; font-size: 102%" onclick="playx("5myXZpBUJCh0OQv3ix6bLs", "cuban electronic", this);" title="e.g. PAUZA "Tomaza"">cuban electronic<a class=navlink href="engenremap-cubanelectronic.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem6 preview_url="https://p.scdn.co/mp3-preview/c4e758386556685e954c65289256fe91ea4b00df" class="genre" scan=true style="color: #d77074; top: 30px; left: 228px; font-size: 101%" onclick="playx("6HHiv5eWZH9P5KIJ0KWgc1", "jumpstyle", this);" title="e.g. Lethal MG "You Eternal - Ronald V Remix"">jumpstyle<a class=navlink href="engenremap-jumpstyle.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem7 preview_url="https://p.scdn.co/mp3-preview/2924bec38c2c20d3b06f758a6263d3343a5bac65" class="genre" scan=true style="color: #d07c5d; top: 185px; left: 53px; font-size: 100%" onclick="playx("0MOiv7WTXCqvm89lVCf9C8", "progressive electro house", this);" title="e.g. Otto Knows "Million Voices - Radio Edit"">progressive electro house<a class=navlink href="engenremap-progressiveelectrohouse.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem8 preview_url="https://p.scdn.co/mp3-preview/7c487b0737904c0ce6d75b4884770b35d444358b" class="genre" scan=true style="color: #ca7d7a; top: 49px; left: 182px; font-size: 104%" onclick="playx("6Y2Iig2MYIFW2iTTPIKaB8", "belgian dance", this);" title="e.g. Virtual Zone "Virtual Zone - (Tom Boonen Remix)"">belgian dance<a class=navlink href="engenremap-belgiandance.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem9 preview_url="https://p.scdn.co/mp3-preview/179885ce766a03f5cd95ff9d7d199ab1ea9032c9" class="genre" scan=true style="color: #e1728b; top: 62px; left: 144px; font-size: 100%" onclick="playx("2HwkbfGpHbRZHIN0ZGhDGF", "tekno", this);" title="e.g. Guigoo "Japanese Nightclub"">tekno<a class=navlink href="engenremap-tekno.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem10 preview_url="https://p.scdn.co/mp3-preview/dc43184b5591d69f52c9790e8ad3ea5248f536f1" class="genre" scan=true style="color: #e06c6b; top: 37px; left: 131px; font-size: 103%" onclick="playx("6bzpS73AOxLKDK16hVaY2M", "bouncy house", this);" title="e.g. Micky Modelle "Dancing In The Dark - Micky Modelle Vs. Jessy"">bouncy house<a class=navlink href="engenremap-bouncyhouse.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem11 preview_url="https://p.scdn.co/mp3-preview/d335121f9d6ffb37595823d5d4c58efcef7bcd92" class="genre" scan=true style="color: #d07b9c; top: 33px; left: 300px; font-size: 108%" onclick="playx("1eEO5bdQMEDkDXaH8ouL7V", "psybreaks", this);" title="e.g. The Brainkiller "I Like This!"">psybreaks<a class=navlink href="engenremap-psybreaks.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem12 preview_url="https://p.scdn.co/mp3-preview/81e936fc942ba444ea8113751985aa46b2977dff" class="genre" scan=true style="color: #c67780; top: 13px; left: 186px; font-size: 101%" onclick="playx("1wj43wigRSJ4tF7d1sIvBr", "new beat", this);" title="e.g. Voyou "Houseman (Germany calling Mix)"">new beat<a class=navlink href="engenremap-newbeat.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem13 preview_url="https://p.scdn.co/mp3-preview/a6724376d84cd1ea6b97cbf7eb3ed28b2839ddca" class="genre" scan=true style="color: #bf846e; top: 234px; left: 194px; font-size: 101%" onclick="playx("1XYCWk1IBt0qA8BaQPV0VM", "canadian electronic", this);" title="e.g. Black Tiger Sex Machine "Cheatcode"">canadian electronic<a class=navlink href="engenremap-canadianelectronic.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem14 preview_url="https://p.scdn.co/mp3-preview/765de1a112b44c397b31bbfe8c49ccb05b1ee84d" class="genre" scan=true style="color: #b97d72; top: 300px; left: 51px; font-size: 123%" onclick="playx("56jlrdCvA7Ih13L9OMcfDS", "big beat", this);" title="e.g. Propellerheads "History Repeating - Knee Length Mix"">big beat<a class=navlink href="engenremap-bigbeat.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem15 preview_url="https://p.scdn.co/mp3-preview/e6eeefa0edeb227a63876c3312eea932e6fb8314" class="genre" scan=true style="color: #bb827e; top: 136px; left: 120px; font-size: 101%" onclick="playx("79qoaLNeyi2hm2s9jLzsbr", "christian dance", this);" title="e.g. Audicid "Thunderbird"">christian dance<a class=navlink href="engenremap-christiandance.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem16 preview_url="https://p.scdn.co/mp3-preview/d5ee53d2eb4d9bd848c4433073525e73ec0d7086" class="genre" scan=true style="color: #d27a60; top: 172px; left: 175px; font-size: 100%" onclick="playx("0vQdNTM18KusMJJrXWXDAy", "dutch house", this);" title="e.g. Quintino "Quechua"">dutch house<a class=navlink href="engenremap-dutchhouse.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem17 preview_url="https://p.scdn.co/mp3-preview/cc43dfd9971ecb43c581eb76989e432281c12d46" class="genre" scan=true style="color: #d07950; top: 197px; left: 209px; font-size: 100%" onclick="playx("5FzWSLtPEnVc3knAh070CA", "melbourne bounce international", this);" title="e.g. B3nte "La La La"">melbourne bounce international<a class=navlink href="engenremap-melbournebounceinternational.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem18 preview_url="https://p.scdn.co/mp3-preview/de72af64bc6e110332cda21fabd22ef095f2f360" class="genre" scan=true style="color: #be8062; top: 209px; left: 154px; font-size: 101%" onclick="playx("7oGwQOTkMB9Sk3DIKJLd5F", "filter house", this);" title="e.g. Breakbot "Baby I'm Yours - feat. Irfrane"">filter house<a class=navlink href="engenremap-filterhouse.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem19 preview_url="https://p.scdn.co/mp3-preview/494a682424221e9691d41bc4ca22d5fa2e826176" class="genre" scan=true style="color: #d27289; top: 97px; left: 0px; font-size: 101%" onclick="playx("4ZeT5M0UGhXzJa2IJ41Rjb", "rave", this);" title="e.g. Altern 8 "Activ-8 (Come with Me)"">rave<a class=navlink href="engenremap-rave.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem20 preview_url="https://p.scdn.co/mp3-preview/905a0672cc662ae256b06cdb305c9363cdd31410" class="genre" scan=true style="color: #c87b84; top: 77px; left: 254px; font-size: 143%" onclick="playx("1XsWR12kzjipNOntKnXdIo", "nu skool breaks", this);" title="e.g. Elite Force "The Law of Life"">nu skool breaks<a class=navlink href="engenremap-nuskoolbreaks.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem21 preview_url="https://p.scdn.co/mp3-preview/3fc67c46502cf70c25e792482434a4f143a945a9" class="genre" scan=true style="color: #d27a8a; top: 0px; left: 158px; font-size: 104%" onclick="playx("5TWqNCseaDmSVpYp37nkcm", "bubble trance", this);" title="e.g. Sunbeam "Outside World - Original Mix"">bubble trance<a class=navlink href="engenremap-bubbletrance.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=nearbyitem22 preview_url="https://p.scdn.co/mp3-preview/7608b1f19ac9b779416ac437b2f9e3aa8bf06086" class="genre" scan=true style="color: #d77c84; top: 136px; left: 241px; font-size: 100%" onclick="playx("2Q9F3D53QeclwbsY24cuxO", "jungle", this);" title="e.g. M-Beat "Incredible"">jungle<a class=navlink href="engenremap-jungle.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
</div></div>
<div id=mirror style="width: 1600px; padding: 32px 533px 16px 533px;">
<div class=canvas style="width: 433px; height: 336px; border: 1px solid gray; background: #404040; top: 64px">
<div id=mirroritem1 preview_url="https://p.scdn.co/mp3-preview/5d9b5a64fb56c92ac2c9000629643b0d40b04b08" class="genre" scan=true style="color: #b2c6a3; top: 300px; left: 99px; font-size: 139%" onclick="playx("3713K3nFuf9PmiUWjaBdZX", "khayal", this);" title="e.g. Bhimsen Joshi "Raga Todi/Khayal,"Aaj more mana lago langarawa": Tala - Teental"">khayal<a class=navlink href="engenremap-khayal.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem2 preview_url="https://p.scdn.co/mp3-preview/9b141892c89a30a11ea345aecd1471e30ac5b95b" class="genre" scan=true style="color: #a7c88c; top: 186px; left: 267px; font-size: 124%" onclick="playx("0LgODbepSswNlLUK8EEH8v", "broadway", this);" title="e.g. Sutton Foster "Anything Goes"">broadway<a class=navlink href="engenremap-broadway.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem3 preview_url="https://p.scdn.co/mp3-preview/de81ba03a2401add219cd4116ae6c39537fa9882" class="genre" scan=true style="color: #a8c878; top: 123px; left: 171px; font-size: 146%" onclick="playx("185kYDE4tOe1dR3ljVMUeG", "west end", this);" title="e.g. Original Cast of Billy Elliot "Electricity"">west end<a class=navlink href="engenremap-westend.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem4 preview_url="https://p.scdn.co/mp3-preview/6181d07273a1148323a3e0044afe7c8f1551b771" class="genre" scan=true style="color: #b8c97e; top: 177px; left: 24px; font-size: 100%" onclick="playx("0Rg4ARYercB7bCrRtTMpo7", "turk sanat muzigi", this);" title="e.g. Mustafa Sağyaşar "Seni Ben Ellerin Olsun Diye Mi Sevdim"">turk sanat muzigi<a class=navlink href="engenremap-turksanatmuzigi.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem5 preview_url="https://p.scdn.co/mp3-preview/2bf131f57c769323f7f0e9070c897a4f3e0463d6" class="genre" scan=true style="color: #a7c673; top: 48px; left: 219px; font-size: 105%" onclick="playx("31caYiEiRVL5dWZLa1YsaE", "barbershop", this);" title="e.g. The Gas House Gang "Lullabye (Goodnight My Angel) - For Ryan"">barbershop<a class=navlink href="engenremap-barbershop.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem6 preview_url="https://p.scdn.co/mp3-preview/749582d795993ebf381e6009670590da1e748f31" class="genre" scan=true style="color: #b0cb71; top: 154px; left: 210px; font-size: 146%" onclick="playx("2vp7QottN3HFbQZftG2cvE", "canzone napoletana", this);" title="e.g. Tony Bruni "Lettere Bruciate"">canzone napoletana<a class=navlink href="engenremap-canzonenapoletana.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem7 preview_url="https://p.scdn.co/mp3-preview/f9621298614489dcb680e79f531433f990e7f656" class="genre" scan=true style="color: #acc794; top: 141px; left: 102px; font-size: 123%" onclick="playx("42WjBJfptqlPaNohSVk6Aj", "tuvan folk", this);" title="e.g. Tuva Ensemble "Kulteginning Kyigyzy"">tuvan folk<a class=navlink href="engenremap-tuvanfolk.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem8 preview_url="https://p.scdn.co/mp3-preview/b98500c3605a1ad1903c13acd67c81a8bbb070b4" class="genre" scan=true style="color: #a6c89a; top: 257px; left: 222px; font-size: 109%" onclick="playx("0BEGcUB8xzHZa3BQfo6MSM", "easy listening", this);" title="e.g. Jackie Gleason "Alone Together"">easy listening<a class=navlink href="engenremap-easylistening.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem9 preview_url="https://p.scdn.co/mp3-preview/a01eb5c9413b4585b7c0258c45b1ebf0d80767b3" class="genre" scan=true style="color: #adc798; top: 0px; left: 180px; font-size: 106%" onclick="playx("630sXRhIcfwr2e4RdNtjKN", "hollywood", this);" title="e.g. Zac Efron "Rewrite The Stars"">hollywood<a class=navlink href="engenremap-hollywood.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem10 preview_url="https://p.scdn.co/mp3-preview/252784499833f9e172ada37ea3e7f7bc3d7401de" class="genre" scan=true style="color: #a4c879; top: 117px; left: 48px; font-size: 117%" onclick="playx("3vSPkAcdkvmMIO23LQAOTa", "school choir", this);" title="e.g. Traditional "St. Columba "The King of Love My Shepherd Is""">school choir<a class=navlink href="engenremap-schoolchoir.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem11 preview_url="https://p.scdn.co/mp3-preview/fcddfd85de0e6fdbd151b20c4b1b64db2cad8c5d" class="genre" scan=true style="color: #accc77; top: 137px; left: 264px; font-size: 105%" onclick="playx("1oJoI2uKyU2ojvOELg4THv", "andalusian classical", this);" title="e.g. Ensemble Ibn Arabi "Duo oud - Quanoun"">andalusian classical<a class=navlink href="engenremap-andalusianclassical.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem12 preview_url="https://p.scdn.co/mp3-preview/092000144ea408ba9e12909c91fc39638cd24219" class="genre" scan=true style="color: #acc980; top: 89px; left: 213px; font-size: 142%" onclick="playx("1CZgbcEZEhHH28HcBFvQIW", "show tunes", this);" title="e.g. Christopher Fitzgerald "Never Ever Getting Rid of Me"">show tunes<a class=navlink href="engenremap-showtunes.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem13 preview_url="https://p.scdn.co/mp3-preview/2a25093244d1834170ec29d19b2a7b4a1aec64ac" class="genre" scan=true style="color: #b6c69a; top: 106px; left: 156px; font-size: 141%" onclick="playx("6jli7CztvkqT31IxYGtHPe", "sarangi", this);" title="e.g. Ram Narayan "Raga Mishra Khamal: Thumri in Teentaal"">sarangi<a class=navlink href="engenremap-sarangi.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem14 preview_url="https://p.scdn.co/mp3-preview/f23e97bb09005bd5216c544078b13521ca26985c" class="genre" scan=true style="color: #b2ca96; top: 249px; left: 0px; font-size: 125%" onclick="playx("6qiWGYHdPvYJDqMDT9M486", "bulgarian folk", this);" title="e.g. Valya Balkanska "Izlel e Delyu Haidutin"">bulgarian folk<a class=navlink href="engenremap-bulgarianfolk.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem15 preview_url="https://p.scdn.co/mp3-preview/3625efa9adc04c866079645055a8ff6f1963df81" class="genre" scan=true style="color: #b2c79c; top: 270px; left: 129px; font-size: 160%" onclick="playx("3fWMFwaJil8fD14JCgwbcL", "hindustani vocal", this);" title="e.g. Rashid Khan "Aaoge Jab Tum"">hindustani vocal<a class=navlink href="engenremap-hindustanivocal.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem16 preview_url="https://p.scdn.co/mp3-preview/a8aeaad10f09948da75d58ab5601d59f1318fc5b" class="genre" scan=true style="color: #afcc75; top: 61px; left: 192px; font-size: 106%" onclick="playx("559tnJqeUVMrHei0TFSyP5", "corsican folk", this);" title="e.g. Surghjenti "Ricordu"">corsican folk<a class=navlink href="engenremap-corsicanfolk.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem17 preview_url="https://p.scdn.co/mp3-preview/381e1a93bb4dd76cf4c48aaba20ed0e7491951b5" class="genre" scan=true style="color: #aeca6d; top: 114px; left: 297px; font-size: 127%" onclick="playx("20mAfUmQvJRfDcpp7EGDe5", "canzone genovese", this);" title="e.g. I Trilli "Trilli trilli"">canzone genovese<a class=navlink href="engenremap-canzonegenovese.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem18 preview_url="https://p.scdn.co/mp3-preview/74c5594b518b0fc02804e36153b6d95d88dd1084" class="genre" scan=true style="color: #afc47a; top: 290px; left: 255px; font-size: 141%" onclick="playx("2I2Mze26qbPLX3MUqgGtW6", "russian folk", this);" title="e.g. Samovar Russian Folk Music Ensemble "Russian Dances"">russian folk<a class=navlink href="engenremap-russianfolk.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem19 preview_url="https://p.scdn.co/mp3-preview/fe0eb8dc6d7d137eaee4ad7917d29eeebe4da1ba" class="genre" scan=true style="color: #a8c868; top: 31px; left: 99px; font-size: 136%" onclick="playx("7dip8AvtVywvQkEMsr1R1P", "christian a cappella", this);" title="e.g. Vocal Union "I Sing The Mighty Power Of God"">christian a cappella<a class=navlink href="engenremap-christianacappella.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
<div id=mirroritem20 preview_url="https://p.scdn.co/mp3-preview/281178eab6a6caec75ad2bf5803c2ad9ce2342e6" class="genre" scan=true style="color: #acc96e; top: 220px; left: 300px; font-size: 129%" onclick="playx("0cbp1UWN5RXMEFlInpY6Ry", "russian romance", this);" title="e.g. Pyotr Leshchenko "У самовара я и моя Маша"">russian romance<a class=navlink href="engenremap-russianromance.html#tunnel" onclick="event.stopPropagation();" >»</a> </div>
</div></div>
<div style="text-align: center; width: 1500px; margin-top: 96px; color: gray">
<a href="https://twitter.com/everynoise" target=twitter>@EveryNoise</a> ·
<a href="http://furia.com" target=furia>glenn mcdonald</a>
</div>
<div style="margin: 16px 533px; width: 433px; text-align: justify; color: gray; display: table">
Every Noise at Once is an ongoing attempt at an algorithmically-generated, readability-adjusted scatter-plot of the musical genre-space, based on data tracked and analyzed for 5,899 genre-shaped distinctions by Spotify as of 2022-06-01.
The calibration is fuzzy, but in general down is more organic, up is more mechanical and electric; left is denser and more atmospheric, right is spikier and bouncier.<br>
<br>Click anything to hear an example of what it sounds like.<br>
<br>Click the » on an artist to go to their Spotify page.<br>
</div>
<center class="sigil" title=s3><br>☊<br>
<div class="display: none"><audio controls="controls" id=spotifyplayer style="visibility: hidden"></audio></div>
</center>
</body>
</html>