-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompilation_album.html
More file actions
908 lines (880 loc) · 109 KB
/
Compilation_album.html
File metadata and controls
908 lines (880 loc) · 109 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<head>
<title>Compilation album - Wikipedia, the free encyclopedia</title>
<meta charset="UTF-8" />
<meta name="generator" content="MediaWiki 1.22wmf1" />
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit" />
<link rel="edit" title="Edit this page" href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit" />
<link rel="apple-touch-icon" href="en.wikipedia.org/apple-touch-icon.png" webstripperwas="//en.wikipedia.org/apple-touch-icon.png" />
<link rel="shortcut icon" href="bits.wikimedia.org/favicon/wikipedia.ico" webstripperwas="//bits.wikimedia.org/favicon/wikipedia.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="http://en.wikipedia.org/w/opensearch_desc.php" title="Wikipedia (en)" />
<link rel="EditURI" type="application/rsd+xml" href="http://en.wikipedia.org/w/api.php?action=rsd" />
<link rel="copyright" href="creativecommons.org/licenses/by-sa/3.0/index.html" webstripperwas="//creativecommons.org/licenses/by-sa/3.0/" />
<link rel="alternate" type="application/atom+xml" title="Wikipedia Atom feed" href="http://en.wikipedia.org/w/index.php?title=Special:RecentChanges&feed=atom" />
<link rel="stylesheet" href="bits.wikimedia.org/en.wikipedia.org/load.php.11.css" webstripperwas="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=ext.gadget.DRN-wizard%2CReferenceTooltips%2Ccharinsert%2Cteahouse%7Cext.wikihiero%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmw.PopUpMediaTransform%7Cskins.vector&only=styles&skin=vector&*" />
<meta name="ResourceLoaderDynamicStyles" content="" />
<link rel="stylesheet" href="bits.wikimedia.org/en.wikipedia.org/load.php.12.css" webstripperwas="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector&*" />
<style>a:lang(ar),a:lang(ckb),a:lang(fa),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}
/* cache key: enwiki:resourceloader:filter:minify-css:7:d11e4771671c2d6cdedf7c90d8131cd5 */</style>
<script src="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector&*"></script>
<script>if(window.mw){
mw.config.set({"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Compilation_album","wgTitle":"Compilation album","wgCurRevisionId":545979100,"wgArticleId":504309,"wgIsArticle":true,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles needing additional references from April 2012","All articles needing additional references","All articles with unsourced statements","Articles with unsourced statements from December 2010","Compilation albums","Album types"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"Compilation_album","wgRestrictionEdit":[],"wgRestrictionMove":[],"wgVectorEnabledModules":{"collapsiblenav":true,"collapsibletabs":true,"editwarning":true,"expandablesearch":false,"footercleanup":true,"sectioneditlinks":false,"experiments":true},"wgWikiEditorEnabledModules":{"toolbar":true,"dialogs":true,"hidesig":true,"templateEditor":false,"templates":false,"preview":false,"previewDialog":false,"publish":false,"toc":false},"wgArticleFeedbackv5Permissions":{"aft-reader":true,"aft-member":false,"aft-editor":false,"aft-monitor":false,"aft-administrator":false,"aft-oversighter":false},"wgVisualEditor":{"isPageWatched":false,"enableSectionEditLinks":false,"reportProblemURL":"http://parsoid.wmflabs.org/_bugs/","enableExperimentalCode":false},"wikilove-recipient":"","wikilove-anon":0,"wgGuidedTourHelpGuiderUrl":"Help:Guided tours/guider","wgGuidedTourTestWikitextDescription":"A guider in your on-wiki tour can contain wikitext using onShow and parseDescription. Use it to create a wikilink to the \u003Ca href=\"/wiki/Help:Guided_tours\" title=\"Help:Guided tours\"\u003EGuided tours documentation\u003C/a\u003E. Or an external link \u003Ca rel=\"nofollow\" class=\"external text\" href=\"https://github.com/tychay/mwgadget.GuidedTour\"\u003Eto GitHub\u003C/a\u003E, for instance.","wgMFPhotoUploadEndpoint":"//commons.wikimedia.org/w/api.php","wgUseFormatCookie":{"name":"mf_mobileFormat","duration":-1,"path":"/","domain":"en.wikipedia.org"},"wgStopMobileRedirectCookie":{"name":"stopMobileRedirect","duration":30,"domain":".wikipedia.org","path":"/"},"wgMFPhotoUploadAppendToDesc":"{{Uploaded from Mobile|platform=Web|version=}}\n{{subst:unc}}","wgImagesDisabled":false,"wgMFMode":"stable","wgIsPageEditable":true,"wgPreferredVariant":"en","wgMFLoginHandshakeUrl":"//commons.wikimedia.org/wiki/Special:LoginHandshake?useformat=mobile","wgFlaggedRevsParams":{"tags":{"status":{"levels":1,"quality":2,"pristine":3}}},"wgStableRevisionId":null,"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","Geo":{"city":"","country":""},"wgNoticeProject":"wikipedia"});
}</script><script>if(window.mw){
mw.loader.implement("user.options",function(){mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":0,"extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"imagesize":2,"justify":0,"math":0,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":false,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"vector","stubthreshold":0,"thumbsize":4,"underline":2,"uselivepreview":0,"usenewrc":0,"watchcreations":1,"watchdefault":0,"watchdeletion":0,"watchlistdays":3
,"watchlisthideanons":0,"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"flaggedrevssimpleui":1,"flaggedrevsstable":0,"flaggedrevseditdiffs":true,"flaggedrevsviewdiffs":false,"vector-simplesearch":1,"useeditwarning":1,"vector-collapsiblenav":1,"usebetatoolbar":1,"usebetatoolbar-cgd":1,"aftv5-last-filter":null,"wikilove-enabled":1,"echo-subscriptions-web-page-review":true,"echo-subscriptions-email-page-review":true,"ep_showtoplink":false,"ep_bulkdelorgs":false,"ep_bulkdelcourses":true,"ep_showdyk":true,"variant":"en","language":"en","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false,"searchNs100":false,"searchNs101":false,"searchNs108":false,"searchNs109":
false,"searchNs446":false,"searchNs447":false,"searchNs710":false,"searchNs711":false,"searchNs828":false,"searchNs829":false,"gadget-teahouse":1,"gadget-ReferenceTooltips":1,"gadget-HotCat":1,"gadget-DRN-wizard":1,"gadget-charinsert":1,"gadget-mySandbox":1});},{},{});mw.loader.implement("user.tokens",function(){mw.user.tokens.set({"editToken":"+\\","patrolToken":false,"watchToken":false});},{},{});
/* cache key: enwiki:resourceloader:filter:minify-js:7:f01864140ec2ba42468570048b875f39 */
}</script>
<script>if(window.mw){
mw.loader.load(["mediawiki.page.startup","mediawiki.legacy.wikibits","mediawiki.legacy.ajax","ext.vector.footerCleanup","ext.wikimediaShopLink.core","ext.postEdit","wikibase.client.init","ext.centralNotice.bannerController"]);
}</script>
<script src="//bits.wikimedia.org/geoiplookup"></script><link rel="dns-prefetch" href="//meta.wikimedia.org" /><!--[if lt IE 7]><style type="text/css">body{behavior:url("http://en.wikipedia.org/wiki/en.wikipedia.org/w/static-1.22wmf1/skins/vector/csshover.min.htc")}</style><![endif]--></head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Compilation_album skin-vector action-view vector-animateLayout">
<div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<!-- content -->
<div id="content" class="mw-body" role="main">
<a id="top"></a>
<div id="mw-js-message" style="display:none;"></div>
<!-- sitenotice -->
<div id="siteNotice"><!-- CentralNotice --></div>
<!-- /sitenotice -->
<!-- firstHeading -->
<h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Compilation album</span></h1>
<!-- /firstHeading -->
<!-- bodyContent -->
<div id="bodyContent">
<!-- tagline -->
<div id="siteSub">From Wikipedia, the free encyclopedia</div>
<!-- /tagline -->
<!-- subtitle -->
<div id="contentSub"></div>
<!-- /subtitle -->
<!-- jumpto -->
<div id="jump-to-nav" class="mw-jump">
Jump to: <a href="#mw-navigation">navigation</a>, <a href="#p-search">search</a>
</div>
<!-- /jumpto -->
<!-- bodycontent -->
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><table class="metadata plainlinks ambox ambox-content ambox-Refimprove" style="">
<tr>
<td class="mbox-image">
<div style="width: 52px;"><img alt="" src="upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" webstripperwas="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" width="50" height="39" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png 2x" /></div>
</td>
<td class="mbox-text" style=""><span class="mbox-text-span">This article <b>needs additional citations for verification</b>. <span class="hide-when-compact">Please help <a class="external text" href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit" >improve this article</a> by <a href="Help3AIntroduction_to_referencing/1.html" webstripperwas="/wiki/Help:Introduction_to_referencing/1" title="Help:Introduction to referencing/1">adding citations to reliable sources</a>. Unsourced material may be <a href="Template3ACitation_needed" webstripperwas="http://en.wikipedia.org/wiki/Template:Citation_needed" title="Template:Citation needed">challenged</a> and <a href="Wikipedia3AVerifiability.html#Burden_of_evidence" webstripperwas="/wiki/Wikipedia:Verifiability#Burden_of_evidence" title="Wikipedia:Verifiability">removed</a>.</span> <small><i>(April 2012)</i></small> </span></td>
</tr>
</table>
<p>A <b>compilation album</b> is an <a href="Album" webstripperwas="http://en.wikipedia.org/wiki/Album" title="Album">album</a> (music or <a href="Spoken-word" webstripperwas="http://en.wikipedia.org/wiki/Spoken-word" title="Spoken-word" class="mw-redirect">spoken-word</a>) featuring tracks from one or more <a href="Recording_artist" webstripperwas="http://en.wikipedia.org/wiki/Recording_artist" title="Recording artist" class="mw-redirect">performers</a>, often culled from a variety of sources (such as <a href="Studio_album" webstripperwas="http://en.wikipedia.org/wiki/Studio_album" title="Studio album">studio albums</a>, <a href="Live_album" webstripperwas="http://en.wikipedia.org/wiki/Live_album" title="Live album">live albums</a>, <a href="Singles_(music)" webstripperwas="http://en.wikipedia.org/wiki/Singles_(music)" title="Singles (music)" class="mw-redirect">singles</a>, <a href="Demo_(music)" webstripperwas="http://en.wikipedia.org/wiki/Demo_(music)" title="Demo (music)">demos</a> and <a href="Outtake" webstripperwas="http://en.wikipedia.org/wiki/Outtake" title="Outtake">outtakes</a>.) The tracks are usually collected according to a common characteristic, such as popularity, genre, source or subject matter. When the tracks are all essentially by the same recording artist, a <i>compilation album</i> is often referred to as a <b>retrospective album</b>. Compilation albums may employ traditional <a href="Product_bundling" webstripperwas="http://en.wikipedia.org/wiki/Product_bundling" title="Product bundling">product bundling</a> strategies.</p>
<table id="toc" class="toc">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Common_types"><span class="tocnumber">1</span> <span class="toctext">Common types</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Charts"><span class="tocnumber">2</span> <span class="toctext">Charts</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#List_of_notable_compilation_series"><span class="tocnumber">3</span> <span class="toctext">List of notable compilation series</span></a>
<ul>
<li class="toclevel-2 tocsection-4"><a href="#United_States_and_United_Kingdom"><span class="tocnumber">3.1</span> <span class="toctext">United States and United Kingdom</span></a>
<ul>
<li class="toclevel-3 tocsection-5"><a href="#1960s.E2.80.931970s"><span class="tocnumber">3.1.1</span> <span class="toctext">1960s–1970s</span></a></li>
<li class="toclevel-3 tocsection-6"><a href="#1980s"><span class="tocnumber">3.1.2</span> <span class="toctext">1980s</span></a></li>
<li class="toclevel-3 tocsection-7"><a href="#1990s"><span class="tocnumber">3.1.3</span> <span class="toctext">1990s</span></a></li>
<li class="toclevel-3 tocsection-8"><a href="#2000s"><span class="tocnumber">3.1.4</span> <span class="toctext">2000s</span></a></li>
</ul>
</li>
<li class="toclevel-2 tocsection-9"><a href="#Australia"><span class="tocnumber">3.2</span> <span class="toctext">Australia</span></a></li>
<li class="toclevel-2 tocsection-10"><a href="#Japan"><span class="tocnumber">3.3</span> <span class="toctext">Japan</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-11"><a href="#See_also"><span class="tocnumber">4</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-12"><a href="#References"><span class="tocnumber">5</span> <span class="toctext">References</span></a></li>
</ul>
</td>
</tr>
</table>
<h2><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=1" title="Edit section: Common types">edit</a>]</span> <span class="mw-headline" id="Common_types">Common types</span></h2>
<p>Common types of compilation include:</p>
<ul>
<li><b>"<a href="Greatest_hits" webstripperwas="http://en.wikipedia.org/wiki/Greatest_hits" title="Greatest hits" class="mw-redirect">Greatest hits</a>", "best of", or "singles collection"</b> LPs, gathering together an artist's or a group's best-known songs. If the artist or group continues to record, compilers commonly include one or more previously unreleased tracks as an incentive for fans to buy the album, even if they already have the other material on the compilation.</li>
<li><b>Other single-artist compilations</b>, such as <a href="Rare,_Vol._1" webstripperwas="http://en.wikipedia.org/wiki/Rare,_Vol._1" title="Rare, Vol. 1">rarities</a> or <a href="B-side" webstripperwas="http://en.wikipedia.org/wiki/B-side" title="B-side" class="mw-redirect">B-side</a> collections, albums compiled from radio sessions, songs performed by an artist exclusively for a <a href="Film_soundtrack" webstripperwas="http://en.wikipedia.org/wiki/Film_soundtrack" title="Film soundtrack" class="mw-redirect">film soundtrack</a> or collections that combine multiple releases, such as <a href="Album" webstripperwas="http://en.wikipedia.org/wiki/Album" title="Album">LPs</a> and <a href="Extended_play" webstripperwas="http://en.wikipedia.org/wiki/Extended_play" title="Extended play">EPs</a> together on one or more <a href="Compact_disc" webstripperwas="http://en.wikipedia.org/wiki/Compact_disc" title="Compact disc">compact discs</a>. Such compilations generally target existing fans of the artist and have little <a href="Mainstream" webstripperwas="http://en.wikipedia.org/wiki/Mainstream" title="Mainstream">mainstream</a> appeal, though <a href="Postmortem" webstripperwas="http://en.wikipedia.org/wiki/Postmortem" title="Postmortem" class="mw-redirect">postmortem</a> compilations of unreleased materials from recently deceased artists have significant popularity<sup class="Template-Fact" style="white-space:nowrap;">[<i><a href="Wikipedia3ACitation_needed.html" webstripperwas="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (December 2010)">citation needed</span></a></i>]</sup>.</li>
<li><b><a href="Box_set" webstripperwas="http://en.wikipedia.org/wiki/Box_set" title="Box set">Box sets</a></b>, elaborate multi-disc collections often covering the entire breadth of an artist's career or the full sweep of an entire record label or genre. Many <a href="Anthology" webstripperwas="http://en.wikipedia.org/wiki/Anthology" title="Anthology">anthologies</a> are released in this format.</li>
<li><b>Various artist themed compilations</b>, e.g. love songs, <a href="Christmas" webstripperwas="http://en.wikipedia.org/wiki/Christmas" title="Christmas">Christmas</a> songs, songs featuring a particular instrument (such as <a href="Saxophone" webstripperwas="http://en.wikipedia.org/wiki/Saxophone" title="Saxophone">saxophone</a> or <a href="Piano" webstripperwas="http://en.wikipedia.org/wiki/Piano" title="Piano">piano</a>), and countless other variations.</li>
<li><b>Various artist genre compilations</b>, e.g. <a href="Jazz" webstripperwas="http://en.wikipedia.org/wiki/Jazz" title="Jazz">jazz</a>, <a href="Synthpop" webstripperwas="http://en.wikipedia.org/wiki/Synthpop" title="Synthpop">synthpop</a>, <a href="Rock_music" webstripperwas="http://en.wikipedia.org/wiki/Rock_music" title="Rock music">rock</a>, etc. These may be from the same time period (Year, decade or era, for example), or may incorporate a common theme, as a <a href="Soundtrack" webstripperwas="http://en.wikipedia.org/wiki/Soundtrack" title="Soundtrack">soundtrack</a> exemplifies well.</li>
<li><b>Various artist hit compilations</b>. This has been a very successful part of the album market since the early 1970s. Recent hit <a href="Single_(music)" webstripperwas="http://en.wikipedia.org/wiki/Single_(music)" title="Single (music)">singles</a> are gathered together in one place. In the 1970s, these were often single <a href="Vinyl_record" webstripperwas="http://en.wikipedia.org/wiki/Vinyl_record" title="Vinyl record" class="mw-redirect">vinyl LPs</a> with 10 to 12 tracks or more. In the 1980s, a double album with 6 or 8 tracks on each side became the norm. Now that <a href="CD" webstripperwas="http://en.wikipedia.org/wiki/CD" title="CD" class="mw-redirect">CDs</a> are the dominant format, these compilations are usually released on one, two, or three CDs.</li>
<li><b>Promotional compilations</b> or <b><a href="Sampler_(record)" webstripperwas="http://en.wikipedia.org/wiki/Sampler_(record)" title="Sampler (record)" class="mw-redirect">Samplers</a></b>. These are creative, successful forms of promotion for artists and/or record labels to promote their music. Generally, these types of releases are free or cost very little for the consumer or end listener. <a href="Elektra_Records" webstripperwas="http://en.wikipedia.org/wiki/Elektra_Records" title="Elektra Records">Elektra Records</a> released the first sampler albums: in the 1950s.</li>
<li><b>Private label promotional compilations</b>. Promotional compilation CDs can be private labeled for products, retail outlets, or commercial organizations or non-profit organizations. Artists and labels like to co-brand themselves with well-known brands for marketing purposes, and transversely well-known brands like to co-brand themselves with artists.</li>
<li><b>Business-to-business promotional compilations</b>. The music industry may use other types of promotional compilations within a <a href="Business-to-business" webstripperwas="http://en.wikipedia.org/wiki/Business-to-business" title="Business-to-business">business-to-business</a> context to promote artists to media concerns (radio stations, music supervisors for TV, film or video games for synchronization)</li>
<li><b>Composer/producer albums</b>. Many hip-hop and reggaeton producers will release a compilation album which features various artists, but with each track composed by the same producer.</li>
</ul>
<h2><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=2" title="Edit section: Charts">edit</a>]</span> <span class="mw-headline" id="Charts">Charts</span></h2>
<p>In the United Kingdom, <a href="The_Official_Charts_Company" webstripperwas="http://en.wikipedia.org/wiki/The_Official_Charts_Company" title="The Official Charts Company" class="mw-redirect">The Official Charts Company</a> compiles a weekly compilation albums chart, limited to <a href="Various_Artists" webstripperwas="http://en.wikipedia.org/wiki/Various_Artists" title="Various Artists">Various Artists</a> compilations and soundtrack compilations.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span>[</span>1<span>]</span></a></sup></p>
<h2><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=3" title="Edit section: List of notable compilation series">edit</a>]</span> <span class="mw-headline" id="List_of_notable_compilation_series">List of notable compilation series</span></h2>
<h3><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=4" title="Edit section: United States and United Kingdom">edit</a>]</span> <span class="mw-headline" id="United_States_and_United_Kingdom">United States and United Kingdom</span></h3>
<h4><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=5" title="Edit section: 1960s–1970s">edit</a>]</span> <span class="mw-headline" id="1960s.E2.80.931970s">1960s–1970s</span></h4>
<ul>
<li><i><a href="Motown_Chartbusters" webstripperwas="http://en.wikipedia.org/wiki/Motown_Chartbusters" title="Motown Chartbusters">Motown Chartbusters</a></i> (<a href="Motown" webstripperwas="http://en.wikipedia.org/wiki/Motown" title="Motown">Motown</a>, 1967–1982), series of 12 label samplers plus variants</li>
<li><i><a href="The_Rock_Machine_Turns_You_On" webstripperwas="http://en.wikipedia.org/wiki/The_Rock_Machine_Turns_You_On" title="The Rock Machine Turns You On">The Rock Machine Turns You On</a></i> (1968) and subsequent budget-price samplers produced by <a href="Columbia_Records" webstripperwas="http://en.wikipedia.org/wiki/Columbia_Records" title="Columbia Records">CBS</a> in the UK</li>
<li><i><a href="You_Can_All_Join_In" webstripperwas="http://en.wikipedia.org/wiki/You_Can_All_Join_In" title="You Can All Join In">You Can All Join In</a></i> (1969), first of a series of <a href="Island_Records" webstripperwas="http://en.wikipedia.org/wiki/Island_Records" title="Island Records">Island Records</a> samplers</li>
<li><i><a href="Nuggets3A_Original_Artyfacts_from_the_First_Psychedelic_Era,_1965$E2$80$931968" webstripperwas="http://en.wikipedia.org/wiki/Nuggets:_Original_Artyfacts_from_the_First_Psychedelic_Era,_1965%E2%80%931968" title="Nuggets: Original Artyfacts from the First Psychedelic Era, 1965–1968">Nuggets</a></i> (<a href="Elektra_Records" webstripperwas="http://en.wikipedia.org/wiki/Elektra_Records" title="Elektra Records">Elektra</a>, 1972) collection of 1960s <a href="Garage_rock" webstripperwas="http://en.wikipedia.org/wiki/Garage_rock" title="Garage rock">garage rock</a></li>
</ul>
<h4><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=6" title="Edit section: 1980s">edit</a>]</span> <span class="mw-headline" id="1980s">1980s</span></h4>
<ul>
<li><i><a href="Now_That$27s_What_I_Call_Music!" webstripperwas="http://en.wikipedia.org/wiki/Now_That%27s_What_I_Call_Music!" title="Now That's What I Call Music!">Now That's What I Call Music!</a></i> (<a href="Polygram" webstripperwas="http://en.wikipedia.org/wiki/Polygram" title="Polygram" class="mw-redirect">Polygram</a>/<a href="Virgin_Records" webstripperwas="http://en.wikipedia.org/wiki/Virgin_Records" title="Virgin Records">Virgin</a>/<a href="EMI" webstripperwas="http://en.wikipedia.org/wiki/EMI" title="EMI">EMI</a>, 1983–present) – recent hit singles</li>
<li><i><a href="Hits_(compilation_series)" webstripperwas="http://en.wikipedia.org/wiki/Hits_(compilation_series)" title="Hits (compilation series)">The Hits Album</a></i> (<a href="CBS" webstripperwas="http://en.wikipedia.org/wiki/CBS" title="CBS">CBS</a>/<a href="Warner_Music_Group" webstripperwas="http://en.wikipedia.org/wiki/Warner_Music_Group" title="Warner Music Group">WEA</a>, 1984–1991 and <a href="Telstar" webstripperwas="http://en.wikipedia.org/wiki/Telstar" title="Telstar">Telstar</a>/<a href="Global_TV" webstripperwas="http://en.wikipedia.org/wiki/Global_TV" title="Global TV" class="mw-redirect">Global TV</a>, 1993-1994, 1995–2006) – recent hits</li>
<li><i><a href="A_Very_Special_Christmas" webstripperwas="http://en.wikipedia.org/wiki/A_Very_Special_Christmas" title="A Very Special Christmas">A Very Special Christmas</a></i> (<a href="A$26M_Records" webstripperwas="http://en.wikipedia.org/wiki/A%26M_Records" title="A&M Records">A&M</a>, 1987–2009) Christmas album benefiting the <a href="Special_Olympics" webstripperwas="http://en.wikipedia.org/wiki/Special_Olympics" title="Special Olympics">Special Olympics</a></li>
<li><i><a href="Deep_Six_(album)" webstripperwas="http://en.wikipedia.org/wiki/Deep_Six_(album)" title="Deep Six (album)">Deep Six (album)</a></i> (<a href="C/Z_Records" webstripperwas="http://en.wikipedia.org/wiki/C/Z_Records" title="C/Z Records">C/Z Records</a>, 1985-Present) Compilation of several bands from Seattle, one of the first ever grunge releases</li>
</ul>
<h4><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=7" title="Edit section: 1990s">edit</a>]</span> <span class="mw-headline" id="1990s">1990s</span></h4>
<ul>
<li><i><a href="Mushroom_Jazz" webstripperwas="http://en.wikipedia.org/wiki/Mushroom_Jazz" title="Mushroom Jazz">Mushroom Jazz</a></i> (<a href="Om_Records" webstripperwas="http://en.wikipedia.org/wiki/Om_Records" title="Om Records">Om Records</a>, (1992–present) – genre <a href="Broken_beat" webstripperwas="http://en.wikipedia.org/wiki/Broken_beat" title="Broken beat">broken beat</a>/<a href="Nu_jazz" webstripperwas="http://en.wikipedia.org/wiki/Nu_jazz" title="Nu jazz">nu jazz</a>/<a href="Hip-hop" webstripperwas="http://en.wikipedia.org/wiki/Hip-hop" title="Hip-hop" class="mw-redirect">hip-hop</a></li>
<li><i><a href="The_Best..._Album_in_the_World...Ever!" webstripperwas="http://en.wikipedia.org/wiki/The_Best..._Album_in_the_World...Ever!" title="The Best... Album in the World...Ever!">The Best... Album in the World...Ever!</a></i> (<a href="Virgin_Records" webstripperwas="http://en.wikipedia.org/wiki/Virgin_Records" title="Virgin Records">Virgin Records</a>, 1993–present) – genre & themed (e.g. The Best Christmas...)</li>
<li><i><a href="Sessions_(compilation_series)" webstripperwas="http://en.wikipedia.org/wiki/Sessions_(compilation_series)" title="Sessions (compilation series)">Sessions</a></i> (<a href="Ministry_of_Sound" webstripperwas="http://en.wikipedia.org/wiki/Ministry_of_Sound" title="Ministry of Sound">Ministry of Sound</a>, 1993–present. Includes <i>Summer Sessions</i>, <i>Chillout Session</i>, <i>Defected Sessions</i> etc. – genre (Dance/electronic)</li>
<li><i><a href="Caf$C3$A9_del_Mar" webstripperwas="http://en.wikipedia.org/wiki/Caf%C3%A9_del_Mar" title="Café del Mar">Café del Mar</a></i> (<a href="http://en.wikipedia.org/w/index.php?title=Manifesto_(label)&action=edit&redlink=1" class="new" title="Manifesto (label) (page does not exist)">Manifesto</a>, 1994–present) – genre (dance/ambient)</li>
<li><i><a href="Jock_Jams" webstripperwas="http://en.wikipedia.org/wiki/Jock_Jams" title="Jock Jams">Jock Jams</a></i> (<a href="Tommy_Boy_(label)" webstripperwas="http://en.wikipedia.org/wiki/Tommy_Boy_(label)" title="Tommy Boy (label)" class="mw-redirect">Tommy Boy</a>, 1995–~2001) – genre and themed (dance/techno/sports)</li>
<li><i><a href="The_Annual" webstripperwas="http://en.wikipedia.org/wiki/The_Annual" title="The Annual">The Annual</a></i> (<a href="Ministry_of_Sound" webstripperwas="http://en.wikipedia.org/wiki/Ministry_of_Sound" title="Ministry of Sound">Ministry of Sound</a>). 1995–present. The World's best selling dance series. – genre (Dance/electronic)</li>
<li><i><a href="DJ-Kicks" webstripperwas="http://en.wikipedia.org/wiki/DJ-Kicks" title="DJ-Kicks">DJ-Kicks</a></i> (<a href="Studio_!K7" webstripperwas="http://en.wikipedia.org/wiki/Studio_!K7" title="Studio !K7">!K7</a>, 1995-present)</li>
<li><i><a href="Bonkers_(compilation)" webstripperwas="http://en.wikipedia.org/wiki/Bonkers_(compilation)" title="Bonkers (compilation)" class="mw-redirect">Bonkers</a></i> (<a href="Resist_Music" webstripperwas="http://en.wikipedia.org/wiki/Resist_Music" title="Resist Music" class="mw-redirect">Resist Music</a>, 1996–present) – genre (<a href="Happy_hardcore" webstripperwas="http://en.wikipedia.org/wiki/Happy_hardcore" title="Happy hardcore">happy hardcore</a>/UK)</li>
<li><i><a href="Global_Underground" webstripperwas="http://en.wikipedia.org/wiki/Global_Underground" title="Global Underground">Global Underground</a></i> (<a href="Boxed" webstripperwas="http://en.wikipedia.org/wiki/Boxed" title="Boxed">Boxed</a>, 1996–present) – genre (Dance/electronic)</li>
<li><i><a href="WOW_series" webstripperwas="http://en.wikipedia.org/wiki/WOW_series" title="WOW series">"WOW"</a></i>, 1996-present – genre (<a href="Contemporary_Christian_music" webstripperwas="http://en.wikipedia.org/wiki/Contemporary_Christian_music" title="Contemporary Christian music">Contemporary Christian music</a>)</li>
<li><i><a href="Dance_Nation_(record)" webstripperwas="http://en.wikipedia.org/wiki/Dance_Nation_(record)" title="Dance Nation (record)" class="mw-redirect">Dance Nation</a></i>, 1996–present, Ministry of Sound – genre (Dance/electronic)</li>
<li><i><a href="Pure_Moods" webstripperwas="http://en.wikipedia.org/wiki/Pure_Moods" title="Pure Moods">Pure Moods</a></i> (<a href="Virgin_Records" webstripperwas="http://en.wikipedia.org/wiki/Virgin_Records" title="Virgin Records">Virgin Records</a>, 1997–2004) – genre (<a href="New_Age_music" webstripperwas="http://en.wikipedia.org/wiki/New_Age_Music" title="New Age Music" class="mw-redirect">New age</a>)</li>
<li><i><a href="EMI_Songbook_Series" webstripperwas="http://en.wikipedia.org/wiki/EMI_Songbook_Series" title="EMI Songbook Series">EMI Songbook Series</a></i> (<a href="EMI" webstripperwas="http://en.wikipedia.org/wiki/EMI" title="EMI">EMI</a>, 1999, spotlight of favorite music of featured artist)</li>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=20th_Century_Masters:_The_Millennium_Collection&action=edit&redlink=1" class="new" title="20th Century Masters: The Millennium Collection (page does not exist)">20th Century Masters: The Millennium Collection</a></i> ((<a href="Universal_Music_Group" webstripperwas="http://en.wikipedia.org/wiki/Universal_Music_Group" title="Universal Music Group">Universal Music Group</a>, 1999–present))</li>
<li><i><a href="Have_a_Nice_Day_(CD_series)" webstripperwas="http://en.wikipedia.org/wiki/Have_a_Nice_Day_(CD_series)" title="Have a Nice Day (CD series)" class="mw-redirect">Have a Nice Day (CD series)</a></i> - 70s music (<a href="Rhino_Records" webstripperwas="http://en.wikipedia.org/wiki/Rhino_Records" title="Rhino Records" class="mw-redirect">Rhino Records</a>, 1990–1996, 25 volumes)</li>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=Trance_Nation&action=edit&redlink=1" class="new" title="Trance Nation (page does not exist)">Trance Nation</a></i> (Ministry of Sound), 1999–present – genre (Dance/electronic)</li>
<li><i><a href="In_Search_of_Sunrise_(series)" webstripperwas="http://en.wikipedia.org/wiki/In_Search_of_Sunrise_(series)" title="In Search of Sunrise (series)">In Search Of Sunrise</a></i> (Songbird), 1999–present – genre (Dance/electronic)</li>
</ul>
<h4><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=8" title="Edit section: 2000s">edit</a>]</span> <span class="mw-headline" id="2000s">2000s</span></h4>
<ul>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=Clubbers_Guide_to...&action=edit&redlink=1" class="new" title="Clubbers Guide to... (page does not exist)">Clubbers Guide to...</a></i>, 2000–present, <a href="Ministry_of_Sound" webstripperwas="http://en.wikipedia.org/wiki/Ministry_of_Sound" title="Ministry of Sound">Ministry of Sound</a> – genre (Dance/electronic)</li>
<li><i><a href="The_Essential_(disambiguation)" webstripperwas="http://en.wikipedia.org/wiki/The_Essential_(disambiguation)" title="The Essential (disambiguation)" class="mw-redirect">The Essential</a></i> (<a href="Sony_BMG" webstripperwas="http://en.wikipedia.org/wiki/Sony_BMG" title="Sony BMG">Sony BMG</a>, 2000–present)</li>
<li><i><a href="Gold_(album_series)" webstripperwas="http://en.wikipedia.org/wiki/Gold_(album_series)" title="Gold (album series)">Gold</a></i> (<a href="Universal_Music_Group" webstripperwas="http://en.wikipedia.org/wiki/Universal_Music_Group" title="Universal Music Group">Universal Music Group</a>, 2005–present)</li>
<li><i><a href="Saint-Germain-des-Pr$C3$A9s_Caf$C3$A9" webstripperwas="http://en.wikipedia.org/wiki/Saint-Germain-des-Pr%C3%A9s_Caf%C3%A9" title="Saint-Germain-des-Prés Café">Saint-Germain-des-Prés Café</a></i>, (2001–present) – genre <a href="Nu_jazz" webstripperwas="http://en.wikipedia.org/wiki/Nu_jazz" title="Nu jazz">nu jazz</a>/<a href="Deep_house" webstripperwas="http://en.wikipedia.org/wiki/Deep_house" title="Deep house">deep house</a></li>
<li><i><a href="Simply_the_Best_(series)" webstripperwas="http://en.wikipedia.org/wiki/Simply_the_Best_(series)" title="Simply the Best (series)">Simply the Best...</a></i>, (<a href="Warner_Bros._Records" webstripperwas="http://en.wikipedia.org/wiki/Warner_Bros._Records" title="Warner Bros. Records">Warner Music</a>) – genre & themed (e.g. <i><a href="Simply_The_Best_Movie_Album" webstripperwas="http://en.wikipedia.org/wiki/Simply_The_Best_Movie_Album" title="Simply The Best Movie Album" class="mw-redirect">Simply The Best Movie Album</a></i>)</li>
<li><i><a href="Endzeit_Bunkertracks" webstripperwas="http://en.wikipedia.org/wiki/Endzeit_Bunkertracks" title="Endzeit Bunkertracks">Endzeit Bunkertracks</a></i>, (<a href="Alfa_Matrix" webstripperwas="http://en.wikipedia.org/wiki/Alfa_Matrix" title="Alfa Matrix">Alfa Matrix</a>, 2005–present) – genre <a href="Electro-Industrial" webstripperwas="http://en.wikipedia.org/wiki/Electro-Industrial" title="Electro-Industrial" class="mw-redirect">Electro-Industrial</a>/<a href="Noise" webstripperwas="http://en.wikipedia.org/wiki/Noise" title="Noise">Noise</a>/<a href="Dark_Electro" webstripperwas="http://en.wikipedia.org/wiki/Dark_Electro" title="Dark Electro" class="mw-redirect">Dark Electro</a></li>
<li><i><a href="Dark_Was_The_Night" webstripperwas="http://en.wikipedia.org/wiki/Dark_Was_The_Night" title="Dark Was The Night" class="mw-redirect">Dark Was The Night</a></i> (<a href="4AD" webstripperwas="http://en.wikipedia.org/wiki/4AD" title="4AD">4AD</a>, 2009–present) - Contains songs from many <a href="Indie_music" webstripperwas="http://en.wikipedia.org/wiki/Indie_music" title="Indie music" class="mw-redirect">independent</a> artists. A part of the <a href="http://en.wikipedia.org/w/index.php?title=AIDS_Benefit_Series&action=edit&redlink=1" class="new" title="AIDS Benefit Series (page does not exist)">AIDS Benefit Series</a>.</li>
<li><i><a href="Essential_R$26B" webstripperwas="http://en.wikipedia.org/wiki/Essential_R%26B" title="Essential R&B">Essential R&B</a></i> (<a href="Sony_BMG" webstripperwas="http://en.wikipedia.org/wiki/Sony_BMG" title="Sony BMG">Sony BMG</a>, 2004–present)</li>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=Housexy&action=edit&redlink=1" class="new" title="Housexy (page does not exist)">Housexy</a></i> (<a href="Ministry_of_Sound" webstripperwas="http://en.wikipedia.org/wiki/Ministry_of_Sound" title="Ministry of Sound">Ministry of Sound</a>), 2005–present – genre (Dance/electronic)</li>
<li><i><a href="Fabriclive" webstripperwas="http://en.wikipedia.org/wiki/Fabriclive" title="Fabriclive" class="mw-redirect">Fabriclive</a></i> (<a href="Fabric_(club)" webstripperwas="http://en.wikipedia.org/wiki/Fabric_(club)" title="Fabric (club)">Fabric</a>, 2000–present)</li>
<li><i><a href="Punk_Goes..." webstripperwas="http://en.wikipedia.org/wiki/Punk_Goes..." title="Punk Goes...">Punk Goes...</a></i> (<a href="Fearless_Records" webstripperwas="http://en.wikipedia.org/wiki/Fearless_Records" title="Fearless Records">Fearless Records</a>, 2000–present) - genre <a href="Pop_music" webstripperwas="http://en.wikipedia.org/wiki/Pop_music" title="Pop music">pop</a>/<a href="Punk_rock" webstripperwas="http://en.wikipedia.org/wiki/Punk_rock" title="Punk rock">punk</a>/<a href="Heavy_metal_music" webstripperwas="http://en.wikipedia.org/wiki/Heavy_metal_music" title="Heavy metal music">metal</a></li>
</ul>
<h3><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=9" title="Edit section: Australia">edit</a>]</span> <span class="mw-headline" id="Australia">Australia</span></h3>
<ul>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=100%25_Hits&action=edit&redlink=1" class="new" title="100% Hits (page does not exist)">100% Hits</a></i> – Top-40 tracks</li>
<li><i><a href="The_Annual" webstripperwas="http://en.wikipedia.org/wiki/The_Annual" title="The Annual">Ministry Of Sound Annuals</a></i> – dance music (yearly)</li>
<li><i><a href="http://en.wikipedia.org/w/index.php?title=House_Party!&action=edit&redlink=1" class="new" title="House Party! (page does not exist)">House Party!</a></i> - dance music</li>
<li><i><a href="So_Fresh" webstripperwas="http://en.wikipedia.org/wiki/So_Fresh" title="So Fresh">So Fresh</a></i> – Top-20 tracks, quarterly, with an additional 20 tracks each summer, comprising the best-selling tracks of the year</li>
<li><i><a href="Triple_J_Hottest_100" webstripperwas="http://en.wikipedia.org/wiki/Triple_J_Hottest_100" title="Triple J Hottest 100">Triple J Hottest 100</a></i> – a selection from the overall yearly poll</li>
<li><i><a href="Now!_That$27s_What_I_Call_Music" webstripperwas="http://en.wikipedia.org/wiki/Now!_That%27s_What_I_Call_Music" title="Now! That's What I Call Music" class="mw-redirect">Now</a></i> – Top-20 tracks, quarterly (similar to So Fresh)</li>
</ul>
<h3><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=10" title="Edit section: Japan">edit</a>]</span> <span class="mw-headline" id="Japan">Japan</span></h3>
<ul>
<li><i><a href="Super_Eurobeat" webstripperwas="http://en.wikipedia.org/wiki/Super_Eurobeat" title="Super Eurobeat">Super Eurobeat</a></i> (<a href="Avex_Group" webstripperwas="http://en.wikipedia.org/wiki/Avex_Group" title="Avex Group">Avex</a>, 1991–present) – genre : <a href="Eurobeat" webstripperwas="http://en.wikipedia.org/wiki/Eurobeat" title="Eurobeat">eurobeat</a></li>
<li><i><a href="Dancemania" webstripperwas="http://en.wikipedia.org/wiki/Dancemania" title="Dancemania">Dancemania</a></i> (<a href="Toshiba_EMI" webstripperwas="http://en.wikipedia.org/wiki/Toshiba_EMI" title="Toshiba EMI" class="mw-redirect">Toshiba EMI</a>, 1996–present) – genre : dance</li>
<li><i><a href="Image" webstripperwas="http://en.wikipedia.org/wiki/Image" title="Image">Image</a></i> (<a href="Sony_Music_Entertainment_Japan" webstripperwas="http://en.wikipedia.org/wiki/Sony_Music_Entertainment_Japan" title="Sony Music Entertainment Japan">Sony Music Entertainment Japan</a>, 2000–present) - genre : <a href="Easy_listening" webstripperwas="http://en.wikipedia.org/wiki/Easy_listening" title="Easy listening">easy listening</a></li>
</ul>
<h2><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=11" title="Edit section: See also">edit</a>]</span> <span class="mw-headline" id="See_also">See also</span></h2>
<ul>
<li><a href="List_of_garage_rock_and_psychedelic_rock_compilation_albums" webstripperwas="http://en.wikipedia.org/wiki/List_of_garage_rock_and_psychedelic_rock_compilation_albums" title="List of garage rock and psychedelic rock compilation albums">List of garage rock and psychedelic rock compilation albums</a></li>
<li><a href="List_of_punk_compilation_albums" webstripperwas="http://en.wikipedia.org/wiki/List_of_punk_compilation_albums" title="List of punk compilation albums">List of punk compilation albums</a></li>
<li><a href="Mix_album" webstripperwas="http://en.wikipedia.org/wiki/Mix_album" title="Mix album" class="mw-redirect">Mix album</a></li>
<li><a href="Mixtape" webstripperwas="http://en.wikipedia.org/wiki/Mixtape" title="Mixtape">Mixtape</a></li>
<li><a href="Product_bundling" webstripperwas="http://en.wikipedia.org/wiki/Product_bundling" title="Product bundling">Product bundling</a></li>
<li><a href="Shovelware" webstripperwas="http://en.wikipedia.org/wiki/Shovelware" title="Shovelware">Shovelware</a></li>
</ul>
<h2><span class="editsection">[<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit&section=12" title="Edit section: References">edit</a>]</span> <span class="mw-headline" id="References">References</span></h2>
<div class="reflist" style="list-style-type: decimal;">
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text">"<a rel="nofollow" class="external text" href="http://www.bbc.co.uk/radio1/chart/compilations" >UK Top 40 Compilation Albums</a>", <a href="BBC" webstripperwas="http://en.wikipedia.org/wiki/BBC" title="BBC">BBC</a>, retrieved 2012-04-01</span></li>
</ol>
</div>
<table cellspacing="0" class="navbox" style="border-spacing:0;">
<tr>
<td style="padding:2px;">
<table cellspacing="0" class="nowraplinks hlist collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit;">
<tr>
<th scope="col" class="navbox-title" colspan="2">
<div class="noprint plainlinks hlist navbar mini">
<ul>
<li class="nv-view"><a href="Template3AMusic_topics" webstripperwas="http://en.wikipedia.org/wiki/Template:Music_topics" title="Template:Music topics"><span title="View this template" style=";;background:none transparent;border:none;;">v</span></a></li>
<li class="nv-talk"><a href="Template_talk3AMusic_topics" webstripperwas="http://en.wikipedia.org/wiki/Template_talk:Music_topics" title="Template talk:Music topics"><span title="Discuss this template" style=";;background:none transparent;border:none;;">t</span></a></li>
<li class="nv-edit"><a class="external text" href="http://en.wikipedia.org/w/index.php?title=Template:Music_topics&action=edit" ><span title="Edit this template" style=";;background:none transparent;border:none;;">e</span></a></li>
</ul>
</div>
<div style="font-size:110%;"><a href="Music" webstripperwas="http://en.wikipedia.org/wiki/Music" title="Music">Music</a></div>
</th>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group"><a href="History_of_classical_music_traditions" webstripperwas="http://en.wikipedia.org/wiki/History_of_classical_music_traditions" title="History of classical music traditions">History of music</a></th>
<td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Prehistoric_music" webstripperwas="http://en.wikipedia.org/wiki/Prehistoric_music" title="Prehistoric music">Prehistoric</a></li>
<li><a href="Ancient_music" webstripperwas="http://en.wikipedia.org/wiki/Ancient_music" title="Ancient music">Ancient</a></li>
<li><a href="History_of_music_in_the_biblical_period" webstripperwas="http://en.wikipedia.org/wiki/History_of_music_in_the_biblical_period" title="History of music in the biblical period">Biblical</a></li>
<li><a href="Medieval_music" webstripperwas="http://en.wikipedia.org/wiki/Medieval_music" title="Medieval music">Medieval</a></li>
<li><a href="Renaissance_music" webstripperwas="http://en.wikipedia.org/wiki/Renaissance_music" title="Renaissance music">Renaissance</a></li>
<li><a href="Baroque_music" webstripperwas="http://en.wikipedia.org/wiki/Baroque_music" title="Baroque music">Baroque</a></li>
<li><a href="Classical_period_(music)" webstripperwas="http://en.wikipedia.org/wiki/Classical_period_(music)" title="Classical period (music)">Classical period</a></li>
<li><a href="Romantic_music" webstripperwas="http://en.wikipedia.org/wiki/Romantic_music" title="Romantic music">Romantic</a></li>
<li><a href="20th-century_music" webstripperwas="http://en.wikipedia.org/wiki/20th-century_music" title="20th-century music">20th century</a></li>
<li><a href="Contemporary_classical_music" webstripperwas="http://en.wikipedia.org/wiki/Contemporary_classical_music" title="Contemporary classical music">Contemporary</a></li>
<li><a href="Popular_music" webstripperwas="http://en.wikipedia.org/wiki/Popular_music" title="Popular music">Popular music</a></li>
<li><a href="21st-century_classical_music" webstripperwas="http://en.wikipedia.org/wiki/21st-century_classical_music" title="21st-century classical music">21st century</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group"><a href="Musical_composition" webstripperwas="http://en.wikipedia.org/wiki/Musical_composition" title="Musical composition">Composition</a></th>
<td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Composer" webstripperwas="http://en.wikipedia.org/wiki/Composer" title="Composer">Composer</a></li>
<li><a href="Musical_form" webstripperwas="http://en.wikipedia.org/wiki/Musical_form" title="Musical form">Form</a></li>
<li><a href="Music_genre" webstripperwas="http://en.wikipedia.org/wiki/Music_genre" title="Music genre">Genre</a></li>
<li><a href="Musical_improvisation" webstripperwas="http://en.wikipedia.org/wiki/Musical_improvisation" title="Musical improvisation">Improvisation</a></li>
<li><a href="Musical_notation" webstripperwas="http://en.wikipedia.org/wiki/Musical_notation" title="Musical notation">Notation</a></li>
<li><a href="Music_theory" webstripperwas="http://en.wikipedia.org/wiki/Music_theory" title="Music theory">Theory</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group"><a href="Music_education" webstripperwas="http://en.wikipedia.org/wiki/Music_education" title="Music education">Education and careers</a></th>
<td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Conducting" webstripperwas="http://en.wikipedia.org/wiki/Conducting" title="Conducting">Conducting</a></li>
<li><a href="Music_cognition" webstripperwas="http://en.wikipedia.org/wiki/Music_cognition" title="Music cognition">Music cognition</a></li>
<li><a href="Music_history" webstripperwas="http://en.wikipedia.org/wiki/Music_history" title="Music history">Music history</a></li>
<li><a href="Music_therapy" webstripperwas="http://en.wikipedia.org/wiki/Music_therapy" title="Music therapy">Music therapy</a></li>
<li><a href="Musicology" webstripperwas="http://en.wikipedia.org/wiki/Musicology" title="Musicology">Musicology</a></li>
<li><a href="Ethnomusicology" webstripperwas="http://en.wikipedia.org/wiki/Ethnomusicology" title="Ethnomusicology">Ethnomusicology</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group"><a href="Music_industry" webstripperwas="http://en.wikipedia.org/wiki/Music_industry" title="Music industry">Production</a></th>
<td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Musician" webstripperwas="http://en.wikipedia.org/wiki/Musician" title="Musician">Musician</a></li>
<li><a href="Lyrics" webstripperwas="http://en.wikipedia.org/wiki/Lyrics" title="Lyrics">Lyrics</a></li>
<li><a href="Song" webstripperwas="http://en.wikipedia.org/wiki/Song" title="Song">Song</a></li>
<li><a href="A-side_and_B-side" webstripperwas="http://en.wikipedia.org/wiki/A-side_and_B-side" title="A-side and B-side">A-side and B-side</a></li>
<li><a href="Single_(music)" webstripperwas="http://en.wikipedia.org/wiki/Single_(music)" title="Single (music)">Single (music)</a></li>
<li><a href="Extended_play" webstripperwas="http://en.wikipedia.org/wiki/Extended_play" title="Extended play">EP</a></li>
<li><a href="Cover_version" webstripperwas="http://en.wikipedia.org/wiki/Cover_version" title="Cover version">Cover</a></li>
<li><a href="Remix" webstripperwas="http://en.wikipedia.org/wiki/Remix" title="Remix">Remix</a></li>
<li><a href="Album" webstripperwas="http://en.wikipedia.org/wiki/Album" title="Album">Album</a>
<ul>
<li><strong class="selflink">compilation</strong></li>
<li><a href="Live_album" webstripperwas="http://en.wikipedia.org/wiki/Live_album" title="Live album">live</a></li>
<li><a href="Studio_album" webstripperwas="http://en.wikipedia.org/wiki/Studio_album" title="Studio album">studio</a></li>
<li><a href="Remix_album" webstripperwas="http://en.wikipedia.org/wiki/Remix_album" title="Remix album">remix</a></li>
</ul>
</li>
<li><a href="Record_label" webstripperwas="http://en.wikipedia.org/wiki/Record_label" title="Record label">Record label</a></li>
<li><a href="Record_producer.html" webstripperwas="/wiki/Record_producer" title="Record producer">Record producer</a></li>
<li><a href="Sampling_(music)" webstripperwas="http://en.wikipedia.org/wiki/Sampling_(music)" title="Sampling (music)">Sampling</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group">
<div style="padding:0.1em 0;line-height:1.2em;"><a href="List_of_cultural_and_regional_genres_of_music" webstripperwas="http://en.wikipedia.org/wiki/List_of_cultural_and_regional_genres_of_music" title="List of cultural and regional genres of music">Cultural and regional<br />
genres</a></div>
</th>
<td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="List_of_popular_music_genres" webstripperwas="http://en.wikipedia.org/wiki/List_of_popular_music_genres" title="List of popular music genres">List of popular music genres</a></li>
<li><a href="Music_of_Africa" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Africa" title="Music of Africa">African</a>
<ul>
<li><small style="font-size:85%;"><a href="Category3ACentral_African_music_(region)" webstripperwas="http://en.wikipedia.org/wiki/Category:Central_African_music_(region)" title="Category:Central African music (region)">Central African</a></small></li>
<li><small style="font-size:85%;"><a href="Category3AEast_African_music" webstripperwas="http://en.wikipedia.org/wiki/Category:East_African_music" title="Category:East African music">East African</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_North_Africa" webstripperwas="http://en.wikipedia.org/wiki/Music_of_North_Africa" title="Music of North Africa">North African</a></small></li>
<li><small style="font-size:85%;"><a href="Category3ASouthern_African_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Southern_African_music" title="Category:Southern African music">Southern African</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_West_Africa" webstripperwas="http://en.wikipedia.org/wiki/Music_of_West_Africa" title="Music of West Africa">West African</a></small></li>
</ul>
</li>
<li><a href="Music_of_Asia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Asia" title="Music of Asia">Asian</a>
<ul>
<li><small style="font-size:85%;"><a href="Music_of_Central_Asia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Central_Asia" title="Music of Central Asia">Central Asian</a></small></li>
<li><small style="font-size:85%;"><a href="Category3AEast_Asian_music" webstripperwas="http://en.wikipedia.org/wiki/Category:East_Asian_music" title="Category:East Asian music">East Asian</a></small></li>
<li><small style="font-size:85%;"><a href="Middle_Eastern_music" webstripperwas="http://en.wikipedia.org/wiki/Middle_Eastern_music" title="Middle Eastern music">Middle Eastern</a></small></li>
<li><small style="font-size:85%;"><a href="Category3ASouth_Asian_music" webstripperwas="http://en.wikipedia.org/wiki/Category:South_Asian_music" title="Category:South Asian music">South Asian</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_Southeast_Asia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Southeast_Asia" title="Music of Southeast Asia">Southeast Asian</a></small></li>
</ul>
</li>
<li><a href="Category3AEuropean_music" webstripperwas="http://en.wikipedia.org/wiki/Category:European_music" title="Category:European music">European</a>
<ul>
<li><small style="font-size:85%;"><a href="Category3ACentral_European_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Central_European_music" title="Category:Central European music">Central European</a></small></li>
<li><small style="font-size:85%;"><a href="Category3AEastern_European_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Eastern_European_music" title="Category:Eastern European music">Eastern European</a></small></li>
<li><small style="font-size:85%;"><a href="Nordic_folk_music" webstripperwas="http://en.wikipedia.org/wiki/Nordic_folk_music" title="Nordic folk music">Northern European</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_Southeastern_Europe" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Southeastern_Europe" title="Music of Southeastern Europe">Southeastern European</a></small></li>
<li><small style="font-size:85%;"><a href="Category3ASouthern_European_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Southern_European_music" title="Category:Southern European music">Southern European</a></small></li>
<li><small style="font-size:85%;"><a href="Category3AWestern_European_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Western_European_music" title="Category:Western European music">Western European</a></small></li>
</ul>
</li>
<li><a href="Latin_American_music" webstripperwas="http://en.wikipedia.org/wiki/Latin_American_music" title="Latin American music">Latin American</a>
<ul>
<li><small style="font-size:85%;"><a href="Central_American_music" webstripperwas="http://en.wikipedia.org/wiki/Central_American_music" title="Central American music">Central American</a></small></li>
<li><small style="font-size:85%;"><a href="Category3ASouth_American_music" webstripperwas="http://en.wikipedia.org/wiki/Category:South_American_music" title="Category:South American music">South American</a></small></li>
</ul>
</li>
<li><a href="Category3ANorth_American_music" webstripperwas="http://en.wikipedia.org/wiki/Category:North_American_music" title="Category:North American music">North American</a>
<ul>
<li><small style="font-size:85%;"><a href="List_of_Caribbean_music_genres" webstripperwas="http://en.wikipedia.org/wiki/List_of_Caribbean_music_genres" title="List of Caribbean music genres">Caribbean</a></small></li>
</ul>
</li>
<li><a href="Category3AOceanian_music" webstripperwas="http://en.wikipedia.org/wiki/Category:Oceanian_music" title="Category:Oceanian music">Oceanian</a>
<ul>
<li><small style="font-size:85%;"><a href="Music_of_Melanesia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Melanesia" title="Music of Melanesia">Melanesian</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_Micronesia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Micronesia" title="Music of Micronesia">Micronesian</a></small></li>
<li><small style="font-size:85%;"><a href="Music_of_Polynesia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Polynesia" title="Music of Polynesia">Polynesian</a></small></li>
</ul>
</li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group">By country</th>
<td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;"></div>
<table cellspacing="0" class="nowraplinks collapsible collapsed navbox-subgroup" style="border-spacing:0;">
<tr>
<th scope="col" class="navbox-title" colspan="2"><span style="float:left;width:6em;"> </span>
<div style="font-size:110%;"> </div>
</th>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<td colspan="2" class="navbox-list navbox-odd hlist" style="width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Music_of_Afghanistan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Afghanistan" title="Music of Afghanistan">Afghanistan</a></li>
<li><a href="Music_of_Albania" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Albania" title="Music of Albania">Albania</a></li>
<li><a href="Music_of_Algeria" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Algeria" title="Music of Algeria">Algeria</a></li>
<li><a href="Music_of_Andorra" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Andorra" title="Music of Andorra">Andorra</a></li>
<li><a href="Music_of_Angola" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Angola" title="Music of Angola">Angola</a></li>
<li><a href="Music_of_Antigua_and_Barbuda" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Antigua_and_Barbuda" title="Music of Antigua and Barbuda">Antigua and Barbuda</a></li>
<li><a href="Music_of_Argentina" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Argentina" title="Music of Argentina">Argentina</a></li>
<li><a href="Music_of_Armenia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Armenia" title="Music of Armenia">Armenia</a></li>
<li><a href="Music_of_Australia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Australia" title="Music of Australia">Australia</a></li>
<li><a href="Music_of_Austria" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Austria" title="Music of Austria">Austria</a></li>
<li><a href="Music_of_Azerbaijan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Azerbaijan" title="Music of Azerbaijan">Azerbaijan</a></li>
<li><a href="Music_of_the_Bahamas" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Bahamas" title="Music of the Bahamas">Bahamas</a></li>
<li><a href="Music_of_Bahrain" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bahrain" title="Music of Bahrain">Bahrain</a></li>
<li><a href="Music_of_Bangladesh" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bangladesh" title="Music of Bangladesh">Bangladesh</a></li>
<li><a href="Music_of_Barbados" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Barbados" title="Music of Barbados">Barbados</a></li>
<li><a href="Music_of_Belarus" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Belarus" title="Music of Belarus">Belarus</a></li>
<li><a href="Music_of_Belgium" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Belgium" title="Music of Belgium">Belgium</a></li>
<li><a href="Music_of_Belize" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Belize" title="Music of Belize">Belize</a></li>
<li><a href="Music_of_Benin" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Benin" title="Music of Benin">Benin</a></li>
<li><a href="Music_of_Bhutan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bhutan" title="Music of Bhutan">Bhutan</a></li>
<li><a href="Music_of_Bolivia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bolivia" title="Music of Bolivia">Bolivia</a></li>
<li><a href="Music_of_Bosnia_and_Herzegovina" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bosnia_and_Herzegovina" title="Music of Bosnia and Herzegovina">Bosnia and Herzegovina</a></li>
<li><a href="Music_of_Botswana" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Botswana" title="Music of Botswana">Botswana</a></li>
<li><a href="Music_of_Brazil" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Brazil" title="Music of Brazil">Brazil</a></li>
<li><a href="Music_of_Brunei" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Brunei" title="Music of Brunei">Brunei</a></li>
<li><a href="Music_of_Bulgaria" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Bulgaria" title="Music of Bulgaria">Bulgaria</a></li>
<li><a href="Music_of_Burkina_Faso" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Burkina_Faso" title="Music of Burkina Faso">Burkina Faso</a></li>
<li><a href="Music_of_Burma" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Burma" title="Music of Burma">Burma</a></li>
<li><a href="Music_of_Burundi" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Burundi" title="Music of Burundi">Burundi</a></li>
<li><a href="Music_of_Cambodia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Cambodia" title="Music of Cambodia">Cambodia</a></li>
<li><a href="Music_of_Cameroon" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Cameroon" title="Music of Cameroon">Cameroon</a></li>
<li><a href="Music_of_Canada" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Canada" title="Music of Canada">Canada</a></li>
<li><a href="Music_of_Cape_Verde" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Cape_Verde" title="Music of Cape Verde">Cape Verde</a></li>
<li><a href="Music_of_the_Central_African_Republic" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Central_African_Republic" title="Music of the Central African Republic">Central African Republic</a></li>
<li><a href="Music_of_Chad" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Chad" title="Music of Chad">Chad</a></li>
<li><a href="Music_of_Chile" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Chile" title="Music of Chile">Chile</a></li>
<li><a href="Music_of_China" webstripperwas="http://en.wikipedia.org/wiki/Music_of_China" title="Music of China">China</a></li>
<li><a href="Music_of_Colombia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Colombia" title="Music of Colombia">Colombia</a></li>
<li><a href="Music_of_Comoros" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Comoros" title="Music of Comoros" class="mw-redirect">Comoros</a></li>
<li><a href="Music_of_Costa_Rica" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Costa_Rica" title="Music of Costa Rica">Costa Rica</a></li>
<li><a href="Music_of_Croatia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Croatia" title="Music of Croatia">Croatia</a></li>
<li><a href="Music_of_Cuba" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Cuba" title="Music of Cuba">Cuba</a></li>
<li><a href="Music_of_Cyprus" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Cyprus" title="Music of Cyprus">Cyprus</a></li>
<li><a href="Music_of_the_Czech_Republic" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Czech_Republic" title="Music of the Czech Republic">Czech Republic</a></li>
<li><a href="Music_of_the_Democratic_Republic_of_the_Congo" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Democratic_Republic_of_the_Congo" title="Music of the Democratic Republic of the Congo">Democratic Republic of the Congo</a></li>
<li><a href="Music_of_Denmark" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Denmark" title="Music of Denmark">Denmark</a></li>
<li><a href="Music_of_Djibouti" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Djibouti" title="Music of Djibouti">Djibouti</a></li>
<li><a href="Music_of_Dominica" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Dominica" title="Music of Dominica">Dominica</a></li>
<li><a href="Music_of_the_Dominican_Republic" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Dominican_Republic" title="Music of the Dominican Republic">Dominican Republic</a></li>
<li><a href="Music_of_East_Timor" webstripperwas="http://en.wikipedia.org/wiki/Music_of_East_Timor" title="Music of East Timor">East Timor</a></li>
<li><a href="Music_of_Ecuador" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ecuador" title="Music of Ecuador">Ecuador</a></li>
<li><a href="Music_of_Egypt" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Egypt" title="Music of Egypt">Egypt</a></li>
<li><a href="Music_of_El_Salvador" webstripperwas="http://en.wikipedia.org/wiki/Music_of_El_Salvador" title="Music of El Salvador">El Salvador</a></li>
<li><a href="Music_of_Equatorial_Guinea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Equatorial_Guinea" title="Music of Equatorial Guinea">Equatorial Guinea</a></li>
<li><a href="Music_of_Eritrea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Eritrea" title="Music of Eritrea">Eritrea</a></li>
<li><a href="Music_of_Estonia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Estonia" title="Music of Estonia">Estonia</a></li>
<li><a href="Music_of_Ethiopia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ethiopia" title="Music of Ethiopia">Ethiopia</a></li>
<li><a href="Music_of_the_Federated_States_of_Micronesia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Federated_States_of_Micronesia" title="Music of the Federated States of Micronesia">Federated States of Micronesia</a></li>
<li><a href="Music_of_Fiji" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Fiji" title="Music of Fiji">Fiji</a></li>
<li><a href="Music_of_Finland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Finland" title="Music of Finland">Finland</a></li>
<li><a href="Music_of_France" webstripperwas="http://en.wikipedia.org/wiki/Music_of_France" title="Music of France">France</a></li>
<li><a href="Music_of_Gabon" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Gabon" title="Music of Gabon">Gabon</a></li>
<li><a href="Music_of_the_Gambia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Gambia" title="Music of the Gambia">Gambia</a></li>
<li><a href="Music_of_Georgia_(country)" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Georgia_(country)" title="Music of Georgia (country)">Georgia</a></li>
<li><a href="Music_of_Germany" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Germany" title="Music of Germany">Germany</a></li>
<li><a href="Music_of_Ghana" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ghana" title="Music of Ghana">Ghana</a></li>
<li><a href="Music_of_Greece" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Greece" title="Music of Greece">Greece</a></li>
<li><a href="Music_of_Greenland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Greenland" title="Music of Greenland">Greenland</a></li>
<li><a href="Music_of_Grenada" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Grenada" title="Music of Grenada">Grenada</a></li>
<li><a href="Music_of_Guatemala" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Guatemala" title="Music of Guatemala">Guatemala</a></li>
<li><a href="Music_of_Guinea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Guinea" title="Music of Guinea">Guinea</a></li>
<li><a href="Music_of_Guinea-Bissau" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Guinea-Bissau" title="Music of Guinea-Bissau">Guinea-Bissau</a></li>
<li><a href="Music_of_Guyana" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Guyana" title="Music of Guyana">Guyana</a></li>
<li><a href="Music_of_Haiti" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Haiti" title="Music of Haiti">Haiti</a></li>
<li><a href="Music_of_Honduras" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Honduras" title="Music of Honduras">Honduras</a></li>
<li><a href="Music_of_Hong_Kong" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Hong_Kong" title="Music of Hong Kong">Hong Kong</a></li>
<li><a href="Music_of_Hungary" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Hungary" title="Music of Hungary">Hungary</a></li>
<li><a href="Music_of_Iceland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Iceland" title="Music of Iceland">Iceland</a></li>
<li><a href="Music_of_India" webstripperwas="http://en.wikipedia.org/wiki/Music_of_India" title="Music of India">India</a></li>
<li><a href="Music_of_Indonesia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Indonesia" title="Music of Indonesia">Indonesia</a></li>
<li><a href="Music_of_Iran" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Iran" title="Music of Iran">Iran</a></li>
<li><a href="Music_of_Iraq" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Iraq" title="Music of Iraq">Iraq</a></li>
<li><a href="Music_of_Ireland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ireland" title="Music of Ireland">Ireland</a></li>
<li><a href="Music_of_Israel" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Israel" title="Music of Israel">Israel</a></li>
<li><a href="Music_of_Italy" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Italy" title="Music of Italy">Italy</a></li>
<li><a href="Music_of_Ivory_Coast" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ivory_Coast" title="Music of Ivory Coast">Ivory Coast</a></li>
<li><a href="Music_of_Jamaica" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Jamaica" title="Music of Jamaica">Jamaica</a></li>
<li><a href="Music_of_Japan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Japan" title="Music of Japan">Japan</a></li>
<li><a href="Music_of_Jordan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Jordan" title="Music of Jordan">Jordan</a></li>
<li><a href="Music_of_Kazakhstan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Kazakhstan" title="Music of Kazakhstan">Kazakhstan</a></li>
<li><a href="Music_of_Kenya" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Kenya" title="Music of Kenya">Kenya</a></li>
<li><a href="Music_of_Kiribati" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Kiribati" title="Music of Kiribati">Kiribati</a></li>
<li><a href="Music_of_Kuwait" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Kuwait" title="Music of Kuwait">Kuwait</a></li>
<li><a href="Music_of_Kyrgyzstan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Kyrgyzstan" title="Music of Kyrgyzstan">Kyrgyzstan</a></li>
<li><a href="Music_of_Laos" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Laos" title="Music of Laos">Laos</a></li>
<li><a href="Music_of_Latvia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Latvia" title="Music of Latvia">Latvia</a></li>
<li><a href="Music_of_Lebanon" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Lebanon" title="Music of Lebanon">Lebanon</a></li>
<li><a href="Music_of_Lesotho" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Lesotho" title="Music of Lesotho">Lesotho</a></li>
<li><a href="Music_of_Liberia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Liberia" title="Music of Liberia">Liberia</a></li>
<li><a href="Music_of_Libya" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Libya" title="Music of Libya">Libya</a></li>
<li><a href="Music_of_Liechtenstein" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Liechtenstein" title="Music of Liechtenstein">Liechtenstein</a></li>
<li><a href="Music_of_Lithuania" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Lithuania" title="Music of Lithuania">Lithuania</a></li>
<li><a href="Music_of_Luxembourg" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Luxembourg" title="Music of Luxembourg">Luxembourg</a></li>
<li><a href="Music_of_Macau" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Macau" title="Music of Macau">Macau</a></li>
<li><a href="Music_of_the_Republic_of_Macedonia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Republic_of_Macedonia" title="Music of the Republic of Macedonia">Republic of Macedonia</a></li>
<li><a href="Music_of_Madagascar" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Madagascar" title="Music of Madagascar">Madagascar</a></li>
<li><a href="Music_of_Malawi" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Malawi" title="Music of Malawi">Malawi</a></li>
<li><a href="Music_of_Malaysia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Malaysia" title="Music of Malaysia">Malaysia</a></li>
<li><a href="Music_of_the_Maldives" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Maldives" title="Music of the Maldives">Maldives</a></li>
<li><a href="Music_of_Mali" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mali" title="Music of Mali">Mali</a></li>
<li><a href="Music_of_Malta" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Malta" title="Music of Malta">Malta</a></li>
<li><a href="Music_of_the_Marshall_Islands" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Marshall_Islands" title="Music of the Marshall Islands">Marshall Islands</a></li>
<li><a href="Music_of_Mauritania" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mauritania" title="Music of Mauritania">Mauritania</a></li>
<li><a href="Music_of_Mauritius" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mauritius" title="Music of Mauritius">Mauritius</a></li>
<li><a href="Music_of_Mexico" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mexico" title="Music of Mexico">Mexico</a></li>
<li><a href="Music_of_Moldova" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Moldova" title="Music of Moldova">Moldova</a></li>
<li><a href="Music_of_Monaco" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Monaco" title="Music of Monaco">Monaco</a></li>
<li><a href="Music_of_Mongolia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mongolia" title="Music of Mongolia">Mongolia</a></li>
<li><a href="Music_of_Montenegro" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Montenegro" title="Music of Montenegro">Montenegro</a></li>
<li><a href="Music_of_Morocco" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Morocco" title="Music of Morocco">Morocco</a></li>
<li><a href="Music_of_Mozambique" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Mozambique" title="Music of Mozambique">Mozambique</a></li>
<li><a href="Music_of_Namibia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Namibia" title="Music of Namibia">Namibia</a></li>
<li><a href="Music_of_Nauru" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Nauru" title="Music of Nauru">Nauru</a></li>
<li><a href="Music_of_Nepal" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Nepal" title="Music of Nepal">Nepal</a></li>
<li><a href="Music_of_the_Netherlands" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Netherlands" title="Music of the Netherlands">Netherlands</a></li>
<li><a href="Music_of_New_Zealand" webstripperwas="http://en.wikipedia.org/wiki/Music_of_New_Zealand" title="Music of New Zealand">New Zealand</a></li>
<li><a href="Music_of_Nicaragua" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Nicaragua" title="Music of Nicaragua">Nicaragua</a></li>
<li><a href="Music_of_Niger" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Niger" title="Music of Niger">Niger</a></li>
<li><a href="Music_of_Nigeria" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Nigeria" title="Music of Nigeria">Nigeria</a></li>
<li><a href="Music_of_North_Korea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_North_Korea" title="Music of North Korea">North Korea</a></li>
<li><a href="Music_of_Norway" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Norway" title="Music of Norway">Norway</a></li>
<li><a href="Music_of_Oman" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Oman" title="Music of Oman">Oman</a></li>
<li><a href="Music_of_Pakistan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Pakistan" title="Music of Pakistan">Pakistan</a></li>
<li><a href="Music_of_Palau" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Palau" title="Music of Palau">Palau</a></li>
<li><a href="Music_of_Panama" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Panama" title="Music of Panama">Panama</a></li>
<li><a href="Music_of_Papua_New_Guinea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Papua_New_Guinea" title="Music of Papua New Guinea">Papua New Guinea</a></li>
<li><a href="Music_of_Paraguay" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Paraguay" title="Music of Paraguay">Paraguay</a></li>
<li><a href="Music_of_Peru" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Peru" title="Music of Peru">Peru</a></li>
<li><a href="Music_of_the_Philippines" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Philippines" title="Music of the Philippines">Philippines</a></li>
<li><a href="Music_of_Poland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Poland" title="Music of Poland">Poland</a></li>
<li><a href="Music_of_Portugal" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Portugal" title="Music of Portugal">Portugal</a></li>
<li><a href="Music_of_Qatar" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Qatar" title="Music of Qatar">Qatar</a></li>
<li><a href="Music_of_the_Republic_of_the_Congo" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Republic_of_the_Congo" title="Music of the Republic of the Congo">Republic of the Congo</a></li>
<li><a href="Music_of_Romania" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Romania" title="Music of Romania">Romania</a></li>
<li><a href="Music_of_Russia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Russia" title="Music of Russia">Russia</a></li>
<li><a href="Music_of_Rwanda" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Rwanda" title="Music of Rwanda">Rwanda</a></li>
<li><a href="Music_of_Saint_Kitts_and_Nevis" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Saint_Kitts_and_Nevis" title="Music of Saint Kitts and Nevis">Saint Kitts and Nevis</a></li>
<li><a href="Music_of_Saint_Lucia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Saint_Lucia" title="Music of Saint Lucia">Saint Lucia</a></li>
<li><a href="Music_of_Saint_Vincent_and_the_Grenadines" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Saint_Vincent_and_the_Grenadines" title="Music of Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</a></li>
<li><a href="Music_of_Samoa" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Samoa" title="Music of Samoa">Samoa</a></li>
<li><a href="Music_of_San_Marino" webstripperwas="http://en.wikipedia.org/wiki/Music_of_San_Marino" title="Music of San Marino">San Marino</a></li>
<li><a href="Music_of_S$C3$A3o_Tom$C3$A9_and_Pr$C3$ADncipe" webstripperwas="http://en.wikipedia.org/wiki/Music_of_S%C3%A3o_Tom%C3%A9_and_Pr%C3%ADncipe" title="Music of São Tomé and Príncipe">São Tomé and Príncipe</a></li>
<li><a href="Music_of_Saudi_Arabia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Saudi_Arabia" title="Music of Saudi Arabia">Saudi Arabia</a></li>
<li><a href="Music_of_Senegal" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Senegal" title="Music of Senegal">Senegal</a></li>
<li><a href="Music_of_Serbia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Serbia" title="Music of Serbia">Serbia</a></li>
<li><a href="Music_of_Seychelles" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Seychelles" title="Music of Seychelles">Seychelles</a></li>
<li><a href="Music_of_Sierra_Leone" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Sierra_Leone" title="Music of Sierra Leone">Sierra Leone</a></li>
<li><a href="Music_of_Singapore" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Singapore" title="Music of Singapore">Singapore</a></li>
<li><a href="Music_of_Slovakia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Slovakia" title="Music of Slovakia">Slovakia</a></li>
<li><a href="Music_of_Slovenia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Slovenia" title="Music of Slovenia">Slovenia</a></li>
<li><a href="Music_of_the_Solomon_Islands" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_Solomon_Islands" title="Music of the Solomon Islands">Solomon Islands</a></li>
<li><a href="Music_of_Somalia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Somalia" title="Music of Somalia">Somalia</a></li>
<li><a href="Music_of_South_Africa" webstripperwas="http://en.wikipedia.org/wiki/Music_of_South_Africa" title="Music of South Africa">South Africa</a></li>
<li><a href="Music_of_South_Korea" webstripperwas="http://en.wikipedia.org/wiki/Music_of_South_Korea" title="Music of South Korea">South Korea</a></li>
<li><a href="Music_of_Spain" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Spain" title="Music of Spain">Spain</a></li>
<li><a href="Music_of_Sri_Lanka" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Sri_Lanka" title="Music of Sri Lanka">Sri Lanka</a></li>
<li><a href="Music_of_Sudan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Sudan" title="Music of Sudan">Sudan</a></li>
<li><a href="Music_of_Suriname" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Suriname" title="Music of Suriname">Suriname</a></li>
<li><a href="Music_of_Swaziland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Swaziland" title="Music of Swaziland">Swaziland</a></li>
<li><a href="Music_of_Sweden" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Sweden" title="Music of Sweden">Sweden</a></li>
<li><a href="Music_of_Switzerland" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Switzerland" title="Music of Switzerland">Switzerland</a></li>
<li><a href="Music_of_Syria" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Syria" title="Music of Syria">Syria</a></li>
<li><a href="Music_of_Taiwan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Taiwan" title="Music of Taiwan">Taiwan</a></li>
<li><a href="Music_of_Tajikistan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Tajikistan" title="Music of Tajikistan">Tajikistan</a></li>
<li><a href="Music_of_Tanzania" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Tanzania" title="Music of Tanzania">Tanzania</a></li>
<li><a href="Music_of_Thailand" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Thailand" title="Music of Thailand">Thailand</a></li>
<li><a href="Music_of_Togo" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Togo" title="Music of Togo">Togo</a></li>
<li><a href="Music_of_Tonga" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Tonga" title="Music of Tonga">Tonga</a></li>
<li><a href="Music_of_Trinidad_and_Tobago" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Trinidad_and_Tobago" title="Music of Trinidad and Tobago">Trinidad and Tobago</a></li>
<li><a href="Music_of_Tunisia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Tunisia" title="Music of Tunisia">Tunisia</a></li>
<li><a href="Music_of_Turkey" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Turkey" title="Music of Turkey">Turkey</a></li>
<li><a href="Music_of_Turkmenistan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Turkmenistan" title="Music of Turkmenistan">Turkmenistan</a></li>
<li><a href="Music_of_Tuvalu" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Tuvalu" title="Music of Tuvalu">Tuvalu</a></li>
<li><a href="Music_of_Uganda" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Uganda" title="Music of Uganda">Uganda</a></li>
<li><a href="Music_of_Ukraine" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Ukraine" title="Music of Ukraine">Ukraine</a></li>
<li><a href="Music_of_the_United_Arab_Emirates" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_United_Arab_Emirates" title="Music of the United Arab Emirates">United Arab Emirates</a></li>
<li><a href="Music_of_the_United_Kingdom" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_United_Kingdom" title="Music of the United Kingdom">United Kingdom</a></li>
<li><a href="Music_of_the_United_States" webstripperwas="http://en.wikipedia.org/wiki/Music_of_the_United_States" title="Music of the United States">United States</a></li>
<li><a href="Music_of_Uruguay" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Uruguay" title="Music of Uruguay">Uruguay</a></li>
<li><a href="Music_of_Uzbekistan" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Uzbekistan" title="Music of Uzbekistan">Uzbekistan</a></li>
<li><a href="Music_of_Vanuatu" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Vanuatu" title="Music of Vanuatu">Vanuatu</a></li>
<li><a href="Music_of_Vatican_City" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Vatican_City" title="Music of Vatican City">Vatican City</a></li>
<li><a href="Music_of_Venezuela" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Venezuela" title="Music of Venezuela">Venezuela</a></li>
<li><a href="Music_of_Vietnam" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Vietnam" title="Music of Vietnam">Vietnam</a></li>
<li><a href="Music_of_Yemen" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Yemen" title="Music of Yemen">Yemen</a></li>
<li><a href="Music_of_Zambia" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Zambia" title="Music of Zambia">Zambia</a></li>
<li><a href="Music_of_Zimbabwe" webstripperwas="http://en.wikipedia.org/wiki/Music_of_Zimbabwe" title="Music of Zimbabwe">Zimbabwe</a></li>
</ul>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group">Lists</th>
<td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Index_of_music_articles" webstripperwas="http://en.wikipedia.org/wiki/Index_of_music_articles" title="Index of music articles">Index</a></li>
<li><a href="Glossary_of_jazz_and_popular_music" webstripperwas="http://en.wikipedia.org/wiki/Glossary_of_jazz_and_popular_music" title="Glossary of jazz and popular music">Glossary of jazz and popular music</a></li>
<li><a href="Glossary_of_musical_terminology" webstripperwas="http://en.wikipedia.org/wiki/Glossary_of_musical_terminology" title="Glossary of musical terminology">Glossary of musical terminology</a></li>
<li><a href="Outline_of_music" webstripperwas="http://en.wikipedia.org/wiki/Outline_of_music" title="Outline of music">Outline</a></li>
<li><a href="List_of_musical_forms_by_era" webstripperwas="http://en.wikipedia.org/wiki/List_of_musical_forms_by_era" title="List of musical forms by era">Musical forms by era</a></li>
<li><a href="List_of_musical_instruments" webstripperwas="http://en.wikipedia.org/wiki/List_of_musical_instruments" title="List of musical instruments">Instruments</a></li>
<li><a href="Wikipedia3ASound/list" webstripperwas="http://en.wikipedia.org/wiki/Wikipedia:Sound/list" title="Wikipedia:Sound/list">Audio</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<th scope="row" class="navbox-group">Related topics</th>
<td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;">
<div style="padding:0em 0.25em;">
<ul>
<li><a href="Aesthetics_of_music" webstripperwas="http://en.wikipedia.org/wiki/Aesthetics_of_music" title="Aesthetics of music">Aesthetics of music</a></li>
<li><a href="Culture_in_music_cognition" webstripperwas="http://en.wikipedia.org/wiki/Culture_in_music_cognition" title="Culture in music cognition">Culture in music cognition</a></li>
<li><a href="Definition_of_music" webstripperwas="http://en.wikipedia.org/wiki/Definition_of_music" title="Definition of music">Definition of music</a></li>
<li><a href="Ecomusicology" webstripperwas="http://en.wikipedia.org/wiki/Ecomusicology" title="Ecomusicology">Ecomusicology</a></li>
<li><a href="Music_and_mathematics" webstripperwas="http://en.wikipedia.org/wiki/Music_and_mathematics" title="Music and mathematics">Music and mathematics</a></li>
<li><a href="Music_and_politics" webstripperwas="http://en.wikipedia.org/wiki/Music_and_politics" title="Music and politics">Music and politics</a></li>
<li><a href="Music_psychology" webstripperwas="http://en.wikipedia.org/wiki/Music_psychology" title="Music psychology">Music psychology</a></li>
<li><a href="Music_technology" webstripperwas="http://en.wikipedia.org/wiki/Music_technology" title="Music technology">Music technology</a></li>
<li><a href="Philosophy_of_music" webstripperwas="http://en.wikipedia.org/wiki/Philosophy_of_music" title="Philosophy of music">Philosophy of music</a></li>
</ul>
</div>
</td>
</tr>
<tr style="height:2px;">
<td></td>
</tr>
<tr>
<td class="navbox-abovebelow" colspan="2" style="font-weight:bold;;">
<div>
<ul>
<li><a href="Category3AMusic" webstripperwas="http://en.wikipedia.org/wiki/Category:Music" title="Category:Music">Category</a></li>
<li><a href="Portal3AMusic" webstripperwas="http://en.wikipedia.org/wiki/Portal:Music" title="Portal:Music">Portal</a></li>
<li><a href="Wikipedia3AWikiProject_Music" webstripperwas="http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Music" title="Wikipedia:WikiProject Music">WikiProject</a></li>
</ul>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--
NewPP limit report
Preprocessor visited node count: 2362/1000000
Preprocessor generated node count: 20561/1500000
Post-expand include size: 98409/2048000 bytes
Template argument size: 7841/2048000 bytes
Highest expansion depth: 21/40
Expensive parser function count: 203/500
Lua time usage: 0.015s
Lua memory usage: 666 KB
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:504309-0!*!0!!en!4!* and timestamp 20130422080121 -->
</div> <!-- /bodycontent -->
<!-- printfooter -->
<div class="printfooter">
Retrieved from "<a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&oldid=545979100" >http://en.wikipedia.org/w/index.php?title=Compilation_album&oldid=545979100</a>" </div>
<!-- /printfooter -->
<!-- catlinks -->
<div id='catlinks' class='catlinks'><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="Help3ACategories.html" webstripperwas="/wiki/Help:Categories" title="Help:Categories">Categories</a>: <ul><li><a href="Category3ACompilation_albums" webstripperwas="http://en.wikipedia.org/wiki/Category:Compilation_albums" title="Category:Compilation albums">Compilation albums</a></li><li><a href="Category3AAlbum_types" webstripperwas="http://en.wikipedia.org/wiki/Category:Album_types" title="Category:Album types">Album types</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="Category3AArticles_needing_additional_references_from_April_2012" webstripperwas="http://en.wikipedia.org/wiki/Category:Articles_needing_additional_references_from_April_2012" title="Category:Articles needing additional references from April 2012">Articles needing additional references from April 2012</a></li><li><a href="Category3AAll_articles_needing_additional_references.html" webstripperwas="/wiki/Category:All_articles_needing_additional_references" title="Category:All articles needing additional references">All articles needing additional references</a></li><li><a href="Category3AAll_articles_with_unsourced_statements.html" webstripperwas="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li><li><a href="Category3AArticles_with_unsourced_statements_from_December_2010" webstripperwas="http://en.wikipedia.org/wiki/Category:Articles_with_unsourced_statements_from_December_2010" title="Category:Articles with unsourced statements from December 2010">Articles with unsourced statements from December 2010</a></li></ul></div></div> <!-- /catlinks -->
<div class="visualClear"></div>
<!-- debughtml -->
<!-- /debughtml -->
</div>
<!-- /bodyContent -->
</div>
<!-- /content -->
<div id="mw-navigation">
<h2>Navigation menu</h2>
<!-- header -->
<div id="mw-head">
<!-- 0 -->
<div id="p-personal" role="navigation" class="">
<h3>Personal tools</h3>
<ul>
<li id="pt-createaccount"><a href="http://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Compilation+album&type=signup" >Create account</a></li><li id="pt-login"><a href="http://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Compilation+album" title="You are encouraged to log in; however, it is not mandatory. [o]" accesskey="o">Log in</a></li> </ul>
</div>
<!-- /0 -->
<div id="left-navigation">
<!-- 0 -->
<div id="p-namespaces" role="navigation" class="vectorTabs">
<h3>Namespaces</h3>
<ul>
<li id="ca-nstab-main" class="selected"><span><a href="Compilation_album.html" webstripperwas="/wiki/Compilation_album" title="View the content page [c]" accesskey="c">Article</a></span></li>
<li id="ca-talk"><span><a href="Talk3ACompilation_album" webstripperwas="http://en.wikipedia.org/wiki/Talk:Compilation_album" title="Discussion about the content page [t]" accesskey="t">Talk</a></span></li>
</ul>
</div>
<!-- /0 -->
<!-- 1 -->
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet">
<h3 id="mw-vector-current-variant">
</h3>
<h3><span>Variants</span><a href="#"></a></h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
<!-- /1 -->
</div>
<div id="right-navigation">
<!-- 0 -->
<div id="p-views" role="navigation" class="vectorTabs">
<h3>Views</h3>
<ul>
<li id="ca-view" class="selected"><span><a href="Compilation_album.html" webstripperwas="/wiki/Compilation_album" >Read</a></span></li>
<li id="ca-edit"><span><a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=edit" title="You can edit this page. Please use the preview button before saving. [e]" accesskey="e">Edit</a></span></li>
<li id="ca-history" class="collapsible"><span><a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=history" title="Past versions of this page [h]" accesskey="h">View history</a></span></li>
</ul>
</div>
<!-- /0 -->
<!-- 1 -->
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet">
<h3><span>Actions</span><a href="#"></a></h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
<!-- /1 -->
<!-- 2 -->
<div id="p-search" role="search">
<h3><label for="searchInput">Search</label></h3>
<form action="http://en.wikipedia.org/w/index.php" id="searchform">
<div id="simpleSearch">
<input name="search" title="Search Wikipedia [f]" accesskey="f" id="searchInput" /> <button type="submit" name="button" title="Search Wikipedia for this text" id="searchButton"><img src="bits.wikimedia.org/static-1.22wmf1/skins/vector/images/search-ltr.png.248.png" webstripperwas="//bits.wikimedia.org/static-1.22wmf1/skins/vector/images/search-ltr.png?303-4" alt="Search" width="12" height="13" /></button> <input type='hidden' name="title" value="Special:Search"/>
</div>
</form>
</div>
<!-- /2 -->
</div>
</div>
<!-- /header -->
<!-- panel -->
<div id="mw-panel">
<!-- logo -->
<div id="p-logo" role="banner"><a style="background-image: url(http://en.wikipedia.org/wiki/upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png);" href="Main_Page.html" webstripperwas="/wiki/Main_Page" title="Visit the main page"></a></div>
<!-- /logo -->
<!-- navigation -->
<div class="portal" role="navigation" id='p-navigation'>
<h3>Navigation</h3>
<div class="body">
<ul>
<li id="n-mainpage-description"><a href="Main_Page.html" webstripperwas="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li>
<li id="n-contents"><a href="Portal3AContents.html" webstripperwas="/wiki/Portal:Contents" title="Guides to browsing Wikipedia">Contents</a></li>
<li id="n-featuredcontent"><a href="Portal3AFeatured_content.html" webstripperwas="/wiki/Portal:Featured_content" title="Featured content – the best of Wikipedia">Featured content</a></li>
<li id="n-currentevents"><a href="Portal3ACurrent_events.html" webstripperwas="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a></li>
<li id="n-randompage"><a href="Special3ARandom" webstripperwas="http://en.wikipedia.org/wiki/Special:Random" title="Load a random article [x]" accesskey="x">Random article</a></li>
<li id="n-sitesupport"><a href="http://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us">Donate to Wikipedia</a></li>
</ul>
</div>
</div>
<!-- /navigation -->
<!-- SEARCH -->
<!-- /SEARCH -->
<!-- interaction -->
<div class="portal" role="navigation" id='p-interaction'>
<h3>Interaction</h3>
<div class="body">
<ul>
<li id="n-help"><a href="Help3AContents.html" webstripperwas="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li>
<li id="n-aboutsite"><a href="Wikipedia3AAbout.html" webstripperwas="/wiki/Wikipedia:About" title="Find out about Wikipedia">About Wikipedia</a></li>
<li id="n-portal"><a href="Wikipedia3ACommunity_portal.html" webstripperwas="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li>
<li id="n-recentchanges"><a href="Special3ARecentChanges.html" webstripperwas="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li>
<li id="n-contact"><a href="Wikipedia3AContact_us.html" webstripperwas="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact Wikipedia</a></li>
</ul>
</div>
</div>
<!-- /interaction -->
<!-- TOOLBOX -->
<div class="portal" role="navigation" id='p-tb'>
<h3>Toolbox</h3>
<div class="body">
<ul>
<li id="t-whatlinkshere"><a href="Special3AWhatLinksHere/Compilation_album" webstripperwas="http://en.wikipedia.org/wiki/Special:WhatLinksHere/Compilation_album" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li>
<li id="t-recentchangeslinked"><a href="Special3ARecentChangesLinked/Compilation_album" webstripperwas="http://en.wikipedia.org/wiki/Special:RecentChangesLinked/Compilation_album" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
<li id="t-upload"><a href="Wikipedia3AFile_Upload_Wizard.html" webstripperwas="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li>
<li id="t-specialpages"><a href="Special3ASpecialPages.html" webstripperwas="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li>
<li id="t-permalink"><a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&oldid=545979100" title="Permanent link to this revision of the page">Permanent link</a></li>
<li id="t-info"><a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&action=info" >Page information</a></li>
<li id="t-cite"><a href="http://en.wikipedia.org/w/index.php?title=Special:Cite&page=Compilation_album&id=545979100" title="Information on how to cite this page">Cite this page</a></li> </ul>
</div>
</div>
<!-- /TOOLBOX -->
<!-- coll-print_export -->
<div class="portal" role="navigation" id='p-coll-print_export'>
<h3>Print/export</h3>
<div class="body">
<ul>
<li id="coll-create_a_book"><a href="http://en.wikipedia.org/w/index.php?title=Special:Book&bookcmd=book_creator&referer=Compilation+album" >Create a book</a></li>
<li id="coll-download-as-rl"><a href="http://en.wikipedia.org/w/index.php?title=Special:Book&bookcmd=render_article&arttitle=Compilation+album&oldid=545979100&writer=rl" >Download as PDF</a></li>
<li id="t-print"><a href="http://en.wikipedia.org/w/index.php?title=Compilation_album&printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li>
</ul>
</div>
</div>
<!-- /coll-print_export -->
<!-- LANGUAGES -->
<div class="portal" role="navigation" id='p-lang'>
<h3>Languages</h3>
<div class="body">
<ul>
<li class="interwiki-ar"><a href="http://ar.wikipedia.org/wiki/%D8%A3%D9%84%D8%A8%D9%88%D9%85_%D8%A7%D9%84%D8%AA%D8%AC%D9%85%D9%8A%D8%B9" title="ألبوم التجميع" lang="ar" hreflang="ar">العربية</a></li>
<li class="interwiki-ca"><a href="http://ca.wikipedia.org/wiki/%C3%80lbum_recopilatori" title="Àlbum recopilatori" lang="ca" hreflang="ca">Català</a></li>
<li class="interwiki-cs"><a href="http://cs.wikipedia.org/wiki/Kompila%C4%8Dn%C3%AD_album" title="Kompilační album" lang="cs" hreflang="cs">Česky</a></li>
<li class="interwiki-cy"><a href="http://cy.wikipedia.org/wiki/Albwm_dethol" title="Albwm dethol" lang="cy" hreflang="cy">Cymraeg</a></li>
<li class="interwiki-da"><a href="http://da.wikipedia.org/wiki/Opsamlingsalbum" title="Opsamlingsalbum" lang="da" hreflang="da">Dansk</a></li>
<li class="interwiki-de"><a href="http://de.wikipedia.org/wiki/Kompilation_(Medien)" title="Kompilation (Medien)" lang="de" hreflang="de">Deutsch</a></li>
<li class="interwiki-et"><a href="http://et.wikipedia.org/wiki/Kogumikalbum" title="Kogumikalbum" lang="et" hreflang="et">Eesti</a></li>
<li class="interwiki-es"><a href="http://es.wikipedia.org/wiki/%C3%81lbum_recopilatorio" title="Álbum recopilatorio" lang="es" hreflang="es">Español</a></li>
<li class="interwiki-fa"><a href="http://fa.wikipedia.org/wiki/%D8%A2%D9%84%D8%A8%D9%88%D9%85_%DA%AF%D8%B1%D8%AF%D8%A2%D9%88%D8%B1%DB%8C%E2%80%8C%D8%B4%D8%AF%D9%87" title="آلبوم گردآوریشده" lang="fa" hreflang="fa">فارسی</a></li>
<li class="interwiki-fr"><a href="http://fr.wikipedia.org/wiki/Compilation_(musique)" title="Compilation (musique)" lang="fr" hreflang="fr">Français</a></li>
<li class="interwiki-ko"><a href="http://ko.wikipedia.org/wiki/%EC%BB%B4%ED%95%84%EB%A0%88%EC%9D%B4%EC%85%98_%EC%9D%8C%EB%B0%98" title="컴필레이션 음반" lang="ko" hreflang="ko">한국어</a></li>
<li class="interwiki-id"><a href="http://id.wikipedia.org/wiki/Album_kompilasi" title="Album kompilasi" lang="id" hreflang="id">Bahasa Indonesia</a></li>
<li class="interwiki-it"><a href="http://it.wikipedia.org/wiki/Compilation" title="Compilation" lang="it" hreflang="it">Italiano</a></li>
<li class="interwiki-ka"><a href="http://ka.wikipedia.org/wiki/%E1%83%99%E1%83%9D%E1%83%9B%E1%83%9E%E1%83%98%E1%83%9A%E1%83%90%E1%83%AA%E1%83%98%E1%83%A3%E1%83%A0%E1%83%98_%E1%83%90%E1%83%9A%E1%83%91%E1%83%9D%E1%83%9B%E1%83%98" title="კომპილაციური ალბომი" lang="ka" hreflang="ka">ქართული</a></li>
<li class="interwiki-lt"><a href="http://lt.wikipedia.org/wiki/Kompiliacija_(albumas)" title="Kompiliacija (albumas)" lang="lt" hreflang="lt">Lietuvių</a></li>
<li class="interwiki-hu"><a href="http://hu.wikipedia.org/wiki/V%C3%A1logat%C3%A1salbum" title="Válogatásalbum" lang="hu" hreflang="hu">Magyar</a></li>
<li class="interwiki-ms"><a href="http://ms.wikipedia.org/wiki/Album_himpunan" title="Album himpunan" lang="ms" hreflang="ms">Bahasa Melayu</a></li>
<li class="interwiki-nl"><a href="http://nl.wikipedia.org/wiki/Verzamelalbum" title="Verzamelalbum" lang="nl" hreflang="nl">Nederlands</a></li>
<li class="interwiki-ja"><a href="http://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%83%94%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%83%BB%E3%82%A2%E3%83%AB%E3%83%90%E3%83%A0" title="コンピレーション・アルバム" lang="ja" hreflang="ja">日本語</a></li>
<li class="interwiki-no"><a href="http://no.wikipedia.org/wiki/Samlealbum" title="Samlealbum" lang="no" hreflang="no">Norsk bokmål</a></li>
<li class="interwiki-pl"><a href="http://pl.wikipedia.org/wiki/Kompilacja_(muzyka)" title="Kompilacja (muzyka)" lang="pl" hreflang="pl">Polski</a></li>
<li class="interwiki-pt"><a href="http://pt.wikipedia.org/wiki/Colet%C3%A2nea_musical" title="Coletânea musical" lang="pt" hreflang="pt">Português</a></li>
<li class="interwiki-ro"><a href="http://ro.wikipedia.org/wiki/Compila%C8%9Bie_(muzic%C4%83)" title="Compilație (muzică)" lang="ro" hreflang="ro">Română</a></li>
<li class="interwiki-ru"><a href="http://ru.wikipedia.org/wiki/%D0%A1%D0%B1%D0%BE%D1%80%D0%BD%D0%B8%D0%BA_(%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0)" title="Сборник (музыка)" lang="ru" hreflang="ru">Русский</a></li>
<li class="interwiki-simple"><a href="http://simple.wikipedia.org/wiki/Compilation_album" title="Compilation album" lang="simple" hreflang="simple">Simple English</a></li>
<li class="interwiki-sk"><a href="http://sk.wikipedia.org/wiki/Kompil%C3%A1cia_(album)" title="Kompilácia (album)" lang="sk" hreflang="sk">Slovenčina</a></li>
<li class="interwiki-fi"><a href="http://fi.wikipedia.org/wiki/Kokoelmalevy" title="Kokoelmalevy" lang="fi" hreflang="fi">Suomi</a></li>
<li class="interwiki-sv"><a href="http://sv.wikipedia.org/wiki/Samlingsalbum" title="Samlingsalbum" lang="sv" hreflang="sv">Svenska</a></li>
<li class="interwiki-th"><a href="http://th.wikipedia.org/wiki/%E0%B8%AD%E0%B8%B1%E0%B8%A5%E0%B8%9A%E0%B8%B1%E0%B9%89%E0%B8%A1%E0%B8%A3%E0%B8%A7%E0%B8%A1%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%87" title="อัลบั้มรวมเพลง" lang="th" hreflang="th">ไทย</a></li>
<li class="interwiki-vi"><a href="http://vi.wikipedia.org/wiki/Album_t%E1%BB%95ng_h%E1%BB%A3p" title="Album tổng hợp" lang="vi" hreflang="vi">Tiếng Việt</a></li>
<li class="interwiki-zh"><a href="http://zh.wikipedia.org/wiki/%E5%90%88%E8%BC%AF" title="合輯" lang="zh" hreflang="zh">中文</a></li>
<li class="wbc-editpage"><a href="http://www.wikidata.org/wiki/Q222910" title="Edit interlanguage links">Edit links</a></li>
</ul>
</div>
</div>
<!-- /LANGUAGES -->
</div>
<!-- /panel -->
</div>
<!-- footer -->
<div id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last modified on 22 April 2013 at 08:01.<br /></li>
<li id="footer-info-copyright">Text is available under the <a rel="license" href="Wikipedia3AText_of_Creative_Commons_Attribution-ShareAlike_3.html" webstripperwas="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" >Creative Commons Attribution-ShareAlike License</a><a rel="license" href="creativecommons.org/licenses/by-sa/3.0/index.html" webstripperwas="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;
additional terms may apply. By using this site, you agree to the <a href="http://wikimediafoundation.org/wiki/Terms_of_Use" >Terms of Use</a> and <a href="http://wikimediafoundation.org/wiki/Privacy_policy" >Privacy Policy.</a> <br/>
Wikipedia® is a registered trademark of the <a href="http://www.wikimediafoundation.org/" >Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a href="http://wikimediafoundation.org/wiki/Privacy_policy" title="wikimedia:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="Wikipedia3AAbout.html" webstripperwas="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="Wikipedia3AGeneral_disclaimer.html" webstripperwas="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="Wikipedia3AContact_us.html" webstripperwas="//en.wikipedia.org/wiki/Wikipedia:Contact_us" >Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a href="http://en.m.wikipedia.org/wiki/Compilation_album" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
</ul>
<ul id="footer-icons" class="noprint">
<li id="footer-copyrightico">
<a href="http://wikimediafoundation.org/" ><img src="bits.wikimedia.org/images/wikimedia-button.png" webstripperwas="//bits.wikimedia.org/images/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>
</li>
<li id="footer-poweredbyico">
<a href="http://www.mediawiki.org/" ><img src="bits.wikimedia.org/static-1.22wmf1/skins/common/images/poweredby_mediawiki_88x31.png" webstripperwas="//bits.wikimedia.org/static-1.22wmf1/skins/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31" /></a>
</li>
</ul>
<div style="clear:both"></div>
</div>
<!-- /footer -->
<script>if(window.mw){
mw.loader.state({"site":"loading","user":"ready","user.groups":"ready"});
}</script>
<script>if(window.mw){
mw.loader.load(["mobile.desktop","mediawiki.action.view.postEdit","mediawiki.user","mediawiki.page.ready","mediawiki.searchSuggest","mediawiki.hidpi","ext.gadget.teahouse","ext.gadget.ReferenceTooltips","ext.gadget.DRN-wizard","ext.gadget.charinsert","mw.MwEmbedSupport.style","ext.vector.collapsibleNav","ext.vector.collapsibleTabs","ext.vector.editWarning","ext.markAsHelpful","ext.gettingstarted.openTask","ext.navigationTiming","mw.PopUpMediaTransform","skins.vector.js"],null,true);
}</script>
<script src="http://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-ReferenceTooltips.js&action=raw&ctype=text/javascript&508635914" ></script>
<script src="bits.wikimedia.org/en.wikipedia.org/load.php.199.html" webstripperwas="//bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=site&only=scripts&skin=vector&*" ></script>
<!-- Served by mw1026 in 0.147 secs. -->
</body>
</html>