uki 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. data/VERSION +1 -1
  2. data/frameworks/uki/README.rdoc +6 -15
  3. data/frameworks/uki/examples/core-examples/aristo/aristo.js +59 -0
  4. data/frameworks/uki/examples/core-examples/attachment/attachment.js +18 -0
  5. data/frameworks/uki/examples/core-examples/controls/controls.js +59 -0
  6. data/frameworks/uki/examples/core-examples/dnd/dnd.js +70 -0
  7. data/frameworks/uki/examples/core-examples/flow/flow.js +41 -0
  8. data/frameworks/uki/examples/core-examples/list/list.js +78 -0
  9. data/frameworks/uki/examples/core-examples/popup/popup.js +41 -0
  10. data/frameworks/uki/examples/core-examples/resizeToContents/resizeToContents.js +34 -0
  11. data/frameworks/uki/examples/core-examples/scrollPane/scrollPane.js +28 -0
  12. data/frameworks/uki/examples/core-examples/slider/slider.js +23 -0
  13. data/frameworks/uki/examples/core-examples/splitPane/splitPane.js +35 -0
  14. data/frameworks/uki/examples/core-examples/splitPaneExtended/splitPaneExtended.js +39 -0
  15. data/frameworks/uki/examples/core-examples/stress/stress.js +33 -0
  16. data/frameworks/uki/examples/core-examples/table/library.js +1 -0
  17. data/frameworks/uki/examples/core-examples/table/searchable.js +71 -0
  18. data/frameworks/uki/examples/core-examples/table/table.js +92 -0
  19. data/frameworks/uki/examples/core-examples/toolbar/icon.png +0 -0
  20. data/frameworks/uki/examples/core-examples/toolbar/toolbar.js +44 -0
  21. data/frameworks/uki/examples/core-examples/twitter/bubble.png +0 -0
  22. data/frameworks/uki/examples/core-examples/twitter/i/bubble-c.png +0 -0
  23. data/frameworks/uki/examples/core-examples/twitter/i/bubble-h.png +0 -0
  24. data/frameworks/uki/examples/core-examples/twitter/i/bubble-m.png +0 -0
  25. data/frameworks/uki/examples/core-examples/twitter/i/bubble-v.png +0 -0
  26. data/frameworks/uki/examples/core-examples/twitter/i/loading.gif +0 -0
  27. data/frameworks/uki/examples/core-examples/twitter/tweets.json +1 -0
  28. data/frameworks/uki/examples/core-examples/twitter/twitter.js +175 -0
  29. data/frameworks/uki/examples/core-examples/wave/contacts.json +1 -0
  30. data/frameworks/uki/examples/core-examples/wave/i/body/normal-m.png +0 -0
  31. data/frameworks/uki/examples/core-examples/wave/i/body/normal.png +0 -0
  32. data/frameworks/uki/examples/core-examples/wave/i/button/a-down-m.png +0 -0
  33. data/frameworks/uki/examples/core-examples/wave/i/button/a-down-v.gif +0 -0
  34. data/frameworks/uki/examples/core-examples/wave/i/button/a-down-v.png +0 -0
  35. data/frameworks/uki/examples/core-examples/wave/i/button/a-down.png +0 -0
  36. data/frameworks/uki/examples/core-examples/wave/i/button/a-normal-m.png +0 -0
  37. data/frameworks/uki/examples/core-examples/wave/i/button/a-normal-v.gif +0 -0
  38. data/frameworks/uki/examples/core-examples/wave/i/button/a-normal-v.png +0 -0
  39. data/frameworks/uki/examples/core-examples/wave/i/button/a-normal.png +0 -0
  40. data/frameworks/uki/examples/core-examples/wave/i/button/down-m.png +0 -0
  41. data/frameworks/uki/examples/core-examples/wave/i/button/down-v.gif +0 -0
  42. data/frameworks/uki/examples/core-examples/wave/i/button/down-v.png +0 -0
  43. data/frameworks/uki/examples/core-examples/wave/i/button/down.png +0 -0
  44. data/frameworks/uki/examples/core-examples/wave/i/button/normal-m.png +0 -0
  45. data/frameworks/uki/examples/core-examples/wave/i/button/normal-v.gif +0 -0
  46. data/frameworks/uki/examples/core-examples/wave/i/button/normal-v.png +0 -0
  47. data/frameworks/uki/examples/core-examples/wave/i/button/normal.png +0 -0
  48. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-down-m.gif +0 -0
  49. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-down-m.png +0 -0
  50. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-down.png +0 -0
  51. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-normal-m.gif +0 -0
  52. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-normal-m.png +0 -0
  53. data/frameworks/uki/examples/core-examples/wave/i/button/plus-big-normal.png +0 -0
  54. data/frameworks/uki/examples/core-examples/wave/i/button/plus-down-m.gif +0 -0
  55. data/frameworks/uki/examples/core-examples/wave/i/button/plus-down-m.png +0 -0
  56. data/frameworks/uki/examples/core-examples/wave/i/button/plus-down.png +0 -0
  57. data/frameworks/uki/examples/core-examples/wave/i/button/plus-normal-m.gif +0 -0
  58. data/frameworks/uki/examples/core-examples/wave/i/button/plus-normal-m.png +0 -0
  59. data/frameworks/uki/examples/core-examples/wave/i/button/plus-normal.png +0 -0
  60. data/frameworks/uki/examples/core-examples/wave/i/button/search-button-normal-m.png +0 -0
  61. data/frameworks/uki/examples/core-examples/wave/i/button/search-button-normal.png +0 -0
  62. data/frameworks/uki/examples/core-examples/wave/i/button/toolbar-button-down-m.png +0 -0
  63. data/frameworks/uki/examples/core-examples/wave/i/button/toolbar-button-down.png +0 -0
  64. data/frameworks/uki/examples/core-examples/wave/i/button/toolbar-button-normal-v.gif +0 -0
  65. data/frameworks/uki/examples/core-examples/wave/i/button/toolbar-button-normal-v.png +0 -0
  66. data/frameworks/uki/examples/core-examples/wave/i/button/toolbar-button-normal.png +0 -0
  67. data/frameworks/uki/examples/core-examples/wave/i/icons-c/drawer.png +0 -0
  68. data/frameworks/uki/examples/core-examples/wave/i/icons-c/inbox.png +0 -0
  69. data/frameworks/uki/examples/core-examples/wave/i/icons-c/pencil.png +0 -0
  70. data/frameworks/uki/examples/core-examples/wave/i/icons-c/skeleton.png +0 -0
  71. data/frameworks/uki/examples/core-examples/wave/i/icons-c/trash.png +0 -0
  72. data/frameworks/uki/examples/core-examples/wave/i/icons-c/who.png +0 -0
  73. data/frameworks/uki/examples/core-examples/wave/i/icons/blue.png +0 -0
  74. data/frameworks/uki/examples/core-examples/wave/i/icons/dots.png +0 -0
  75. data/frameworks/uki/examples/core-examples/wave/i/icons/download.png +0 -0
  76. data/frameworks/uki/examples/core-examples/wave/i/icons/drawer.png +0 -0
  77. data/frameworks/uki/examples/core-examples/wave/i/icons/eye-closed.png +0 -0
  78. data/frameworks/uki/examples/core-examples/wave/i/icons/eye.png +0 -0
  79. data/frameworks/uki/examples/core-examples/wave/i/icons/folder.png +0 -0
  80. data/frameworks/uki/examples/core-examples/wave/i/icons/nosound.png +0 -0
  81. data/frameworks/uki/examples/core-examples/wave/i/icons/play.png +0 -0
  82. data/frameworks/uki/examples/core-examples/wave/i/icons/reply.png +0 -0
  83. data/frameworks/uki/examples/core-examples/wave/i/icons/skeleton.png +0 -0
  84. data/frameworks/uki/examples/core-examples/wave/i/icons/sprite-m.gif +0 -0
  85. data/frameworks/uki/examples/core-examples/wave/i/icons/sprite-m.png +0 -0
  86. data/frameworks/uki/examples/core-examples/wave/i/icons/sprite.png +0 -0
  87. data/frameworks/uki/examples/core-examples/wave/i/icons/trash.png +0 -0
  88. data/frameworks/uki/examples/core-examples/wave/i/icons/unknown.png +0 -0
  89. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-c.gif +0 -0
  90. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-c.png +0 -0
  91. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-h.gif +0 -0
  92. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-h.png +0 -0
  93. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-m.png +0 -0
  94. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-v.gif +0 -0
  95. data/frameworks/uki/examples/core-examples/wave/i/panel/blue-v.png +0 -0
  96. data/frameworks/uki/examples/core-examples/wave/i/panel/blue.png +0 -0
  97. data/frameworks/uki/examples/core-examples/wave/i/panel/white-c.gif +0 -0
  98. data/frameworks/uki/examples/core-examples/wave/i/panel/white-c.png +0 -0
  99. data/frameworks/uki/examples/core-examples/wave/i/panel/white-h.gif +0 -0
  100. data/frameworks/uki/examples/core-examples/wave/i/panel/white-h.png +0 -0
  101. data/frameworks/uki/examples/core-examples/wave/i/panel/white-m.png +0 -0
  102. data/frameworks/uki/examples/core-examples/wave/i/panel/white-v.gif +0 -0
  103. data/frameworks/uki/examples/core-examples/wave/i/panel/white-v.png +0 -0
  104. data/frameworks/uki/examples/core-examples/wave/i/panel/white.png +0 -0
  105. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-c.gif +0 -0
  106. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-c.png +0 -0
  107. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-h.gif +0 -0
  108. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-h.png +0 -0
  109. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-m.png +0 -0
  110. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-v.gif +0 -0
  111. data/frameworks/uki/examples/core-examples/wave/i/popup/normal-v.png +0 -0
  112. data/frameworks/uki/examples/core-examples/wave/i/popup/normal.png +0 -0
  113. data/frameworks/uki/examples/core-examples/wave/i/searchField/focus-m.png +0 -0
  114. data/frameworks/uki/examples/core-examples/wave/i/searchField/focus-v.gif +0 -0
  115. data/frameworks/uki/examples/core-examples/wave/i/searchField/focus-v.png +0 -0
  116. data/frameworks/uki/examples/core-examples/wave/i/searchField/focus.png +0 -0
  117. data/frameworks/uki/examples/core-examples/wave/i/searchField/normal-m.png +0 -0
  118. data/frameworks/uki/examples/core-examples/wave/i/searchField/normal-v.gif +0 -0
  119. data/frameworks/uki/examples/core-examples/wave/i/searchField/normal-v.png +0 -0
  120. data/frameworks/uki/examples/core-examples/wave/i/searchField/normal.png +0 -0
  121. data/frameworks/uki/examples/core-examples/wave/i/toolbar/normal-m.png +0 -0
  122. data/frameworks/uki/examples/core-examples/wave/i/toolbar/normal.png +0 -0
  123. data/frameworks/uki/examples/core-examples/wave/voloko.jpg +0 -0
  124. data/frameworks/uki/examples/core-examples/wave/wave-theme.js +269 -0
  125. data/frameworks/uki/examples/core-examples/wave/wave.html +29 -0
  126. data/frameworks/uki/examples/core-examples/wave/wave.js +102 -0
  127. data/frameworks/uki/examples/core-examples/wave/waves.json +1 -0
  128. data/frameworks/uki/examples/css/examples.css +23 -0
  129. data/frameworks/uki/examples/css/index.css +0 -0
  130. data/frameworks/uki/examples/css/reset.css +43 -0
  131. data/frameworks/uki/examples/more-examples/radioButton/radioButton.js +17 -0
  132. data/frameworks/uki/examples/more-examples/splitTable/library.js +1 -0
  133. data/frameworks/uki/examples/more-examples/splitTable/searchable.js +71 -0
  134. data/frameworks/uki/examples/more-examples/splitTable/splitTable.js +98 -0
  135. data/frameworks/uki/examples/more-examples/toggleButton/toggleButton.js +14 -0
  136. data/frameworks/uki/examples/more-examples/treeList/i/arrows.png +0 -0
  137. data/frameworks/uki/examples/more-examples/treeList/treeList.js +35 -0
  138. data/frameworks/uki/examples/views/example.haml +8 -0
  139. data/frameworks/uki/examples/views/exampleList.haml +24 -0
  140. data/frameworks/uki/server.rb +84 -0
  141. data/frameworks/uki/spec/support/spec.helper.js +37 -1
  142. data/frameworks/uki/src/uki-core/background/cssBox.js +1 -1
  143. data/frameworks/uki/src/uki-core/builder.js +15 -10
  144. data/frameworks/uki/src/uki-core/dom/dnd.js +2 -1
  145. data/frameworks/uki/src/uki-core/uki.js +1 -1
  146. data/frameworks/uki/src/uki-core/utils.js +10 -3
  147. data/frameworks/uki/src/uki-core/view/base.js +2 -2
  148. data/frameworks/uki/src/uki-theme/airport.js +14 -0
  149. data/frameworks/uki/src/uki-view/view/button.js +4 -6
  150. data/frameworks/uki/src/uki-view/view/label.js +3 -3
  151. data/frameworks/uki/src/uki-view/view/list.js +26 -16
  152. data/frameworks/uki/src/uki-view/view/slider.js +3 -3
  153. data/frameworks/uki/src/uki-view/view/splitPane.js +1 -1
  154. data/frameworks/uki/src/uki-view/view/table.js +3 -3
  155. data/frameworks/uki/src/uki-view/view/table/column.js +1 -1
  156. data/frameworks/uki/src/uki-view/view/textField.js +18 -7
  157. data/uki.gemspec +139 -6
  158. metadata +140 -7
  159. data/frameworks/uki/compiler.jar +0 -0
  160. data/frameworks/uki/run.rb +0 -2
  161. data/frameworks/uki/thin.yaml +0 -11
  162. data/frameworks/uki/uki.rb +0 -38
  163. data/frameworks/uki/uki.ru +0 -2
@@ -0,0 +1,28 @@
1
+ /**
2
+ @example_title Scroll pane
3
+ @example_order 61
4
+ @example_html
5
+ <style>body, html { overflow: hidden; margin: 0; padding: 0; }</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="scrollPane.js"></script>
8
+ */
9
+
10
+ uki([
11
+ { view: 'HSplitPane', rect: '0 0 1000 600', anchors: 'left top right bottom',
12
+ handlePosition: 300, autogrowLeft: false, autogrowRight: true, autogrowLeft: false, handleWidth: 1, rightMin: 400, leftMin: 150,
13
+ leftChildViews:
14
+ { view: 'ScrollPane', rect: '0 0 300 600', anchors: 'top left right bottom', background: '#0F0', name: 'pane_1',
15
+ childViews: { view: 'Base', rect: '10 10 280 300', anchors: 'top left right', background: '#F00' }
16
+ },
17
+ rightPane: {
18
+ background: '#D0D7E2',
19
+ childViews: { view: 'ScrollPane', rect: '0 0 699 600', anchors: 'top left right bottom',
20
+ scrollableH: true, scrollableV: true, name: 'pane_2',
21
+ childViews: { view: 'Box', rect: '10 10 480 300', anchors: 'top left', background: '#F00', childViews: [
22
+ { view: 'Label', rect: '5 5 100 100', anchors: 'left top', multiline: true,
23
+ text: 'try resizing page or drag split pane to see scroll bars' }
24
+ ] }
25
+ }
26
+ }
27
+ }
28
+ ]).attachTo( window, '1000 600' );
@@ -0,0 +1,23 @@
1
+ /**
2
+ @example_title Slider
3
+ @example_order 3122
4
+ @example_html
5
+ <div id='test' style='width: 50%; height: 100px; background: #EEE'></div>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="slider.js"></script>
8
+ */
9
+
10
+ uki({ view: 'Box', rect: '500 100', anchors: 'left top right bottom', childViews: [
11
+ { view: 'Label', rect: '10 12 70 18', anchors: 'left top', text: 'Continuous' },
12
+ { view: 'Slider', rect: '90 12 300 18', anchors: 'left right top' },
13
+ { view: 'TextField', rect: '400 10 90 22', anchors: 'right top' },
14
+ { view: 'Label', rect: '10 68 70 18', anchors: 'left top', text: 'With steps' },
15
+ { view: 'Slider', rect: '90 68 300 18', anchors: 'left right top', values: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] },
16
+ { view: 'TextField', rect: '400 66 90 22', anchors: 'right top' }
17
+ ]})
18
+ .attachTo( document.getElementById('test'), '500 100' );
19
+
20
+ uki('Slider').change(function() {
21
+ this.nextView().value(this.value());
22
+ }).change();
23
+
@@ -0,0 +1,35 @@
1
+ /**
2
+ @example_title Split pane
3
+ @example_order 31
4
+ @example_html
5
+ <style>body, html { overflow: hidden; margin: 0; padding: 0; }</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="splitPane.js"></script>
8
+ */
9
+
10
+ uki(
11
+ { // create a split pane...
12
+ view: 'HSplitPane', rect: '1000 600', anchors: 'left top right bottom',
13
+ handlePosition: 300, leftMin: 200, rightMin: 300,
14
+ // ...with button on the left
15
+ leftChildViews: { view: 'Button', rect: '10 10 280 24', anchors: 'top left right', text: 'Clear text field' },
16
+ // ...and a vertical split pane on the right...
17
+ rightChildViews: [
18
+ { view: 'VSplitPane', rect: '693 600', anchors: 'left top right bottom', vertical: true,
19
+ // ...with text field in the top part
20
+ topChildViews: { view: 'TextField', rect: '10 10 280 24', anchors: 'top left', value: '0', id: 'field' },
21
+ // ...and a slider in the bottom
22
+ bottomChildViews: { view: 'Slider', rect: '10 10 673 24', anchors: 'top right left' }
23
+ }
24
+ ]
25
+ }).attachTo( window, '1000 600' );
26
+
27
+ // on slider change update text field
28
+ uki('HSplitPane Slider').bind('change', function() {
29
+ uki('TextField').value(this.value())
30
+ });
31
+
32
+ // on button click clear the text field
33
+ uki('Button[text~="Clear"]').bind('click', function() {
34
+ uki('#field').value('') // find by id
35
+ }).parent();
@@ -0,0 +1,39 @@
1
+ /**
2
+ @example_title Complex split pane
3
+ @example_order 1032
4
+ @example_html
5
+ <style>body, html { overflow: hidden; margin: 0; padding: 0; }</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="splitPaneExtended.js"></script>
8
+ */
9
+
10
+ uki(
11
+ { view: 'HSplitPane', rect: '1000 600', anchors: 'left top right bottom', handlePosition: 200, rightMin: 500, handleWidth: 1, id: 'top',
12
+ leftPane: { background: '#FFF' },
13
+ rightChildViews: { view: 'HSplitPane', rect: '799 600', anchors: 'left top right bottom', id: 'second',
14
+ handlePosition: 300, autogrowRight: true, autogrowLeft: false, leftMin: 200, rightMin: 300, handleWidth: 1,
15
+ leftPane: { background: '#D0D7E2', childViews: [
16
+ { view: 'Button', rect: '10 566 280 24', anchors: 'bottom left right', text: 'middle pane', focusable: false }
17
+ ]},
18
+ rightChildViews: [
19
+ { view: 'VSplitPane', rect: '498 600', anchors: 'left top right bottom',
20
+ topChildViews: [
21
+ { view: 'Button', rect: '10 10 280 24', anchors: 'top left', text: 'top pane' },
22
+ { view: 'Button', rect: '209 160 280 24', anchors: 'bottom right', text: 'top pane' }
23
+ ],
24
+ bottomPane: { background: '#FFF', childViews: [
25
+ { view: 'Box', rect: '0 0 499 40', anchors: 'top right left', background: 'cssBox(background:#EDF3FE;border-bottom:1px solid #999)' },
26
+ { view: 'Slider', rect: '10 50 473 24', anchors: 'top right left' },
27
+ { view: 'Label', rect: '10 80 479 300', anchors: 'top left right bottom', multiline: true, html: 'Sample content ', id: 'workpane' }
28
+ ]}
29
+ }
30
+ ]
31
+ }
32
+ }
33
+ ).attachTo( window, '1000 600', {minSize: '600 0'} );
34
+
35
+ // when we resize second split pane and hit border, try resizing first pane
36
+ var top = uki('#top')[0];
37
+ uki('HSplitPane:eq(1)').bind('handleMove', function(e) {
38
+ if (e.handlePosition > e.dragValue) top.handlePosition(top.handlePosition() - (e.handlePosition - e.dragValue) ).layout();
39
+ });
@@ -0,0 +1,33 @@
1
+ /**
2
+ @example_title Background stress test
3
+ @example_order 3000
4
+ @example_html
5
+ <style>body, html { margin: 0; padding: 0; };</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="stress.js"></script>
8
+ */
9
+
10
+
11
+ function button (i) {
12
+ return uki.build({
13
+ view: 'Button',
14
+ rect: '5 ' + i * 30 + ' ' + (700 - i) + ' 25',
15
+ anchors: 'top left right',
16
+ autosize: 'width',
17
+ text: 'button #' + (i + 1)
18
+ });
19
+ }
20
+
21
+ var c = uki({
22
+ view: 'Box',
23
+ rect: '0 0 800 1000',
24
+ anchors: 'top bottom right left',
25
+ autosize: 'width height'
26
+ });
27
+
28
+ for (var i=0; i < 100; i++) {
29
+ c.append(button(i));
30
+ };
31
+
32
+ c.attachTo( window );
33
+ c[0].dom().style.overflow = 'visible';
@@ -0,0 +1 @@
1
+ onLibraryLoad([["748","Rails Envy Podcast - Episode #062: 01\/07\/2009","1283840","Rails Envy","Rails Envy Podcast","Podcast",null,null],["752","Rails Envy Podcast - Episode #063: 01\/14\/2009","1300088","Rails Envy","Rails Envy Podcast","Podcast",null,null],["754","Rails Envy Podcast - Episode #064: 01\/21\/2009","993410","Rails Envy","Rails Envy Podcast","Podcast",null,null],["756","Rails Envy Podcast - Episode #065: 02\/04\/2009","1239954","Rails Envy","Rails Envy Podcast","Podcast",null,null],["758","Rails Envy Podcast - Episode #066: 02\/12\/2009","1455046","Rails Envy","Rails Envy Podcast","Podcast",null,null],["760","Rails Envy Podcast - Episode #067: 02\/18\/2009","947095","Rails Envy","Rails Envy Podcast","Podcast",null,null],["762","Rails Envy Podcast - Episode #068: 02\/25\/2009","951170","Rails Envy","Rails Envy Podcast","Podcast",null,null],["764","Rails Envy Podcast - Episode #069: 03\/04\/2009","1295856","Rails Envy","Rails Envy Podcast","Podcast",null,null],["766","Rails Envy Podcast - Episode #070: 03\/13\/2009","2147500","Rails Envy","Rails Envy Podcast","Podcast",null,null],["768","Rails Envy Podcast - Episode #071: 03\/18\/2009","994115","Rails Envy","Rails Envy Podcast","Podcast",null,null],["770","Rails Envy Podcast - Episode #072: 03\/25\/2009","777221","Rails Envy","Rails Envy Podcast","Podcast",null,null],["772","Rails Envy Podcast - Episode #073: 04\/01\/2009","1065508","Rails Envy","Rails Envy Podcast","Podcast",null,null],["774","Rails Envy Podcast - Episode #074: 04\/08\/2009","1057906","Rails Envy","Rails Envy Podcast","Podcast",null,null],["776","Rails Envy Podcast - Episode #075: 04\/15\/2009","1043069","Rails Envy","Rails Envy Podcast","Podcast",null,null],["778","Rails Envy Podcast - Episode #076: 04\/22\/2009","1016058","Rails Envy","Rails Envy Podcast","Podcast",null,null],["780","Rails Envy Podcast - Episode #077: 04\/29\/2009","1008248","Rails Envy","Rails Envy Podcast","Podcast",null,null],["782","Rails Envy Podcast - Episode #078: 05\/14\/2009","1118592","Rails Envy","Rails Envy Podcast","Podcast",null,null],["784","Rails Envy Podcast - Episode #079: 05\/21\/2009","1098344","Rails Envy","Rails Envy Podcast","Podcast",null,null],["786","Rails Envy Podcast - Episode #080: 05\/27\/2009","1345880","Rails Envy","Rails Envy Podcast","Podcast",null,null],["788","Episode 133: Capistrano Tasks","529362","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["792","Episode 134: Paperclip","466232","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["794","Episode 135: Making a Gem","547547","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["796","Episode 136: jQuery","588688","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["798","Episode 137: Memoization","316249","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["800","Episode 138: I18n","455588","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["802","Episode 139: Nested Resources","620253","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["804","Episode 140: Rails 2.2 Extras","294260","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["806","Episode 141: PayPal Basics","423189","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["808","Episode 142: PayPal Notifications","646413","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["810","Episode 143: PayPal Security","698631","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["812","Episode 144: Active Merchant Basics","610176","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["814","Episode 151: Rack Middleware","762162","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["816","Episode 152: Rails 2.3 Extras","587554","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["818","Episode 153: PDFs with Prawn","604270","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["820","Episode 154: Polymorphic Association","532132","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["822","Episode 155: Beginning with Cucumber","922389","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["824","Episode 156: Webrat","459325","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["826","Episode 157: RSpec Matchers & Macros","1089189","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["828","Episode 158: Factories not Fixtures","755855","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["830","Episode 160: Authlogic","846079","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["832","Episode 161: Three Profiling Tools","422255","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["834","Episode 162: Tree Based Navigation","661895","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["836","Episode 163: Self-Referential Association","875642","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["838","Episode 164: Cron in Ruby","493026","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["840","JRuby: State of the Art Q&A Session","757457",null,"RailsConf Community Videos","Podcast",null,null],["844","R-House - Ruby for home automation","3085434",null,"RailsConf Community Videos","Podcast",null,null],["846","Rails3: Step Off of the Golden Path","2146904",null,"RailsConf Community Videos","Podcast",null,null],["848","Railsconf 2009 - Tuesday, May 6 Summary Vid","266967",null,"RailsConf Community Videos","Podcast",null,null],["850","Railsconf 2009 - Tutorials Day","228359",null,"RailsConf Community Videos","Podcast",null,null],["852","Rubystein - Wolfenstien 3d in Ruby","313182",null,"RailsConf Community Videos","Podcast",null,null],["994","\u0421\u043e\u043b\u0434\u0430\u0442","201874","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["996","5\u041d\u0438zza","177397","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["998","Jamaica","244558","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["1000","\u0421\u044e\u0440\u043d\u0430\u044f","245289","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,null],["1002","\u0421\u043e\u043d(Well)","176927","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["1004","\u042f \u0421 \u0422\u043e\u0431\u043e\u0439","250671","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["1006","\u0422\u044b \u041a\u0438\u0434\u0430\u043b","190014","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,"1"],["1008","\u042f \u041d\u0435 \u0422\u043e\u0439","167888","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,"1"],["1010","\u0421\u0442\u0440\u0435\u043b\u0430","128731","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,"1"],["1012","\u041f\u0435\u0440\u0432\u043e\u043c\u0430\u0439(\u0412\u043e\u0434\u0430)","190380","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,"1"],["1014","\u042f \u0422\u0435\u0431\u044f \u0412\u044b...","246204","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,"1"],["1016","\u0412\u0435\u0441\u043d\u0430","249861","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,"1"],["1018","Big Bada Boom!","61178","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,"1"],["1020","\u041d\u0435\u0432\u0430(\u0421\u043f\u0440\u043e\u0441\u0438 \u041c\u0435\u043d\u044f)","294791","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,"1"],["1022","\u0421\u0432\u043e\u0431\u043e\u0434\u0430","183875","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Reggae",null,"1"],["1024","\u0423\u0448\u0435\u0434\u0448\u0438\u043c \u0421\u043b\u0438\u0448\u043a\u043e\u043c \u0420\u0430\u043d\u043e(Light My Fire)","213106","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["1026","Jammin (To Bob Marley)","184215","5'nizza","\u0410\u043d\u043f\u043b\u0430\u0433\u0433\u0435\u0434","Rock",null,null],["1028","\u042f \u043d\u0435 \u0442\u043e\u0439...","166687","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Other",null,null],["1030","\u042f \u0442\u0435\u0431\u044f \u0432\u044b...","243539","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1032","\u0412\u0435\u0441\u043d\u0430 (\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f)","260284","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1034","\u0421\u043e\u043d","175595","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1036","\u0412\u043e\u0434\u0430","190902","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Other",null,null],["1038","\u042f \u0441 \u0442\u043e\u0431\u043e\u0439","250697","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1040","\u0422\u044b \u043a\u0438\u0434\u0430\u043b","186723","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Other",null,"1"],["1042","\u0421\u0442\u0440\u0435\u043b\u0430","128444","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1044","\u042f\u043c\u0430\u0439\u043a\u0430","243853","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1046","\u0421\u0432\u043e\u0431\u043e\u0434\u0430","183536","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1048","Big Badda Boom","178651","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1050","\u041d\u0435\u0432\u0430","287320","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1052","\u0421\u043e\u043b\u0434\u0430\u0442","190066","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1054","\u0423\u0448\u0435\u0434\u0448\u0438\u043c \u0441\u043b\u0438\u0448\u043a\u043e \u0440\u0430\u043d\u043e","208587","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1056","\u0422\u044b \u043d\u0430 \u0442\u0443","142733","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1058","\u0417\u0438\u043c\u0430","374021","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1060","\u041f\u044f\u0442\u043d\u0438\u0446\u0430","176718","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Other",null,null],["1062","\u0421\u044e\u0440\u043d\u0430\u044f","244897","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1064","\u0422\u044f\u043d\u0443\u0442\u044c\u0441\u044f","213942","5'nizza","\u041f\u044f\u0442\u043d\u0438\u0446\u0430",null,null,null],["1066","To Fix the Gash In Your Head","231223","A Place to Bury Strangers","A Place to Bury Strangers","Alternative",null,null],["1068","Paradiso","440293","Al Di Meola","Orange and Blue",null,null,null],["1070","Chilian Pipe Song","292362","Al Di Meola","Orange and Blue",null,null,null],["1072","Ta'alina Chant","116271","Al Di Meola","Orange and Blue",null,null,null],["1074","Orange And Blue","452127","Al Di Meola","Orange and Blue",null,null,null],["1076","If We Meet Again","280084","Al Di Meola","Orange and Blue",null,null,null],["1078","Summer Country Song","330266","Al Di Meola","Orange and Blue",null,null,null],["1080","If We Meet Again, Part One","89965","Al Di Meola","Orange and Blue",null,null,null],["1082","If We Meet Again, Part Two","303673","Al Di Meola","Orange and Blue",null,null,null],["1084","Cyprus","231444","Al Di Meola","Orange and Blue",null,null,null],["1086","Theme Of The Mother Ship","325537","Al Di Meola","Orange and Blue",null,null,null],["1088","Precious Little You","265221","Al Di Meola","Orange and Blue",null,null,null],["1090","Casmire","247875","Al Di Meola","Orange and Blue",null,null,null],["1092","On My Own","200881","Al Di Meola","Orange and Blue",null,null,null],["1094","Beyond the Mirage","439875","Al Di Meola","The Infinite Desire","Jazz",null,null],["1096","Shaking the Spirits","390556","Al Di Meola","The Infinite Desire","Jazz",null,null],["1098","Vizzini","296071","Al Di Meola","The Infinite Desire","Jazz",null,null],["1100","In My Mother's Eyes (Memory of Teresa)","281626","Al Di Meola","The Infinite Desire","Jazz",null,null],["1102","Infinite Desire","328933","Al Di Meola","The Infinite Desire","Jazz",null,"1"],["1104","Invention of the Monsters","185861","Al Di Meola","The Infinite Desire","Jazz",null,null],["1106","Istanbul","481097","Al Di Meola","The Infinite Desire","Jazz",null,null],["1108","Azzura","175333","Al Di Meola","The Infinite Desire","Jazz",null,null],["1110","Big Sky Azzura","366994","Al Di Meola","The Infinite Desire","Jazz",null,null],["1112","Race With the Devil on Turkish Highway","245237","Al Di Meola","The Infinite Desire","Jazz",null,null],["1114","Valentina","286667","Al Di Meola","The Infinite Desire","Jazz",null,null],["1116","Misterio","473756","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,"1"],["1118","Double Concerto","358295","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,"1"],["1120","Prelude: Adagio For Theresa","81920","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1122","The Grande Passion","545541","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1124","Asia De Cuba","538723","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1126","Soledad","457586","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1128","Opus In Green","620695","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1130","Libertango","307931","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1132","Azucar","193280","Al Di Meola World Sinfonia Al Di Meola","The Grande Passion","Jazz",null,null],["1134","Equus 1","584045","Alexei Aigi & 4'33\"","Equus","Other",null,null],["1136","Equus 2","96522","Alexei Aigi & 4'33\"","Equus","Other",null,"1"],["1138","Equus 3","619624","Alexei Aigi & 4'33\"","Equus","Other",null,null],["1140","Equus 4","234370","Alexei Aigi & 4'33\"","Equus","Other",null,null],["1142","Equus 5","257828","Alexei Aigi & 4'33\"","Equus","Other",null,null],["1144","Equus 6","435069","Alexei Aigi & 4'33\"","Equus","Other",null,null],["1146","Several possibilities of the use of quasi-citations","173557","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1148","Jazzik","367621","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,"1"],["1150","Abris","302889","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1152","Prarie des Filtres","382641","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1154","3R","178076","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1156","Black Russian","267049","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1158","Apres (in memoriam Daniil Filippov)","166034","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1160","Mi - Rock","190955","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1162","Funeral","206419","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1164","Happiness, Fame and Fortune","287947","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1166","Gwinea Pigs Tango ( Tango du Cochon d'Inde )","304744","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1168","Halla - Balla","226377","Alexei Aigi & 4'33\"","Happiness, Fame and Fortune","Misc",null,null],["1170","Mikrokosmos #113","159190","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1172","Moviedances","409861","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1174","4.33 Variations On Frank Zappa's Theme","236956","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1176","Music With A Constantly Changing Title","291787","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1178","Jazzok","273475","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1180","Music #6","269400","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1182","Slkadanowski","83330","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1184","Kamarinskaia","177920","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1186","Re-Mi-X","556956","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1188","Bluezz","468062","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1190","Music That's Changed, But Still Kept Its Title","592195","Alexei Aigi & 4'33\"","Hearts of 4'33","Jazz",null,null],["1192","Labyrinth Ii","318772","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1194","Fire","197668","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1196","Comeback","135758","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1198","Melancholic Album","187820","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1200","The Cabriolet Of Doctor M","263314","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1202","In Search Of An Object","142602","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1204","Wasterland","200411","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1206","Qu'est-Ce Qu'une Ulive_","264463","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1208","Organization","190432","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1210","10 Free","187193","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1212","Labyrinth I","317413","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1214","The Chase","151327","Alexei Aigi & 4'33\"","One. Second Hand","Musical",null,null],["1216","Degreaser","387709","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1218","Movement Of Skin","369423","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1220","Skinning Mounting","443376","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1222","Accelerate Your Fleshing Time","477387","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1224","Fleshing Machine","360411","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1226","The Next Skin","347820","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1228","Taxidermy","506122","Alexei Aigi & 4'33\"","Taxidermi","Musical",null,null],["1230","...and the gods made love","70948","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1232","room full of mirrors","238210","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1234","all along the watchtower","369449","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1236","the wind cries mary","375275","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1238","foxy lady","244558","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1240","third stone from the sun","270550","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1242","up from the skies","196702","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1244","moon, turn the tides ... gently gently away","66507","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1246","red house","240457","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1248","pali gap","322507","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1250","bold as love","420884","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1252","little wing","170997","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1254","moon, turn the tides ... gently gently away again","73430","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1256","drifting","477022","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1258","angel","126014","Alexei Aigi & 4'33\"","up from the skies","Unknown",null,"1"],["1260","Green eyes","222720","Alphawezen","Comme Vous Voulez",null,null,null],["1262","gun song","195291","Alphawezen","Comme Vous Voulez",null,null,"1"],["1264","Fim3 (Brigitte Bardot)","416966","Alphawezen","Comme Vous Voulez",null,null,null],["1266","days","289018","Alphawezen","Comme Vous Voulez",null,null,null],["1268","freeze","314827","Alphawezen","Comme Vous Voulez",null,null,null],["1270","out of sight","217652","Alphawezen","Comme Vous Voulez",null,null,null],["1272","me optimized","207046","Alphawezen","Comme Vous Voulez",null,null,null],["1274","road movie 1","389929","Alphawezen","Comme Vous Voulez",null,null,null],["1276","deja vu (vocal version)","377155","Alphawezen","Comme Vous Voulez",null,null,null],["1278","rootstrackers","100101","Alphawezen","Comme Vous Voulez",null,null,null],["1280","heimat.de","267023","Alphawezen","Comme Vous Voulez",null,null,null],["1282","el nino","163056","Alphawezen","Comme Vous Voulez",null,null,null],["1284","a thousand tears","323369","Alphawezen","Comme Vous Voulez",null,null,null],["1286","doux reves","418977","Alphawezen","Comme Vous Voulez",null,null,"1"],["1288","Splintering","230619","Arizona","Welcome Back Dear Children","Alternative",null,"3"],["1290","Higher-ArkAngel (X-Mix)","447656","Arkangel","Klimb","Dance",null,null],["1292","Elevator Music","218279","Beck","The Information",null,null,"2"],["1294","Think I'm In Love","199497","Beck","The Information",null,null,"2"],["1296","Cellphone's Dead","285805","Beck","The Information",null,null,"2"],["1298","Strange Apparition","228075","Beck","The Information",null,null,"1"],["1300","Soldier Jane","239020","Beck","The Information",null,null,"1"],["1302","Nausea","175595","Beck","The Information",null,null,"1"],["1304","New Round","205688","Beck","The Information",null,null,"1"],["1306","Dark Star","225149","Beck","The Information",null,null,"1"],["1308","We Dance Alone","236956","Beck","The Information",null,null,"1"],["1310","No Complaints ","180427","Beck","The Information",null,null,"1"],["1312","1000BPM","149577","Beck","The Information",null,null,"1"],["1314","Motorcade ","255320","Beck","The Information",null,null,"1"],["1316","The Information ","226063","Beck","The Information",null,null,"1"],["1318","Movie Theme","233247","Beck","The Information",null,null,null],["1320","The Horrible","390086","Beck","The Information",null,null,null],["1322","Back Into the Wall","271573","Belaire","Belaire - EP","Electronic",null,"3"],["1324","Ganesha sharanam (range)","332564","Bhakti Music","Bhaishjaya - Medicine Buddha","Blues",null,null],["1326","Beautiful","209293","Bill Medley","Damn Near Righteous","Blues",null,null],["1328","Hidden Place","329430","Bjork","Vespertine","Electronica",null,null],["1330","Cocoon","268146","Bjork","Vespertine","Electronica",null,null],["1332","It's Not Up to You","309002","Bjork","Vespertine","Electronica",null,"1"],["1334","Undo","338520","Bjork","Vespertine","Electronica",null,null],["1336","Pagan Poetry","314906","Bjork","Vespertine","Electronica",null,"1"],["1338","Frosti","101537","Bjork","Vespertine","Electronica",null,null],["1340","Aurora","279301","Bjork","Vespertine","Electronica",null,null],["1342","An Echo, A Stain","244506","Bjork","Vespertine","Electronica",null,null],["1344","Sun In My Mouth","160261","Bjork","Vespertine","Electronica",null,null],["1346","Heirloom","312084","Bjork","Vespertine","Electronica",null,null],["1348","Harm Of Will","277028","Bjork","Vespertine","Electronica",null,null],["1350","Unison","407849","Bjork","Vespertine","Electronica",null,null],["1352","Intro","42422","Bonobo","Animal Magic","Electronica",null,null],["1354","Sleepy Seven","318667","Bonobo","Animal Magic","Electronica",null,"1"],["1356","Dinosaurs","237008","Bonobo","Animal Magic","Electronica",null,"2"],["1358","Kota","321332","Bonobo","Animal Magic","Electronica",null,"2"],["1360","Terrapin","276192","Bonobo","Animal Magic","Electronica",null,"1"],["1362","The Plug","314566","Bonobo","Animal Magic","Electronica",null,"1"],["1364","Shadowtricks","245942","Bonobo","Animal Magic","Electronica",null,null],["1366","Gypsy","215301","Bonobo","Animal Magic","Electronica",null,"1"],["1368","Sugar Rhyme","283611","Bonobo","Animal Magic","Electronica",null,"1"],["1370","Silver","393560","Bonobo","Animal Magic","Electronica",null,"1"],["1372","In Our Talons","233535","Bowerbirds","Hymns for a Dark Horse","Alternative",null,null],["1374","The Shakes","236308","Boy\/Girl","Secret Secret Secret Singles - EP","Alternative",null,"1"],["1376","Mary Jo","220960","Brazos","A City Just As Tall - EP","Rock",null,"1"],["1378","Stand Up","296333","Breakestra","Hit The Floor",null,null,"1"],["1380","Got To Let Me Know","208535","Breakestra","Hit The Floor",null,null,"1"],["1382","Hiding","271203","Breakestra","Hit The Floor",null,null,"2"],["1384","Burgundy Blues","330004","Breakestra","Hit The Floor",null,null,"1"],["1386","Don't Need A Dance","255634","Breakestra","Hit The Floor",null,null,"1"],["1388","Sunny Delight","163213","Breakestra","Hit The Floor",null,null,"1"],["1390","At The End Of The Day","214491","Breakestra","Hit The Floor",null,null,"1"],["1392","Recognize","302262","Breakestra","Hit The Floor",null,null,"1"],["1394","Keep On Playin'","243461","Breakestra","Hit The Floor",null,null,"1"],["1396","See Sawing","356623","Breakestra","Hit The Floor",null,null,"1"],["1398","Family Rap (Feat. Chali 2na, Soup And Double K)","307408","Breakestra","Hit The Floor",null,null,"1"],["1400","How Do You Really Feel?","524146","Breakestra","Hit The Floor",null,null,"1"],["1402","Show And Prove","177502","Breakestra","Hit The Floor",null,null,"1"],["1404","Hit The Floor","305841","Breakestra","Hit The Floor",null,null,"1"],["1406","Anima Sound System - 68 (Origi","397191","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1408","Le Duc - Touareg","341629","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1410","MKL Vs Soy Sos - Skin (Abstrac","330187","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1412","Faithless - Drifting Away (Par","307591","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1414","Intro - Psique","368039","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1416","Kevin Youst - Two Wrongs Makin","356963","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1418","Huff And Herb - Feeling Good","417332","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1420","So Emotional - All By Myself","273005","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1422","Byron Stingily - Flying High (","306337","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1424","Nusrath Fateh Ali Khan - Piya","265508","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1426","Etti Ankry - Eshebo","246622","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1428","Malik Adouane - Shaft","190040","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1430","Metin Arolat - Elveda","284760","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1432","Willy De Ville - Demasiado Cor","228440","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Party)",null,null,null],["1434","Jade Or Ft. Bielka Nemirovski","285518","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1436","Mikis Theodorakis - I've Kept","155611","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1438","Refractory Ft. J.c. Sindress &","325276","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1440","Trumpet Thing - Far Away","314305","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1442","Mystic Rhyths Band - Gesso's G","257462","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1444","Angelique Kidjo - Jemanja","264437","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1446","Elie Karam - Baadima","235755","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1448","David Visan & Mickall Winter F","318876","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1450","Mariza - Loucura","207673","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1452","Maria Papadopoulou - Maskareme","236982","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1454","David Visan & Carlos Campos -","296881","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1456","Laurent Dury - Silk Road","276218","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1458","Alihan Samedov - Sen Gelmez Ol","269217","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1460","Frederick Rousseau - Princess","250984","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1462","Operatica - Mon Amour","301139","Buddha-Bar (CD Series)","Buddha-Bar V (CD1 - Dinner) (b",null,null,null],["1464","Baul Dimension - Bangla Soul","263888","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1466","Table Vs Ludovico Einaudi - Me","237531","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1468","Slow Train - Trail Of Down","464326","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1470","Loopless - Pink Blue Hotel","244819","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1472","Telepopmusik - Breathe (Banzai","325355","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1474","Sarah Vaughan - Whatever Lola","261146","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1476","Bliss - Manvantara","567745","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1478","Baul Dimension - Baul Dimensio","320862","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1480","Afterlife - Sunrise (Dj Thunda","368457","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1482","Pqm Feat Pilgrim Soul - Namele","270210","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1484","Casa Flava - De Moma De (Paris","332669","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1486","Perfect Sense - Bumba (Stereo","169508","Buddha-Bar (CD Series)","Buddha-Bar VI (CD2 - Rejoice)",null,null,null],["1488","Chan Chan","258011","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1490","De Camino a La Vereda","304065","Buena Vista Social Club","Buena Vista Social Club","Other",null,null],["1492","El Cuarto de Tula","445910","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1494","Pueblo Nuevo","366863","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1496","Dos Gaedenias","184293","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1498","Y Tu Que Has Hecho?","194821","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1500","Viente Anos","212062","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1502","El Carretero","210285","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1504","Candela","329377","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1506","Amor de Loca Juventud","203206","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1508","Orgullecida","199444","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1510","Murmullo","231601","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1512","Buena Vista Social Club","292963","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1514","La Bayamesa","174968","Buena Vista Social Club","Buena Vista Social Club",null,null,null],["1516","Nimbus - Subconscious Mind","349544","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1518","Deep & Wide - Seven Sseas","327497","Cafe Del Mar","20th Anniversary Cd 1",null,null,null],["1520","Envers Du Plan - I Want Your Love","460800","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1522","Truby Trio - Prima Vera","380734","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1524","Fluff - Mums","396199","Cafe Del Mar","20th Anniversary Cd 1",null,null,null],["1526","Afterlife - Falling","338285","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1528","The Horns Of Plenty - Altogether Blue","382746","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1530","Almagamation Of Soundz - Enchant Me (Original Version)","423079","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1532","Single Cell Orchestra - Transmit Liberation","585038","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1534","Ypey - Behind The Screen","270837","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1536","Moodorama - Jazz Tip","286302","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1538","La Rocca - Island Of God","212480","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1540","Solaris Heights - Elementis","448966","Cafe Del Mar","20th Anniversary Cd 1","Other",null,null],["1542","Mental Generation - Caf\u0439 Del Mar","504293","Cafe Del Mar","20th Anniversary Cd 2",null,null,null],["1544","Jean Michel Jarre - Oxygene Part 4","260362","Cafe Del Mar","20th Anniversary Cd 2",null,null,null],["1546","Dave A. Stewart Feat. Candy Dulfer - Lily Was Here","260597","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1548","Jon & Vangelis - So Long Ago, So Clear","294243","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1550","Foundland - Cloud Pattern","369737","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1552","Brightlight - Feeling Weird (Original Caf\u0439 Del Mar Mix)","388597","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1554","Tony Stevens - Good Night The Sun","293067","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1556","Andreas Vollenweider - Behind The Gardens, Behind The Wall, Under The Tree","435905","Cafe Del Mar","20th Anniversary Cd 2",null,null,null],["1558","Caf\u0439 Del Mar - Irish Woman (Traditional Irish)","357955","Cafe Del Mar","20th Anniversary Cd 2",null,null,null],["1560","Christian Alvad - Rite","519915","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1562","Garland Dr. L. Subrahaniam Feat. Svend Asmussen - Offering Of Love","280293","Cafe Del Mar","20th Anniversary Cd 2","Other",null,null],["1564","Private Session [25th Mix]","290272","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1566","Talking One Language [anniversary Mix]","278177","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1568","Reflection","278073","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1570","I Believe In You","246595","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1572","Innocence","314880","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1574","Espiral","319059","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1576","Albariza - Tim Zuellig","327627","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1578","Sensual Bay","295549","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1580","Kiosco","229120","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1582","Knots - Chris Coco","234553","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1584","Lead Me Home","244349","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1586","Francaise","319555","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1588","Hidding Place - Gelka","289985","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1590","Call - Dab","322220","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1592","Life Time - Ypey","291944","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1594","Moment Of Passion","386638","Cafe Del Mar","25th Anniversary Cd 1","Electronica",null,null],["1596","Calling Back","367124","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1598","Ojo De Vega","261276","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1600","Free Your Mind - Tom Oliver","278151","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1602","Metting","361325","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1604","I Hope Yesterday Never Comes","402128","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1606","Volviendo Al Sur","307931","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1608","Como El Viento","322795","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1610","Voluptuous Sunrise","362448","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1612","Novo - Omaya Orchestrachorale","292780","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1614","To Start Anew","287320","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1616","Boheme","335516","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1618","Nuevo Comienzo - New Beginning","384104","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1620","Newex","215248","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1622","Take Me To This Place","355761","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1624","Another Day","390504","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1626","Snowbird","324336","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1628","Bailanduna","366288","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1630","Sensuality","244218","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1632","Bee - Lemongrass","255686","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1634","Stop The World [aquatint Mix] - Michail Elchonin","375928","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1636","Chillin","277916","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1638","Memories Of The Seas [cafe Del Mar Mix] - Arnica Montana","272848","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1640","Morphing Morning","375745","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1642","Vertigo","340035","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1644","Breeze","378096","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1646","Gift","316551","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1648","Lienzo","295732","Cafe Del Mar","25th Anniversary Cd 2","Other",null,null],["1650","Sex On The Beach","275147","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1652","Gentle Rain","390556","Cafe Del Mar","25th Anniversary Cd 2",null,null,null],["1654","Jose Padilla \/ Agua","459232","Cafe Del Mar","Volumen 01",null,null,"1"],["1656","William Orbit (Strange Cargo) \/ The Story Of Light","377652","Cafe Del Mar","Volumen 01",null,null,"1"],["1658","Sabres Of Paradise \/ Smokebelch Ii (Beatless Mix)","257593","Cafe Del Mar","Volumen 01",null,null,"1"],["1660","Penguin Cafe Orchestra \/ Music For A Found Harmonium","178886","Cafe Del Mar","Volumen 01",null,null,"1"],["1662","Sun Electric \/ Sundance","268355","Cafe Del Mar","Volumen 01",null,null,"1"],["1664","Leftfield \/ Fanfare Of Life","367438","Cafe Del Mar","Volumen 01",null,null,"1"],["1666","Sisterlove \/ The Hypnotist","541440","Cafe Del Mar","Volumen 01",null,null,"1"],["1668","Underworld \/ Second Hand","541622","Cafe Del Mar","Volumen 01",null,null,"1"],["1670","Ver Vlads \/ Crazy Ivan","395781","Cafe Del Mar","Volumen 01",null,null,"1"],["1672","A Man Called Adam \/ Estelle","408111","Cafe Del Mar","Volumen 01",null,null,"1"],["1674","Obiman \/ On The Rocks","385619","Cafe Del Mar","Volumen 01",null,null,"1"],["1676","Tabula Rasa \/ Sunset At The Cafe Del Mar","413309","Cafe Del Mar","Volumen 01",null,null,"1"],["1678","Silent Poets \/ Moment Scale(Dubmaster X Remix)","368927","Cafe Del Mar","Volumen 02",null,null,null],["1680","Psychedelic Research Lab \/ Tarenah (Chill Mix)","382302","Cafe Del Mar","Volumen 02",null,null,null],["1682","D-Note \/ D-Votion","423497","Cafe Del Mar","Volumen 02",null,null,null],["1684","A Man Called Adam With Eddie Parker \/ Easter Song","485302","Cafe Del Mar","Volumen 02",null,null,null],["1686","Paco De Luc\u043da \/ Entre Dos Aguas","361195","Cafe Del Mar","Volumen 02",null,null,null],["1688","Marc Antoine \/ Unity","337580","Cafe Del Mar","Volumen 02",null,null,null],["1690","Jos\u0439 Padilla \/ Sabor De Verano (The Wau Out West Mix)","389668","Cafe Del Mar","Volumen 02",null,null,null],["1692","Salt Tank \/ Sargasso Sea","438831","Cafe Del Mar","Volumen 02",null,null,null],["1694","Mark's Et Henrys \/ (The Making Of ...) Jill","282357","Cafe Del Mar","Volumen 02",null,null,null],["1696","Ramp \/ Everyboy Loves The Sunshine","216137","Cafe Del Mar","Volumen 02",null,null,null],["1698","Deadbeats \/ Feel Good","330083","Cafe Del Mar","Volumen 02",null,null,null],["1700","The Metaluna Mutant \/ Blinky Blue Eyed Sunrise","375196","Cafe Del Mar","Volumen 02",null,null,null],["1702","Sabres Of Paradise \/ Haunted Dancehall","346697","Cafe Del Mar","Volumen 02",null,null,null],["1704","Jos\u0439 Padilla \/ Walking On Air","374569","Cafe Del Mar","Volumen 03",null,null,null],["1706","Nova Nova \/ Tones","378906","Cafe Del Mar","Volumen 03",null,null,null],["1708","Pat Metheny \/ Sueno Con Mexico","356466","Cafe Del Mar","Volumen 03",null,null,null],["1710","Afterlife \/ Bluebar","410096","Cafe Del Mar","Volumen 03",null,null,null],["1712","Miro \/ Emotions Of Paradise","478902","Cafe Del Mar","Volumen 03",null,null,null],["1714","Nightmares On Wax \/ Nights Interlude","207020","Cafe Del Mar","Volumen 03",null,null,null],["1716","Eighth Wave \/ Panama Bazaar","402964","Cafe Del Mar","Volumen 03",null,null,null],["1718","Pressure Drop \/ Dusk","344999","Cafe Del Mar","Volumen 03",null,null,null],["1720","Alex Neri \/ Asia","325355","Cafe Del Mar","Volumen 03",null,null,null],["1722","Moodswings \/ Redemption Song","401084","Cafe Del Mar","Volumen 03",null,null,null],["1724","Fazed Idjuts Featuring Sally Rodgers \/ Dust Of Life","438726","Cafe Del Mar","Volumen 03",null,null,null],["1726","Beat Foundation \/ My Freedom","369920","Cafe Del Mar","Volumen 03",null,null,null],["1728","Heavyshift \/ Last Picture Show","228257","Cafe Del Mar","Volumen 03",null,null,null],["1730","Everybody Else","128846","Care Bears on Fire","I Stole Your Animal","Rock",null,"3"],["1732","Galvanize","393874","Chemical Brothers","Push The Button",null,null,null],["1734","The Boxer","248058","Chemical Brothers","Push The Button",null,null,null],["1736","Believe","421590","Chemical Brothers","Push The Button",null,null,null],["1738","Hold Tight London","360202","Chemical Brothers","Push The Button",null,null,null],["1740","Come Inside","286275","Chemical Brothers","Push The Button",null,null,"1"],["1742","The Big Jump","284003","Chemical Brothers","Push The Button",null,null,null],["1744","Left Right","254667","Chemical Brothers","Push The Button",null,null,null],["1746","Close Your Eyes","374021","Chemical Brothers","Push The Button",null,null,null],["1748","Shake Break Bounce","224757","Chemical Brothers","Push The Button",null,null,null],["1750","Marvo Ging","328176","Chemical Brothers","Push The Button",null,null,null],["1752","Surface To Air","443271","Chemical Brothers","Push The Button",null,null,null],["1754","Overture","224548","Chicane","Behind the Sun","Electronica",null,"1"],["1756","Low Sun","416731","Chicane","Behind the Sun","Electronica",null,null],["1758","No Ordinary Morning","310569","Chicane","Behind the Sun","Electronica",null,"1"],["1760","Saltwater (Original)","602279","Chicane","Behind The Sun",null,null,"1"],["1762","Halcyon","541753","Chicane","Behind The Sun",null,null,null],["1764","Autumn Tactics","295653","Chicane","Behind the Sun","Electronica",null,null],["1766","Overlap","278778","Chicane","Behind The Sun",null,null,null],["1768","Don't Give Up","503928","Chicane","Behind The Sun",null,null,null],["1770","Saltwater [The Thrillseekers Remix]","415294","Chicane","Behind the Sun","Electronica",null,null],["1772","Andromeda","398419","Chicane","Behind The Sun",null,null,null],["1774","Don't Give Up (Disco Citizens Vs. Tomski Remix)","450586","Chicane","Behind The Sun",null,null,null],["1776","Don't Give Up [Radio Edit]","220081","Chicane","Behind the Sun","Electronica",null,null],["1778","Saltwater","603324","Chicane","Behind The Sun",null,null,null],["1780","Love On The Run (Featuring Peter Cunnah of D*Ream)","293668","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1782","Daylight","319712","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1784","East Side Story (featuring Bryan Adams)","226507","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1786","In Praise of The Sun (featuring Espiritu)","412212","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1788","Locking Down","286432","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1790","Spirit (featuring Jewel)","286746","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1792","Arizona","181289","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1794","Some Might Say","290168","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1796","Kilometre","374491","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1798","Something Wrong","257227","Chicane","Easy To Assemble","Electronica & Dance",null,"1"],["1800","Empires","434468","Chicane","Easy To Assemble","Electronica & Dance",null,null],["1802","Early","258142","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1804","Already There","176013","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1806","Offshore (Original)","408215","Chicane","Far From The Maddening Crowds","Electronica",null,null],["1808","Lost You Somewhere","507898","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1810","From Blue to Green","351686","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1812","Sunstroke [Disco Citizens Mix]","546925","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1814","Leaving Town","359444","Chicane\/Salt Tank","Far from the Maddening Crowds","Electronica",null,"1"],["1816","Red Skies","457221","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1818","Sunstroke [Original Version]","378409","Chicane\/Luce Drayton","Far from the Maddening Crowds","Electronica",null,null],["1820","Offshore '97","552881","Chicane\/Power Circle","Far from the Maddening Crowds","Electronica",null,null],["1822","The Drive Home","366968","Chicane","Far from the Maddening Crowds","Electronica",null,null],["1824","Stoned In Love","302236","Chicane","Somersault",null,null,null],["1826","U R Always","325198","Chicane","Somersault",null,null,null],["1828","Come Tomorrow","287817","Chicane","Somersault",null,null,"1"],["1830","Nothing","249573","Chicane","Somersault",null,null,null],["1832","Arizona","181472","Chicane","Somersault",null,null,null],["1834","Spirit","278883","Chicane","Somersault",null,null,null],["1836","Far Away From You","238471","Chicane","Somersault",null,null,null],["1838","Turning Corners","228989","Chicane","Somersault",null,null,null],["1840","Way I'm Feelin'","292858","Chicane","Somersault",null,null,null],["1842","Time Of You're Life","153391","Chicane","Somersault",null,null,null],["1844","Craig Armstrong - Weather Stor","329012","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1846","Sina Vodjani - Straight To The","456594","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1848","Deepak Ram - Kitu","316447","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1850","Tulku - Anni Rose","257358","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1852","Zeava Ben - What Will Be","241057","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1854","Zohar - The Merciful One","288000","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1856","Pink Martini - La Soledad","317048","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1858","Aria - Un Bel Di","286328","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1860","Zen Men - Une Table A Trois","332721","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1862","Zen Men - El Fuego (Trote King","473861","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"2"],["1864","Anima Sound System - Shalom","339879","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1866","Jai Uttal - Guru Bramha","251454","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1868","Tulku - Meena Devi (Goddess)","334994","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1870","Armen Chakmakian - Gypsy Rain","319843","Buddha-Bar (CD Series)","Buddha-Bar (CD1 - Buddha's Dinner)","Dance",null,"1"],["1872","Trumpet Thing - Need You (Righ","269479","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1874","Omar Farik Tekbilek - I Love Y","459467","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1876","Consuelo Luz - Los Bilbilicos","339722","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1878","Karunesh - Alibaba","460408","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1880","Deepak Chopra Feat. Demi Moore","322037","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1882","Govinda - In Through Time","223190","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1884","Oliver Shanti & Friends - Onin","302968","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1886","Atman - Spirit","276244","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1888","Deadbeats - Funky For You [Spa","330213","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1890","De-Phazz Feat. Pat Appleton -","260205","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1892","Nino - Amor Amor","227134","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1894","Sa Trincha - Smell Of Paradise","200333","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1896","Intro - Farruca","318928","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1898","Funky Lowlives - Notabossa","361404","Buddha-Bar (CD Series)","Buddha-Bar II - (CD1 - Dinner","Dance",null,"1"],["1900","Sun Trust - How Insensitive (O","446458","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"1"],["1902","Rollercone - Daydreaming","285544","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"1"],["1904","Wally Brill - A Loop In Time (","361822","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"1"],["1906","La Roca - Drama Of Japan","370912","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"1"],["1908","Great Barrier - Cairo (Duke M","439092","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1910","Angel Tears - Inshalla (Ya Sal","272901","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1912","Dzihan And Kamien - After","396721","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1914","Suba - Felicidade","250749","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1916","Sidestepper - Logozo","368666","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1918","Kerrie Chandler And Joe Clause","424568","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1920","Soul Ascendants - The String T","355265","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1922","Attaboy - New World","476551","Buddha-Bar (CD Series)","Buddha-Bar II - (CD2 - Party 2","Dance",null,"2"],["1924","Politik","316160","Coldplay","A Rush of Blood to the Head","AlternRock",null,"1"],["1926","In My Place","226429","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1928","God Put A Smile Upon Your Face","294452","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1930","The Scientist","308741","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1932","Clocks","306677","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1934","Daylight","325799","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1936","Green Eyes","221257","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1938","Warning Sign","328124","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1940","A Whisper","236982","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1942","A Rush Of Blood To The Head","349962","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1944","Amsterdam","317257","Coldplay","A Rush of Blood to the Head","AlternRock",null,null],["1946","Politik","396512","Coldplay","Live 2003","AlternRock Alt. Rock",null,"2"],["1948","God put a smile upon your face","296803","Coldplay","Live 2003","AlternRock Alt. Rock",null,"2"],["1950","A rush of blood to the head","410827","Coldplay","Live 2003","AlternRock Alt. Rock",null,"2"],["1952","One I love","308480","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1954","See you soon","209162","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1956","Shiver","325773","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1958","Everything's not lost","527882","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1960","Moses","329221","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1962","Yellow","336718","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1964","Clocks","332486","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1966","In my place","253152","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1968","Amsterdam","322089","Coldplay","Live 2003","AlternRock Alt. Rock",null,"1"],["1970","Don't Panic","137064","Coldplay","Parachutes","Pop",null,"1"],["1972","Shiver","299702","Coldplay","Parachutes","Rock",null,"1"],["1974","Spies","318824","Coldplay","Parachutes","Pop",null,"1"],["1976","Sparks","226690","Coldplay","Parachutes","Rock",null,"1"],["1978","Yellow","269635","Coldplay","Parachutes","Alternative",null,"1"],["1980","Trouble","269165","Coldplay","Parachutes","AlternRock",null,null],["1982","Parachutes","46367","Coldplay","Parachutes","Brit Pop",null,null],["1984","High Speed","254458","Coldplay","Parachutes","Rock",null,null],["1986","We Never Change","249443","Coldplay","Parachutes","Pop",null,null],["1988","Everything's Not Lost","435356","Coldplay","Parachutes","Pop",null,null],["1990","Chip Away","156891","Jane's Addiction","NINJA 2009 Tour Sampler",null,null,null],["1992","Not So Pretty Now","229851","Nine Inch Nails","NINJA 2009 Tour Sampler",null,null,null],["1994","Clap for the Killers","237426","Street Sweeper","NINJA 2009 Tour Sampler",null,null,null],["1996","Whores","224574","Jane's Addiction","NINJA 2009 Tour Sampler",null,null,"1"],["1998","Non-Entity","243173","Nine Inch Nails","NINJA 2009 Tour Sampler",null,null,null],["2000","The Oath","265639","Street Sweeper","NINJA 2009 Tour Sampler",null,null,null],["2002","La Fille De Pekin (Frederick R","189257","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2004","Tibet (A Passage To) (Tibet Pr","312137","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2006","Opium (Jade Or)","207621","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2008","Moonrise (Nitin Sawhney)","284133","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2010","A Window Of My Dreams (Nash Di","241162","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2012","Amatevi (Agricantus)","277890","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2014","Tiempo (Manuel Franjo)","287634","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,"1"],["2016","Historia De Un Amor (Guadalupe","200071","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","Other",null,null],["2018","Distant Lands (Armen Chakmakia","343928","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2020","Desert Danser (Zeb's Slow Came","365400","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2022","Monsoon (Flam)","335490","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2024","Rahda Ramana (Tulku)","303908","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2026","Tora To Thimithikes (Natassa T","219872","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2028","Una Musica Brutal (Gotan Proje","252003","Buddha-Bar (CD Series)","Buddha-Bar IV (CD1 - Dinner) (","World",null,null],["2030","Karma (Extended Mix) (Outsized","266187","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,"1"],["2032","Party People (Time Passing)","292728","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2034","Mundian To Bach Ke (Panjabi Mc","225802","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2036","Comme Toi (Ishtar)","248659","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,"1"],["2038","Dancing With The Muse (Chris S","346723","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2040","Irish Coffee (David Visan And","249338","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2042","The Novel Sound (Llorca)","357198","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2044","Loco (Loving Paris)","192731","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2046","Percussion's Rhythm (Dimitri F","187820","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2048","Louxor In Vegas (Dan Lacksman'","244192","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2050","Agoraki Mou (Angie Samiou)","237975","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2052","Aktar Wahed (Amr Diab)","251951","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2054","Yo Vivire (I Will Survive) (Ce","264385","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,null],["2056","Nocturne In Paris (Usual Maste","254406","Buddha-Bar (CD Series)","Buddha-Bar IV (CD2 - Drink) (b","World",null,"1"],["2058","Deep Forest","333766","Deep Forest","Deep Forest","Ethnic",null,null],["2060","Sweet Lullaby","233665","Deep Forest","Deep Forest","Ethnic",null,null],["2062","Hunting","207438","Deep Forest","Deep Forest","Ethnic",null,null],["2064","Night Bird","258246","Deep Forest","Deep Forest","Ethnic",null,null],["2066","The First Twilight","198034","Deep Forest","Deep Forest","Ethnic",null,null],["2068","Savana Dance","265299","Deep Forest","Deep Forest","Ethnic",null,null],["2070","Desert Walk","314253","Deep Forest","Deep Forest","Ethnic",null,null],["2072","White Whisper","345835","Deep Forest","Deep Forest","Ethnic",null,null],["2074","The Second Twilight","84715","Deep Forest","Deep Forest","Ethnic",null,null],["2076","Sweet Lullaby (Ambient Mix)","222197","Deep Forest","Deep Forest","Ethnic",null,null],["2078","Forest Hymn","349466","Deep Forest","Deep Forest","Ethnic",null,null],["2080","Dream On","259944","Depeche Mode","Exciter","Pop",null,null],["2082","Shine","332617","Depeche Mode","Exciter","Other",null,null],["2084","The Sweetest Condition","222667","Depeche Mode","Exciter","Other",null,null],["2086","When The Body Speaks","361116","Depeche Mode","Exciter","Other",null,null],["2088","The Dead Of Night","290351","Depeche Mode","Exciter","Other",null,null],["2090","Lovetheme","122618","Depeche Mode","Exciter","Other",null,null],["2092","Freelove","370782","Depeche Mode","Exciter","Other",null,null],["2094","Comatose","204199","Depeche Mode","Exciter","Other",null,null],["2096","I Feel Loved","260806","Depeche Mode","Exciter","Other",null,null],["2098","Breathe","317779","Depeche Mode","Exciter","Other",null,null],["2100","Easy Tiger","125466","Depeche Mode","Exciter","Other",null,null],["2102","I Am You","310517","Depeche Mode","Exciter","Other",null,null],["2104","Goodnight Lovers","228675","Depeche Mode","Exciter","Other",null,null],["2106","A Pain That I'm Used To","237609","Depeche Mode","Playing The Angel","Pop",null,null],["2108","John the Revelator","221440","Depeche Mode","Playing The Angel","Pop",null,null],["2110","Suffer Well","229799","Depeche Mode","Playing The Angel","Pop",null,null],["2112","The Sinner In Me","295366","Depeche Mode","Playing The Angel",null,null,null],["2114","Precious","250409","Depeche Mode","Playing The Angel",null,null,null],["2116","Macro","242442","Depeche Mode","Playing The Angel","Pop",null,null],["2118","I Want It All","369684","Depeche Mode","Playing The Angel",null,null,"1"],["2120","Nothing's Impossible","261381","Depeche Mode","Playing The Angel",null,null,null],["2122","Introspectre","102739","Depeche Mode","Playing The Angel","Pop",null,null],["2124","Damaged People","208065","Depeche Mode","Playing The Angel","Pop",null,null],["2126","Lillian","284604","Depeche Mode","Playing The Angel",null,null,null],["2128","The Darkest Star","398106","Depeche Mode","Playing The Angel",null,null,null],["2130","Om Shree Sache","605022","Deva Premal ","Love is Space","Meditative",null,null],["2132","Gayatri Mantra (Bonus Track)","587833","Deva Premal","The Essence",null,null,null],["2134","Gayatri Mantra","587284","Deva Premal","The Essence",null,null,null],["2136","Tik Tok","188080","Die Romantik","Narcissist's Waltz","Alternative",null,"1"],["2138","I Like To Move It (Radio Mix)","209214","DJ Aligator feat. Dr Alban","I Like To Move It (Single)",null,null,null],["2140","No Good","295941","DJ BP","Tribute To The Prodigy",null,null,null],["2142","Breathe","279275","DJ Matthew Grimm & Alan T.","Tribute To The Prodigy",null,null,null],["2144","Firestarter","222772","DKAY.COM","Tribute To The Prodigy","Other",null,null],["2146","I Feel Free: Cream","174733","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2148","Sunshine of Your Love: Cream","251977","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2150","White Room: Cream","299389","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2152","Crossroads: Cream","248372","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2154","Badge: Cream","162795","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2156","Presence of the Lord: Blind Faith","289280","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2158","After Midnight","188943","Eric Clapton","Complete Clapton [CD1]",null,null,"1"],["2160","Let It Rain","306782","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2162","Bell Bottom Blues","301975","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2164","Layla","429583","Eric Clapton","Complete Clapton [CD1]",null,null,"1"],["2166","Let It Grow","297221","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2168","I Shot the Sheriff","262582","Eric Clapton","Complete Clapton [CD1]",null,null,"1"],["2170","Knockin' on Heaven's Door","264359","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2172","Hello Old Friend","214804","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2174","Cocaine","215666","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2176","Lay Down Sally","229929","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2178","Wonderful Tonight","221544","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2180","Promises","179957","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2182","I Can't Stand It","248476","Eric Clapton","Complete Clapton [CD1]",null,null,null],["2184","I've Got a Rock 'n' Roll Heart","196466","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2186","She's Waiting","296698","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2188","Forever Man","194664","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2190","It's in the Way That You Use It","253570","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2192","Miss You","307696","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2194","Pretending","283324","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2196","Bad Love","308793","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2198","Tears in Heaven","275304","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2200","Layla Unplugged","279118","Eric Clapton","Complete Clapton [CD2]",null,null,"2"],["2202","Running on Faith (Unplugged)","372767","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2204","Motherless Child","179356","Eric Clapton","Complete Clapton [CD2]",null,null,"1"],["2206","Change the World","236329","Eric Clapton","Complete Clapton [CD2]",null,null,"1"],["2208","My Father's Eyes","324858","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2210","Riding With the King","265168","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2212","Sweet Home Chicago","317361","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2214","If I Had Possession Over Judgment","207908","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2216","Ride the River","275565","Eric Clapton","Complete Clapton [CD2]",null,null,null],["2218","I Get Lost","260937","Eric Clapton","I Get Lost (EP)","Rock",null,null],["2220","Collision","206445","Faith No More","Album of the Year","Alternative",null,null],["2222","Stripsearch","271986","Faith No More","Album of the Year","Alternative",null,null],["2224","Last Cup Of Sorrow","253701","Faith No More","Album of the Year","Alternative",null,null],["2226","Naked In Front Of The Computer","130533","Faith No More","Album of the Year","Alternative",null,null],["2228","Helpless","328594","Faith No More","Album of the Year","Alternative",null,null],["2230","Mouth To Mouth","230373","Faith No More","Album of the Year","Alternative",null,null],["2232","Ashes To Ashes","219376","Faith No More","Album of the Year","Alternative",null,"1"],["2234","She Loves Me Not","211879","Faith No More","Album of the Year","Alternative",null,"1"],["2236","Got That Feeling","142968","Faith No More","Album of the Year","Alternative",null,null],["2238","Paths Of Glory","259134","Faith No More","Album of the Year","Alternative",null,null],["2240","Home Sick Home","121077","Faith No More","Album of the Year","Alternative",null,null],["2242","Pristina","231680","Faith No More","Album of the Year","Alternative",null,null],["2244","Land Of Sunshine","224888","Faith No More","Angel Dust","Alternative",null,null],["2246","Caffeine","268199","Faith No More","Angel Dust","Alternative",null,null],["2248","Midlife Crisis","263575","Faith No More","Angel Dust","Alternative",null,null],["2250","Rv","223503","Faith No More","Angel Dust","Alternative",null,null],["2252","Smaller And Smaller","311222","Faith No More","Angel Dust","Alternative",null,null],["2254","Everyything's Ruined","274181","Faith No More","Angel Dust","Alternative",null,null],["2256","Malpractice","242364","Faith No More","Angel Dust","Alternative",null,null],["2258","Kindergarten","271124","Faith No More","Angel Dust","Alternative",null,null],["2260","Be Aggressive","222667","Faith No More","Angel Dust","Alternative",null,"1"],["2262","A Small Victory","297534","Faith No More","Angel Dust","Alternative",null,null],["2264","Crack Hitler","279484","Faith No More","Angel Dust","Alternative",null,null],["2266","Jizzlobber","398733","Faith No More","Angel Dust","Alternative",null,null],["2268","Midnight Cowboy","254850","Faith No More","Angel Dust","Alternative",null,null],["2270","Easy","188290","Faith No More","Angel Dust","Alternative",null,"1"],["2272","Get Out","137613","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2274","Ricochet","269348","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,"1"],["2276","Evidance","293616","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2278","The Gentle Art Of Making Enemies","209266","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2280","Star A.D.","203885","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2282","Cuckoo For Caca","222928","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2284","Caralho Voador","242468","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2286","Ugly In The Morning","186514","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2288","Digging The Grave","185155","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2290","Take This Bottle","299049","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2292","King For A Day","395833","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2294","What A Day","158328","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2296","The Last To Know","267833","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2298","Just A Man","336248","Faith No More","King For A Day - Fool For A Lifetime","Metal",null,null],["2300","Intro","28160","Faithless","No Roots","Dance",null,null],["2302","Mass Destruction","223346","Faithless","No Roots","Dance",null,null],["2304","I Want More, Pt. 1","170422","Faithless","No Roots","Dance",null,"1"],["2306","I Want More, Pt. 2","191294","Faithless","No Roots","Dance",null,null],["2308","Love Lives on My Street","130586","Faithless","No Roots","Dance",null,null],["2310","Bluegrass","164806","Faithless","No Roots","Dance",null,null],["2312","Sweep","243043","Faithless","No Roots","Dance",null,null],["2314","Miss U Less, See U More","221257","Faithless","No Roots","Dance",null,null],["2316","No Roots","323082","Faithless","No Roots","Dance",null,"1"],["2318","Swingers","228127","Faithless","No Roots","Dance",null,null],["2320","Pastoral","267258","Faithless","No Roots","Dance",null,"1"],["2322","Everything Will Be Alright Tomorrow","138971","Faithless","No Roots","Dance",null,null],["2324","What About Love","418560","Faithless","No Roots","Dance",null,null],["2326","In the End","271386","Faithless","No Roots","Dance",null,null],["2328","Mass Destruction [P*nut & Sister Bliss Mix]","213995","Faithless","No Roots","Dance",null,null],["2330","Donny X","248111","Faithless","Outrospective","Electronica",null,"1"],["2332","Not Enuff Love","355056","Faithless","Outrospective","Dance",null,"1"],["2334","We Come 1","480757","Faithless","Outrospective","Trance",null,null],["2336","Crazy English Summer","163448","Faithless","Outrospective","Dance",null,null],["2338","Muhammad Ali","261198","Faithless","Outrospective","Other",null,null],["2340","Machines R Us","225384","Faithless","Outrospective","Dance",null,"1"],["2342","One Step Too Far","319947","Faithless","Outrospective","Rock",null,null],["2344","Tarantula","403200","Faithless","Outrospective","Dance",null,null],["2346","Giving Myself Away","281573","Faithless","Outrospective","Dance",null,null],["2348","Code","96522","Faithless","Outrospective","Dance",null,null],["2350","Evergreen","273972","Faithless","Outrospective","Dance",null,"2"],["2352","Liontamer","350615","Faithless","Outrospective","Dance",null,null],["2354","Snapshot","249129","Fluke","Puppy",null,null,null],["2356","My Spine","442279","Fluke","Puppy",null,null,null],["2358","Another Kind of Blues","277707","Fluke","Puppy",null,null,null],["2360","Hang Tough","328150","Fluke","Puppy",null,null,null],["2362","Switch\/Twitch","573413","Fluke","Puppy",null,null,"1"],["2364","YKK","405133","Fluke","Puppy",null,null,null],["2366","Expo","318641","Fluke","Puppy",null,null,null],["2368","Electric Blue","394866","Fluke","Puppy",null,null,null],["2370","Baby Pain","344528","Fluke","Puppy",null,null,null],["2372","Nebulus","357851","Fluke","Puppy",null,null,null],["2374","Blue Sky","349048","Fluke","Puppy",null,null,null],["2376","Absurd","348133","Fluke","Risotto","Alternative",null,"1"],["2378","Atom Bomb","345547","Fluke","Risotto","Alternative",null,null],["2380","Kitten Moon","558288","Fluke","Risotto","Alternative",null,null],["2382","Mosh","381335","Fluke","Risotto","Alternative",null,null],["2384","Bermuda","477283","Fluke","Risotto","Alternative",null,null],["2386","Setback","535066","Fluke","Risotto","Alternative",null,"1"],["2388","Amp","489665","Fluke","Risotto","Alternative",null,null],["2390","Reeferendrum","442017","Fluke","Risotto","Alternative",null,null],["2392","Squirt","375954","Fluke","Risotto","Alternative",null,null],["2394","Goodnight Lover","454347","Fluke","Risotto","Alternative",null,null],["2396","Let Go","253257","Frou Frou","Details","Rock",null,"1"],["2398","Breathe In","268016","Frou Frou","Details","Rock",null,null],["2400","It's Good to Be in Love","279092","Frou Frou","Details","Rock",null,null],["2402","Must Be Dreaming","241972","Frou Frou","Details","Rock",null,null],["2404","Psychobabble","333818","Frou Frou","Details","Rock",null,null],["2406","Only Got One","249782","Frou Frou","Details","Rock",null,null],["2408","Shh","334759","Frou Frou","Details","Rock",null,null],["2410","Hear Me Out","259343","Frou Frou","Details","Rock",null,null],["2412","Maddening Shroud","217756","Frou Frou","Details","Rock",null,null],["2414","Flicks","238262","Frou Frou","Details","Rock",null,null],["2416","The Dumbing Down of Love","281808","Frou Frou","Details","Rock",null,null],["2418","Maddening Shroud (Bonus)","217756","Frou Frou","Details","Rock",null,null],["2420","Couldn't Get It Right","226533","Fun Lovin' Criminals","Mimosa","Funk",null,"1"],["2422","Scooby Snacks (Schmoove Ver.)","201273","Fun Lovin' Criminals","Mimosa","Blues",null,null],["2424","Shining Star","283533","Fun Lovin' Criminals","Mimosa","R&B",null,"1"],["2426","Bombin' The L","147382","Fun Lovin' Criminals","Mimosa","Rap & Hip-Hop",null,null],["2428","I'm Not In Love","276584","Fun Lovin' Criminals","Mimosa","Jazz",null,"1"],["2430","The Summer Wind","163291","Fun Lovin' Criminals","Mimosa","Jazz",null,null],["2432","Crazy Train","209920","Fun Lovin' Criminals","Mimosa","Rap & Hip-Hop",null,"1"],["2434","I Can't Get Witn That","333139","Fun Lovin' Criminals","Mimosa","R&B",null,null],["2436","We Have All The Time In The World","164702","Fun Lovin' Criminals","Mimosa","Rap & Hip-Hop",null,"1"],["2438","Coney Island Girl","187663","Fun Lovin' Criminals","Mimosa","Rap & Hip-Hop",null,null],["2440","I'll Be Seeing You","351738","Fun Lovin' Criminals","Mimosa","Acid Jazz",null,"1"],["2442","Intro","63346","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2444","Last Living Souls","190406","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2446","Kids With Guns","19095","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2448","O Green World","272143","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2450","Dirty Harry","223843","Bootie Brown\/Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2452","Feel Good Inc.","221257","De La Soul\/Gorillaz","Demon Days","Rap & Hip-Hop",null,"1"],["2454","El Ma\u00f1ana","230164","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2456","Every Planet We Reach Is Dead","293328","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2458","November Has Come","161253","Gorillaz\/MF Doom","Demon Days","Rap & Hip-Hop",null,"1"],["2460","All Alone","210102","Gorillaz\/Roots Manuva","Demon Days","Rap & Hip-Hop",null,null],["2462","White Light","128548","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2464","Dare","244480","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2466","Fire Coming Out of the Monkey's Head","196545","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2468","Don't Get Lost in Heaven","120581","Gorillaz","Demon Days","Rap & Hip-Hop",null,"1"],["2470","Demon Days","268982","Gorillaz","Demon Days","Rap & Hip-Hop",null,null],["2472","Re-Hash","218435","Gorillaz","Gorillaz","Other",null,null],["2474","5_4 Five Four","160104","Gorillaz","Gorillaz","Other",null,null],["2476","Tomorrow Comes Today","192888","Gorillaz","Gorillaz","Other",null,null],["2478","New Genious (Brother)","238027","Gorillaz","Gorillaz","Other",null,null],["2480","Clint Eastwood","339826","Gorillaz","Gorillaz","Other",null,null],["2482","Man Research (Clapper)","272587","Gorillaz","Gorillaz","Other",null,null],["2484","Punk","96470","Gorillaz","Gorillaz","Other",null,null],["2486","Sound Check (Gravity)","280999","Gorillaz","Gorillaz","Other",null,null],["2488","Double Bass","285100","Gorillaz","Gorillaz","Other",null,null],["2490","Rock The House","249077","Gorillaz","Gorillaz","Other",null,null],["2492","Latin Simone (Que Pasa Contigo)","216973","Gorillaz","Gorillaz","Other",null,null],["2494","Startshine","211487","Gorillaz","Gorillaz","Other",null,null],["2496","Slow Country","215562","Gorillaz","Gorillaz","Other",null,null],["2498","M1A1","642977","Gorillaz","Gorillaz","Other",null,null],["2500","Open Your Eyes","189204","Guano Apes","Proud Like a God",null,null,null],["2502","Maria","226298","Guano Apes","Proud Like a God",null,null,null],["2504","Rain","277289","Guano Apes","Proud Like a God",null,null,"1"],["2506","Lord Of Boards","223921","Guano Apes","Proud Like a God",null,null,null],["2508","Crossing The Deadline","205871","Guano Apes","Proud Like a God",null,null,null],["2510","We Use The Pain","152424","Guano Apes","Proud Like a God",null,null,null],["2512","Never Born","317910","Guano Apes","Proud Like a God",null,null,null],["2514","Wash It Down","186462","Guano Apes","Proud Like a God",null,null,null],["2516","Scapegoat","202945","Guano Apes","Proud Like a God",null,null,"1"],["2518","Get Busy","203493","Guano Apes","Proud Like a God",null,null,null],["2520","Suzie","175673","Guano Apes","Proud Like a God",null,null,null],["2522","Tribute","551915","Guano Apes","Proud Like a God",null,null,null],["2524","Move A Little Closer","170971","Guano Apes","Proud Like a God",null,null,null],["2526","You Can't Stop Me","189988","Guano Apes","Walking on a Thin Line",null,null,"1"],["2528","Dick","162951","Guano Apes","Walking on a Thin Line",null,null,null],["2530","Kiss The Dawn","319764","Guano Apes","Walking on a Thin Line",null,null,null],["2532","Pretty In Scarlet","246517","Guano Apes","Walking on a Thin Line",null,null,null],["2534","Diokhan","214256","Guano Apes","Walking on a Thin Line",null,null,null],["2536","Electric Nights","206236","Guano Apes","Walking on a Thin Line",null,null,null],["2538","Quietly","217965","Guano Apes","Walking on a Thin Line",null,null,null],["2540","High","203650","Guano Apes","Walking on a Thin Line",null,null,null],["2542","Sign That Song","182700","Guano Apes","Walking on a Thin Line",null,null,null],["2544","Scratch The Pitch","227317","Guano Apes","Walking on a Thin Line",null,null,null],["2546","Plastic Mouth","244035","Guano Apes","Walking on a Thin Line",null,null,null],["2548","Counting The Days","218618","Guano Apes","Walking on a Thin Line",null,null,null],["2550","Storm","227160","Guano Apes","Walking on a Thin Line",null,null,null],["2552","Sugar Skin","253413","Guano Apes","Walking on a Thin Line",null,null,null],["2554","360 Degrees Alien Drop","239490","Guano Apes","Walking on a Thin Line",null,null,null],["2556","Big In Japan","168489","Guano Apes","Walking on a Thin Line",null,null,null],["2558","Living In A Li","273293","Guano Apes","Walking on a Thin Line",null,null,null],["2560","Maria","220630","Guano Apes","Walking on a Thin Line",null,null,null],["2562","Mine All Mine","228702","Guano Apes","Walking on a Thin Line",null,null,"1"],["2564","Open Your Eyes","189022","Guano Apes","Walking on a Thin Line",null,null,null],["2566","Rain","276976","Guano Apes","Walking on a Thin Line",null,null,null],["2568","The Human Hosepipe","213093","Harry and the Potters","Voldemort Can't Stop the Rock!","Rock",null,null],["2570","01-Gory i Reki","962977","Henry Volokhonsky","Gory i Reki","Other",null,null],["2572","02 02 02-Zapozdaloe","39262","Henry Volokhonsky","Gory i Reki","Other",null,null],["2574","03 03 03-Klady p.I","228597","Henry Volokhonsky","Gory i Reki","Other",null,null],["2576","04 04 04-V Zamke Tyu","123402","Henry Volokhonsky","Gory i Reki","Other",null,null],["2578","05 05 05-Klady p.II","269505","Henry Volokhonsky","Gory i Reki","Other",null,null],["2580","06 06 06-Pesnya Chingiskhanovoi Materi","174968","Henry Volokhonsky","Gory i Reki","Other",null,null],["2582","07 07 07-Bylaya Krasota i eyo Sledy","214230","Henry Volokhonsky","Gory i Reki",null,null,null],["2584","In the Fur","212133","In the Fur","Magnificent Designs","Rock",null,"2"],["2586","Never Ever Land","466755","Infected Mushroom","B.P. Empire","Electronica",null,"1"],["2588","Unbalanced [baby killer remix]","439797","Infected Mushroom","B.P. Empire","Electronica",null,"1"],["2590","Spaniard","452858","Infected Mushroom","B.P. Empire","Electronica",null,"1"],["2592","B.P. Empire","450690","Infected Mushroom","B.P. Empire","Electronica",null,null],["2594","Funchameleon","413440","Infected Mushroom","B.P. Empire","Electronica",null,null],["2596","Tasty Mushroom","413440","Infected Mushroom","B.P. Empire","Electronica",null,null],["2598","Noise Maker","460826","Infected Mushroom","B.P. Empire","Electronica",null,null],["2600","P.G.M","440842","Infected Mushroom","B.P. Empire","Electronica",null,null],["2602","Dancing with Kadafi","618997","Infected Mushroom","B.P. Empire","Electronica",null,null],["2604","Bust a Move","501551","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2606","None of This is Real","382223","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2608","Sailing in the Sea of Mushroom","497763","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2610","The Shen","513123","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2612","Disco Mushroom","526419","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2614","Dracul","480339","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2616","Nothing Comes Easy","443611","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2618","Mush-Mushi","456881","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2620","The Missed Symphony [part 1]","251376","Infected Mushroom","Classical Mushroom","Electronica",null,null],["2622","The Missed Symphony [part 2]","372244","Infected Mushroom","Classical Mushroom",null,null,null],["2624","Albibeno","423183","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2626","Hush Mail","421381","Infected Mushroom","Converting Vegetarians","Psychedelic",null,"1"],["2628","Opagiffa Night","488463","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2630","Song Pong","516806","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2632","Chaplin","414589","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2634","Echonomix","463725","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2636","Scorpion Frog","480391","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2638","Deeply Disturbed","506514","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2640","Semi Nice","369867","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2642","Yanko Pitch","493531","Infected Mushroom","Converting Vegetarians","Psychedelic",null,null],["2644","Converting Vegetarians","315742","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Electronic",null,null],["2646","Elation Station","335595","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,"1"],["2648","Drop Out","314827","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2650","Avratz","623908","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2652","Blink","332434","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2654","Shakawkaw","248920","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2656","Pletzturra","404793","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2658","Ballerium","437942","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2660","Selecta","321593","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2662","Jeenge","422739","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2664","Elevation","339983","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Electronic",null,null],["2666","I Wish","180950","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2668","Illuminaughty","290168","Infected Mushroom","Converting Vegetarians [UK] Disc 2","Psychedelic",null,null],["2670","Im The Supervisor","512522","Infected Mushroom","Im the supervisor","Electronic",null,"2"],["2672","Ratio Shmatio","389590","Infected Mushroom","Im the supervisor","Electronic",null,"2"],["2674","Muse Breaks Rmx","429087","Infected Mushroom","Im the supervisor","Electronic",null,"2"],["2676","Meduzz","402128","Infected Mushroom","Im the supervisor","Electronic",null,"1"],["2678","Cities Of The Future","419761","Infected Mushroom","Im the supervisor","Electronic",null,"1"],["2680","Horus The Chorus","459964","Infected Mushroom","Im the supervisor","Electronic",null,"1"],["2682","Frog Machine","370860","Infected Mushroom","Im the supervisor","Electronic",null,null],["2684","Noon","367490","Infected Mushroom","Im the supervisor","Electronic",null,null],["2686","Bombat","498050","Infected Mushroom","Im the supervisor","Electronic",null,null],["2688","Stretched","441991","Infected Mushroom","Im the supervisor","Electronic",null,"1"],["2690","Release Me","508786","Infected Mushroom","The Gathering",null,null,"1"],["2692","The Gathering","463621","Infected Mushroom","The Gathering",null,null,null],["2694","Return of the Shadows","493139","Infected Mushroom","The Gathering",null,null,null],["2696","Blue Muppet","488515","Infected Mushroom","The Gathering",null,null,null],["2698","Psycho","517955","Infected Mushroom","The Gathering",null,null,null],["2700","Montoya [remix]","499513","Infected Mushroom","The Gathering",null,null,null],["2702","Tommy the Bat","448679","Infected Mushroom","The Gathering",null,null,"1"],["2704","Virtual Voyage","504424","Infected Mushroom","The Gathering",null,null,null],["2706","Over Mode","515213","Infected Mushroom","The Gathering",null,null,null],["2708","Becoming Insane","440346","Infected Mushroom","Vicious Delicious",null,null,"2"],["2710","Artillery","268199","Infected Mushroom","Vicious Delicious",null,null,"1"],["2712","Vicious Delicious","444969","Infected Mushroom","Vicious Delicious",null,null,"1"],["2714","Heavyweight","520933","Infected Mushroom","Vicious Delicious",null,null,"2"],["2716","Suliman","370755","Infected Mushroom","Vicious Delicious",null,null,"1"],["2718","Forgive Me","209475","Infected Mushroom","Vicious Delicious",null,null,"1"],["2720","Special Place","413518","Infected Mushroom","Vicious Delicious",null,null,"1"],["2722","In Front Of Me","268068","Infected Mushroom","Vicious Delicious",null,null,"1"],["2724","Eat It Raw","390635","Infected Mushroom","Vicious Delicious",null,null,"1"],["2726","Change The Formality","464065","Infected Mushroom","Vicious Delicious",null,null,"1"],["2728","Before","417018","Infected Mushroom","Vicious Delicious",null,null,"1"],["2730","Bomb","222724","Izzy Stradlin","Like a Dog","Rock",null,"1"],["2732","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc mediagrant.com","295497","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2734","\u00cc\u00e0\u00ec\u00e0 (original) mediagrant.com","259030","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2736","\u00c4\u00ee\u203a\u00ee\u00e3\u00e0 \u00ea \u00cc\u00ee\u203a\ufb02 mediagrant.com","236251","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,"1"],["2738","\u00c4\u00ee\u00f1\u00f2\u00ee\u00e8\u00ed mediagrant.com","266788","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2740","Fovorite Colour Of My Life mediagrant.com","273998","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2742","\u00d2\u00f3\u00e4\u00e0 mediagrant.com","292048","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2744","\u00d2\u00e0\u00ea \u25ca\u00e8\u00f1\u00f2\u00ee mediagrant.com","258795","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2746","\u00ca\u00ee\u00f8\u00ea\u00e0 (\u00f1\u00ec\u00fb\u00f1\u00eb \u00ef\u203a\u00ee\u00f1\u00f2) mediagrant.com","267546","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2748","\u00cf\u00eb\u00e0\u00f7\u00e5\u00f2 \u00ef\u00ee \u00d2\u00e5\u00e1\u00e5 mediagrant.com","219271","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2750","\u00cc\u00e0\u00ec\u00e0 vol.2 mediagrant.com","296724","\u00cc\u00e8\u00f5\u00e5\u00e9 \u00e8 \u00c4\u00e6\u00f3\u00ec\u00e0\u00ed\u00e4\u00e6\u00e8","\u00d1\u00f3\u00ea\u00e0 \u00cb\ufb02\u00e1\u00ee\u00e2\u00fc","Pop",null,null],["2752","Feels So Good","322246","Jamiroquai","A Funk Odyssey","Other",null,null],["2754","Little L","297142","Jamiroquai","A Funk Odyssey",null,null,null],["2756","You Give Me Something","204800","Jamiroquai","A Funk Odyssey",null,null,null],["2758","Corner of the Earth","340715","Jamiroquai","A Funk Odyssey",null,null,null],["2760","Love Foolsophy","226742","Jamiroquai","A Funk Odyssey",null,null,null],["2762","Stop Don't Panic","273658","Jamiroquai","A Funk Odyssey",null,null,null],["2764","Black Crow","243853","Jamiroquai","A Funk Odyssey",null,null,null],["2766","Main Vein","304587","Jamiroquai","A Funk Odyssey",null,null,null],["2768","Twenty Zero One","317152","Jamiroquai","A Funk Odyssey",null,null,null],["2770","Picture of My Life","377678","Jamiroquai","A Funk Odyssey",null,null,null],["2772","Do It Like We Used to Do","452127","Jamiroquai","A Funk Odyssey",null,null,null],["2774","Feels Just Lite It Should","222850","Jamiroquai","Dynamite",null,null,null],["2776","Dynamite","297508","Jamiroquai","Dynamite","Other",null,null],["2778","Seven Days In Sunny June","239960","Jamiroquai","Dynamite","Other",null,null],["2780","Electric Mistress","237035","Jamiroquai","Dynamite","Other",null,null],["2782","Starchild","313495","Jamiroquai","Dynamite",null,null,null],["2784","Love Blind","215954","Jamiroquai","Dynamite",null,null,null],["2786","Tutulah","364146","Jamiroquai","Dynamite",null,null,null],["2788","(Don't) Give Hate A Chance","302315","Jamiroquai","Dynamite",null,null,null],["2790","World That Hw Wants","194298","Jamiroquai","Dynamite",null,null,null],["2792","Black Devil Car","285622","Jamiroquai","Dynamite",null,null,null],["2794","Hot Tequila Brown","280346","Jamiroquai","Dynamite",null,null,null],["2796","Time Won't Wait","301688","Jamiroquai","Dynamite",null,null,null],["2798","Cosmic Girl","241711","Jamiroquai","Travelling Without Moving",null,null,null],["2800","Use The Force","240613","Jamiroquai","Travelling Without Moving",null,null,null],["2802","Everyday","266004","Jamiroquai","Travelling Without Moving",null,null,null],["2804","Alright","262922","Jamiroquai","Travelling Without Moving",null,null,null],["2806","High Times","357381","Jamiroquai","Travelling Without Moving",null,null,null],["2808","Drifting Along","243147","Jamiroquai","Travelling Without Moving",null,null,null],["2810","Didjerama","230347","Jamiroquai","Travelling Without Moving",null,null,null],["2812","Didjital Vibrations","345991","Jamiroquai","Travelling Without Moving",null,null,null],["2814","Travelling Without Moving","216816","Jamiroquai","Travelling Without Moving",null,null,null],["2816","You Are My Love","232463","Jamiroquai","Travelling Without Moving",null,null,null],["2818","Spend A Lifetime","251088","Jamiroquai","Travelling Without Moving",null,null,null],["2820","Bonus Track","504659","Jamiroquai","Travelling Without Moving",null,null,null],["2822","Je Me Souviens","267258","Jean Michele Jarre","Metamorphoses",null,null,null],["2824","C'est La Vie","333531","Jean Michele Jarre","Metamorphoses",null,null,null],["2826","Rendez - Vous A Paris","231235","Jean Michele Jarre","Metamorphoses",null,null,null],["2828","Hey Gagarin","370703","Jean Michele Jarre","Metamorphoses",null,null,null],["2830","Millions Of Stars","231392","Jean Michele Jarre","Metamorphoses",null,null,null],["2832","Tout Est Bleu","268408","Jean Michele Jarre","Metamorphoses",null,null,null],["2834","Love Love Love","363258","Jean Michele Jarre","Metamorphoses",null,null,null],["2836","Bells","343536","Jean Michele Jarre","Metamorphoses",null,null,null],["2838","Miss Moon","382014","Jean Michele Jarre","Metamorphoses",null,null,null],["2840","Give Me A Sign","260832","Jean Michele Jarre","Metamorphoses",null,null,null],["2842","Gloria, Lonely Boy","432875","Jean Michele Jarre","Metamorphoses",null,null,null],["2844","Silhoette","151327","Jean Michele Jarre","Metamorphoses",null,null,null],["2846","Computer Weekend(Bonus)","281182","Jean Michele Jarre","Metamorphoses",null,null,null],["2848","First Rendez - Vous(Bonus)","175777","Jean Michele Jarre","Metamorphoses",null,null,null],["2850","Ethnicolor(Bonus)","698906","Jean Michele Jarre","Metamorphoses",null,null,null],["2852","The Overture","287294","Jean Michele Jarre","The Concerts in China",null,null,null],["2854","Arpegiator","414850","Jean Michele Jarre","The Concerts in China",null,null,null],["2856","Equinoxe 4","469942","Jean Michele Jarre","The Concerts in China",null,null,null],["2858","Finishing Junks At Sunset","578795","Jean Michele Jarre","The Concerts in China",null,null,null],["2860","Band In The Rain","89913","Jean Michele Jarre","The Concerts in China",null,null,null],["2862","Equinoxe 5","595147","Jean Michele Jarre","The Concerts in China",null,null,null],["2864","Orient Express","261955","Jean Michele Jarre","The Concerts in China",null,null,null],["2866","Magnetic Fields 1","21342","Jean Michele Jarre","The Concerts in China",null,null,null],["2868","Magnetic Fields 3","229146","Jean Michele Jarre","The Concerts in China",null,null,null],["2870","Magnetic Fields 4","409182","Jean Michele Jarre","The Concerts in China",null,null,null],["2872","Laser Harp","214413","Jean Michele Jarre","The Concerts in China",null,null,null],["2874","Night In Shanghai","422086","Jean Michele Jarre","The Concerts in China",null,null,null],["2876","The Lust Rumba","131578","Jean Michele Jarre","The Concerts in China",null,null,null],["2878","Magnetic Fields 2","386351","Jean Michele Jarre","The Concerts in China",null,null,null],["2880","Souvenir Of China","234004","Jean Michele Jarre","The Concerts in China",null,null,null],["2882","Got the Feeling","286040","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2884","Situation","327079","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2886","Short Business","154331","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2888","Max's Tune","504764","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2890","I've Been Used","220186","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2892","New Ways Train Train","352574","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2894","Jody","365609","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2896","Ice Cream Cake","340140","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2898","Glad All Over","178102","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2900","Tonight I'll Be Staying Here With You","299023","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2902","Sugar Cane","247170","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2904","I Can't Give Back The Love I Feel For You","162925","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2906","Going Down","411088","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2908","I Got To Have A Song","206968","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2910","Highways","281260","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2912","Definitely Maybe","301322","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2914","You Know What I Mean","245655","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2916","She's A Woman","271072","Jeff Beck","Original Album Classics [5CD]",null,null,"2"],["2918","Constipated Duck","168124","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2920","Air Blower","309864","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2922","Scatterbrain","339644","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2924","Cause We've Ended As Lovers","342125","Jeff Beck","Original Album Classics [5CD]",null,null,"2"],["2926","Thelonius","196284","Jeff Beck","Original Album Classics [5CD]",null,null,"2"],["2928","Freeway Jam","298710","Jeff Beck","Original Album Classics [5CD]",null,null,"2"],["2930","Diamond Dust","506462","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2932","Led Boots","243879","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2934","Come Dancing","355291","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2936","Goodbye Pork Pie Hat","331180","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2938","Head For Backstage Pass","163448","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2940","Blue Wind","354977","Jeff Beck","Original Album Classics [5CD]",null,null,"1"],["2942","Sophie","391444","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2944","Play With Me","250749","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2946","Love Is Green","151013","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2948","Freeway Jam","443324","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2950","Earth (Still Our Only Home)","276427","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2952","She's A Woman","266605","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2954","Full Moon Boogie","368953","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2956","Darkness (Earth In Search Of A Sun)","473391","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2958","Scatterbrain","447216","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2960","Blue Wind","395441","Jeff Beck","Original Album Classics [5CD]",null,null,null],["2962","Psycho Sam","295732","Jeff Beck","Who Else!","Rock",null,"1"],["2964","What Mama Said","202762","Jeff Beck","Who Else!","Rock",null,"1"],["2966","Brush With the Blues","384862","Jeff Beck","Who Else!","Rock",null,"1"],["2968","Blast from the East","286902","Jeff Beck","Who Else!","Rock",null,"1"],["2970","Space for the Papa","461949","Jeff Beck","Who Else!","Rock",null,"1"],["2972","Angel (Footsteps)","391026","Jeff Beck","Who Else!","Rock",null,"1"],["2974","THX 138","375510","Jeff Beck","Who Else!","Rock",null,"1"],["2976","Hip Notica","280607","Jeff Beck","Who Else!","Rock",null,"1"],["2978","Even Odds","209266","Jeff Beck","Who Else!","Rock",null,"1"],["2980","Declan","242938","Jeff Beck","Who Else!","Rock",null,"1"],["2982","Another Place","108199","Jeff Beck","Who Else!","Rock",null,"1"],["2984","Earthquake","200019","Jeff Beck","You Had It Coming","Rock",null,"1"],["2986","Roy's Toy","215248","Jeff Beck","You Had It Coming","Rock",null,"2"],["2988","Dirty Mind","247275","Jeff Beck","You Had It Coming","Rock",null,"1"],["2990","Rollin' & Tumblin'","192496","Jeff Beck","You Had It Coming","Rock",null,"1"],["2992","Badia","240222","Jeff Beck","You Had It Coming","Rock",null,"1"],["2994","Loose Cannon","336300","Jeff Beck","You Had It Coming","Rock",null,"1"],["2996","Rosebud","224470","Jeff Beck","You Had It Coming","Rock",null,"1"],["2998","Left Hook","262112","Jeff Beck","You Had It Coming","Rock",null,"2"],["3000","Blackbird","89077","Jeff Beck","You Had It Coming","Rock",null,"1"],["3002","Suspension","200097","Jeff Beck","You Had It Coming","Rock",null,"1"],["3004","Prelude To 110 Or 220\/Women Of The World","525818","Jim O'Rourke","Eureka","Alternative",null,null],["3006","Ghost Ship In A Storm","234840","Jim O'Rourke","Eureka","Alternative",null,null],["3008","Movie On The Way Down","457534","Jim O'Rourke","Eureka","Alternative",null,null],["3010","Through The Night Softly","287190","Jim O'Rourke","Eureka","Alternative",null,null],["3012","Please Patronize Our Sponsors","185025","Jim O'Rourke","Eureka","Alternative",null,null],["3014","Something Big","193227","Jim O'Rourke","Eureka","Alternative",null,null],["3016","Eureka","551340","Jim O'Rourke","Eureka","Alternative",null,"1"],["3018","Happy Holiday","96600","Jim O'Rourke","Eureka","Alternative",null,null],["3020","Let Me Borrow That Top","142963","Kelly","Shoes","Comedy",null,null],["3022","Waltz For Koop (feat Cecilia Stalin)","186906","Koop","Waltz For Koop","Acid Jazz",null,"1"],["3024","Tonight (feat Mikael Sundin)","174654","Koop","Waltz For Koop","Acid Jazz",null,null],["3026","Baby (feat Cecilia Stalin)","227448","Koop","Waltz For Koop","Acid Jazz",null,null],["3028","Summer Sun (feat Yukimi Nagano)","227552","Koop","Waltz For Koop","Acid Jazz",null,null],["3030","Soul For Sahib","217861","Koop","Waltz For Koop","Acid Jazz",null,null],["3032","Modal Mile (feat Earl Zinger)","262008","Koop","Waltz For Koop","Acid Jazz",null,null],["3034","In A Heartbeat (feat Terry Callier)","310517","Koop","Waltz For Koop","Acid Jazz",null,null],["3036","Relaxin' At Club P....N","256052","Koop","Waltz For Koop","Acid Jazz",null,null],["3038","Bright Nights (feat Yukimi Nagano)","235859","Koop","Waltz For Koop","Acid Jazz",null,null],["3040","Better","220030","Krash Buzz Nine","I Am You","Pop",null,null],["3042","\u00c0 part","244736","La Laque","La Laque - EP","Alternative",null,"1"],["3044","Faking the Books","240195","Lali Puna","Faking the Books","Electronic",null,"1"],["3046","Call 1-800-Fear","204486","Lali Puna","Faking the Books","Electronic",null,"1"],["3048","Micronomic","203833","Lali Puna","Faking the Books","Electronic",null,"2"],["3050","Small Things","220133","Lali Puna","Faking the Books","Electronic",null,"1"],["3052","B-Movie","193175","Lali Puna","Faking the Books","Electronic",null,"1"],["3054","People I Know","185417","Lali Puna","Faking the Books","Electronic",null,"1"],["3056","Grin and Bear","281626","Lali Puna","Faking the Books","Electronic",null,"1"],["3058","Geography-5","147591","Lali Puna","Faking the Books","Electronic",null,"2"],["3060","Left Handed","224444","Lali Puna","Faking the Books","Electronic",null,"2"],["3062","Alienation","241946","Lali Puna","Faking the Books","Electronic",null,"1"],["3064","Crawling by Numbers","173061","Lali Puna","Faking the Books","Electronic",null,"1"],["3066","Nin-Com-Pop","277577","Lali Puna","Scary World Theory","Electronica",null,"1"],["3068","Middle Curse","216189","Lali Puna","Scary World Theory","Electronica",null,"2"],["3070","Bi-Pet","192130","Lali Puna","Scary World Theory","Electronica",null,"1"],["3072","Contratempo","266004","Lali Puna","Scary World Theory","Electronica",null,"1"],["3074","Scary World Theory","283898","Lali Puna","Scary World Theory","Electronica",null,"1"],["3076","50 Faces Of","235598","Lali Puna","Scary World Theory","Electronica",null,"1"],["3078","Lowdown","236982","Lali Puna","Scary World Theory","Electronica",null,"1"],["3080","Don't Think","237714","Lali Puna","Scary World Theory","Electronica",null,"1"],["3082","Come on Home","215510","Lali Puna","Scary World Theory","Electronica",null,"1"],["3084","Satur-Nine","90932","Lali Puna","Scary World Theory","Electronica",null,"1"],["3086","The Safe Side","168333","Lali Puna","The Safe Side",null,null,"1"],["3088","Everywhere & Allover","176143","Lali Puna","The Safe Side",null,null,"1"],["3090","Miopia","95346","Lali Puna","The Safe Side",null,null,"1"],["3092","6-0-3","309838","Lali Puna","Tridecoder","Electronic",null,null],["3094","Rapariga Da Banheira","236982","Lali Puna","Tridecoder","Electronic",null,null],["3096","Antena Trash","273293","Lali Puna","Tridecoder","Electronic",null,null],["3098","Antenna trash","275382","Lali Puna","Tridecoder","Pop",null,null],["3100","System On","214569","Lali Puna","Tridecoder","Electronic",null,null],["3102","Everywhere & Allover","283533","Lali Puna","Tridecoder","Electronic",null,null],["3104","Toca-Discos","279170","Lali Puna","Tridecoder","Electronic",null,null],["3106","Press My Tummy","149916","Lali Puna","Tridecoder","Electronic",null,null],["3108","Fast Forward","235389","Lali Puna","Tridecoder","Electronic",null,null],["3110","Superlotado","266396","Lali Puna","Tridecoder","Electronic",null,null],["3112","From The Air","276114","Laurie Anderson","Big Science","New Age",null,null],["3114","Big Science","384809","Laurie Anderson","Big Science","New Age",null,null],["3116","Sweaters","143072","Laurie Anderson","Big Science","Rock",null,null],["3118","Walking & Falling","133146","Laurie Anderson","Big Science","New Age",null,null],["3120","Born, Never Asked","299102","Laurie Anderson","Big Science","New Age",null,null],["3122","O Superman (For Massenet)","507454","Laurie Anderson","Big Science","New Age",null,null],["3124","Example #22","179722","Laurie Anderson","Big Science","Rock",null,null],["3126","Let X = X","233482","Laurie Anderson","Big Science","New Age",null,null],["3128","It Tango","179670","Laurie Anderson","Big Science","Rock",null,null],["3130","Symphony No. 9 (Scherzo)","75650","Ludwig van Beethoven, composer. Seattle Symphony. Gerard Schwarz, director","Beethoven's Symphony No. 9 (Scherzo)","Classical",null,"1"],["3132","Clandestino","148009","Manu Chao","Clandestino","Latin",null,"1"],["3134","Desaparecido","227213","Manu Chao","Clandestino","Latin",null,null],["3136","Bongo Bong","158406","Manu Chao","Clandestino","Latin",null,"1"],["3138","Je Ne T'aime Plus","122775","Manu Chao","Clandestino","Latin",null,null],["3140","Mentira...","277002","Manu Chao","Clandestino","Latin",null,null],["3142","Lagrimas De Oro","177606","Manu Chao","Clandestino","Latin",null,null],["3144","Mama Call","141217","Manu Chao","Clandestino","Latin",null,null],["3146","Luna Y Sol","187350","Manu Chao","Clandestino","Latin",null,null],["3148","Por El Suelo (Esperando La Ulitma Ola)","141400","Manu Chao","Clandestino","Latin",null,null],["3150","Welcome To Tijuana","244114","Manu Chao","Clandestino","Latin",null,null],["3152","Dia Luna ... Dia Pena","90148","Manu Chao","Clandestino","Latin",null,null],["3154","Malegria","175203","Manu Chao","Clandestino","Latin",null,null],["3156","La Vie A 2","180662","Manu Chao","Clandestino","Latin",null,null],["3158","Minha Galera","141740","Manu Chao","Clandestino","Latin",null,null],["3160","La Despedida","189779","Manu Chao","Clandestino","Latin",null,null],["3162","El Viento","146285","Manu Chao","Clandestino","Latin",null,null],["3164","Merry Blues (Original)","217051","Manu Chao","Merry Blues (Single)",null,null,null],["3166","Merry Blues (Dancehall 161 Remix)","248555","Manu Chao","Merry Blues (Single)",null,null,null],["3168","Merry Blues (DJ Muggs Remix)","197642","Manu Chao","Merry Blues (Single)",null,null,null],["3170","Merry Blues","216111","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3172","Bixo","112091","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3174","Dorado 1997","89861","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3176","Promiscuity","96026","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3178","Primavera","112587","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3180","Me Gustas Tu","240039","Manu Chao","Proxima Estacio: Esperanza","Latin",null,"1"],["3182","Denia","279536","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3184","Mi Vida","152659","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3186","Trapped By Love","114964","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3188","Rendez Vouz","116793","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3190","Mr. Bobby","229407","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3192","Papito","171284","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3194","Chinita","93805","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3196","Marea","136960","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3198","Homenas","198478","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3200","Vacaloca","143699","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3202","Infinita Tristeza","236512","Manu Chao","Proxima Estacio: Esperanza","Latin",null,null],["3204","Intro","49789","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3206","Bienvenida A Tijuana","115173","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3208","Machine Gun","133537","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3210","Por Donde Saldera El Sol","161515","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3212","Peligro","189492","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3214","Welcome To Tijuana","170004","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3216","El Viento","161227","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3218","Casa Babylon","154671","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3220","Por El Suelo","234971","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3222","Blood And Fire","154958","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3224","EZLN.. Para Tod@as Todo","101146","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3226","Mr. Bobby","216711","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3228","Bongo Bong","64653","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3230","Radio Bemba","20480","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3232","Que Paso Que Paso","54021","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3234","Pinocchio (Viaggio In Groppa Al Tonno)","45453","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3236","Cahi En La Trampa","129880","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3238","Clandestino","179617","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3240","Rumba De Barcelona","211278","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3242","La Despedida","242573","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3244","Mala Vida","146050","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3246","Radio Bemba","33593","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3248","Que Paso Que Paso","70347","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3250","Pinocchio (Viaggio In Groppa Al Tonno)","44591","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3252","La Primavera","211957","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3254","The Monkey","119040","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3256","King Kong Five","163892","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3258","Minha Galera","196989","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3260","Promiscuity","104463","Manu Chao","Radio Bemba Sound System","Latin",null,null],["3262","\"Highway Blues\"","93576","Marc Seales, composer. New Stories. Ernie Watts, saxophone.","Speakin' Out","Jazz",null,null],["3264","\"Highway Blues\"","93576","Marc Seales, composer. New Stories. Ernie Watts, saxophone.","Speakin' Out","Jazz",null,null],["3266","\"Highway Blues\"","93576","Marc Seales, composer. New Stories. Ernie Watts, saxophone.","Speakin' Out","Jazz",null,null],["3268","Somewhere Else","471340","Marillion","Somewhere Else","Rock",null,"1"],["3270","Nevuah","588904","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3272","Sippur","200620","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3274","Hath-Arob","320444","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3276","Kedushah","412760","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3278","Ne Eman","785763","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3280","Karet","123559","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,"1"],["3282","Kochot","297221","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3284","Piram","733518","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3286","Paran","360124","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3288","Ashnah","438961","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3290","Tahah","446432","Zhohn Zorn","Masada - Live in Middelheim","Jazz",null,null],["3292","Angel","380551","Massive Attack","Mezzanine","Electronica",null,null],["3294","Risingson","298422","Massive Attack","Mezzanine","Electronica",null,null],["3296","Tear Drop","330657","Massive Attack","Mezzanine","Electronica",null,null],["3298","Inertia Creeps","356963","Massive Attack","Mezzanine","Electronica",null,"1"],["3300","Exchange","251245","Massive Attack","Mezzanine","Electronica",null,null],["3302","Dissolved Girl","366915","Massive Attack","Mezzanine","Electronica",null,null],["3304","Man Next Door","356440","Massive Attack","Mezzanine","Electronica",null,null],["3306","Black Milk","381544","Massive Attack","Mezzanine","Electronica",null,null],["3308","Mezzanine","356780","Massive Attack","Mezzanine","Electronica",null,null],["3310","Group Four","492277","Massive Attack","Mezzanine","Electronica",null,null],["3312","(Exchange)","250226","Massive Attack","Mezzanine","Electronica",null,null],["3314","Oh, Boy!","183901","Maureen McCormick","When You Get a Little Lonely","Country",null,null],["3316","Free Speech For The Dumb","155533","Metallica","Garage Inc.",null,null,null],["3318","It's Electric","213968","Metallica","Garage Inc.",null,null,null],["3320","Sabbra Cadabra","380264","Metallica","Garage Inc.",null,null,null],["3322","Turn The Page","366497","Metallica","Garage Inc.",null,null,null],["3324","Die, Die My Darling","148166","Metallica","Garage Inc.",null,null,null],["3326","Loverman","472868","Metallica","Garage Inc.",null,null,null],["3328","Mercyful Fate","670511","Metallica","Garage Inc.",null,null,null],["3330","Astronomy","397871","Metallica","Garage Inc.",null,null,null],["3332","Whiskey In The Jar","304718","Metallica","Garage Inc.",null,null,null],["3334","Tuesday's Gone","544626","Metallica","Garage Inc.",null,null,null],["3336","The More I See","289018","Metallica","Garage Inc.",null,null,null],["3338","Helpless","400404","Metallica","Garage Inc.",null,null,null],["3340","The Small Hours","405289","Metallica","Garage Inc.",null,null,null],["3342","The Wait","297325","Metallica","Garage Inc.",null,null,null],["3344","Crash Course In Brain Surgery","192391","Metallica","Garage Inc.",null,null,null],["3346","Last Caress _ Green Hell","211983","Metallica","Garage Inc.",null,null,null],["3348","Am I Evil","472189","Metallica","Garage Inc.",null,null,null],["3350","Blitzkriec","218853","Metallica","Garage Inc.",null,null,null],["3352","Breadfan","343301","Metallica","Garage Inc.",null,null,null],["3354","The Prince","267755","Metallica","Garage Inc.",null,null,null],["3356","Stone Cold Crazy","139702","Metallica","Garage Inc.",null,null,null],["3358","So What","191007","Metallica","Garage Inc.",null,null,null],["3360","Killing Time","185782","Metallica","Garage Inc.",null,null,null],["3362","Overkill","247066","Metallica","Garage Inc.",null,null,null],["3364","Damage Case","222354","Metallica","Garage Inc.",null,null,null],["3366","Stone Dead Forever","293982","Metallica","Garage Inc.",null,null,null],["3368","Too Late Too Late","192522","Metallica","Garage Inc.",null,null,null],["3370","I Disappear","266448","Metallica","I Disappear (Single)","Soundtrack",null,null],["3372","Ain't My Bitch","304666","Metallica","Load","Rock",null,null],["3374","2X4","328019","Metallica","Load","Rock",null,null],["3376","The House Jack Built","398733","Metallica","Load","Rock",null,null],["3378","Until It Sleeps","269035","Metallica","Load","Rock",null,null],["3380","King Nothing","308871","Metallica","Load","Rock",null,null],["3382","Cure","295105","Metallica","Load","Rock",null,null],["3384","Poor Twisted Me","226063","Metallica","Load",null,null,null],["3386","Wasting My Hate","237609","Metallica","Load","Rock",null,null],["3388","Mama Said","318955","Metallica","Load","Rock",null,null],["3390","Thorn Within","352000","Metallica","Load","Rock",null,null],["3392","Ronnie","318824","Metallica","Load","Rock",null,null],["3394","The Outlaw Torn","401606","Metallica","Load","Rock",null,null],["3396","Fuel","269871","Metallica","Reload","Rock",null,null],["3398","The Memory Remains","278204","Metallica","Reload","Rock",null,null],["3400","Devil's Dance","318928","Metallica","Reload","Rock",null,null],["3402","The Inforgiven Ii","397453","Metallica","Reload","Rock",null,null],["3404","Better Than You","237191","Metallica","Reload","Rock",null,null],["3406","Slither","313182","Metallica","Reload","Rock",null,null],["3408","Carpe Diem Baby","372218","Metallica","Reload","Rock",null,null],["3410","Bad Seed","246360","Metallica","Reload","Rock",null,null],["3412","Where The Wild Things Are","414145","Metallica","Reload","Rock",null,null],["3414","Prince Charming","364146","Metallica","Reload","Rock",null,null],["3416","Low Man's Lyric","417933","Metallica","Reload","Rock",null,null],["3418","Attitude","317544","Metallica","Reload","Rock",null,null],["3420","Fixxxer","492277","Metallica","Reload","Rock",null,null],["3422","Fight Fire With Fire","284133","Metallica","Ride the Lightning","Metal",null,null],["3424","For Whom the Bell Tolls","311405","Metallica","Ride the Lightning","Metal",null,null],["3426","Trapped Under Ice","244323","Metallica","Ride the Lightning","Metal",null,null],["3428","The Call of Ktulu","532715","Metallica","Ride the Lightning","Metal",null,null],["3430","Ecstasy Of Gold","150674","Metallica","S&M",null,null,null],["3432","The Call Of Ktulu","574354","Metallica","S&M",null,null,null],["3434","Master Of Puppets","534831","Metallica","S&M",null,null,null],["3436","Of Wolf And Man","258951","Metallica","S&M",null,null,null],["3438","The Thing That Should Not Be","446955","Metallica","S&M",null,null,null],["3440","Fuel","275774","Metallica","S&M",null,null,null],["3442","The Memory Remains","282435","Metallica","S&M",null,null,null],["3444","No Leaf Clover","343275","Metallica","S&M",null,null,null],["3446","Hero Of The Day","284708","Metallica","S&M",null,null,"1"],["3448","Devil's Dance","326086","Metallica","S&M",null,null,null],["3450","Bleeding Me","541701","Metallica","S&M",null,null,null],["3452","Nothing Else Matters","407849","Metallica","S&M",null,null,null],["3454","Until It Sleeps","270053","Metallica","S&M",null,null,null],["3456","For Whom The Bell Tolls","292231","Metallica","S&M",null,null,null],["3458","Human","259866","Metallica","S&M",null,null,null],["3460","Wherever I May Roam","421537","Metallica","S&M",null,null,null],["3462","Outlaw Torn","598987","Metallica","S&M",null,null,null],["3464","Sad But True","346357","Metallica","S&M",null,null,null],["3466","One","473155","Metallica","S&M",null,null,"1"],["3468","Enter Sandman","459206","Metallica","S&M",null,null,null],["3470","Battery","444734","Metallica","S&M",null,null,null],["3472","We Are All Made Of Stars","272718","Moby","18","Electronica",null,null],["3474","In This World","242703","Moby","18","Electronica",null,null],["3476","In My Heart","276636","Moby","18","Electronica",null,"1"],["3478","Great Escape","129201","Moby","18","Electronica",null,null],["3480","Signs Of Love","266031","Moby","18","Electronica",null,null],["3482","One Of These Mornings","193071","Moby","18","Electronica",null,null],["3484","Another Woman","236173","Moby","18","Electronica",null,null],["3486","Fireworks","133276","Moby","18","Electronica",null,null],["3488","Extreme Ways","237818","Moby","18","Electronica",null,null],["3490","Jam For The Ladies","202213","Moby","18","Electronica",null,"1"],["3492","Sunday (The Day Before My Birthday)","309655","Moby","18","Electronica",null,null],["3494","18","268512","Moby","18","Electronica",null,null],["3496","Sleep Alone","285648","Moby","18","Electronica",null,null],["3498","At Least We Tried","248920","Moby","18","Electronica",null,null],["3500","Harbour","387474","Moby","18","Electronica",null,null],["3502","Look Back In","140747","Moby","18","Electronica",null,"1"],["3504","The Rafters","202501","Moby","18","Electronica",null,null],["3506","I'm Not Worried At All","253936","Moby","18","Electronica",null,null],["3508","We Are All Made Of Stars (Dj Tiesto Vocal Mix)","488254","Moby","18","Other",null,null],["3510","Hymn","198008","Moby","Everything Is Wrong",null,null,null],["3512","Feeling So Real","201665","Moby","Everything Is Wrong",null,null,null],["3514","All That I Need Is to Be Loved","163422","Moby","Everything Is Wrong",null,null,null],["3516","Let's Go Free","38530","Moby","Everything Is Wrong",null,null,"1"],["3518","Everytime You Touch Me","221831","Moby","Everything Is Wrong",null,null,null],["3520","Bring Back My Happiness","192705","Moby","Everything Is Wrong",null,null,"1"],["3522","What Love","168411","Moby","Everything Is Wrong",null,null,null],["3524","First Cool Hive","317309","Moby","Everything Is Wrong",null,null,null],["3526","Into the Blue","333688","Moby","Everything Is Wrong",null,null,null],["3528","Anthem","207621","Moby","Everything Is Wrong",null,null,null],["3530","Everything Is Wrong","74710","Moby","Everything Is Wrong",null,null,null],["3532","God Moving Over the Face of the Waters","441887","Moby","Everything Is Wrong",null,null,null],["3534","When It's Cold I'd Like to Die","253361","Moby","Everything Is Wrong",null,null,null],["3536","Hotel Intro","115330","Moby","Hotel","Electronica",null,null],["3538","Raining Again","226063","Moby","Hotel","Electronica",null,null],["3540","Beautiful","191947","Moby","Hotel","Electronica",null,null],["3542","Lift Me Up","199340","Moby","Hotel","Electronica",null,null],["3544","Where You End","202083","Moby","Hotel","Electronica",null,null],["3546","Temptation","295523","Moby","Hotel","Electronica",null,null],["3548","Spiders","225306","Moby","Hotel","Electronica",null,null],["3550","Dream About Me","201534","Moby","Hotel","Electronica",null,null],["3552","Very","222928","Moby","Hotel","Electronica",null,null],["3554","I Like It","226168","Moby","Hotel","Electronica",null,"1"],["3556","Love Should","231784","Moby","Hotel","Electronica",null,"2"],["3558","Slipping Away","219350","Moby","Hotel","Electronica",null,null],["3560","Forever","219062","Moby","Hotel","Electronica",null,null],["3562","Homeward Angel","350537","Moby","Hotel","Electronica",null,null],["3564","35 Minutes","320208","Moby","Hotel","Electronica",null,null],["3566","Honey","211591","Moby","Play","Electronica",null,null],["3568","Find My Baby","241502","Moby","Play","Electronica",null,"1"],["3570","Porcelain","243278","Moby","Play","Electronica",null,null],["3572","Why Does My Heart Feel So Bad_","266919","Moby","Play","Electronica",null,null],["3574","South Side","231836","Moby","Play","Electronica",null,null],["3576","Rushing","182360","Moby","Play","Electronica",null,null],["3578","Bodyrock","218540","Moby","Play","Electronica",null,"1"],["3580","Natural Blues","255869","Moby","Play","Electronica",null,null],["3582","Machete","219846","Moby","Play","Electronica",null,null],["3584","7","64156","Moby","Play","Electronica",null,null],["3586","Run On","227239","Moby","Play","Electronica",null,null],["3588","Down Slow","96966","Moby","Play","Electronica",null,null],["3590","If Things Were Perfect","260728","Moby","Play","Electronica",null,null],["3592","Everloving","207673","Moby","Play","Electronica",null,null],["3594","Inside","290716","Moby","Play","Electronica",null,null],["3596","Guitar Flute And String","131317","Moby","Play","Electronica",null,null],["3598","The Sky Is Broken","260675","Moby","Play","Electronica",null,null],["3600","My Weakness","218671","Moby","Play","Electronica",null,"1"],["3602","March Into The Sea","210860","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3604","Dashboard","246230","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,"2"],["3606","Fire It Up","274677","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,"1"],["3608","Florida","177867","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,"1"],["3610","Parting Of The Sensory","334419","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3612","Missed The Boat","264855","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3614","We've Got Everything","220421","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3616","Fly Trapped In A Jar","269113","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,"1"],["3618","Education","236434","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,"1"],["3620","Little Motel","284238","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3622","Steam Engenius","266370","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3624","Spitting Venom","507219","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3626","People As Places As People","222197","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3628","Invisible","239777","Modest Mouse","We Were Dead Before the Ship Even Sank","Alternative",null,null],["3630","Acknowledgement","186462","Modjo","Modjo","Other",null,null],["3632","Chillin","293250","Modjo","Modjo","Other",null,null],["3634","Lady (hear me tonight)","305554","Modjo","Modjo","Other",null,null],["3636","2 Good 2 be true","133668","Modjo","Modjo","Other",null,null],["3638","Peace of mind","196832","Modjo","Modjo","Other",null,null],["3640","What i mean","251872","Modjo","Modjo","Other",null,null],["3642","Music takes you back","253805","Modjo","Modjo","Other",null,null],["3644","No more tears","375405","Modjo","Modjo","Other",null,null],["3646","Rollercoaster","341133","Modjo","Modjo","Other",null,null],["3648","On fire","395598","Modjo","Modjo","Other",null,null],["3650","Savior eyes","312006","Modjo","Modjo","Other",null,null],["3652","Lady (acoustic version)","194664","Modjo","Modjo","Other",null,null],["3654","The Time Is Now","221257","Moloko","Catalogue",null,null,null],["3656","Sing It Back","278622","Moloko","Catalogue",null,null,null],["3658","Fun For Me","227604","Moloko","Catalogue",null,null,null],["3660","Familiar Feelings","223007","Moloko","Catalogue",null,null,null],["3662","Pure Pleasure Seeker","390791","Moloko","Catalogue",null,null,null],["3664","Cannot Contain This","215771","Moloko","Catalogue",null,null,"1"],["3666","Bankrupt Emotionally","265404","Moloko","Catalogue",null,null,"1"],["3668","Day For Night","223085","Moloko","Catalogue",null,null,null],["3670","Indigo","186279","Moloko","Catalogue",null,null,null],["3672","The Flipside","226612","Moloko","Catalogue",null,null,null],["3674","Where Is The What If The What Is In Why?","253727","Moloko","Catalogue",null,null,null],["3676","Forever More","441730","Moloko","Catalogue",null,null,null],["3678","Statues","321227","Moloko","Catalogue",null,null,null],["3680","Fun for Me","308244","Moloko","Do You Like My Tight Sweater?",null,null,null],["3682","Tight Sweater","15255","Moloko","Do You Like My Tight Sweater?",null,null,null],["3684","Day for Night","323578","Moloko","Do You Like My Tight Sweater?",null,null,null],["3686","I Can't Help Myself","345155","Moloko","Do You Like My Tight Sweater?",null,null,null],["3688","Circus","19461","Moloko","Do You Like My Tight Sweater?",null,null,null],["3690","Lotus Eaters","452362","Moloko","Do You Like My Tight Sweater?",null,null,null],["3692","On My Horsey","34768","Moloko","Do You Like My Tight Sweater?",null,null,null],["3694","Dominoid","251454","Moloko","Do You Like My Tight Sweater?",null,null,"1"],["3696","Party Wierdo","421093","Moloko","Do You Like My Tight Sweater?",null,null,null],["3698","Tubliar","28133","Moloko","Do You Like My Tight Sweater?",null,null,null],["3700","Ho Humm","336300","Moloko","Do You Like My Tight Sweater?",null,null,"1"],["3702","Butterfly 747","271464","Moloko","Do You Like My Tight Sweater?",null,null,null],["3704","Dirty Monkey","23327","Moloko","Do You Like My Tight Sweater?",null,null,null],["3706","Killa Bunnies","140042","Moloko","Do You Like My Tight Sweater?",null,null,null],["3708","Boo","347506","Moloko","Do You Like My Tight Sweater?",null,null,"1"],["3710","Where is the What If the What is in Why?","256783","Moloko","Do You Like My Tight Sweater?",null,null,null],["3712","Who Shot the Go Go Dancer?","419265","Moloko","Do You Like My Tight Sweater?",null,null,null],["3714","Annette Peacock - Pony","290899","Morcheeba","Back to Mine","Other",null,null],["3716","Morcheeba - On The Rhodes Agai","339826","Morcheeba","Back to Mine","Other",null,null],["3718","Alice Russell - Someday","156995","Morcheeba","Back to Mine","Other",null,null],["3720","Dr. John - Gris Gris Gumbo Ya","342909","Morcheeba","Back to Mine","Other",null,null],["3722","Jim White - Still Waters","380107","Morcheeba","Back to Mine","Other",null,null],["3724","New Kingdom - Cheap Thrills (U","265848","Morcheeba","Back to Mine","Other",null,null],["3726","Small World - Dual Tone","363546","Morcheeba","Back to Mine","Other",null,null],["3728","The Gaint - Hidden Crate","167836","Morcheeba","Back to Mine","Other",null,null],["3730","David Mccallum - The Edge","159738","Morcheeba","Back to Mine","Other",null,null],["3732","Krishna Shan - Baby Let`s Danc","156499","Morcheeba","Back to Mine","Other",null,null],["3734","Taj Mahal - Chevrolet","157988","Morcheeba","Back to Mine","Other",null,null],["3736","Plus - Put Everything Together","192339","Morcheeba","Back to Mine","Other",null,null],["3738","Missin` Linx - What It Is","240692","Morcheeba","Back to Mine","Other",null,null],["3740","Os Mutantes - Baby","209057","Morcheeba","Back to Mine","Other",null,null],["3742","Life`s Little Tragedy - Lambch","251428","Morcheeba","Back to Mine","Other",null,null],["3744","Slow Down","251480","Morcheeba","Charango",null,null,null],["3746","Otherwise","221727","Morcheeba","Charango",null,null,"1"],["3748","Aqualung","203546","Morcheeba","Charango",null,null,null],["3750","Sao Paolo","268695","Morcheeba","Charango",null,null,null],["3752","Charango","241998","Morcheeba","Charango",null,null,null],["3754","What New York Couples Fight About","375248","Morcheeba","Charango",null,null,null],["3756","Undress Me Now","203702","Morcheeba","Charango",null,null,null],["3758","Way Beyond","213498","Morcheeba","Charango",null,null,null],["3760","Woman Lose Weight","257253","Morcheeba","Charango",null,null,null],["3762","Get Along","227369","Morcheeba","Charango",null,null,null],["3764","Public Displays Of Affection","188473","Morcheeba","Charango",null,null,null],["3766","The Great London Traffic Warden Massacre","184320","Morcheeba","Charango",null,null,null],["3768","Almost Done","400875","Morcheeba","Who Can You Trust","Other",null,null],["3770","Col","250383","Morcheeba","Who Can You Trust","Other",null,null],["3772","End Theme","144613","Morcheeba","Who Can You Trust","Other",null,null],["3774","Enjoy The Wait","68101","Morcheeba","Who Can You Trust","Other",null,null],["3776","Howling","220734","Morcheeba","Who Can You Trust","Other",null,null],["3778","Moog Island","317779","Morcheeba","Who Can You Trust","Other",null,"1"],["3780","Never An Easy Way","402938","Morcheeba","Who Can You Trust","Other",null,null],["3782","Post Houmous","108382","Morcheeba","Who Can You Trust","Other",null,null],["3784","Small Town","309211","Morcheeba","Who Can You Trust","Other",null,null],["3786","Tape Loop","262582","Morcheeba","Who Can You Trust","Other",null,null],["3788","Trigger Hippie","333609","Morcheeba","Who Can You Trust","Other",null,null],["3790","Who Can You Trust","536946","Morcheeba","Who Can You Trust","Other",null,null],["3792","Take a Bow","273684","Muse","Black Holes and Revelations","Rock",null,"1"],["3794","Starlight","239281","Muse","Black Holes and Revelations","Rock",null,null],["3796","Supermassive Black Hole","208744","Muse","Black Holes and Revelations","Rock",null,null],["3798","Map of the Problematique","254119","Muse","Black Holes and Revelations","Rock",null,null],["3800","Soldier's Poem","121312","Muse","Black Holes and Revelations","Rock",null,null],["3802","Invincible","289906","Muse","Black Holes and Revelations","Rock",null,null],["3804","Assassin","209136","Muse","Black Holes and Revelations","Rock",null,null],["3806","Exo-Politics","231235","Muse","Black Holes and Revelations","Rock",null,"2"],["3808","City of Delusion","285701","Muse","Black Holes and Revelations","Rock",null,null],["3810","Hoodoo","221466","Muse","Black Holes and Revelations","Rock",null,"1"],["3812","Knights of Cydonia","361482","Muse","Black Holes and Revelations","Rock",null,null],["3814","New Born","363493","Muse","Origin of Symmetry","Alternative",null,"1"],["3816","Bliss","252551","Muse","Origin of Symmetry","Alternative",null,null],["3818","Space Dementia","380917","Muse","Origin of Symmetry","Alternative",null,null],["3820","Hyper Music","200777","Muse","Origin of Symmetry","Alternative",null,"1"],["3822","Plug In Baby","220499","Muse","Origin of Symmetry","Alternative",null,null],["3824","Citizen Erased","439144","Muse","Origin of Symmetry","Alternative",null,null],["3826","Micro Cuts","218749","Muse","Origin of Symmetry","Alternative",null,null],["3828","Screenager","259892","Muse","Origin of Symmetry","Alternative",null,null],["3830","Darkshines","287791","Muse","Origin of Symmetry","Alternative",null,null],["3832","Feeling Good","199941","Muse","Origin of Symmetry","Alternative",null,null],["3834","Megalomania","430288","Muse","Origin of Symmetry","Alternative",null,null],["3836","alpha waves","137404","My Vitriol","finelines","Rock",null,null],["3838","always: your way","234866","My Vitriol","finelines","unknown",null,null],["3840","the gentle art of choking","210755","My Vitriol","finelines","unknown",null,null],["3842","kohlstream","26357","My Vitriol","finelines","unknown",null,null],["3844","cemented shoes","182021","My Vitriol","finelines","Rock",null,null],["3846","grounded","151170","My Vitriol","finelines","Rock",null,null],["3848","c.o.r [critic-orientated-rock]","40019","My Vitriol","finelines","unknown",null,null],["3850","infantile","228101","My Vitriol","finelines","unknown",null,null],["3852","ode to the red queen","243539","My Vitriol","finelines","Rock",null,null],["3854","tongue tied","317884","My Vitriol","finelines","unknown",null,null],["3856","windows & walls","207804","My Vitriol","finelines","unknown",null,null],["3858","taprobane","78837","My Vitriol","finelines","unknown",null,null],["3860","Losing Touch","183353","My Vitriol","finelines","default",null,null],["3862","Pieces","264751","My Vitriol","finelines","Rock",null,null],["3864","falling off the floor","201874","My Vitriol","finelines","unknown",null,null],["3866","under the wheels","184476","My Vitriol","finelines","Rock",null,null],["3868","all of me","240692","My Vitriol","finelines","Pop",null,null],["3870","safety zones & crumple zones","162220","My Vitriol","finelines","Alternative Rock",null,"1"],["3872","Another Lie","136803","My Vitriol","Single B-side (Pieces #2)","Rock",null,"2"],["3874","Somewhat Damaged","288235","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3876","The Frail","109871","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3878","The Wretched","331937","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3880","Gave Up","265482","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3882","La Mer","282644","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3884","The Great Below","303751","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3886","The Way Out Is Through","219820","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 1)",null,null,null],["3888","Wish","223137","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 2)",null,null,null],["3890","Into the Void","295366","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 2)",null,null,null],["3892","The Day the World Went Away","366628","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 2)",null,null,null],["3894","Starfuckers, Inc.","351425","Nine Inch Nails","1999-11-20: You Give Us Control: Vienna, Austria (disc 2)",null,null,null],["3896","Gave Up (Remixed By Coil With Danny Hyde)","325224","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3898","Wish (Remixed By J. G. Thirlwell)","550478","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3900","Happiness In Slavery (Remixed By Treznor And Others)","368848","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3902","Throw This Away (Assembled By T. Reznor And Others)","254040","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3904","Fist Fuck (Remixed By J. G. Thirlwell)","440633","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3906","Screaming Slave","482037","Nine Inch Nails","Fixed (Halo 6)","Metal",null,null],["3908","Piggy (Nothing Can Stop Me Now)","242677","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,"1"],["3910","The Art Of Self Destruction, Part One","340924","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3912","Self Destruction, Part Two","337293","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,"1"],["3914","The Downward Spiral (The Bottom - Coil remix)","448731","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,"1"],["3916","Hurt (Quiet)","308532","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,"1"],["3918","Eraser (Denial, Realization)","393404","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3920","At The Heart Of It All (Aphex Twin remix)","433972","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3922","Eraser (Polite - Coil remix)","75520","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3924","Self Destruction, Final","590837","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3926","The Beauty Of Being Numb (Aphex Twin remix)","305658","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3928","Erased, Over, Out","358504","Nine Inch Nails","Further Down The Spiral (Halo 10)","Industrial",null,null],["3930","1 Ghosts I","168907","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3932","2 Ghosts I","196336","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3934","3 Ghosts I","231183","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3936","4 Ghosts I","133093","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3938","5 Ghosts I","171937","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3940","6 Ghosts I","258768","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3942","7 Ghosts I","120685","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3944","8 Ghosts I","176195","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3946","9 Ghosts I","167053","Nine Inch Nails","Ghosts I-IV (I)","Electronica",null,null],["3948","10 Ghosts II","162429","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3950","11 Ghosts II","137404","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3952","12 Ghosts II","137273","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3954","13 Ghosts II","193697","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3956","14 Ghosts II","185678","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3958","15 Ghosts II","113266","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3960","16 Ghosts II","150099","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3962","17 Ghosts II","133407","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3964","18 Ghosts II","322716","Nine Inch Nails","Ghosts I-IV (II)","Electronica",null,null],["3966","19 Ghosts III","131840","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3968","20 Ghosts III","219480","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3970","21 Ghosts III","174471","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3972","22 Ghosts III","151196","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3974","23 Ghosts III","163631","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3976","24 Ghosts III","159425","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3978","25 Ghosts III","118987","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3980","26 Ghosts III","145946","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3982","27 Ghosts III","171990","Nine Inch Nails","Ghosts I-IV (III)","Electronica",null,"1"],["3984","28 Ghosts IV","322089","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3986","29 Ghosts IV","174628","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3988","30 Ghosts IV","178808","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3990","31 Ghosts IV","145632","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3992","32 Ghosts IV","265665","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3994","33 Ghosts IV","241789","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3996","34 Ghosts IV","352548","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["3998","35 Ghosts IV","210024","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["4000","36 Ghosts IV","139128","Nine Inch Nails","Ghosts I-IV (IV)","Electronica",null,"1"],["4002","Head Like A Hole (Slate)","258847","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4004","Head Like A Hole (Clay)","274416","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4006","Terrible Lie (Sympathetic Mix)","271856","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4008","Head Like A Hole (Copper)","386115","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,"1"],["4010","You Know Who You Are","342648","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4012","Head Like A Hole (Soil)","398785","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4014","Terrible Lie (Empathetic_Mix)","377443","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4016","Down In It (Shred)","420284","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4018","Down In It (Singe)","441391","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4020","Down In It (Demo)","232306","Nine Inch Nails","Head Like a Hole (Halo 3)","Metal",null,null],["4022","(Bonus Track) Let's Hear It For Nine Inch Nails...","3840","Nine Inch Nails","Head Like a Hole (Halo 3)",null,null,null],["4024","Head Like A Hole","299572","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4026","Terrible Lie","278987","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4028","Down In It","226533","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4030","Sanctified","348342","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4032","Something I Can Never Have","353750","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4034","Kinda I Want To","274364","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4036","Sin","245028","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4038","That's What I Get","270863","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4040","The Only Time","287817","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4042","Ringfinger","342099","Nine Inch Nails","Pretty Hate Machine (Halo 2)","Metal",null,null],["4044","Sin (Long)","351242","Nine Inch Nails","Sin Long, Dub and Short (Halo 4)","Metal",null,null],["4046","Sin (Dub)","300068","Nine Inch Nails","Sin Long, Dub and Short (Halo 4)","Metal",null,null],["4048","Get Down Make Love","259160","Nine Inch Nails","Sin Long, Dub and Short (Halo 4)","Metal",null,null],["4050","Sin (Short)","259395","Nine Inch Nails","Sin Long, Dub and Short (Halo 4)","Metal",null,null],["4052","Mr. Self Destruct","270106","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4054","Piggy","264568","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4056","Heresy","234448","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4058","March Of The Pigs","178651","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4060","Closer","373028","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4062","Ruiner","298866","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4064","The Becoming","331598","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4066","I Do Not Want This","341237","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4068","Big Man With A Gun","96208","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4070","A Warm Place","202945","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4072","Eraser","293537","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4074","Reptile","412368","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4076","The Downward Spiral","236930","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4078","Hurt","373968","Nine Inch Nails","The Downward Spiral","Metal",null,null],["4080","Meat Beat Manifesto (Remix By Jack Danders)","445675","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4082","Plug (Remix By Luke Vibert)","413309","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4084","Nine Inch Nails (Remix By Reznor And Hilleb)","499043","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4086","Spacetime Continuum (Recreated By Jonah Sharp)","342961","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4088","The Orb (Remix By The Orb)","371095","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4090","The Perfect Drug (Original Version)","315742","Nine Inch Nails","The Perfect Drug Versions (Halo 11)",null,null,null],["4092","Slipping Away","371565","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4094","The Great Collapse","282435","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4096","The Wretched (Version)","352809","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4098","Starfuckers, Inc. (Version 1)","311562","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4100","The Frail (Version)","167444","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4102","Starfuckers, Inc. (Version 2)","366001","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4104","Where Is Everybody (Version)","307670","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4106","Metal","425926","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4108","10 Miles High (Version)","311092","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4110","Starfuckers, Inc. (Version 3)","309185","Nine Inch Nails","Things Falling Apart (Halo 16)","Metal",null,null],["4112","All the Love in the World","315350","Nine Inch Nails","With Teeth",null,null,null],["4114","You Know What You Are?","221988","Nine Inch Nails","With Teeth",null,null,null],["4116","The Collector","187533","Nine Inch Nails","With Teeth",null,null,null],["4118","The Hand that Feeds","211722","Nine Inch Nails","With Teeth",null,null,null],["4120","Love is not Enough","221387","Nine Inch Nails","With Teeth",null,null,null],["4122","Every Day is Exactly the Same","294948","Nine Inch Nails","With Teeth",null,null,null],["4124","With Teeth","337763","Nine Inch Nails","With Teeth",null,null,null],["4126","Only","263157","Nine Inch Nails","With Teeth",null,null,null],["4128","Getting Smaller","215562","Nine Inch Nails","With Teeth",null,null,null],["4130","Sunspots","243200","Nine Inch Nails","With Teeth",null,null,null],["4132","The Line Begins to Blur","224496","Nine Inch Nails","With Teeth",null,null,null],["4134","Beside You in Time","324675","Nine Inch Nails","With Teeth",null,null,null],["4136","Right Where it Belongs","307617","Nine Inch Nails","With Teeth",null,null,null],["4138","Home","191346","Nine Inch Nails","With Teeth",null,null,null],["4140","Come as You Are","221257","Nirvana","The Very Best",null,null,null],["4142","Oh, The Guilt","203964","Nirvana","The Very Best",null,null,null],["4144","Heart-Shaped Box","281652","Nirvana","The Very Best",null,null,null],["4146","Puss","201404","Nirvana","The Very Best",null,null,"1"],["4148","In Bloom","255660","Nirvana","The Very Best",null,null,null],["4150","Sliver","133198","Nirvana","The Very Best",null,null,null],["4152","Frances Farmer Will Have Her..","249756","Nirvana","The Very Best",null,null,null],["4154","Drain You","226037","Nirvana","The Very Best",null,null,null],["4156","All Apologies","232333","Nirvana","The Very Best",null,null,null],["4158","Big Long Now","114808","Nirvana","The Very Best",null,null,null],["4160","Stay Away","213054","Nirvana","The Very Best",null,null,null],["4162","Aneurysm","276741","Nirvana","The Very Best",null,null,null],["4164","Rape Me","170971","Nirvana","The Very Best",null,null,null],["4166","School","146155","Nirvana","The Very Best",null,null,null],["4168","Floyd the Barber","140329","Nirvana","The Very Best",null,null,null],["4170","About A Girl","175255","Nirvana","The Very Best",null,null,null],["4172","Breed","184215","Nirvana","The Very Best",null,null,null],["4174","Walk In the Park","142522","Oh No Oh My","Oh No! Oh My!","Alternative",null,"1"],["4176","Latter Days","340356","Over the Rhine","Good Dog Bad Dog","Folk",null,null],["4178","I Don't Know","317518","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4180","Crazy Train","296045","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4182","Goodbye to Romance","335751","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4184","Dee [instrumental]","49841","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4186","Suicide Solution","259918","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4188","Mr. Crowley","297142","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4190","No Bone Movies","232620","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4192","Revelation (Mother Earth)","370860","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4194","Steal Away (The Night)","205975","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4196","Don't Blame Me (Bonus)","301688","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4198","Party with the Animals (Bonus)","260937","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4200","The Liar (Bonus)","271882","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4202","Whole World's Falling Down (Bonus)","307800","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4204","Voodoo Dancer (Bonus)","328045","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4206","Living with the Enemy (Bonus)","337423","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4208","Purple Haze (Bonus)","261511","Ozzy Osbourne & Blizzard of Ozz","Blizzard of Ozz (+ Bonus Tracks)","Rock",null,null],["4210","Gets Me Through","304666","Ozzy Osbourne","Down to Earth","Rock",null,null],["4212","Facing Hell","265952","Ozzy Osbourne","Down to Earth","Rock",null,null],["4214","Dreamer","284891","Ozzy Osbourne","Down to Earth","Rock",null,null],["4216","No Easy Way Out","305998","Ozzy Osbourne","Down to Earth","Rock",null,null],["4218","That I Never Had","263183","Ozzy Osbourne","Down to Earth","Rock",null,null],["4220","You Know..., Pt. 1","66403","Ozzy Osbourne","Down to Earth","Rock",null,null],["4222","Junkie","268199","Ozzy Osbourne","Down to Earth","Rock",null,null],["4224","Running Out of Time","305684","Ozzy Osbourne","Down to Earth","Rock",null,null],["4226","Black Illusion","261250","Ozzy Osbourne","Down to Earth","Rock",null,null],["4228","Alive","294112","Ozzy Osbourne","Down to Earth","Rock",null,null],["4230","Can You Hear Them?","298814","Ozzy Osbourne","Down to Earth","Rock",null,null],["4232","\u00f7\u00e0\u00f1\u00f2\u00fc 8","133224","\u00d5.\u00c2.\u00cb.\u00cf\u00f3\u00e4\u00e6\u00e0","\u00ce\u00f2\u203a\u00fb\u00e2\u00ea\u00e8 \u00e8\u00e7 \u00e1\u00e5\u00f1\u00e5\u00e4",null,null,null],["4234","Mediterranean Sundance + Rio Ancho","687777","Paco De Lucia","Friday Night In San Francisco (Live)",null,null,null],["4236","Short Tales Of The Black Forest","521038","Paco De Lucia","Friday Night In San Francisco (Live)",null,null,null],["4238","Frevo Rasgado","472372","Paco De Lucia","Friday Night In San Francisco (Live)",null,null,null],["4240","Fantasia Suite","522501","Paco De Lucia","Friday Night In San Francisco (Live)",null,null,null],["4242","Guardian Angel","252891","Paco De Lucia","Friday Night In San Francisco (Live)",null,null,null],["4244","Better Days","263018","Peter and the Wolf","The Ivori Palms","Folk",null,null],["4246","Let There Be More Lignt","333818","Pink Floyd","A Saucerful Of Secrets",null,null,null],["4248","Remember A Day","269818","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4250","Set The Controls For The Heart Of The Sun","324519","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4252","Corporal Clegg","248973","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4254","A Saucerful Of Secrets","712228","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4256","See-Saw","273136","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4258","Jugband Blues","178442","Pink Floyd","A Saucerful Of Secrets","Other",null,null],["4260","Pigs On The Wing (Part 1)","85707","Pink Floyd","Animals",null,null,null],["4262","Dogs","1027604","Pink Floyd","Animals",null,null,null],["4264","Pigs (Three Different Ones)","689319","Pink Floyd","Animals",null,null,"1"],["4266","Sheep","622236","Pink Floyd","Animals",null,null,null],["4268","Pigs On The Wing (Part 2)","87092","Pink Floyd","Animals",null,null,null],["4270","Alan's Psychedelic Breakfast","775471","Pink Floyd","Atom Heart Mother",null,null,null],["4272","Atom Heart Mother","1417273","Pink Floyd","Atom Heart Mother","Other",null,null],["4274","Fat Old Sun","318511","Pink Floyd","Atom Heart Mother",null,null,null],["4276","If","270001","Pink Floyd","Atom Heart Mother",null,null,null],["4278","Summer '68","328228","Pink Floyd","Atom Heart Mother",null,null,null],["4280","Arnold Layne","174001","Pink Floyd","Relics","Other",null,null],["4282","Interstellar Overdrive","581642","Pink Floyd","Relics","Other",null,null],["4284","See Emily Play","173139","Pink Floyd","Relics",null,null,null],["4286","Remember A Day","267807","Pink Floyd","Relics","Other",null,null],["4288","Paintbox","212218","Pink Floyd","Relics","Other",null,null],["4290","Julia Dream","156186","Pink Floyd","Relics",null,null,null],["4292","Carefull With That Axe, Eugene","342439","Pink Floyd","Relics","Other",null,null],["4294","Cirrus Minor","310961","Pink Floyd","Relics","Other",null,null],["4296","The Nile Song","202919","Pink Floyd","Relics","Other",null,null],["4298","Biding My Time","315036","Pink Floyd","Relics",null,null,null],["4300","Bike","201351","Pink Floyd","Relics","Other",null,null],["4302","Speak To Me","71131","Pink Floyd","The Dark Side of the Moon",null,null,null],["4304","Breathe In The Air","165668","Pink Floyd","The Dark Side of the Moon",null,null,null],["4306","On The Run","213968","Pink Floyd","The Dark Side of the Moon",null,null,null],["4308","Time","425456","Pink Floyd","The Dark Side of the Moon",null,null,null],["4310","The Great Gig In The Sky","283951","Pink Floyd","The Dark Side of the Moon",null,null,null],["4312","Money","392097","Pink Floyd","The Dark Side of the Moon",null,null,"1"],["4314","Us And Them","460564","Pink Floyd","The Dark Side of the Moon",null,null,null],["4316","Any Colour You Like","205635","Pink Floyd","The Dark Side of the Moon",null,null,null],["4318","Brain Damage","230426","Pink Floyd","The Dark Side of the Moon",null,null,"1"],["4320","Eclipse","120711","Pink Floyd","The Dark Side of the Moon",null,null,null],["4322","In The Flesh?","199366","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4324","The Thin Ice","150047","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4326","Another Brick In The Wall (Part I)","190798","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4328","The Happiest Days Of Our Lives","109217","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4330","Another Brick In The Wall (Part II)","241841","Pink Floyd","The Wall (Disc 1)","Rock",null,"1"],["4332","Mother","337319","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4334","Goodbye Blue Sky","166817","Pink Floyd","The Wall (Disc 1)","Rock",null,null],["4336","Empty Spaces","128339","Pink Floyd","The Wall (Disc 1)","Rock",null,"3"],["4338","Young Lust","210703","Pink Floyd","The Wall (Disc 1)","Rock",null,"2"],["4340","One Of My Turns","216346","Pink Floyd","The Wall (Disc 1)","Rock",null,"1"],["4342","Don't Leave Me Now","256574","Pink Floyd","The Wall (Disc 1)","Rock",null,"1"],["4344","Another Brick In The Wall (Part III)","74631","Pink Floyd","The Wall (Disc 1)","Rock",null,"2"],["4346","Goodbye Cruel World","78759","Pink Floyd","The Wall (Disc 1)","Rock",null,"2"],["4348","Hey You","280502","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4350","Is There Anybody Out There?","178729","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4352","Nobody Home","190981","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4354","Vera","90017","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4356","Bring the Boys Back Home","87066","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4358","Comfortably Numb","382981","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4360","The Show Must Go On","99186","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4362","In the Flesh","254406","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4364","Run Like Hell","260832","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4366","Waiting for the Worms","242808","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4368","Stop","28943","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4370","The Trial","320078","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4372","Outside the Wall","107284","Pink Floyd","The Wall (Disc 2)","Rock",null,"1"],["4374","Astronomy Domine","502700","Pink Floyd","Ummagumma","Rock",null,null],["4376","Careful With That Axe, Eugene","526288","Pink Floyd","Ummagumma","Rock",null,null],["4378","Set The Controls For The Heart Of The Sun","545097","Pink Floyd","Ummagumma","Rock",null,null],["4380","A Saucerful Of Secrets","766145","Pink Floyd","Ummagumma","Rock",null,null],["4382","Sysyphus (Part 1)","68519","Pink Floyd","Ummagumma","Rock",null,null],["4384","Sysyphus (Part 2)","210024","Pink Floyd","Ummagumma","Rock",null,null],["4386","Sysyphus (Part 3)","109844","Pink Floyd","Ummagumma","Rock",null,null],["4388","Sysyphus (Part 4)","418533","Pink Floyd","Ummagumma","Rock",null,null],["4390","Grantchester Meadows","446354","Pink Floyd","Ummagumma","Rock",null,null],["4392","Several Species Of Small Furrry Animals","299833","Pink Floyd","Ummagumma","Rock",null,null],["4394","The Narrow Way (Part 1)","207542","Pink Floyd","Ummagumma","Rock",null,null],["4396","The Narrow Way (Part 2)","173322","Pink Floyd","Ummagumma","Rock",null,null],["4398","The Narrow Way (Part 3)","357355","Pink Floyd","Ummagumma","Rock",null,null],["4400","The Grand Vizier's Garden Party I","60055","Pink Floyd","Ummagumma","Rock",null,null],["4402","The Grand Vizier's Garden Party Ii","426240","Pink Floyd","Ummagumma","Rock",null,null],["4404","The Grand Vizier's Garden Party Iii","38426","Pink Floyd","Ummagumma","Rock",null,null],["4406","Shine On You Crazy Diamond (Parts 1-5)","807026","Pink Floyd","Wish you were here","Rock",null,"1"],["4408","Welcome To The Machine","450324","Pink Floyd","Wish you were here","Rock",null,"2"],["4410","Have A Cigar","313991","Pink Floyd","Wish you were here","Rock",null,"1"],["4412","Wish You Were Here","331911","Pink Floyd","Wish you were here","Rock",null,"1"],["4414","Shine On You Crazy Diamond (Parts 6-9)","745064","Pink Floyd","Wish you were here","Rock",null,"1"],["4416","Take It Back","167485","Pink Nasty","Mold the Gold","Indie Rock",null,"2"],["4418","Where Is My Mind?","231758","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["4420","Taste In Men","257097","Placebo","Black Market Music","Rock",null,null],["4422","Days Before You Came","155141","Placebo","Black Market Music","Rock",null,null],["4424","Special K","234396","Placebo","Black Market Music","Rock",null,null],["4426","Spite & Malice","219559","Placebo","Black Market Music","Rock",null,null],["4428","Passive Aggressive","326138","Placebo","Black Market Music","Rock",null,"1"],["4430","Black-Eyed","230217","Placebo","Black Market Music","Rock",null,null],["4432","Blue American","213342","Placebo","Black Market Music","Rock",null,null],["4434","Slave To The Wage","248999","Placebo","Black Market Music","Rock",null,null],["4436","Commercial For Levi","142863","Placebo","Black Market Music","Rock",null,null],["4438","Haemoglobin","228205","Placebo","Black Market Music","Rock",null,null],["4440","Narcoleptic","264437","Placebo","Black Market Music","Rock",null,null],["4442","Peeping Tom","315951","Placebo","Black Market Music","Rock",null,null],["4444","Intro","51330","Placebo","Live at the Wireless",null,null,null],["4446","Allergic","220003","Placebo","Live at the Wireless",null,null,null],["4448","Every You Every Me","266213","Placebo","Live at the Wireless",null,null,"1"],["4450","Pure Morning","336378","Placebo","Live at the Wireless",null,null,"2"],["4452","Where Is My Mind","284734","Placebo","Live at the Wireless",null,null,null],["4454","Bulletproof Cupid","142602","Placebo","Sleeping With Ghosts","Rock",null,null],["4456","English Summer Rain","241554","Placebo","Sleeping With Ghosts","Rock",null,null],["4458","This Picture","214778","Placebo","Sleeping With Ghosts","Rock",null,"1"],["4460","Sleeping With Ghosts","279066","Placebo","Sleeping With Ghosts","Rock",null,null],["4462","The Bitter End","190641","Placebo","Sleeping With Ghosts","Rock",null,null],["4464","Something Rotten","328568","Placebo","Sleeping With Ghosts","Rock",null,null],["4466","Plasticine","206602","Placebo","Sleeping With Ghosts","Rock",null,null],["4468","Special Needs","316264","Placebo","Sleeping With Ghosts","Rock",null,null],["4470","I'll Be Yours","212218","Placebo","Sleeping With Ghosts","Rock",null,null],["4472","Second Sight","169978","Placebo","Sleeping With Ghosts","Rock",null,"1"],["4474","Protect Me from What I Want","195787","Placebo","Sleeping With Ghosts","Rock",null,null],["4476","Centrefolds","301374","Placebo","Sleeping With Ghosts","Rock",null,null],["4478","Rails Envy Podcast - Episode #062: 01\/07\/2009","1283840","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4480","Rails Envy Podcast - Episode #063: 01\/14\/2009","1300088","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4482","Rails Envy Podcast - Episode #064: 01\/21\/2009","993410","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4484","Rails Envy Podcast - Episode #065: 02\/04\/2009","1239954","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4486","Rails Envy Podcast - Episode #066: 02\/12\/2009","1455046","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4488","Rails Envy Podcast - Episode #067: 02\/18\/2009","947095","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4490","Rails Envy Podcast - Episode #068: 02\/25\/2009","951170","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4492","Rails Envy Podcast - Episode #069: 03\/04\/2009","1295856","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4494","Rails Envy Podcast - Episode #070: 03\/13\/2009","2147500","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4496","Rails Envy Podcast - Episode #071: 03\/18\/2009","994115","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4498","Rails Envy Podcast - Episode #072: 03\/25\/2009","777221","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4500","Rails Envy Podcast - Episode #073: 04\/01\/2009","1065508","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4502","Rails Envy Podcast - Episode #074: 04\/08\/2009","1057906","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4504","Rails Envy Podcast - Episode #075: 04\/15\/2009","1043069","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4506","Rails Envy Podcast - Episode #076: 04\/22\/2009","1016058","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4508","Rails Envy Podcast - Episode #077: 04\/29\/2009","1008248","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4510","Rails Envy Podcast - Episode #078: 05\/14\/2009","1118592","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4512","Rails Envy Podcast - Episode #079: 05\/21\/2009","1098344","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4514","Rails Envy Podcast - Episode #080: 05\/27\/2009","1345880","Rails Envy","Rails Envy Podcast","Podcast",null,null],["4516","Episode 133: Capistrano Tasks","529362","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4518","Episode 134: Paperclip","466232","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4520","Episode 135: Making a Gem","547547","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4522","Episode 136: jQuery","588688","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4524","Episode 137: Memoization","316249","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4526","Episode 138: I18n","455588","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4528","Episode 139: Nested Resources","620253","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4530","Episode 140: Rails 2.2 Extras","294260","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4532","Episode 141: PayPal Basics","423189","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4534","Episode 142: PayPal Notifications","646413","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4536","Episode 143: PayPal Security","698631","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4538","Episode 144: Active Merchant Basics","610176","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4540","Episode 151: Rack Middleware","762162","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4542","Episode 152: Rails 2.3 Extras","587554","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4544","Episode 153: PDFs with Prawn","604270","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4546","Episode 154: Polymorphic Association","532132","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4548","Episode 155: Beginning with Cucumber","922389","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4550","Episode 156: Webrat","459325","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4552","Episode 157: RSpec Matchers & Macros","1089189","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4554","Episode 158: Factories not Fixtures","755855","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4556","Episode 160: Authlogic","846079","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4558","Episode 161: Three Profiling Tools","422255","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4560","Episode 162: Tree Based Navigation","661895","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4562","Episode 163: Self-Referential Association","875642","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4564","Episode 164: Cron in Ruby","493026","Ryan Bates","Railscasts (iPod & Apple TV)","Podcast",null,null],["4566","JRuby: State of the Art Q&A Session","757457",null,"RailsConf Community Videos","Podcast",null,null],["4568","R-House - Ruby for home automation","3085434",null,"RailsConf Community Videos","Podcast",null,null],["4570","Rails3: Step Off of the Golden Path","2146904",null,"RailsConf Community Videos","Podcast",null,null],["4572","Railsconf 2009 - Tuesday, May 6 Summary Vid","266967",null,"RailsConf Community Videos","Podcast",null,null],["4574","Railsconf 2009 - Tutorials Day","228359",null,"RailsConf Community Videos","Podcast",null,null],["4576","Rubystein - Wolfenstien 3d in Ruby","313182",null,"RailsConf Community Videos","Podcast",null,null],["4578","Baby's Got A Temper (Main Mix)","264333","Prodigy","Babys Got A Temper",null,null,null],["4580","We Are The Ruffest","317648","Prodigy","Babys Got A Temper",null,null,null],["4582","Baby's Got A Temper (Dub Mix)","280215","Prodigy","Babys Got A Temper",null,null,null],["4584","Baby's Got A Temper (Instrumental Mix)","265247","Prodigy","Babys Got A Temper",null,null,null],["4586","Fire (Edit)","202553","Prodigy","Fire - Jericho",null,null,null],["4588","Jericho (Original Version)","226533","Prodigy","Fire - Jericho",null,null,null],["4590","Fire (Sunrise Version)","301191","Prodigy","Fire - Jericho",null,null,null],["4592","Jericho (Genaside II Remix)","332408","Prodigy","Fire - Jericho",null,null,null],["4594","Pandemonium","265639","Prodigy","Fire - Jericho",null,null,null],["4596","Intro","45531","Prodigy","Music For The Jilted Generation",null,null,null],["4598","Break And Enter","504581","Prodigy","Music For The Jilted Generation",null,null,null],["4600","Their Law","399516","Prodigy","Music For The Jilted Generation",null,null,"1"],["4602","Full throttle","302628","Prodigy","Music For The Jilted Generation",null,null,null],["4604","Voodoo People","386089","Prodigy","Music For The Jilted Generation",null,null,null],["4606","Speedway","536424","Prodigy","Music For The Jilted Generation",null,null,null],["4608","The Heat","267650","Prodigy","Music For The Jilted Generation",null,null,null],["4610","Poison","402546","Prodigy","Music For The Jilted Generation",null,null,"1"],["4612","No good","377939","Prodigy","Music For The Jilted Generation",null,null,null],["4614","One love","231941","Prodigy","Music For The Jilted Generation",null,null,null],["4616","3 Kilos","444421","Prodigy","Music For The Jilted Generation",null,null,null],["4618","Skylined","358164","Prodigy","Music For The Jilted Generation",null,null,null],["4620","Claustrophobic Sting","430863","Prodigy","Music For The Jilted Generation",null,null,null],["4622","Poison [95 EQ]","242155","Prodigy","Poison (Single)","Techno\/Ambient",null,null],["4624","Rat Poison","331154","Prodigy","Poison (Single)","Techno\/Ambient",null,null],["4626","Scienide","349962","Prodigy","Poison (Single)","Techno\/Ambient",null,null],["4628","Poison [Environmental Science Dub Mix]","376032","Prodigy","Poison (Single)","Techno\/Ambient",null,null],["4630","Voodoo People (Edit)","247562","Prodigy","Voodoo People Remixes","Electronica",null,null],["4632","Voodoo People (Chemical Brothers Remix)","354507","Prodigy","Voodoo People Remixes","Electronica",null,null],["4634","No Good (Start the Dance) (CJ Bolland Museum Remix)","313417","Prodigy","Voodoo People Remixes","Electronica",null,null],["4636","Rat Poison","330475","Prodigy","Voodoo People Remixes","Electronica",null,null],["4638","Speedway (Theme From Fastlane) (Secret Knowledge Remix)","622158","Prodigy","Voodoo People Remixes","Electronica",null,null],["4640","Voodoo People (Haiti Island Remix)","321175","Prodigy","Voodoo People Remixes","Electronica",null,null],["4642","Voodoo People (Original Mix)","386481","Prodigy","Voodoo People Remixes","Electronica",null,null],["4644","What Evil Lurks","271046","Prodigy","What Evil Lurks (Single)","Acid",null,null],["4646","We Gonna Rock","278543","Prodigy","What Evil Lurks (Single)","Acid",null,null],["4648","Android","298553","Prodigy","What Evil Lurks (Single)","Acid",null,null],["4650","Everybody In The Place","211539","Prodigy","What Evil Lurks (Single)","Acid",null,null],["4652","Harder Than You Think (Remix)","278290","Public Enemy","How You Sell Soul to a Soulless People Who Sold Their Soul? (Audio Version)","Hip Hop\/Rap",null,null],["4654","Intro","56293","Radiohead","2+2=5","Other",null,"1"],["4656","Catterbrain","205087","Radiohead","2+2=5","Other",null,"1"],["4658","We suck young blood","254119","Radiohead","2+2=5","Other",null,"2"],["4660","Two plus two is five","193985","Radiohead","2+2=5","Other",null,"2"],["4662","The thief","261773","Radiohead","2+2=5","Other",null,"2"],["4664","Big ideas","183118","Radiohead","2+2=5","Other",null,"2"],["4666","Go to sleep","238288","Radiohead","2+2=5","Other",null,null],["4668","Talk show host","262060","Radiohead","2+2=5","Other",null,null],["4670","Alligators in New York sewers","114546","Radiohead","2+2=5","Other",null,"1"],["4672","Lift","224862","Radiohead","2+2=5","Other",null,null],["4674","Wolf at door","215040","Radiohead","2+2=5","Other",null,null],["4676","Sail to the moon","238863","Radiohead","2+2=5","Other",null,null],["4678","Sit down stand up","297064","Radiohead","2+2=5","Other",null,null],["4680","There there","262060","Radiohead","2+2=5","Other",null,null],["4682","Where I end and you begin","280032","Radiohead","2+2=5","Other",null,null],["4684","Airbag","286902","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4686","Pearly-","213211","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4688","Meeting in the Aisle","189126","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4690","A Reminder","231471","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4692","Polyethylene (Parts 1 & 2)","262739","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4694","Melatonin","129462","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4696","Palo Alto","224000","Radiohead","Airbag-How Am I Driving-","Rock",null,null],["4698","Packt Like Sardines In A Crushed Box","240404","Radiohead","Amnesiac",null,null,"1"],["4700","Pyramid Song","288809","Radiohead","Amnesiac",null,null,"2"],["4702","Pulk_Pull Revolving Doors","247353","Radiohead","Amnesiac",null,null,"2"],["4704","You And Whose Army_","191085","Radiohead","Amnesiac",null,null,"2"],["4706","I Might Be Wrong","293825","Radiohead","Amnesiac",null,null,"2"],["4708","Knives Out","254955","Radiohead","Amnesiac",null,null,"1"],["4710","Morning Bell_Amnesiac","194351","Radiohead","Amnesiac",null,null,null],["4712","Dollars And Cents","291813","Radiohead","Amnesiac",null,null,"1"],["4714","Hunting Bears","121286","Radiohead","Amnesiac",null,null,null],["4716","Like Spinning Plates","237557","Radiohead","Amnesiac",null,null,null],["4718","Life In A Glasshouse","274782","Radiohead","Amnesiac",null,null,null],["4720","2+3=5","204512","Radiohead","Hail to the Thief",null,null,null],["4722","Sit Down. Stand Up","255242","Radiohead","Hail to the Thief",null,null,null],["4724","Sail To The Moon","268199","Radiohead","Hail to the Thief",null,null,null],["4726","Backdrifts","331807","Radiohead","Hail to the Thief",null,null,null],["4728","Go To Sleep","210599","Radiohead","Hail to the Thief",null,null,null],["4730","Where I End And You Begin","273972","Radiohead","Hail to the Thief",null,null,null],["4732","We Suck Young Blood","298788","Radiohead","Hail to the Thief",null,null,null],["4734","The Gloaming","262817","Radiohead","Hail to the Thief",null,null,null],["4736","There There","324963","Radiohead","Hail to the Thief",null,null,null],["4738","I Will","144953","Radiohead","Hail to the Thief",null,null,null],["4740","A Punch-Up at a Wedding","294217","Radiohead","Hail to the Thief",null,null,null],["4742","Myxamatosis","237844","Radiohead","Hail to the Thief",null,null,null],["4744","Scatterbrain","204042","Radiohead","Hail to the Thief",null,null,null],["4746","A Wolf At The Door","204982","Radiohead","Hail to the Thief",null,null,null],["4748","15 Step","238184","Radiohead","In Rainbows [2CD]",null,null,"2"],["4750","Bodysnatchers","242337","Radiohead","In Rainbows [2CD]",null,null,"4"],["4752","Nude","255451","Radiohead","In Rainbows [2CD]",null,null,"3"],["4754","Weird Fishes , Arpeggi","318249","Radiohead","In Rainbows [2CD]",null,null,"4"],["4756","All I Need","228806","Radiohead","In Rainbows [2CD]",null,null,"4"],["4758","Faust Arp","129724","Radiohead","In Rainbows [2CD]",null,null,"3"],["4760","Reckoner","290272","Radiohead","In Rainbows [2CD]",null,null,"3"],["4762","House Of Cards","328333","Radiohead","In Rainbows [2CD]",null,null,"3"],["4764","Jigsaw Falling Into Place","248946","Radiohead","In Rainbows [2CD]",null,null,"3"],["4766","Videotape","281861","Radiohead","In Rainbows [2CD]",null,null,"3"],["4768","MK1","64000","Radiohead","In Rainbows [2CD]",null,null,"2"],["4770","Down Is The New Up","299180","Radiohead","In Rainbows [2CD]",null,null,"2"],["4772","Go Slowly","228257","Radiohead","In Rainbows [2CD]",null,null,"2"],["4774","MK2","53080","Radiohead","In Rainbows [2CD]",null,null,"2"],["4776","Last Flowers","266527","Radiohead","In Rainbows [2CD]",null,null,"2"],["4778","Up On The Ladder","257201","Radiohead","In Rainbows [2CD]",null,null,"2"],["4780","Bangers & Mash","199758","Radiohead","In Rainbows [2CD]",null,null,"1"],["4782","4 Minute Warning","246308","Radiohead","In Rainbows [2CD]",null,null,"1"],["4784","Stop Whispering (Us Version)","249782","Radiohead","Itch (EP)","AlternRock",null,"2"],["4786","Thinking About You","134974","Radiohead","Itch (EP)","AlternRock",null,"1"],["4788","Faithless, The Wonder Boy","246595","Radiohead","Itch (EP)","AlternRock",null,"1"],["4790","Banana Co.","143934","Radiohead","Itch (EP)","AlternRock",null,"1"],["4792","Killer Cars (Live)","134112","Radiohead","Itch (EP)","AlternRock",null,"1"],["4794","Vegetable (Live)","189257","Radiohead","Itch (EP)","AlternRock",null,"1"],["4796","You (Live)","215745","Radiohead","Itch (EP)","AlternRock",null,"1"],["4798","Creep (Acoustic)","259108","Radiohead","Itch (EP)","AlternRock",null,"1"],["4800","Everything In It's Right Place","251428","Radiohead","Kid A","Electronica",null,"2"],["4802","Kid A","284525","Radiohead","Kid A","Electronica",null,"1"],["4804","The National Anthem","351712","Radiohead","Kid A","Electronica",null,"1"],["4806","How To Disappear Completely","356336","Radiohead","Kid A","Electronica",null,"1"],["4808","Treefingers","222615","Radiohead","Kid A","Electronica",null,"1"],["4810","Optimistic","315977","Radiohead","Kid A","Electronica",null,"1"],["4812","In Lumbo","211017","Radiohead","Kid A","Electronica",null,"1"],["4814","Idioteque","309106","Radiohead","Kid A","Electronica",null,"1"],["4816","Morning Bell","275800","Radiohead","Kid A","Electronica",null,"1"],["4818","Motion Picture Soundtrack","419474","Radiohead","Kid A","Electronica",null,"1"],["4820","My Iron Lung","275722","Radiohead","My Iron Lung (EP)","Alternative",null,"1"],["4822","The Trickster","279797","Radiohead","My Iron Lung (EP)","Alternative",null,"1"],["4824","Iewis","197668","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4826","Punchdrunk Lovesick Singalong","279510","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4828","Permanent Daylight","167288","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4830","Lozenge Of Love","134478","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4832","You Never Wash Up After Yourself","102373","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4834","Creep","258142","Radiohead","My Iron Lung (EP)","Alternative",null,null],["4836","Airbag","283846","Radiohead","OK Computer","Other",null,null],["4838","Paranoid Android","383608","Radiohead","OK Computer","Other",null,null],["4840","Subteranean Homesick Alien","267493","Radiohead","OK Computer","Other",null,null],["4842","Exit Music (For A Film)","264698","Radiohead","OK Computer","Other",null,null],["4844","Let Down","299389","Radiohead","OK Computer","Other",null,null],["4846","Karma Police","261694","Radiohead","OK Computer","Other",null,"3"],["4848","Fitler Happier","117551","Radiohead","OK Computer","Other",null,"2"],["4850","Electioneering","230243","Radiohead","OK Computer","Other",null,"1"],["4852","Climbing Up The Walls","284995","Radiohead","OK Computer","Other",null,"1"],["4854","No Surprises","228702","Radiohead","OK Computer","Other",null,"1"],["4856","Lucky","259604","Radiohead","OK Computer","Other",null,null],["4858","The Tourist","325381","Radiohead","OK Computer","Other",null,null],["4860","You","208613","Radiohead","Pablo Honey",null,null,null],["4862","Creep","235755","Radiohead","Pablo Honey",null,null,null],["4864","How Do You_","132101","Radiohead","Pablo Honey",null,null,null],["4866","Stop Whispering","325642","Radiohead","Pablo Honey",null,null,null],["4868","Thinking About You","161776","Radiohead","Pablo Honey",null,null,null],["4870","Anyone Can Play Gitar","217808","Radiohead","Pablo Honey",null,null,null],["4872","Ripcord","189518","Radiohead","Pablo Honey",null,null,null],["4874","Vegetale","192757","Radiohead","Pablo Honey",null,null,null],["4876","Prove Yourself","145345","Radiohead","Pablo Honey",null,null,null],["4878","I Can't","253361","Radiohead","Pablo Honey",null,null,null],["4880","Lurgee","187611","Radiohead","Pablo Honey",null,null,null],["4882","Blow Out","281887","Radiohead","Pablo Honey",null,null,null],["4884","Creep (Clean Radio Edit)","239490","Radiohead","Pablo Honey",null,null,null],["4886","Planet Telex","259239","Radiohead","The Bends","Rock",null,null],["4888","The Bends","246230","Radiohead","The Bends","Rock",null,null],["4890","High and Dry","257567","Radiohead","The Bends","Rock",null,null],["4892","Fake Plastic Trees","290716","Radiohead","The Bends","Rock",null,null],["4894","Bones","189022","Radiohead","The Bends","Rock",null,null],["4896","(Nice Dream)","233273","Radiohead","The Bends","Rock",null,null],["4898","Just","234135","Radiohead","The Bends","Rock",null,null],["4900","My Iron Lung","276480","Radiohead","The Bends","Rock",null,null],["4902","Bullet Proof..I Wish I Was","208770","Radiohead","The Bends","Rock",null,"1"],["4904","Black Star","247066","Radiohead","The Bends","Rock",null,null],["4906","Sulk","223007","Radiohead","The Bends","Rock",null,"1"],["4908","Street Spirit (Fade Out)","252421","Radiohead","The Bends","Rock",null,"1"],["4910","Stripped","271098","Rammstein","Best of (compilation)",null,null,null],["4912","Du Riechst So Gut'98","266893","Rammstein","Best of (compilation)",null,null,null],["4914","Wollt Ihr Das Bett In Flamemen Sehen","319425","Rammstein","Best of (compilation)",null,null,null],["4916","Der Meister","252839","Rammstein","Best of (compilation)",null,null,null],["4918","Spiel Mit Mir","369031","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4920","Herzeleid","237923","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4922","Bestrafe Mich","228911","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4924","Weisses Fleisch","276480","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4926","Sehnsucht","265168","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4928","Asche Zu Asche","204930","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4930","Wilder Wein","357041","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4932","Klavier","290037","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4934","Heirate Mich","467173","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4936","Du Riechst So Gut","325616","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4938","Du Hast","267023","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4940","Buck Dich","360254","Rammstein","Live Aus Berlin (CD01)",null,null,null],["4942","Engel","403617","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4944","Rammstein","342517","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4946","Tier","222563","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4948","Laichzeit","313756","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4950","Wollt Ihr Das Bett In Flammen","375222","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4952","Seemann","598778","Rammstein","Live Aus Berlin (CD02)",null,null,null],["4954","Mein Herz Brennt","279980","Rammstein","Mutter","Metal",null,null],["4956","Links 2 3 4","216816","Rammstein","Mutter","Metal",null,null],["4958","Sonne","273057","Rammstein","Mutter","Metal",null,null],["4960","Ich Will","217678","Rammstein","Mutter","Metal",null,null],["4962","Feuer Frei_","191503","Rammstein","Mutter","Metal",null,null],["4964","Mutter","272666","Rammstein","Mutter","Metal",null,null],["4966","Spieluhr","286249","Rammstein","Mutter","Metal",null,null],["4968","Zwitter","257567","Rammstein","Mutter","Metal",null,null],["4970","Rein Raus","190040","Rammstein","Mutter","Metal",null,null],["4972","Adios","230034","Rammstein","Mutter","Metal",null,null],["4974","Nebel","294687","Rammstein","Mutter","Metal",null,null],["4976","Sehnsucht","246517","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4978","Engel","266684","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4980","Tier","227944","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4982","Bestrafe Mich","218906","Rammstein","Sehnsucht","Hardcore Industrial",null,"1"],["4984","Du Hast","236617","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4986","Buck Dich","203755","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4988","Spiel Mit Mir","286902","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4990","Klavier","263941","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4992","Alter Mann","264411","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4994","Eifersucht","218253","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4996","Kuss Mich (Fellfrosch)","210442","Rammstein","Sehnsucht","Hardcore Industrial",null,null],["4998","Sonne","277655","Rammstein","Sonne",null,null,null],["5000","Adios","231366","Rammstein","Sonne",null,null,null],["5002","Sonne [Clawfinger K.O. Remix]","251219","Rammstein","Sonne",null,null,null],["5004","Sonne [Clawfinger T.K.O] Remix","350928","Rammstein","Sonne",null,null,null],["5006","Sonne (Instrumental)","271542","Rammstein","Sonne",null,null,null],["5008","Shinjuku Nights","324613","Ray Manzarek & Bal","Atonal Head","Electronic",null,"1"],["5010","Poison","298527","Razed in Black","Tribute To The Prodigy","Other",null,null],["5012","The Power Of Equality","244244","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5014","If You Have To Ask","216764","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5016","Breaking The Girl","295392","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5018","Funky Monks","323369","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5020","Suck My Kiss","217155","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5022","I Could Have Lied","244427","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5024","Mellowship Slinky In B-Major","240013","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5026","The Righteous & The Wicked","248032","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5028","Give It Away","282932","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5030","Blood Sugar Sex Magik","271203","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5032","Under The Bridge","264333","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5034","Naked In The Rain","265613","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5036","Apache Rose Peacock","282174","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5038","The Greeting Song","193515","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5040","My Lovely Man","279092","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5042","Sir Psycho Sexy","496666","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5044","They're Red Hot","71732","Red Hot Chili Peppers","Blood Sugar Sex Magik","AlternRock",null,null],["5046","By The Way","217939","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5048","Universally Speaking","259134","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5050","This Is The Place","257697","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5052","Dosed","312111","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5054","Don't Forget Me","277916","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5056","The Zephyr Song","232881","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5058","Can't Stop","269322","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5060","I Could Die For You","193828","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5062","Midnight","295575","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5064","Throw Away Your Tv","224783","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5066","Carbon","218383","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5068","Tear","317335","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5070","On Mercury","208431","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5072","Minor Thing","217756","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5074","Warm Tape","256574","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5076","Venice Queen","367046","Red Hot Chili Peppers","By The Way","Alternative",null,null],["5078","Around The World","238785","Red Hot Chili Peppers","Californication","Rock",null,null],["5080","Parallel Universe","270445","Red Hot Chili Peppers","Californication","Rock",null,null],["5082","Scar Tissue","217573","Red Hot Chili Peppers","Californication","Rock",null,null],["5084","Otherside","255791","Red Hot Chili Peppers","Californication","Rock",null,"2"],["5086","Get On Top","198243","Red Hot Chili Peppers","Californication","Rock",null,null],["5088","Californication","321619","Red Hot Chili Peppers","Californication","Rock",null,"1"],["5090","Easily","231366","Red Hot Chili Peppers","Californication","Rock",null,null],["5092","Porcelain","163631","Red Hot Chili Peppers","Californication","Rock",null,null],["5094","Emit Remmus","240326","Red Hot Chili Peppers","Californication","Rock",null,null],["5096","I Like Dirt","157675","Red Hot Chili Peppers","Californication","Rock",null,null],["5098","This Velvet Glove","225071","Red Hot Chili Peppers","Californication","Rock",null,null],["5100","Savior","292623","Red Hot Chili Peppers","Californication","Rock",null,null],["5102","Purple Stain","253257","Red Hot Chili Peppers","Californication","Rock",null,null],["5104","Right On Time","112561","Red Hot Chili Peppers","Californication","Rock",null,null],["5106","Road Trippin'","205583","Red Hot Chili Peppers","Californication","Rock",null,null],["5108","Harped","304561","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5110","Aeroplane","285100","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5112","Deep Kick","393926","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5114","My Friends","242886","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5116","Coffee Shop","188969","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5118","Pea","107337","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5120","One Big Mob","362292","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5122","Halkabout","307226","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5124","Tearjerker","259761","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5126","One Hot Minute","383634","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5128","Falling Into Yrace","228127","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5130","Shallow Be Thy Name","274024","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5132","Transcendending","346880","Red Hot Chili Peppers","One Hot Minute","Rock",null,null],["5134","Dani California","283715","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5136","Snow (Hey Oh)","334811","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5138","Charlie","277838","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5140","Stadium Arcadium","315794","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,"2"],["5142","Hump De Bump","213263","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5144","She's Only 18","205557","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5146","Slow Cheetah","320104","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,"2"],["5148","Torture Me","224888","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5150","Strip My Mind","259578","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,"1"],["5152","Especially In Michigan","241136","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5154","Warlocks","205897","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5156","C'mon Girl","228963","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5158","Wet Sand","309968","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5160","Hey","339696","Red Hot Chili Peppers","Stadium Arcadium [CD 1]","Alternative",null,null],["5162","Desecration Smile","302053","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5164","Tell Me Baby","247849","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5166","Hard To Concentrate","242128","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,"1"],["5168","21St Century","262635","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5170","She Looks To Me","246308","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5172","Readymade","270837","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5174","If","172956","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5176","Made You Feel Better","232019","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5178","Animal Bar","325328","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5180","So Much I","224940","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5182","Storm In A Teacup","225462","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5184","We Believe","216267","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5186","Turn It Again","366236","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5188","Death Of A Martian","264986","Red Hot Chili Peppers","Stadium Arcadium [CD 2]","Alternative",null,null],["5190","Higher Ground","201848","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5192","Fight Like A Brave","231418","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5194","Behind The Sun","279431","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5196","Me And My Friends","187402","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5198","Backwoods","185364","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5200","True Men Dont Kill Coyotes","217364","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5202","Fire","121782","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5204","Get Up And Jump","169613","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5206","Knock Me Down","222484","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5208","Under The Bridge","265900","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5210","Show Me Your Soul","260127","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5212","If You Want Me To Stay","245133","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5214","Hollywood","301374","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5216","Jungle Man","247327","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5218","The Brothers Cup","207333","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5220","Taste The Pain","268225","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5222","Catholic School Girls Rule","115435","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5224","Johnny Kick A Hole In The Sky","310073","Red Hot Chili Peppers","What Hits?","Rock",null,null],["5226","Choked","109270","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5228","Emergence Of The Haunted","143908","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5230","On The Verge Of Insanity","138736","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5232","Confrontation","112927","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5234","Diago 45\u00b0 Tango","106213","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5236","Dodo Dance","109479","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5238","Splaaash Boogie","142053","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5240","Ominous Premonition","127634","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5242","Phenomena","140591","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5244","Demolition Drive","119379","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5246","Here To Stay","180532","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5248","A Requiem","147330","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5250","Compassion","166713","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5252","Citadel Of The Bount","147095","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5254","The Calling","125518","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5256","Shadow's Masquerade","149394","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5258","Whisper Of The Apocalypse","180741","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5260","Back The Wall","115565","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5262","Rage Of Lunacy","139363","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5264","Torn Apart","164022","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5266","Swan Song","205897","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,"1"],["5268","999","149498","Shiro Sagisu","Bleach Original Soundtrack 2","Anime",null,null],["5270","Number One (Nas-T Mix)","307173","Hazel FERNANDEZ, Gina FOSTER, Derek GREEN","BLEACH Original Soundtrack 2","Anime",null,null],["5272","on the precipice of defeat","176744","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5274","~Asterisk~ (OST Ver.)","122566","ORANGE RANGE","BLEACH Original Soundtrack I",null,null,null],["5276","comical world","100545","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5278","oh so tired","98142","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5280","head in the clouds","101067","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5282","ditty for daddy","145711","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5284","creping shadows","141374","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5286","raw breath of danger","136803","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5288","enemy unseen","124865","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5290","will of the heart","227813","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5292","requiem for the lost ones","136097","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5294","Nothing Can Be Explained(vocal ver.)","206680","Mike WYZGOWSKI","BLEACH Original Soundtrack I",null,null,null],["5296","burden of the past","142393","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5298","destiny awaits","123167","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5300","catch-22","128966","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5302","heat of the battle","86282","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5304","blaze of the soul reaper","156081","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5306","battle ignition","135079","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5308","never meant to belong","326191","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5310","storm center","159582","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5312","Number One(vocal ver.)","295915","Hazel FERNANDES","BLEACH Original Soundtrack I",null,null,null],["5314","going home","153547","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5316","Life is Like a Boat(TV size ver.)","61831","Rie Fu","BLEACH Original Soundtrack I",null,null,null],["5318","peaceful afternoon","128339","Shiro Sagisu","BLEACH Original Soundtrack I",null,null,null],["5320","Thank You!! (TV size ver.)","59794","HOME MADE KAZOKU","BLEACH Original Soundtrack I",null,null,null],["5322","Shpongle Falls","514011","Shpongle","Are You Shpongled?","Electronica",null,null],["5324","Monster Hit","537103","Shpongle","Are You Shpongled?","Electronica",null,null],["5326","Vapour Rumours","626155","Shpongle","Are You Shpongled?","Electronica",null,null],["5328","Shpongle Spores","436218","Shpongle","Are You Shpongled?","Electronica",null,null],["5330","Behind Closed Eyelids","749244","Shpongle","Are You Shpongled?","Electronica",null,"1"],["5332","Divine Moments of Truth","620382","Shpongle","Are You Shpongled?","Electronica",null,null],["5334","...And the Day Turned to Night","1197844","Shpongle","Are You Shpongled?","Electronica",null,null],["5336","Botanical Dimensions","277211","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5338","Outer Shpongolia","152920","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5340","Levitation Nation","220447","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5342","Periscopes Of Consciousness","113841","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"2"],["5344","Schmaltz Herring","140852","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5346","Nothing Lasts...","268904","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5348","Shnitzled In The Negev","257645","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5350","...But Nothing Is Lost","278831","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5352","When Shall I Be Free?","277368","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5354","The Stamen Of The Shamen","250697","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5356","Circuits Of The Imagination","192078","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5358","Linguistic Mystic","96052","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5360","Mentalism","174106","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5362","Invocation","159791","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5364","Molecular Superstructure","287137","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5366","Turn Up The Silence","202109","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5368","Exhalation","135941","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5370","Connoisseur Of Hallucinations","211748","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5372","The Nebbish Route","215536","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5374","Falling Awake","110001","Shpongle","Nothing Lasts...But Nothing Is Lost","INTERNATIONAL(POPS)",null,"1"],["5376","Dorset Perception","492617","Shpongle","Tales of the Inexpressible","Electronica",null,"2"],["5378","Star Shpongled Banner","503248","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5380","A New Way to Say \"Hooray!\"","512130","Shpongle","Tales of the Inexpressible","Electronica",null,"2"],["5382","Room 23","305031","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5384","My Head Feels Like a Frisbee","532558","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5386","Shpongleyes","536241","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5388","Once Upon the Sea of Blissful Awareness","450899","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5390","Around the World in a Tea Daze","681560","Shpongle","Tales of the Inexpressible","Electronica",null,"2"],["5392","Flute Fruit","129123","Shpongle","Tales of the Inexpressible","Electronica",null,"1"],["5394","Living End","228878","Spectre","Living End - Single","Alternative",null,null],["5396","Juice","224826","Steve Vai","Alien Love Secrets","Rock",null,null],["5398","Message In a Bottle","287869","Sting","The Very Best Of","Pop",null,null],["5400","Can't Stand Losing You","178468","Sting","The Very Best Of","Pop",null,null],["5402","Englishman In New York","265064","Sting","The Very Best Of","Pop",null,null],["5404","Every Breath You Take","249600","Sting","The Very Best Of","Pop",null,null],["5406","Seven Days","276323","Sting","The Very Best Of","Pop",null,null],["5408","Walking On the Moon","299990","Sting","The Very Best Of","Pop",null,"1"],["5410","Fields of Gold","216607","Sting","The Very Best Of","Pop",null,null],["5412","Fragile","231392","Sting","The Very Best Of","Pop",null,null],["5414","Every Little Thing She Does Is","258768","Sting","The Very Best Of","Pop",null,null],["5416","De do do do, De da da da","245002","Sting","The Very Best Of","Pop",null,null],["5418","If You Love Somebody Set Them","252656","Sting","The Very Best Of","Pop",null,null],["5420","Let Your Soul Be Your Pilot","266527","Sting","The Very Best Of","Pop",null,null],["5422","Russians","235990","Sting","The Very Best Of","Pop",null,null],["5424","If I Ever Lose My Faith In You","267467","Sting","The Very Best Of","Pop",null,null],["5426","Roxanne (Puff Daddy '97 Remix)","271595","Sting","The Very Best Of","Pop",null,null],["5428","Everything","230805","Suzy Bogguss","Sweet Danger","Country",null,null],["5430","Prison Song","201560","System Of A Down","Toxicity",null,null,null],["5432","Needles","193854","System Of A Down","Toxicity",null,null,null],["5434","Deer Dance","175151","System Of A Down","Toxicity",null,null,null],["5436","Jet Pilot","126537","System Of A Down","Toxicity",null,null,null],["5438","X","118648","System Of A Down","Toxicity",null,null,null],["5440","Chop Suey!","210311","System Of A Down","Toxicity",null,null,null],["5442","Bounce","114311","System Of A Down","Toxicity",null,null,null],["5444","Forest","240195","System Of A Down","Toxicity",null,null,"1"],["5446","Atwa","176274","System Of A Down","Toxicity",null,null,null],["5448","Science","163134","System Of A Down","Toxicity",null,null,null],["5450","Shimmy","111151","System Of A Down","Toxicity",null,null,null],["5452","Toxicity","219010","System Of A Down","Toxicity",null,null,null],["5454","Psycho","225959","System Of A Down","Toxicity",null,null,null],["5456","Aerials","371121","System Of A Down","Toxicity",null,null,null],["5458","Man With a Plan","329626","Tacks, the Boy Disaster","Oh, Beatrice","Pop",null,"2"],["5460","\u041f\u0435\u0440\u0432\u0430\u044f","104489","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5462","\u0422\u0430\u043a\u0430\u044f \u0436\u0435, \u043a\u0430\u043a \u0438 \u044f","248868","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5464","\u0421\u0442\u0440\u0430\u0442\u043e\u0441\u0444\u0435\u0440\u0430","284212","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5466","\u041f\u0440\u043e\u043b\u044c\u044e\u0441\u044c","316551","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5468","\u0412\u0435\u0442\u0440\u044b \u043b\u0435\u0441\u0442\u043d\u0438\u0446-2","286824","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5470","\u041c\u0435\u043d\u044f \u0437\u0434\u0435\u0441\u044c \u043d\u0435\u0442","246622","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,"1"],["5472","\u0422\u0430\u043c \u0433\u0434\u0435...","244192","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5474","\u041a\u0440\u043e\u043c\u0435 \u0437\u0432\u0435\u0437\u0434 (piano version)","253074","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5476","\u0422\u0435\u043d\u0438","379088","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5478","\u041b\u0435\u0431\u0435\u0434\u0438\u043d\u0430\u044f \u0441\u0442\u0430\u043b\u044c","229903","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5480","30 \u043b\u0435\u0442 \u0442\u0438\u0448\u0438\u043d\u044b","204408","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5482","\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f","294400","Tequilajazzz","150 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u0448\u0430\u0433\u043e\u0432","Rock",null,null],["5484","\u0427\u0435\u0440\u043d\u0430\u044f \u0418 \u0411\u0435\u043b\u0430\u044f","300094","Tequilajazzz","\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0430\u044f \u041b\u043e\u0436\u044c",null,null,null],["5486","\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0430\u044f \u041b\u043e\u0436\u044c","250932","Tequilajazzz","\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0430\u044f \u041b\u043e\u0436\u044c",null,null,null],["5488","\u041a\u043d\u0438\u0433\u0438","303986","Tequilajazzz","\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0430\u044f \u041b\u043e\u0436\u044c",null,null,null],["5490","\u0418\u043d\u0442\u0440\u043e","73952","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5492","\u0413\u043d\u043e\u043c\u0441\u043a\u0430\u044f","248241","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5494","\u041d\u0430\u0440\u044f\u0434\u043d\u0430\u044f","295053","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5496","\u041f\u0438\u0441\u0442\u043e\u043b\u0435\u0442","186070","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5498","\u0414\u0430\u043b\u0435\u043a\u043e","246439","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5500","\u0410 \u0438 \u0410","266919","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5502","\u041a\u0417","278125","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5504","\u0422\u0438\u0448\u0438\u043d\u0430 \u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u0441\u0442\u0432\u043e","329247","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5506","\u0421\u0442\u0440\u0430\u0442\u043e\u0441\u0444\u0435\u0440\u0430","310413","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5508","\u041b\u0435\u0431\u0435\u0434\u0438\u043d\u0430\u044f \u0441\u0442\u0430\u043b\u044c","243853","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5510","\u041d\u0435\u0431\u043e \u043c\u043e\u043b\u0447\u0438\u0442","161227","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5512","\u0417\u0432\u0435\u0440\u0438","399307","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5514","\u041f\u0438\u0440\u0430\u0442\u0441\u043a\u0430\u044f","197511","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5516","\u041f\u0435\u0434\u0440\u043e","164806","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5518","\u041d\u0430\u043b\u0438\u0432\u0430\u0439\u044f","167967","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5520","\u0411\u043b\u044f\u0445\u0430-\u043c\u0443\u0445\u0430","205923","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5522","\u0417\u0421","166008","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5524","\u041a\u043e\u0444\u0435\u0435\u043a","270053","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5526","\u041a\u043e\u043a\u0430\u0438\u043d (\u0431\u043e\u043d\u0443\u0441)","347428","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5528","\u0422\u0435\u043c\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u043b\u0435\u0442\u0430 (\u0431\u043e\u043d\u0443\u0441)","216816","Tequilajazzz","\u041c\u043e\u043b\u043e\u043a\u043e","rock",null,null],["5530","\u0412 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0430","79542","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5532","\u041a\u0440\u043e\u043c\u0435 \u0437\u0432\u0435\u0437\u0434","285884","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5534","\u0410\u0432\u0438\u0430\u0446\u0438\u044f \u0438 \u0430\u0440\u0442\u0438\u043b\u043b\u0435\u0440\u0438\u044f","267990","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5536","\u0417\u0438\u043c\u043d\u0435\u0435 \u0441\u043e\u043b\u043d\u0446\u0435","200150","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5538","\u0422\u0438\u0448\u0438\u043d\u0430 \u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u0441\u0442\u0432\u043e","322638","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5540","\u041d\u0435\u0431\u043e \u0441 \u043c\u043e\u043b\u043e\u043a\u043e\u043c (\u0418\u0441\u043f\u0430\u043d\u0438\u044f)","242024","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5542","\u0412\u0435\u0442\u0440\u044b \u043b\u0435\u0441\u0442\u043d\u0438\u0446","188865","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5544","\u041b\u0435\u0433\u0435\u043d\u0434\u0430","232359","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5546","\u041d\u043e\u0447\u044c\u044e \u0432 \u044d\u0444\u0438\u0440\u0435","277733","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5548","\u041b\u0435\u043d\u044c","229668","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5550","\u0423\u043b\u0438\u0442\u043a\u0430","272587","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5552","\u041d\u0430\u043b\u0438\u0432\u0430\u044f","227657","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5554","\u0422\u0435\u043c\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u043b\u0435\u0442\u0430","172617","Tequilajazzz","\u0426\u0435\u043b\u043b\u0443\u043b\u043e\u0438\u0434",null,null,null],["5556","A Hard Day's Night","152607","The Beatles","A Hard Day's Night","Oldies",null,null],["5558","I Should Have Known Better","164179","The Beatles","A Hard Day's Night","Oldies",null,null],["5560","If I Fell","142106","The Beatles","A Hard Day's Night","Oldies",null,null],["5562","I'm Happy Just To Dance With You","118778","The Beatles","A Hard Day's Night","Oldies",null,null],["5564","And I Love Her","151144","The Beatles","A Hard Day's Night","Oldies",null,null],["5566","Tell Me Why","130142","The Beatles","A Hard Day's Night","Oldies",null,null],["5568","Can't Buy Me Love","135000","The Beatles","A Hard Day's Night","Oldies",null,null],["5570","Any Time At All","133485","The Beatles","A Hard Day's Night","Oldies",null,null],["5572","I'll Cry Instead","107807","The Beatles","A Hard Day's Night","Oldies",null,null],["5574","Things We Said Today","158928","The Beatles","A Hard Day's Night","Oldies",null,null],["5576","When I Get Home","138448","The Beatles","A Hard Day's Night","Oldies",null,null],["5578","You Can't Do That","157727","The Beatles","A Hard Day's Night","Oldies",null,null],["5580","I'll Be Back","140643","The Beatles","A Hard Day's Night","Oldies",null,null],["5582","Come Together","260702","The Beatles","Abbey Road","Oldies",null,"1"],["5584","Something","183066","The Beatles","Abbey Road","Oldies",null,"1"],["5586","Maxwell's Silver Hammer","207333","The Beatles","Abbey Road","Oldies",null,"1"],["5588","Oh! Darling","206785","The Beatles","Abbey Road","Oldies",null,"1"],["5590","Octopus's Garden","171232","The Beatles","Abbey Road","Oldies",null,"1"],["5592","I Want You (She's So Heavy)","467252","The Beatles","Abbey Road","Oldies",null,"1"],["5594","Here Comes The Sun","185626","The Beatles","Abbey Road","Oldies",null,"1"],["5596","Because","165616","The Beatles","Abbey Road","Oldies",null,"1"],["5598","You Never Give Me Your Money","242468","The Beatles","Abbey Road","Oldies",null,"1"],["5600","Sun King","146390","The Beatles","Abbey Road","Oldies",null,"1"],["5602","Mean Mr. Mustard","66377","The Beatles","Abbey Road","Oldies",null,"1"],["5604","Polythene Pam","72803","The Beatles","Abbey Road","Oldies",null,"1"],["5606","She Came In Through The Bathroom Window","117812","The Beatles","Abbey Road","Oldies",null,"1"],["5608","Golden Slumbers","91663","The Beatles","Abbey Road","Oldies",null,"1"],["5610","Carry That Weight","96940","The Beatles","Abbey Road","Oldies",null,"1"],["5612","The End","139911","The Beatles","Abbey Road","Oldies",null,"1"],["5614","Her Majesty","23353","The Beatles","Abbey Road","Oldies",null,"2"],["5616","No Reply","137900","The Beatles","Beatles For Sale","Oldies",null,"1"],["5618","I'm A Loser","153573","The Beatles","Beatles For Sale","Oldies",null,"1"],["5620","Baby's In Black","127634","The Beatles","Beatles For Sale","Oldies",null,"1"],["5622","Rock And Roll Music","153808","The Beatles","Beatles For Sale","Oldies",null,"1"],["5624","I'll Follow The Sun","111124","The Beatles","Beatles For Sale","Oldies",null,"1"],["5626","Mr. Moonlight","157283","The Beatles","Beatles For Sale","Oldies",null,"1"],["5628","Kansas City \/ Hey, Hey, Hey, Hey","153547","The Beatles","Beatles For Sale","Oldies",null,"1"],["5630","Eight Days A Week","165511","The Beatles","Beatles For Sale","Oldies",null,"1"],["5632","Words Of Love","134817","The Beatles","Beatles For Sale","Oldies",null,"1"],["5634","Honey Don't","179670","The Beatles","Beatles For Sale","Oldies",null,"1"],["5636","Every Little Thing","124604","The Beatles","Beatles For Sale","Oldies",null,"1"],["5638","I Don't Want To Spoil The Party","156264","The Beatles","Beatles For Sale","Oldies",null,"1"],["5640","What You're Doing","154775","The Beatles","Beatles For Sale","Oldies",null,"1"],["5642","Everybody's Trying To Be My Baby","143934","The Beatles","Beatles For Sale","Oldies",null,"1"],["5644","Help","141139","The Beatles","Help","Oldies",null,"1"],["5646","The Night Before","156760","The Beatles","Help","Oldies",null,"2"],["5648","You've Got To Hide Your Love","131526","The Beatles","Help","Oldies",null,"2"],["5650","I Need You","151562","The Beatles","Help","Oldies",null,"1"],["5652","Another Girl","128078","The Beatles","Help","Oldies",null,"1"],["5654","You're Going To Lose That Girl","140512","The Beatles","Help","Oldies",null,"2"],["5656","Ticket To Ride","192574","The Beatles","Help","Oldies",null,"1"],["5658","Act Naturally","153260","The Beatles","Help","Oldies",null,"1"],["5660","It's Only Love","118883","The Beatles","Help","Oldies",null,"1"],["5662","You Like Me Too Much","158876","The Beatles","Help","Oldies",null,"1"],["5664","Tell Me What You See","159764","The Beatles","Help","Oldies",null,"2"],["5666","I've Just Seen A Face","127242","The Beatles","Help","Oldies",null,"1"],["5668","Yesterday","127503","The Beatles","Help","Oldies",null,"1"],["5670","Dizzy Miss Lizzy","174341","The Beatles","Help","Oldies",null,"1"],["5672","Two Of Us","216737","The Beatles","Let It Be","Oldies",null,"1"],["5674","Dig A Pony","234866","The Beatles","Let It Be","Oldies",null,"1"],["5676","Across The Universe","228649","The Beatles","Let It Be","Oldies",null,"1"],["5678","I Me Mine","145815","The Beatles","Let It Be","Oldies",null,"1"],["5680","Dig It","50076","The Beatles","Let It Be","Oldies",null,"1"],["5682","Let It Be","243382","The Beatles","Let It Be","Oldies",null,"1"],["5684","Maggie Mae","40672","The Beatles","Let It Be","Oldies",null,"1"],["5686","I've Got A Feeling","218044","The Beatles","Let It Be","Oldies",null,"1"],["5688","One After 909","175595","The Beatles","Let It Be","Oldies",null,"1"],["5690","The Long And Winding Road","217939","The Beatles","Let It Be","Oldies",null,null],["5692","For You Blue","152816","The Beatles","Let It Be","Oldies",null,null],["5694","Get Back","187167","The Beatles","Let It Be","Oldies",null,null],["5696","Magical Mystery Tour","171911","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5698","The Fool On The Hill","180244","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5700","Flying","137038","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5702","Blue Jay Way","236773","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5704","Your Mother Should Know","149681","The Beatles","Magical Mystery Tour","Oldies",null,"2"],["5706","I Am The Walrus","277133","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5708","Hello Goodbye","211539","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5710","Strawberry Fields Forever","250566","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5712","Penny Lane","183457","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5714","Baby You're A Rich Man","183849","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5716","All You Need Is Love","228519","The Beatles","Magical Mystery Tour","Oldies",null,"1"],["5718","Love Me Do","143986","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5720","From Me To You","117681","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5722","Thank You Girl","124473","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5724","She Loves You","141270","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5726","I'll Get You","125962","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5728","I Want To Hold Your Hand","146782","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5730","This Boy","136489","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5732","Komm, Gib Mir Deine Hand","146782","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5734","Sie Liebt Dich","139781","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5736","Long Tall Sally","123245","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5738","I Call Your Name","129123","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5740","Slow Down","176404","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5742","Matchbox","119040","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5744","I Feel Fine","139911","The Beatles","Past Masters - Volume One","Oldies","100","2"],["5746","She's A Woman","183510","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5748","Bad Boy","140591","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5750","Yes It Is","162768","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5752","I'm Down","151980","The Beatles","Past Masters - Volume One","Oldies","100","1"],["5754","Day Tripper","169639","The Beatles","Past Masters - Volume Two","Oldies",null,"2"],["5756","We Can Work It Out","135706","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5758","Paperback Writer","138971","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5760","Rain","182151","The Beatles","Past Masters - Volume Two","Oldies",null,"2"],["5762","Lady Madonna","137743","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5764","The Inner Light","156786","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5766","Hey Jude","428382","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5768","Revolution","204747","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5770","Get Back","194612","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5772","Don't Let Me Down","215013","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5774","The Ballad Of John And Yoko","180088","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5776","Old Brown Shoe","198556","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5778","Across The Universe","229459","The Beatles","Past Masters - Volume Two","Oldies",null,null],["5780","Let It Be","231026","The Beatles","Past Masters - Volume Two","Oldies",null,"1"],["5782","You Know My Name (Look Up The Number)","259317","The Beatles","Past Masters - Volume Two","Oldies",null,null],["5784","I Saw Her Standing There","175882","The Beatles","Please Please Me","Oldies",null,"1"],["5786","Misery","110236","The Beatles","Please Please Me","Oldies",null,null],["5788","Anna (Go To Him)","177658","The Beatles","Please Please Me","Oldies",null,null],["5790","Chains","146573","The Beatles","Please Please Me","Oldies",null,null],["5792","Boys","147591","The Beatles","Please Please Me","Oldies",null,"1"],["5794","Ask Me Why","147826","The Beatles","Please Please Me","Oldies",null,null],["5796","Please Please Me","123454","The Beatles","Please Please Me","Oldies",null,null],["5798","Love Me Do","142837","The Beatles","Please Please Me","Oldies",null,null],["5800","P.S. I Love You","125805","The Beatles","Please Please Me","Oldies",null,null],["5802","Baby It's You","158145","The Beatles","Please Please Me","Oldies",null,null],["5804","Do You Want To Know A Secret","119405","The Beatles","Please Please Me","Oldies",null,null],["5806","A Taste Of Honey","125204","The Beatles","Please Please Me","Oldies",null,null],["5808","There's A Place","112953","The Beatles","Please Please Me","Oldies",null,"1"],["5810","Twist And Shout","153338","The Beatles","Please Please Me","Oldies",null,null],["5812","Taxman","159085","Beatles","Revolver","Oldies",null,"1"],["5814","Eleanor Rigby","127738","Beatles","Revolver","Oldies",null,"1"],["5816","I'm Only Sleeping","181733","Beatles","Revolver","Oldies",null,"1"],["5818","Love You To","181289","Beatles","Revolver","Oldies",null,"2"],["5820","Here, There And Everywhere","145946","Beatles","Revolver","Oldies",null,"1"],["5822","Yellow Submarine","160470","Beatles","Revolver","Oldies",null,"2"],["5824","She Said She Said","157204","Beatles","Revolver","Oldies",null,"2"],["5826","Good Day Sunshine","129828","Beatles","Revolver","Oldies",null,"2"],["5828","And Your Bird Can Sing","121808","Beatles","Revolver","Oldies",null,"2"],["5830","For No One","121782","Beatles","Revolver","Oldies",null,"2"],["5832","Doctor Robert","135288","Beatles","Revolver","Oldies",null,"3"],["5834","I Want To Tell You","149942","Beatles","Revolver","Oldies",null,"2"],["5836","Got To Get You Into My Life","150700","Beatles","Revolver","Oldies",null,"2"],["5838","Tomorrow Never Knows.","177475","Beatles","Revolver","Oldies",null,"1"],["5840","Drive My Car","150334","Beatles","Rubber Soul","Oldies",null,"1"],["5842","Norwegian Wood (This Bird Has Flown)","125492","Beatles","Rubber Soul","Oldies",null,"1"],["5844","You Won't See Me","202684","Beatles","Rubber Soul","Oldies",null,"1"],["5846","Nowhere Man","164388","Beatles","Rubber Soul","Oldies",null,"1"],["5848","Think For Yourself","139415","Beatles","Rubber Soul","Oldies",null,"1"],["5850","The Word","163761","Beatles","Rubber Soul","Oldies",null,"2"],["5852","Michelle","162455","Beatles","Rubber Soul","Oldies",null,"1"],["5854","What Goes On","170866","Beatles","Rubber Soul","Oldies",null,"1"],["5856","Girl","153939","Beatles","Rubber Soul","Oldies",null,"1"],["5858","I'm Looking Through You","147905","Beatles","Rubber Soul","Oldies",null,"2"],["5860","In My Life","148062","Beatles","Rubber Soul","Oldies",null,"1"],["5862","Wait","137038","Beatles","Rubber Soul","Oldies",null,"2"],["5864","If I Needed Someone","143908","Beatles","Rubber Soul","Oldies",null,"1"],["5866","Run For Your Life","138866","Beatles","Rubber Soul","Oldies",null,"2"],["5868","Sgt Pepper's Lonely Hearts Club Band","122514","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5870","With A Little Help From My Friends","164075","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5872","Lucy In The Sky With Diamonds","208509","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5874","Getting Better","167941","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5876","Fixing A Hole","156708","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5878","She's Leaving Home","215118","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5880","Being For The Benefit Of Mr. Kite!","157178","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5882","Within You Without You","305136","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5884","When I'm Sixty-Four","157779","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5886","Lovely Rita","162168","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5888","Good Morning Good Morning","161384","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5890","Sgt Pepper's Lonely Hearts Club Band (Reprise)","78968","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5892","A Day In The Life","333975","The Beatles","Sgt. Pepper's Lonely Hearts Club Band","Oldies",null,"1"],["5894","Back In The U.S.S.R.","163395","The Beatles","The White Album","Oldies",null,null],["5896","Dear Prudence","236434","The Beatles","The White Album","Oldies",null,null],["5898","Glass Onion","138057","The Beatles","The White Album","Oldies",null,null],["5900","Ob-La-Di, Ob-La-Da","188917","The Beatles","The White Album","Oldies",null,null],["5902","Wild Honey Pie","52976","The Beatles","The White Album","Oldies",null,null],["5904","The Continuing Story Of Bungalow Bill","194142","The Beatles","The White Album","Oldies",null,null],["5906","While My Guitar Gently Weeps","285361","The Beatles","The White Album","Oldies",null,null],["5908","Happiness Is A Warm Gun","163552","The Beatles","The White Album","Oldies",null,null],["5910","Martha My Dear","148819","The Beatles","The White Album","Oldies",null,null],["5912","I'm So Tired","123376","The Beatles","The White Album","Oldies",null,null],["5914","Blackbird","138344","The Beatles","The White Album","Oldies",null,null],["5916","Piggies","124421","The Beatles","The White Album","Oldies",null,null],["5918","Rocky Racoon","212976","The Beatles","The White Album","Oldies",null,null],["5920","Don't Pass Me By","230478","The Beatles","The White Album","Oldies",null,null],["5922","Why Don't We Do It In The Road?","101511","The Beatles","The White Album","Oldies",null,null],["5924","I Will","106109","The Beatles","The White Album","Oldies",null,null],["5926","Julia","174288","The Beatles","The White Album","Oldies",null,null],["5928","Birthday","162977","The Beatles","The White Album","Oldies",null,null],["5930","Yer Blues","241162","The Beatles","The White Album","Oldies",null,null],["5932","Mother Nature's Son","168124","The Beatles","The White Album","Oldies",null,null],["5934","Everybody's Got Something to Hide (Except Me and My Monkey)","144875","The Beatles","The White Album","Oldies",null,null],["5936","Sexy Sadie","195422","The Beatles","The White Album","Oldies",null,null],["5938","Helter Skelter","269740","The Beatles","The White Album","Oldies",null,null],["5940","Long Long Long","184424","The Beatles","The White Album","Oldies",null,null],["5942","Revolution 1","255817","The Beatles","The White Album","Oldies",null,null],["5944","Honey Pie","161410","The Beatles","The White Album","Oldies",null,null],["5946","Savoy Truffle","174968","The Beatles","The White Album","Oldies",null,null],["5948","Cry Baby Cry","181942","The Beatles","The White Album","Oldies",null,null],["5950","Revolution 9","502282","The Beatles","The White Album","Oldies",null,null],["5952","Good Night","191869","The Beatles","The White Album","Oldies",null,null],["5954","It Won\u0491t Be Long","133799","The Beatles","With The Beatles","Oldies",null,"1"],["5956","All I\u0491ve Got To Do","124604","The Beatles","With The Beatles","Oldies",null,"1"],["5958","All My Loving","129645","The Beatles","With The Beatles","Oldies",null,"1"],["5960","Don\u0491t Bother Me","149446","The Beatles","With The Beatles","Oldies",null,"1"],["5962","Little Child","108068","The Beatles","With The Beatles","Oldies",null,"1"],["5964","Till There Was You","136803","The Beatles","With The Beatles","Oldies",null,"1"],["5966","Please Mr. Postman","156813","The Beatles","With The Beatles","Oldies",null,"1"],["5968","Roll Over Beethoven","167706","The Beatles","With The Beatles","Oldies",null,"1"],["5970","Hold Me Tight","152659","The Beatles","With The Beatles","Oldies",null,"1"],["5972","You Really Got A Hold On Me","182961","The Beatles","With The Beatles","Oldies",null,"1"],["5974","I Wanna Be Your Man","119040","The Beatles","With The Beatles","Oldies",null,"2"],["5976","Devil In Her Heart","147748","The Beatles","With The Beatles","Oldies",null,"1"],["5978","Not A Second Time","128417","The Beatles","With The Beatles","Oldies",null,"1"],["5980","Money (Thats What I Want)","167627","The Beatles","With The Beatles","Oldies",null,"1"],["5982","Yellow Submarine","162925","The Beatles","Yellow Submarine","Oldies",null,null],["5984","Only A Northern Song","207934","The Beatles","Yellow Submarine","Oldies",null,null],["5986","All Together Now","133773","The Beatles","Yellow Submarine","Oldies",null,null],["5988","Hey Bulldog","194220","The Beatles","Yellow Submarine","Oldies",null,null],["5990","It's All Too Much","388388","The Beatles","Yellow Submarine","Oldies",null,null],["5992","All You Need Is Love","233012","The Beatles","Yellow Submarine","Oldies",null,null],["5994","Pepperland","144039","The Beatles","Yellow Submarine","Oldies",null,null],["5996","Sea Of Time","180349","The Beatles","Yellow Submarine","Oldies",null,null],["5998","Sea Of Holes","140773","The Beatles","Yellow Submarine","Oldies",null,"1"],["6000","Sea Of Monsters","219977","The Beatles","Yellow Submarine","Oldies",null,null],["6002","March Of The Meanies","142262","The Beatles","Yellow Submarine","Oldies",null,"1"],["6004","Pepperland Laid Waste","135157","The Beatles","Yellow Submarine","Oldies",null,"1"],["6006","Yellow Submarine In Pepperland","130951","The Beatles","Yellow Submarine","Oldies",null,null],["6008","The State We're In","387134","Chemical Brothers","Chemical Four","Electronic",null,null],["6010","Come With Us","298109","Chemical Brothers","Come With Us","Other",null,null],["6012","It Began In Afrika","376476","Chemical Brothers","Come With Us","Other",null,null],["6014","Galaxy Bounce","207647","Chemical Brothers","Come With Us","Other",null,null],["6016","Star Guitar","387474","Chemical Brothers","Come With Us","Other",null,null],["6018","Hoops","392045","Chemical Brothers","Come With Us","Other",null,null],["6020","My Elastic Eye","221675","Chemical Brothers","Come With Us","Other",null,null],["6022","The State Were In","387186","Chemical Brothers","Come With Us","Other",null,null],["6024","Denmark","307121","Chemical Brothers","Come With Us","Other",null,"1"],["6026","Pioneer Skies","244453","Chemical Brothers","Come With Us","Other",null,null],["6028","The Test","469028","Chemical Brothers","Come With Us","Other",null,null],["6030","The Phoenix of the Molotov","274120","The Cryptkeeper Five","The Rise of Palace Depression","Rock",null,null],["6032","Best Friend","208863","The Dandy Warhols","Dandys Rule Ok","Alternative",null,"1"],["6034","The Changeling","260963","The Doors","LA Woman","Rock",null,"1"],["6036","Love Her Madly","200829","The Doors","LA Woman","Rock",null,null],["6038","Been Down So Long","281182","The Doors","LA Woman","Rock",null,"1"],["6040","Cars Hiss By My Window","252133","The Doors","LA Woman","Rock",null,"1"],["6042","La - Woman","472999","The Doors","LA Woman","Rock",null,null],["6044","L America","278334","The Doors","LA Woman","Rock",null,"1"],["6046","Hyacinth House","191555","The Doors","LA Woman","Rock",null,"1"],["6048","Crawling King Snake","300773","The Doors","LA Woman","Rock",null,null],["6050","The Wasp","255503","The Doors","LA Woman","Rock",null,null],["6052","Riders On The Storm","435304","The Doors","LA Woman","Rock",null,null],["6054","Break On Through (To The Other Side)","149237","The Doors","The Doors","Rock",null,null],["6056","Soul Kitchen","214987","The Doors","The Doors","Rock",null,null],["6058","The Crystal Ship","154880","The Doors","The Doors","Rock",null,null],["6060","Twenieth Century Box","153887","The Doors","The Doors","Rock",null,null],["6062","Alabama Song (Whisky Bar)","200071","The Doors","The Doors","Rock",null,null],["6064","Light My Fire","428329","The Doors","The Doors","Rock",null,null],["6066","Back Door Man","214308","The Doors","The Doors","Rock",null,null],["6068","I Looked At You","142053","The Doors","The Doors","Rock",null,null],["6070","End Of The Night","172695","The Doors","The Doors","Rock",null,null],["6072","Take It As It Comes","137142","The Doors","The Doors","Rock",null,null],["6074","The End","702040","The Doors","The Doors","Rock",null,null],["6076","Hello I Love You","135967","The Doors","Waiting for the Sun","Rock",null,null],["6078","Love Street","172225","The Doors","Waiting for the Sun","Rock",null,null],["6080","Not To Touch The Earth","235284","The Doors","Waiting for the Sun","Rock",null,null],["6082","Summer's Almost Gone","202135","The Doors","Waiting for the Sun","Rock",null,null],["6084","Wintertime Love","113684","The Doors","Waiting for the Sun","Rock",null,null],["6086","The Unknown Soldier","204878","The Doors","Waiting for the Sun","Rock",null,null],["6088","Spanish Caravan","179356","The Doors","Waiting for the Sun","Rock",null,null],["6090","My Wild Love","172564","The Doors","Waiting for the Sun","Rock",null,null],["6092","We Could Be So Good Together","144326","The Doors","Waiting for the Sun","Rock",null,null],["6094","Yes The River Knows","157701","The Doors","Waiting for the Sun","Rock",null,null],["6096","Five To One","266187","The Doors","Waiting for the Sun","Rock",null,null],["6098","Five To One","449671","The Doors","Without A Safety Net","Rock",null,null],["6100","Queen Of The Highway","212427","The Doors","Without A Safety Net","Rock",null,"1"],["6102","Hyacinth House","161567","The Doors","Without A Safety Net","Rock",null,null],["6104","My Eyes Have Seen You","123872","The Doors","Without A Safety Net","Rock",null,null],["6106","Who Scared You","198844","The Doors","Without A Safety Net","Rock",null,null],["6108","Black Train Song","745691","The Doors","Without A Safety Net","Rock",null,null],["6110","End Of The Night","182439","The Doors","Without A Safety Net","Rock",null,null],["6112","Whiskey, Mystics And Men","142471","The Doors","Without A Safety Net","Rock",null,null],["6114","I Will Never Be Untrue","238497","The Doors","Without A Safety Net","Rock",null,null],["6116","Moonlight Drive (Demo)","152372","The Doors","Without A Safety Net","Rock",null,null],["6118","Moonlight Drive (Sunset Sound)","163840","The Doors","Without A Safety Net","Rock",null,null],["6120","Rock Is Dead","998896","The Doors","Without A Safety Net","Rock",null,null],["6122","Albinoni's Adagio In G Minor","279066","The Doors","Without A Safety Net","Rock",null,null],["6124","Smoking Is Sexy","193811","The Forward","Smoking Is Sexy - Single","Alternative",null,"3"],["6126","O Shot","166765","The Gay Blades","Ghosts","Alternative",null,null],["6128","Exp","114729","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6130","Up From The Skies","176979","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6132","Spanish Castle Magic","185182","Jimi Hendrix","Axis (Bold as Love)","Other",null,"1"],["6134","Wait Until Tomorrow","181838","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6136","Ain`t No Telling","109609","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6138","Little Wing","149368","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6140","If 6 Was 9","263575","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6142","You Got Me Floatin`","172120","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6144","Castles Made Of Sand","168698","Jimi Hendrix","Axis (Bold as Love)","Other",null,"1"],["6146","She`s So Fine","160208","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6148","One Rainy Wish","224026","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6150","Little Miss Lover","144744","Jimi Hendrix","Axis (Bold as Love)","Other",null,null],["6152","Bold As Love","252551","Jimi Hendrix","Axis (Bold as Love)","Other",null,"1"],["6154","The First And Royal Queen","240013","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6156","The Birds Near Her House","700734","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6158","Scary Children","248215","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6160","She Drove Me Mad","261982","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6162","Queen Of All Ears","325198","Lounge Lizards","Queen of All Ears","Jazz",null,"1"],["6164","Monsters Over Bangkok","613982","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6166","Three Crowns of Wood","243670","Lounge Lizards","Queen of All Ears","Jazz",null,"1"],["6168","John Zorn's S&M Circus","373551","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6170","Yak","339800","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6172","Queen Reprise","227291","Lounge Lizards","Queen of All Ears","Jazz",null,null],["6174","Bob The Bob","127895","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6176","Voice Of Chunk","325668","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6178","One Big Yes","383921","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6180","The Hanging","283559","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6182","Uncle Jerry","259213","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6184","A Paper Bag And The Sun","462811","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6186","Tarantella","246073","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6188","Bob The Bob (Home)","209632","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6190","Sharks","188290","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6192","Travel","332591","Lounge Lizards","Voice of Chunk","Jazz",null,null],["6194","Highway to the Sun","210766","The Milwaukees","American Anthems Vol. 1","Rock",null,null],["6196","Breathe","239333","Prodigy","Breathe (Single)","Electronica",null,"2"],["6198","Their Law (live at phoenix festival '96)","324231","Prodigy","Breathe (Single)","Electronica",null,null],["6200","Poison (live at the Tourhout & Werchter Festival '96)","313782","Prodigy","Breathe (Single)","Electronica",null,null],["6202","The Trick","265926","Prodigy","Breathe (Single)","Other",null,null],["6204","Jericho","222798","Prodigy","Experience","Electronica",null,null],["6206","Music Reach - [1 2 3 4]","252029","Prodigy","Experience","Electronica",null,null],["6208","Wind It Up","273110","Prodigy","Experience","Electronica",null,null],["6210","Your Love [Remix]","330866","Prodigy","Experience","Electronica",null,null],["6212","Hyperspeed - [G-Force part 2]","315088","Prodigy","Experience","Electronica",null,null],["6214","Charly - [Trip into drum and bass version]","312737","Prodigy","Experience","Electronica",null,null],["6216","Out Of Space","298266","Prodigy","Experience","Electronica",null,null],["6218","Everybody In The Place - [155 and rising]","251036","Prodigy","Experience","Electronica",null,null],["6220","Weather Experience","484623","Prodigy","Experience","Electronica",null,null],["6222","Fire - [Sunrise version]","297952","Prodigy","Experience","Electronica",null,null],["6224","Ruff In The Jungle Bizness","310308","Prodigy","Experience","Electronica",null,null],["6226","Death Of The Prodigy Dancers - Live","222693","Prodigy","Experience","Electronica",null,null],["6228","Firestarter (Edit)","227448","Prodigy","Firestarter","Electronica",null,null],["6230","Firestarter (Empirion Mix)","469760","Prodigy","Firestarter","Electronica",null,null],["6232","Firestarter (Instrumental)","280581","Prodigy","Firestarter","Electronica",null,null],["6234","Molotov Bitch","291918","Prodigy","Firestarter","Electronica",null,null],["6236","Rasmus & Hardnoise & Chemical Brothers&Lightning Rod&Ultramagnetic Mc's","437786","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6238","Bomb The Bass&Grandmaster Flash&Furious Five&Charlatans&Prodigy&Janes A","404950","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6240","Chemical Brothers&Word Of Mouth&DJ Mink","363702","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6242","KLF&Frankie Bones&Meat Beat Manifesto&Herbie Hahcock&Mark 45 King&Propeller","472320","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6244","Sex Pistols&fatboy Slim&Medicine","297508","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6246","D.S.T.&JVC Force&Primal Scream&Beasty Boys&Barry White&Public Enemy&JB's&T","348995","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6248","LL Cool J&Digital Underground&Uptown&Cold Cut&London Funk All Stars","239830","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6250","West Street Mod&Hijack&Fenegade Soundwave&Beginning Of The End&Jimmy Ca","518608","Prodigy","The Dirtchamber Sessions Vol. 1","Electronica",null,null],["6252","Holidays in the Sun","203206","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6254","Bodies","183719","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6256","No Feelings","169717","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6258","Liar","160391","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6260","Problems","200881","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6262","God Save the Queen","252708","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6264","Seventeen","123924","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6266","Anarchy in the U.K.","213524","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6268","Submission","252395","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6270","Pretty Vacant","197381","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6272","New York","187219","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6274","E.M.I.","190563","The Sex Pistols","Never Mind the Bollocks Here's the Sex Pistols","Rock",null,null],["6276","For Your Love","150517","The Yardbirds","Best of British Rock","Rock",null,"1"],["6278","I Ain't Got You","122618","The Yardbirds","Best of British Rock","Rock",null,null],["6280","Putty (In Your Hands)","138840","The Yardbirds","Best of British Rock","Rock",null,null],["6282","I Wish You Would","140016","The Yardbirds","Best of British Rock","Rock",null,"1"],["6284","Good Morning Little Schoolgirl","167680","The Yardbirds","Best of British Rock","Rock",null,null],["6286","My Girl Sloopy","338755","The Yardbirds","Best of British Rock","Rock",null,null],["6288","I'm a Man","158145","The Yardbirds","Best of British Rock","Rock",null,null],["6290","You're a Better Man Than I","199810","The Yardbirds","Best of British Rock","Rock",null,null],["6292","Evil Hearted You","146102","The Yardbirds","Best of British Rock","Rock",null,null],["6294","Still I'm Sad","179774","The Yardbirds","Best of British Rock","Rock",null,null],["6296","Heart Full of Soul","150726","The Yardbirds","Best of British Rock","Rock",null,"2"],["6298","Train Kept A Rollin'","206445","The Yardbirds","Best of British Rock","Rock",null,null],["6300","Shapes of Things","123141","The Yardbirds","Best of British Rock","Rock",null,null],["6302","Jeff's Blues","187454","The Yardbirds","Best of British Rock","Rock",null,null],["6304","New York City Blues","262844","The Yardbirds","Best of British Rock","Rock",null,null],["6306","For R.S.G.","242886","The Yardbirds","Best of British Rock","Rock",null,null],["6308","Crucify (remix)","258298","Tori Amos","Crucify (EP)",null,null,"1"],["6310","Smells Like Teen Spirit","197146","Tori Amos","Crucify (EP)",null,null,null],["6312","conference_28229_0 1","7680",null,null,null,null,null],["6314","conference_28229_0","7680",null,null,null,null,null],["6316","Chandini Chowk","374883","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6318","Rupa Tujhe Deva (The Karsh Kal","397871","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6320","Ab Ke Baras","331937","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6322","Insaan","271020","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6324","Anja (Li'L Roller Mix)","328855","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6326","Bhangra Fever","268564","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6328","Raja Vedalu","304091","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6330","Jah Has Kool Girl (Feat Nadia","432770","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6332","Temples","301740","Karsh Kale & Tapan Raj","Asian Massive","World",null,null],["6334","01-Emma Shapplin - La Notte Et","343379","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6336","02-Dzihan & Kamien - Just You","335751","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,"1"],["6338","03-Sarma - Muel","257828","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6340","04-Dj Disse - Eqyptian Disco (","388127","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6342","05-Gipsyland - Safaam(Duer Whi","222824","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6344","06-Mondo Condido - Meglio Stas","205505","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6346","07-Latour - Blue","389511","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6348","08-Despina Vandi - Gia","205453","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6350","09-Giampiero Ponte Feat. Moran","468871","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6352","10-Julie - Blinded","324754","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6354","11-David Visan - Czardas","193541","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6356","12-Rubin Steiner - Wunderlande","312555","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6358","13-Ritchie Lawrence - Lawrence","370364","Buddha-Bar (CD Series)","Buddha-Bar V (CD2 - Drink) (by","World",null,null],["6360","B-Tribe - Angelic Voices (Rebi","252656","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6362","1 Giant Leap - The Way You Dre","250226","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6364","Dolphin Boy - Shake It Loose","212636","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6366","Daniel Masson - Sonargaon","280999","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6368","Deew - She Will Never Learn","294556","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6370","Erik Satie - Gnossienne No 1 (","200803","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6372","Cellar 55 - Pro-Do-Sol","270785","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6374","Ryukyu Underground - Kanasando","257306","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6376","Ganga - Chair","250853","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,"1"],["6378","Dos Hombres - The Alkemyst","321410","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6380","Slow Train - Naturally","329978","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6382","Quicksound - Cold Winter","289227","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6384","Cantoma - Essarai","337554","Buddha-Bar (CD Series)","Buddha-Bar VI (CD1 - Rebirth)","World",null,null],["6386","Bliss - Breathe","249939","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6388","My Phuong Nguyen & Thierry Dav","264150","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6390","Riccardo Eberspacher - Light S","231732","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6392","Al-Pha-X- An Indian Summer","344737","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6394","Afterlife Ft Dannii Minogue -","348003","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6396","Ustad Sultan Khan - Aja Maji","335124","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6398","Bigtjtjny's Finest - Lovasok A","228284","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6400","Frederico Aubele - Postales","234605","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6402","Vargo - The Moment","292179","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6404","Salif Keita - Moussoulou","331520","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6406","Jose Padilla - Light My Heart","238863","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6408","Bebel Gilberto - Aganju","331180","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6410","Ramasutra - Magma Mama","365635","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6412","Peppe Barra - Core Nire","345913","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6414","Da Lata - Distracted Minds","235911","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6416","Laidback - Happy Dreamer","249364","Buddha-Bar (CD Series)","Buddha-Bar VII (CD1 - Sarod) (","Electronica",null,null],["6418","Kirpi - The Song","296124","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6420","Sainkho Namtchylak - Ohm Suaa","306390","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6422","Lonesome Echo Feat. Mutabaraku","355317","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6424","Dj Nasha - Flute Fantasy","268355","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6426","Ryukyu Underground - Mo Ashibi","368666","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6428","Supervielle - Perfume (Remixed","199366","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6430","Mambayaga Project - Joy On A S","324963","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6432","King Britt Pres. Oba Funke - U","384104","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6434","Phatjak Vs. Dj Hamoodi - Ritmo","334550","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6436","Harem - Medusa","251898","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6438","Mo' Horizons - Drum'n Boogaloo","308192","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6440","Mambayaga Project - Clockwork","256026","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6442","Tito Rodriguez - Mama Guela (S","256156","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6444","Les negresses vertes - sous le","352600","Buddha-Bar (CD Series)","Buddha-Bar VII (CD2 - Sarangi)","Electronica",null,null],["6446","On The Roof","314880","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6448","Sail","371226","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6450","Darkest Day","316995","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6452","Danger Of Love","327079","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6454","Curious","271464","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6456","Summer Madness","259578","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6458","Higher","339513","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6460","A Mordida","258899","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6462","Sunny","351033","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6464","C.O.P","257724","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6466","Tango Forte","414171","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6468","Music Box","345678","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6470","Tu Veux, Tu Veux Pas","281103","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6472","The Flute Plays On","261720","Various Artists","Lounge Breakfast: A Collection Of Stylish Lounge Cuts",null,null,null],["6474","Love Stinks","216659","Various Artists","Mr. & Mrs. Smith",null,null,null],["6476","Nothin But a Good Time","224783","Various Artists","Mr. & Mrs. Smith",null,null,null],["6478","Tainted Love","161959","Various Artists","Mr. & Mrs. Smith",null,null,null],["6480","Baby, Baby","194951","Various Artists","Mr. & Mrs. Smith",null,null,null],["6482","Express Yourself","271908","Various Artists","Mr. & Mrs. Smith",null,null,null],["6484","Mondo Bongo","373289","Various Artists","Mr. & Mrs. Smith",null,null,null],["6486","Lay Lady Lay","279353","Various Artists","Mr. & Mrs. Smith",null,null,null],["6488","I'll Melt With You","242860","Various Artists","Mr. & Mrs. Smith",null,null,null],["6490","Nobody Does It Better","296568","Various Artists","Mr. & Mrs. Smith",null,null,null],["6492","Let's Never Stop Falling in Love","181916","Various Artists","Mr. & Mrs. Smith",null,null,null],["6494","Assassin's Tango","242128","Various Artists","Mr. & Mrs. Smith",null,null,null],["6496","Used to Love Her (But I Had to Kill Her)","156656","Various Artists","Mr. & Mrs. Smith",null,null,null],["6498","You Are My Sunshine","142341","Various Artists","Mr. & Mrs. Smith",null,null,null],["6500","You've Lost that Lovin Feeling","222328","Various Artists","Mr. & Mrs. Smith",null,null,null],["6502","Making Love Out of Nothing at All","341629","Various Artists","Mr. & Mrs. Smith",null,null,null],["6504","You Give Love a Bad Name","198112","Various Artists","Mr. & Mrs. Smith",null,null,null],["6506","Love Will Keep Us Together","202866","Various Artists","Mr. & Mrs. Smith",null,null,null],["6508","Mess Your Hair Up","289458","White Denim","Let's Talk About It - EP","Pop",null,"1"],["6510","Ikhtitaf Fi Assaraya","400143","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6512","Double Quatuor en Fa K 496","331937","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6514","Lama Bada Yatathenna - Symphonie N\u00b040","288679","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6516","Mahdiyat (Lullabies)","129906","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6518","Concerto Pour Oud et Piano N\u00b023","441025","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6520","Hamilu Lhawa Tahibou - Papageno's Aria N\u00b020","205165","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6522","Yaman Hawa - Thamos King Of Egypt","289332","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6524","Mawwall","303804","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6526","Double Quator en Mi b\u0439mol K 374","444107","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6528","Ouazat Al Kahira (L'oca Del Cairo)","181603","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6530","Symphonie Egyptienne N\u00b025","401684","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6532","Dhikr-Requiem - Golgotha","658076","Wolfgang Amadeus Mozart","Mozart In Egypt",null,null,null],["6534","the receptive","357694","younger brother","a flock of bleeps","Ambient",null,null],["6536","evil & harm","363650","younger brother","a flock of bleeps","Ambient",null,"3"],["6538","crumblenaut","391288","younger brother","a flock of bleeps","Ambient",null,null],["6540","scanner","504320","younger brother","a flock of bleeps","Ambient",null,"1"],["6542","even dwarves start small","407980","younger brother","a flock of bleeps","Ambient",null,null],["6544","finger","491049","younger brother","a flock of bleeps","Ambient",null,null],["6546","safety zone","225488","younger brother","a flock of bleeps","Ambient",null,null],["6548","bedtime story","168620","younger brother","a flock of bleeps","Ambient",null,null],["6550","Happy Pills","528744","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6552","All I Want","546168","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6554","Elephant Machine","381988","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6556","Your Friends Are Scary","400848","Younger Brother","The Last Days Of Gravity","Electronic",null,"1"],["6558","I Am A Freak","540421","Younger Brother","The Last Days Of Gravity","Electronic",null,"1"],["6560","Ribbon On A Branch","469002","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6562","Sleepwalker Part 1","378540","Younger Brother","The Last Days Of Gravity","Electronic",null,"1"],["6564","Sleepwalker Part 2","361926","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6566","Psychic Gibbon","451056","Younger Brother","The Last Days Of Gravity","Electronic",null,null],["6568","\u00c2\u00e5\u00f1\u00ed\u00e0","212297","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00ca\u00f3\u00e4\u00e0","Rock",null,null],["6570","\u00c3\u00e0\u203a\u00ef\u00f3\u00ed\u00f9\u00e8\u00ea","200986","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00ca\u00f3\u00e4\u00e0","Rock",null,null],["6572","\u00ca\u00f3\u00e4\u00e0","359967","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00ca\u00f3\u00e4\u00e0","Rock",null,null],["6574","\u00cc\u00ee\u00f1\u00ea\u00ee\u00e2\u00f1\u00ea\u00e0\u00ff","312894","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00ca\u00f3\u00e4\u00e0","Rock",null,null],["6576","\u00d2\u00e0\u00e9-\u00f2\u00e0\u00e9","117446","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00ca\u00f3\u00e4\u00e0","Rock",null,"1"],["6578","\u00cc\u00e8\u00eb - \u00cc\u00e8\u00eb\u00e0","172486","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6580","\u00ca\u00ee\u00f1\u00e0","285257","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6582","\u00c1\u00e5\u00e7 \u00d2\u00e5\u00e1\u00ff","299311","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6584","\u00c7\u00e5\u00ec\u00ed\u00ee - \u00cd\u00e5\u00e7\u00e5\u00ec\u00ed\u00e0\u00ff","257253","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6586","\u00d1\u00ea\u00e0\u00e7\u00ea\u00e0","215405","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6588","\u00cd\u00e5\u00eb\ufb02\u00e1\u00e8\u00ec\u00fb\u00e9","220003","\u041c\u0430\u0448\u0430 \u0438 \u041c\u0435\u0434\u0432\u0435\u0434\u0438","\u00d1\u00ee\u00eb\u00ed\u00f6\u00e5\u00ea\u00eb\u00b8\u00f8","Rock",null,null],["6590","Hasta La Vista","242651","\u2039\u00ce\u00c7\u00c5\u00cd\u00ca\u2039\u00c0\u00cd\u00d6 & \u00c3\u00c8\u00cb\u00dc\u00c4\u00c5\u00cd\u00d1\u00d2\u00c5\u2039\u00cd","\u00c7\u00c4\u2039\u00c0\u00c2\u00d1\u00d2\u00c2\u00d3\u00c9\u00d2\u00c5, \u00d4\u00c8\u00cd\u00cd\u00db!","Folk-Rock",null,null],["6592","01 01 01 - Instrumental Welcome","148741","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6594","01 01 01 - Instrumental Welcome 1","148741","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6596","02 02 02 - Click and a Clack","188447","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6598","03 03 03 - The Reason","193306","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6600","04 04 04 - Feathers","241867","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6602","05 05 05 - Whistle Too","212610","Derek Doublin","Attack of the Lonely Mind","Indie",null,"1"],["6604","06 06 06 - Driving in my Bed","233639","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6606","07 07 07 - Snowglobe","208352","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6608","08 08 08 - The Hall of Fame","286302","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6610","09 09 09 - The Breadline","160182","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6612","10 10 10 - Do What You Must Do","199471","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6614","11 11 11 - Ten Years","209162","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6616","12 12 12 - Attack of the Lonely Mind","239255","Derek Doublin","Attack of the Lonely Mind","Indie",null,null],["6618","\u0423\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0435 \"\u0420\u0438\u0442\u043c-\u0441\u0442\u0443\u043a\"","1712640","\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","\u0414\u043e\u043c\u0438\u043d\u0430\u043d\u0442\u0430","Books & Spoken",null,null],["6620","\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0428\u0443\u043b\u044c\u0442\u0435","1476933","\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","\u0414\u043e\u043c\u0438\u043d\u0430\u043d\u0442\u0430","Books & Spoken",null,null],["6622","\u041c\u0435\u0442\u043e\u0434 \u0448\u0442\u0443\u0440\u043c\u0430","907493","\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","\u0414\u043e\u043c\u0438\u043d\u0430\u043d\u0442\u0430","Books & Spoken",null,null],["6624","\u0413\u0438\u043c\u043d\u0430\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0433\u043b\u0430\u0437","365426","\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","\u0414\u043e\u043c\u0438\u043d\u0430\u043d\u0442\u0430","Books & Spoken",null,null],["6626"," 1 - The Hitchhiker's Guide To The Galaxy Prologue",null,null,null,null,null,null],["6630","What's After Open Source","1836800",null,null,null,null,"1"],["6632","24.07.09 13:31","841728",null,null,null,null,null],["6634","listen.php","15307",null,null,null,null,"1"],["6636","\u041a\u0430\u043a \u043d\u0430 \u0432\u043e\u0439\u043d\u0435","244950","\u0410\u0433\u0430\u0442\u0430 \u041a\u0440\u0438\u0441\u0442\u0438","\u00cf\u00ee\u00e7\u00ee\u203a\u00ed\u00e0\u00ff \u00e7\u00e2\u00e5\u00e7\u00e4\u00e0","Rock",null,"2"],["6640","\"The Health Economics of Cigarette, Alcohol and Drug Addiction\"","367856","Jody L. Sindelar","Yale University","Yale University",null,"1"],["6678","VTS_01_1","961480",null,null,null,null,null],["6682","VTS_01_2","962760",null,null,null,null,null],["6684","VTS_01_5","976480",null,null,null,null,null],["6686","VTS_01_3","967680",null,null,null,null,"1"],["6688","VTS_01_4","970760",null,null,null,null,null],["6690","VTS_01_6","379029",null,null,null,null,null],["6692","VTS_02_2","435920",null,null,null,null,null],["6694","The Sound Of Silence","183144","Simon & Garfunkel","The Graduate",null,null,"1"],["6696","U-Mass","180924","Pixies","Death To The Pixies [CD 1]",null,null,null],["6698","Brain Damage","226977","Pink Floyd","The Dark Side of the Moon",null,null,null],["6700","Gigantic","188290","Pixies","Death To The Pixies [CD 1]",null,null,null],["6702","Cecilia Ann","126197","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6704","Dig for Fire","182413","Pixies","Death To The Pixies [CD 1]",null,null,"2"],["6706","Caribou","194324","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6708","Here Comes Your Man","201090","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6710","Debaser","171990","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6712","Bone Machine","185573","Pixies","Death To The Pixies [CD 1]",null,null,null],["6714","Monkey Gone to Heaven","177031","Pixies","Death To The Pixies [CD 1]",null,null,null],["6716","I Can Hear Your Heartbeat","203885","Chris Rea","The Very Best Of Chris Rea",null,null,"1"],["6718","Gouge Away","164022","Pixies","Death To The Pixies [CD 1]",null,null,null],["6720","Nimrod's Son","137247","Pixies","Death To The Pixies [CD 1]",null,null,null],["6722","Wave of Mutilation","124525","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6724","Holiday Song","134530","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6726","Planet of Sound","126432","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6728","Velouria","220368","Pixies","Death To The Pixies [CD 1]",null,null,null],["6730","Wish You Were Here","317048","Pink Floyd","Wish You Were Here",null,null,null],["6732","Eclipse","129567","Pink Floyd","The Dark Side of the Moon",null,null,null],["6734","Tame","116218","Pixies","Death To The Pixies [CD 1]",null,null,"1"],["6748","Mehr","250566","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6750","Donaukinder","318014","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6752","Fragile (Lead Guitar and Backg","258638","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6754","Roter Sand","239046","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6756","Moonlight Lady","244401","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6758","Journey","388022","Various Artists","Spanish Guitar [CD 1]",null,null,"1"],["6760","Ich Tu Dir Weh","301897","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6762","Fruhling in Paris","284969","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6764","Me Va, Me Va","358896","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6766","Wiener Blut","232176","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6768","Waidmanns Heil","212845","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6770","Rammlied","318720","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,null],["6772","B********","254066","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,null],["6774","Moralito (La Gota Fria)","214465","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6776","My Way (A Mi Manera) (duet wit","264333","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6778","Liese","235624","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6780","Pussy","239124","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6782","Vincent (Starry Starry Night)","259134","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6784","Fuehre Mich","273240","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6786","Crazy","195552","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6788","Haifisch","224966","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6790","Halt","260989","Rammstein","Liebe Ist F\u00fcr Alle Da (Special Edition)","Rock",null,"1"],["6792","Crazy In Love","214282","Julio Iglesias","My Life: The Greatest Hits [CD 1]",null,null,null],["6794","Road To Hell (New Version)","391575","Chris Rea","Fool If You Think It's Over",null,null,"2"]]);
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Search with chunks
3
+ */
4
+ window.Searchable = uki.newClass(uki.view.Observable, new function() {
5
+ this.chunkSize = 100;
6
+ this.chunkTimeout = 20;
7
+
8
+ this.init = function(data) {
9
+ this.items = data;
10
+ };
11
+
12
+ this.search = function(query, callback) {
13
+ stopSearch.call(this);
14
+
15
+ this._query = query;
16
+ var iterator = this.createIterator(query, callback);
17
+
18
+ this.trigger('search.start', iterator);
19
+ filterChunk.call(this, iterator);
20
+ };
21
+
22
+ this.matchRow = function( row, iterator ) { return false; };
23
+
24
+ this.createIterator = function(query, callback) {
25
+ return {
26
+ query: query,
27
+ iteration: 0,
28
+ found: 0,
29
+ callback: callback
30
+ };
31
+ };
32
+
33
+ this._bindToDom = function() { return true };
34
+
35
+ function filterChunk(iterator) {
36
+ var filtered = 0,
37
+ _this = this,
38
+ foundInChunk = [],
39
+ item;
40
+
41
+ while(iterator.iteration < this.items.length) {
42
+ if (filtered == this.chunkSize) {
43
+ if (foundInChunk.length) this.trigger('search.foundInChunk', foundInChunk);
44
+ this._searchTimer = setTimeout(function() { filterChunk.call(_this, iterator); }, this.chunkTimeout);
45
+ return;
46
+ }
47
+ item = this.items[iterator.iteration];
48
+ if (this.matchRow( item, iterator )) {
49
+ iterator.found++;
50
+ foundInChunk.push(item);
51
+ this.trigger('search.found', item, iterator);
52
+ if (iterator.callback) iterator.callback(item, iterator);
53
+ } else {
54
+ this.trigger('search.missed', item, iterator);
55
+ }
56
+ iterator.iteration++;
57
+ filtered++;
58
+ }
59
+ this.trigger('search.foundInChunk', foundInChunk);
60
+
61
+ stopSearch.call(this);
62
+ this.trigger('search.finish', iterator);
63
+ };
64
+
65
+ function stopSearch () {
66
+ if (this._searchTimer) {
67
+ clearTimeout(this._searchTimer);
68
+ this._searchTimer = false;
69
+ }
70
+ }
71
+ });
@@ -0,0 +1,92 @@
1
+ /**
2
+ @example_title Table
3
+ @example_order 42
4
+ @example_html
5
+ <style>body, html { margin: 0; padding: 0; overflow:hidden; };</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="searchable.js"></script>
8
+ <script src="table.js"></script>
9
+ */
10
+
11
+
12
+ // custom formatter for duration column
13
+ function formatTime (t) {
14
+ var m = Math.floor(t/60/1000),
15
+ s = Math.floor(t/1000 - m * 60);
16
+
17
+ return m + ':' + (s > 9 ? s : '0' + s);
18
+ }
19
+
20
+ // formatter for highlighted strings
21
+ var hlt = '';
22
+ function formatHlted (t) {
23
+ return t;
24
+ return hlt ? (t || '').replace(hlt, '<strong>' + hlt + '</strong>') : t;
25
+ }
26
+
27
+ uki({ view: 'HSplitPane', rect: '1000 1000', anchors: 'left top right bottom', handleWidth: 1, handlePosition: 199,
28
+ leftMin: 150, rightMin: 400,
29
+ leftPane: { background: '#D0D7E2', childViews: [ // search panel
30
+ { view: 'TextField', rect: '5 18 189 22', anchors: 'left top right', placeholder: 'search' }
31
+ ] },
32
+ rightChildViews: [ // table with resizable columns
33
+ { view: 'Table', rect: '0 0 800 1000', minSize: '0 200', anchors: 'left top right bottom', columns: [
34
+ { view: 'table.NumberColumn', label: 'ID', width: 40 },
35
+ { view: 'table.CustomColumn', label: 'Name', resizable: true, minWidth: 100, width: 250, formatter: formatHlted },
36
+ { view: 'table.NumberColumn', label: 'Time', resizable: true, width: 50, formatter: formatTime },
37
+ { view: 'table.CustomColumn', label: 'Artist', resizable: true, minWidth: 100, width: 150, formatter: formatHlted },
38
+ { view: 'table.CustomColumn', label: 'Album', resizable: true, minWidth: 100, width: 150, formatter: formatHlted },
39
+ { view: 'table.CustomColumn', label: 'Genre', resizable: true, width: 100 },
40
+ { view: 'table.NumberColumn', label: 'Rating', resizable: true, width: 30 },
41
+ { view: 'table.NumberColumn', label: 'Play Count', resizable: true, width: 30 }
42
+ ], multiselect: true, style: {fontSize: '11px', lineHeight: '11px'} },
43
+ { view: 'Label', rect: '200 200 400 20', anchors: 'top', textAlign: 'center', text: 'Loading...', id: 'loading' }
44
+ ]
45
+ }
46
+ ).attachTo( window, '1000 1000' );
47
+
48
+ // searchable model
49
+ window.DummyModel = uki.newClass(Searchable, new function() {
50
+ this.init = function(data) {
51
+ this.items = data;
52
+ uki.each(this.items, function(i, row) {
53
+ row.searchIndex = row[1].toLowerCase();
54
+ })
55
+ };
56
+
57
+ this.matchRow = function(row, iterator) {
58
+ return row.searchIndex.indexOf(iterator.query) > -1;
59
+ };
60
+ });
61
+
62
+ // dinamicly load library json
63
+ window.onLibraryLoad = function(data) {
64
+ uki('#loading').visible(false);
65
+ var model = new DummyModel(data),
66
+ lastQuery = '',
67
+ table = uki('Table');
68
+
69
+ model.bind('search.foundInChunk', function(chunk) {
70
+ table.data(table.data().concat(chunk)).layout();
71
+ });
72
+
73
+ table.data(model.items).layout();
74
+
75
+ uki('TextField').bind('keyup click', function() {
76
+ if (this.value().toLowerCase() == lastQuery) return;
77
+ lastQuery = this.value().toLowerCase();
78
+ if (lastQuery.match(/\S/)) {
79
+ hlt = lastQuery;
80
+ table.data([]);
81
+ model.search(lastQuery);
82
+ } else {
83
+ hlt = '';
84
+ table.data(model.items);
85
+ }
86
+ });
87
+ document.body.className += '';
88
+ };
89
+ var script = document.createElement('script'),
90
+ head = document.getElementsByTagName('head')[0];
91
+ script.src = 'library.js';
92
+ head.insertBefore(script, head.firstChild);
@@ -0,0 +1,44 @@
1
+ /**
2
+ @example_title Toolbar
3
+ @example_order 51
4
+ @example_html
5
+ <style>body, html { margin: 0; padding: 0; };</style>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src="toolbar.js"></script>
8
+ */
9
+
10
+ var html = '<img src="icon.png" width="24" height="24" style="position: absolute; top: 3px; left: -26px;" /> Icon';
11
+
12
+ uki(
13
+ { view: 'HSplitPane', rect: '1000 600', anchors: 'left top right bottom',
14
+ handlePosition: 400,
15
+ leftChildViews: { view: 'Box', rect: '400 600', anchors: 'left top right bottom', background: '#EEE', childViews: [
16
+ { view: 'Toolbar', rect: '0 40 400 24', anchors: 'left top right', background: 'theme(panel)', buttons: [
17
+ { text: 'Edit' },
18
+ { text: 'Push the button'},
19
+ { text: 'Shorter 1' },
20
+ { text: 'Shorter 2' },
21
+ { text: 'Shorter 3' },
22
+ { text: 'Shorter 4' },
23
+ { text: 'Shorter x5' },
24
+ { text: 'Shorter 1' },
25
+ { text: 'Shorter 21' },
26
+ { text: 'Shorter 3' },
27
+ { text: 'Shorter 4' },
28
+ { text: 'Shorter 5' },
29
+ { text: 'Shorter 1' },
30
+ { text: 'Shorter 2' },
31
+ { text: 'Shorter 3' },
32
+ { text: 'Shorter 4' },
33
+ { text: 'Shorter 5' }
34
+ ]}
35
+ ]},
36
+ rightChildViews: { view: 'Button', rect: '0 0 100 100', anchors: 'left top', text: 'hello world', id: 'button', focusable: false }
37
+ }
38
+ ).attachTo( window, '1000 600' );
39
+
40
+ uki({ view: 'Popup', rect: '0 0 100 100', anchors: 'left top', relativeTo: uki('#button')[0], id: 'test' }).show();
41
+
42
+ uki('#button').click(function() {
43
+ uki('#test').toggle();
44
+ });
@@ -0,0 +1 @@
1
+ jsonp1268984584605([{"created_at":"Fri Mar 19 06:55:41 +0000 2010","truncated":false,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","contributors":null,"coordinates":null,"in_reply_to_status_id":null,"favorited":false,"geo":null,"user":{"created_at":"Wed Apr 11 17:46:18 +0000 2007","description":"ajaxian, palm, and human dev aggregator","profile_text_color":"000000","screen_name":"dalmaer","statuses_count":7350,"following":null,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/1673902/main-bg.jpg","favourites_count":7,"profile_link_color":"0000ff","followers_count":5824,"url":"http://almaer.com/blog","contributors_enabled":false,"profile_background_tile":false,"friends_count":878,"profile_background_color":"40ACDA","location":"Palo Alto, CA","geo_enabled":false,"profile_sidebar_fill_color":"DEE1D8","protected":false,"name":"Dion Almaer","verified":false,"notifications":null,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C8C8C8","id":4216361,"lang":"en","utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/292949152/dionprofile_normal.png"},"in_reply_to_user_id":null,"in_reply_to_screen_name":null,"id":10711164437,"text":"MessagePack: \"Extremely efficient object serialization library. It's like JSON, but very fast and small.\" http://msgpack.sourceforge.net/"},{"in_reply_to_status_id":null,"contributors":null,"place":null,"truncated":false,"coordinates":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","geo":null,"in_reply_to_user_id":null,"user":{"following":true,"profile_background_image_url":"http://s.twimg.com/a/1268699350/images/themes/theme9/bg.gif","favourites_count":1,"description":"","contributors_enabled":false,"profile_link_color":"2FC2EF","url":"http://softwaremaniacs.org/about/","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"1A1B1F","location":"Moscow, Russia","verified":false,"profile_sidebar_fill_color":"252429","notifications":false,"time_zone":"Moscow","profile_sidebar_border_color":"181A1E","followers_count":741,"protected":false,"lang":"en","profile_image_url":"http://a3.twimg.com/profile_images/742161983/photo_normal.png","name":"\u0418\u0432\u0430\u043d \u0421\u0430\u0433\u0430\u043b\u0430\u0435\u0432","created_at":"Fri Mar 20 23:42:14 +0000 2009","friends_count":24,"id":25600819,"statuses_count":1075,"utc_offset":10800,"profile_text_color":"666666","screen_name":"isagalaev"},"in_reply_to_screen_name":null,"id":10710920482,"created_at":"Fri Mar 19 06:45:43 +0000 2010","favorited":false,"text":"\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e \u043d\u0435 \u0437\u043d\u0430\u044e, \u043a\u0430\u043a \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u043f\u0438\u0441\u044c\u043c\u0430 \"\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 \u043f\u043e \u0432\u0451\u0440\u0441\u0442\u043a\u0435. \u041a\u0430\u043a \u043c\u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c\u2026 \" + 5-10 \u041a\u0411 \u043a\u043e\u0434\u0430. \u041c\u043e\u0436\u0435\u0442 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0438 \u0441\u0442\u0430\u0442\u044c\u0438\u2026"},{"created_at":"Fri Mar 19 06:36:12 +0000 2010","in_reply_to_screen_name":null,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"in_reply_to_status_id":null,"geo":null,"user":{"contributors_enabled":false,"created_at":"Wed Apr 11 17:46:18 +0000 2007","description":"ajaxian, palm, and human dev aggregator","favourites_count":7,"profile_text_color":"000000","screen_name":"dalmaer","following":true,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/1673902/main-bg.jpg","geo_enabled":false,"profile_link_color":"0000ff","url":"http://almaer.com/blog","profile_background_tile":false,"verified":false,"profile_background_color":"40ACDA","location":"Palo Alto, CA","profile_sidebar_fill_color":"DEE1D8","protected":false,"followers_count":5824,"name":"Dion Almaer","statuses_count":7348,"notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C8C8C8","id":4216361,"lang":"en","utc_offset":-28800,"friends_count":877,"profile_image_url":"http://a1.twimg.com/profile_images/292949152/dionprofile_normal.png"},"in_reply_to_user_id":null,"contributors":null,"id":10710682727,"favorited":false,"truncated":false,"text":"RT @maxkiesler SmartPhone design templates for Android, iPhone and Palm Pre http://bit.ly/ci7Ie0 :) Very cool!"},{"contributors":null,"truncated":false,"created_at":"Fri Mar 19 06:26:18 +0000 2010","in_reply_to_screen_name":null,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"geo":null,"user":{"created_at":"Wed Apr 11 17:46:18 +0000 2007","friends_count":877,"description":"ajaxian, palm, and human dev aggregator","profile_text_color":"000000","screen_name":"dalmaer","following":null,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/1673902/main-bg.jpg","geo_enabled":false,"profile_link_color":"0000ff","url":"http://almaer.com/blog","statuses_count":7347,"profile_background_tile":false,"profile_background_color":"40ACDA","location":"Palo Alto, CA","contributors_enabled":false,"followers_count":5823,"favourites_count":7,"profile_sidebar_fill_color":"DEE1D8","protected":false,"verified":false,"name":"Dion Almaer","notifications":null,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C8C8C8","id":4216361,"lang":"en","utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/292949152/dionprofile_normal.png"},"favorited":false,"in_reply_to_status_id":null,"id":10710424539,"in_reply_to_user_id":null,"text":"I can't believe I sat next to @bgoldy at the OSBC panel today and didn't bug him about implementing Canvas in IE9. That is restraint."},{"created_at":"Fri Mar 19 06:24:46 +0000 2010","truncated":false,"in_reply_to_status_id":null,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"in_reply_to_screen_name":null,"geo":null,"user":{"created_at":"Wed Apr 11 17:46:18 +0000 2007","friends_count":876,"description":"ajaxian, palm, and human dev aggregator","statuses_count":7346,"profile_text_color":"000000","screen_name":"dalmaer","following":null,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/1673902/main-bg.jpg","favourites_count":7,"contributors_enabled":false,"profile_link_color":"0000ff","url":"http://almaer.com/blog","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"40ACDA","location":"Palo Alto, CA","verified":false,"profile_sidebar_fill_color":"DEE1D8","protected":false,"name":"Dion Almaer","notifications":null,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C8C8C8","followers_count":5823,"id":4216361,"lang":"en","utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/292949152/dionprofile_normal.png"},"favorited":false,"in_reply_to_user_id":null,"id":10710384855,"contributors":null,"text":"Express: A Sinatra inspired Node.js Web framework http://expressjs.com/"},{"created_at":"Fri Mar 19 06:23:47 +0000 2010","favorited":false,"in_reply_to_status_id":null,"retweeted_status":{"created_at":"Fri Mar 19 05:07:35 +0000 2010","favorited":false,"in_reply_to_status_id":null,"place":null,"source":"<a href=\"http://www.seesmic.com/\" rel=\"nofollow\">Seesmic</a>","in_reply_to_screen_name":null,"coordinates":null,"in_reply_to_user_id":null,"contributors":null,"geo":null,"user":{"created_at":"Mon Sep 17 20:12:16 +0000 2007","description":"Front-end web developer, esp. interested in JavaScript and performance.","friends_count":103,"profile_text_color":"333333","screen_name":"bcherry","statuses_count":250,"following":false,"profile_background_image_url":"http://s.twimg.com/a/1268953999/images/themes/theme15/bg.png","favourites_count":0,"profile_link_color":"0084B4","url":"http://www.adequatelygood.com","contributors_enabled":false,"profile_background_tile":false,"geo_enabled":false,"profile_background_color":"022330","location":"San Francisco, CA","verified":false,"profile_sidebar_fill_color":"C0DFEC","protected":false,"name":"Ben Cherry","notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"a8c7f7","id":8937792,"lang":"en","utc_offset":-28800,"followers_count":115,"profile_image_url":"http://a1.twimg.com/profile_images/91193424/sqimage_normal.jpg"},"id":10708208072,"truncated":false,"text":"we are all such nerds #crockfordfact (but Nerd.prototype === Crockford!)"},"place":null,"source":"web","in_reply_to_screen_name":null,"coordinates":null,"in_reply_to_user_id":null,"contributors":null,"geo":null,"user":{"created_at":"Fri Mar 13 13:19:17 +0000 2009","description":"I'm a Munich based JavaScript addict, interested in HTML5, SVG, XSLT and file formats in general.","friends_count":56,"profile_text_color":"333333","screen_name":"tobeytailor","statuses_count":167,"following":true,"profile_background_image_url":"http://s.twimg.com/a/1268861138/images/themes/theme1/bg.png","favourites_count":0,"profile_link_color":"0084B4","url":"http://www.xing.com/profile/Tobias_Schneider14","contributors_enabled":false,"profile_background_tile":false,"geo_enabled":false,"profile_background_color":"C0DEED","location":"Munich","verified":false,"profile_sidebar_fill_color":"DDEEF6","protected":false,"name":"Tobias Schneider","notifications":false,"time_zone":"Berlin","profile_sidebar_border_color":"C0DEED","id":24168638,"lang":"en","utc_offset":3600,"followers_count":791,"profile_image_url":"http://a1.twimg.com/profile_images/728501610/n783103017_1589966_50992_normal.jpg"},"id":10710359446,"truncated":false,"text":"RT @bcherry: we are all such nerds #crockfordfact (but Nerd.prototype === Crockford!)"},{"favorited":false,"created_at":"Fri Mar 19 06:19:12 +0000 2010","in_reply_to_status_id":null,"place":null,"in_reply_to_screen_name":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"contributors":null,"in_reply_to_user_id":null,"geo":null,"user":{"created_at":"Wed Apr 11 17:46:18 +0000 2007","description":"ajaxian, palm, and human dev aggregator","profile_text_color":"000000","screen_name":"dalmaer","following":null,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/1673902/main-bg.jpg","followers_count":5823,"statuses_count":7345,"profile_link_color":"0000ff","url":"http://almaer.com/blog","profile_background_tile":false,"friends_count":876,"contributors_enabled":false,"profile_background_color":"40ACDA","location":"Palo Alto, CA","favourites_count":7,"profile_sidebar_fill_color":"DEE1D8","protected":false,"geo_enabled":false,"name":"Dion Almaer","notifications":null,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C8C8C8","id":4216361,"lang":"en","verified":false,"utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/292949152/dionprofile_normal.png"},"id":10710242223,"truncated":false,"text":"RT @DmitryBaranovsk: http://twitpic.com/19h784 - This is how rendering is improved in IE in Rapha\u00ebl 1.3.2"},{"created_at":"Fri Mar 19 06:18:26 +0000 2010","retweeted_status":{"created_at":"Fri Mar 19 06:13:33 +0000 2010","contributors":null,"place":null,"in_reply_to_screen_name":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"in_reply_to_user_id":null,"truncated":false,"geo":null,"user":{"created_at":"Wed Nov 05 03:41:46 +0000 2008","friends_count":6,"description":"JavaScript Vector Library","statuses_count":187,"profile_text_color":"666666","screen_name":"RaphaelJS","following":null,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/3310603/Rapha\u00ebl-white-bg.png","favourites_count":7,"contributors_enabled":false,"profile_link_color":"2FC2EF","url":"http://raphaeljs.com/","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"1A1B1F","location":"","verified":false,"profile_sidebar_fill_color":"252429","protected":false,"name":"Rapha\u00ebl","notifications":null,"time_zone":"Sydney","profile_sidebar_border_color":"181A1E","followers_count":2196,"id":17180567,"lang":"en","utc_offset":36000,"profile_image_url":"http://a1.twimg.com/profile_images/63632142/Rapha\u00ebl-white-bg_normal.png"},"id":10710092909,"favorited":false,"text":"Trying out IE9? Check http://raphaeljs.com/ Rapha\u00ebl correctly detects SVG support in IE9 and \u201cjust works\u201d. Fascinating :)"},"contributors":null,"place":null,"in_reply_to_screen_name":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","coordinates":null,"in_reply_to_user_id":null,"truncated":false,"geo":null,"user":{"created_at":"Tue Feb 13 00:27:29 +0000 2007","friends_count":174,"description":"Part-man, part-machine, entrepreneur,ruby on rails hacker, musician, game designer ...","statuses_count":2980,"profile_text_color":"000000","screen_name":"tobyhede","following":null,"profile_background_image_url":"http://s.twimg.com/a/1267737153/images/themes/theme1/bg.png","favourites_count":3,"contributors_enabled":false,"profile_link_color":"0000ff","url":"http://topsecretproject.finitestatemachine.com/","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"08783E","location":"Melbourne, Australia","verified":false,"profile_sidebar_fill_color":"e0ff92","protected":false,"name":"Toby Hede","notifications":null,"time_zone":"Melbourne","profile_sidebar_border_color":"87bc44","followers_count":282,"id":768743,"lang":"en","utc_offset":36000,"profile_image_url":"http://a1.twimg.com/profile_images/57871194/toby_normal.png"},"id":10710222861,"favorited":false,"text":"RT @RaphaelJS: Trying out IE9? Check http://raphaeljs.com/ Rapha\u00ebl correctly detects SVG support in IE9 and \u201cjust works\u201d. Fascinating :)"},{"in_reply_to_screen_name":null,"contributors":null,"place":null,"truncated":false,"coordinates":null,"in_reply_to_user_id":null,"source":"<a href=\"http://echofon.com/\" rel=\"nofollow\">Echofon</a>","geo":null,"favorited":false,"user":{"following":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/12633131/Twit3.gif","friends_count":144,"description":"jQuery/Merb/DM FTW","profile_link_color":"0000ff","url":"http://www.yehudakatz.com","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"333333","location":"iPhone: 37.786461,-122.394867","verified":false,"favourites_count":8,"profile_sidebar_fill_color":"a8caa0","followers_count":4905,"notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","protected":false,"lang":"en","statuses_count":2723,"profile_image_url":"http://a1.twimg.com/profile_images/427781590/yehuda_normal.jpg","name":"wycats","created_at":"Thu Aug 30 04:07:52 +0000 2007","id":8526432,"contributors_enabled":false,"utc_offset":-28800,"profile_text_color":"000000","screen_name":"wycats"},"id":10709665355,"created_at":"Fri Mar 19 05:58:07 +0000 2010","in_reply_to_status_id":null,"text":"Man Dr. Horrible never gets old"},{"created_at":"Fri Mar 19 05:55:43 +0000 2010","in_reply_to_screen_name":null,"in_reply_to_status_id":null,"place":null,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","contributors":null,"in_reply_to_user_id":null,"coordinates":null,"geo":null,"user":{"created_at":"Tue Feb 13 00:27:29 +0000 2007","followers_count":282,"description":"Part-man, part-machine, entrepreneur,ruby on rails hacker, musician, game designer ...","statuses_count":2979,"profile_text_color":"000000","screen_name":"tobyhede","following":null,"profile_background_image_url":"http://s.twimg.com/a/1267737153/images/themes/theme1/bg.png","friends_count":173,"contributors_enabled":false,"profile_link_color":"0000ff","url":"http://topsecretproject.finitestatemachine.com/","profile_background_tile":false,"favourites_count":3,"profile_background_color":"08783E","location":"Melbourne, Australia","geo_enabled":false,"profile_sidebar_fill_color":"e0ff92","protected":false,"verified":false,"name":"Toby Hede","notifications":null,"time_zone":"Melbourne","profile_sidebar_border_color":"87bc44","id":768743,"lang":"en","utc_offset":36000,"profile_image_url":"http://a1.twimg.com/profile_images/57871194/toby_normal.png"},"favorited":false,"id":10709601117,"truncated":false,"text":"hot on the heels of his street press appearance, my brother was on TV yesterday talking about cyberbullying. @leohede"},{"in_reply_to_screen_name":null,"in_reply_to_status_id":null,"place":null,"in_reply_to_user_id":null,"coordinates":null,"source":"web","geo":null,"user":{"following":false,"profile_background_image_url":"http://s.twimg.com/a/1268266151/images/themes/theme7/bg.gif","friends_count":135,"description":"Early adopter, late bloomer","contributors_enabled":false,"profile_link_color":"990000","url":"http://www.entp.com","profile_background_tile":false,"favourites_count":7,"profile_background_color":"EBEBEB","location":"Portland, OR","geo_enabled":false,"profile_sidebar_fill_color":"F3F3F3","verified":false,"notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"DFDFDF","protected":false,"lang":"en","profile_image_url":"http://a1.twimg.com/profile_images/18129062/nicolepjbio_normal.jpg","name":"Nicole Ramsey","created_at":"Fri Jan 05 22:24:49 +0000 2007","followers_count":357,"id":600123,"statuses_count":1397,"utc_offset":-28800,"profile_text_color":"333333","screen_name":"chronicole"},"favorited":false,"truncated":false,"contributors":null,"id":10708006269,"created_at":"Fri Mar 19 05:01:15 +0000 2010","text":"It's like someone telling me I'm not crazy\u2014Exploratory Testing on Agile Teams An Elusive Bug: http://bit.ly/bJzTFo"},{"created_at":"Fri Mar 19 03:51:53 +0000 2010","retweeted_status":{"created_at":"Fri Mar 19 03:49:13 +0000 2010","truncated":false,"place":null,"source":"<a href=\"http://twitterrific.com\" rel=\"nofollow\">Twitterrific</a>","contributors":null,"coordinates":null,"in_reply_to_status_id":null,"favorited":false,"geo":null,"user":{"created_at":"Tue Nov 17 00:18:49 +0000 2009","description":"Two time UFC heavy weight champ. The official Frank Mir twitter account.","profile_text_color":"333333","screen_name":"thefrankmir","statuses_count":165,"following":false,"profile_background_image_url":"http://s.twimg.com/a/1268687377/images/themes/theme14/bg.gif","favourites_count":0,"profile_link_color":"009999","followers_count":15492,"url":null,"contributors_enabled":false,"profile_background_tile":true,"friends_count":111,"profile_background_color":"131516","location":"Las Vegas, NV ","geo_enabled":false,"profile_sidebar_fill_color":"efefef","protected":false,"name":"Frank Mir UFC","verified":false,"notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"eeeeee","id":90521461,"lang":"en","utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/530218434/93052048_normal.jpg"},"in_reply_to_user_id":null,"in_reply_to_screen_name":null,"id":10705520268,"text":"The first 100 people to RT this tweet will be entered to win a #UFC glove signed by me. #contest. Who wants to #win"},"truncated":false,"place":null,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","contributors":null,"coordinates":null,"in_reply_to_status_id":null,"favorited":false,"geo":null,"user":{"created_at":"Tue Feb 13 00:27:29 +0000 2007","description":"Part-man, part-machine, entrepreneur,ruby on rails hacker, musician, game designer ...","profile_text_color":"000000","screen_name":"tobyhede","statuses_count":2977,"following":true,"profile_background_image_url":"http://s.twimg.com/a/1267737153/images/themes/theme1/bg.png","favourites_count":3,"profile_link_color":"0000ff","followers_count":281,"url":"http://topsecretproject.finitestatemachine.com/","contributors_enabled":false,"profile_background_tile":false,"friends_count":173,"profile_background_color":"08783E","location":"Melbourne, Australia","geo_enabled":false,"profile_sidebar_fill_color":"e0ff92","protected":false,"name":"Toby Hede","verified":false,"notifications":false,"time_zone":"Melbourne","profile_sidebar_border_color":"87bc44","id":768743,"lang":"en","utc_offset":36000,"profile_image_url":"http://a1.twimg.com/profile_images/57871194/toby_normal.png"},"in_reply_to_user_id":null,"in_reply_to_screen_name":null,"id":10705619987,"text":"RT @thefrankmir: The first 100 people to RT this tweet will be entered to win a #UFC glove signed by me. #contest. Who wants to #win"},{"created_at":"Fri Mar 19 03:51:37 +0000 2010","contributors":null,"in_reply_to_status_id":null,"truncated":false,"place":null,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","coordinates":null,"geo":null,"user":{"created_at":"Tue Feb 13 00:27:29 +0000 2007","friends_count":173,"description":"Part-man, part-machine, entrepreneur,ruby on rails hacker, musician, game designer ...","statuses_count":2977,"profile_text_color":"000000","screen_name":"tobyhede","following":true,"profile_background_image_url":"http://s.twimg.com/a/1267737153/images/themes/theme1/bg.png","favourites_count":3,"contributors_enabled":false,"profile_link_color":"0000ff","url":"http://topsecretproject.finitestatemachine.com/","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"08783E","location":"Melbourne, Australia","verified":false,"profile_sidebar_fill_color":"e0ff92","protected":false,"name":"Toby Hede","notifications":false,"time_zone":"Melbourne","profile_sidebar_border_color":"87bc44","followers_count":281,"id":768743,"lang":"en","utc_offset":36000,"profile_image_url":"http://a1.twimg.com/profile_images/57871194/toby_normal.png"},"in_reply_to_screen_name":null,"in_reply_to_user_id":null,"id":10705609744,"favorited":false,"text":"Recruiter FAIL. They never replied to my email, but they definitely added me to their mailing list."},{"created_at":"Fri Mar 19 03:08:21 +0000 2010","in_reply_to_screen_name":null,"in_reply_to_status_id":null,"favorited":false,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","coordinates":null,"contributors":null,"truncated":false,"geo":null,"user":{"verified":false,"created_at":"Sun Apr 27 20:19:25 +0000 2008","description":"Creator of Ruby on Rails, Partner at 37signals","profile_text_color":"000000","screen_name":"dhh","following":null,"profile_background_image_url":"http://s.twimg.com/a/1268437273/images/themes/theme1/bg.png","profile_link_color":"0000ff","followers_count":18335,"url":"http://www.loudthinking.com","profile_background_tile":false,"friends_count":52,"profile_background_color":"9ae4e8","location":"Chicago, USA","statuses_count":1090,"favourites_count":1,"profile_sidebar_fill_color":"e0ff92","protected":false,"contributors_enabled":false,"name":"DHH","geo_enabled":false,"notifications":null,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"87bc44","id":14561327,"lang":"en","utc_offset":-21600,"profile_image_url":"http://a1.twimg.com/profile_images/67881828/headshot64_normal.jpg"},"in_reply_to_user_id":null,"id":10703926252,"text":"REWORK premieres as #2 on the WSJ hardcover business best-seller list: http://bit.ly/ahvXCG"},{"truncated":false,"created_at":"Fri Mar 19 02:52:33 +0000 2010","in_reply_to_user_id":null,"contributors":null,"in_reply_to_screen_name":null,"retweeted_status":{"truncated":false,"created_at":"Fri Mar 19 00:40:24 +0000 2010","in_reply_to_user_id":null,"contributors":null,"in_reply_to_screen_name":null,"place":null,"source":"<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>","coordinates":null,"geo":null,"user":{"created_at":"Wed Oct 22 11:45:45 +0000 2008","description":"We all love Ruby News for the Ruby Hackers","profile_text_color":"333333","screen_name":"ruby_news","following":false,"profile_background_image_url":"http://s.twimg.com/a/1268861138/images/themes/theme7/bg.gif","friends_count":11,"geo_enabled":false,"profile_link_color":"990000","url":null,"profile_background_tile":false,"profile_background_color":"EBEBEB","location":"","statuses_count":2538,"followers_count":1953,"favourites_count":0,"profile_sidebar_fill_color":"F3F3F3","protected":false,"contributors_enabled":false,"verified":false,"name":"Ruby News","notifications":false,"time_zone":"Greenland","profile_sidebar_border_color":"DFDFDF","id":16903992,"lang":"en","utc_offset":-10800,"profile_image_url":"http://a3.twimg.com/profile_images/62597161/skitched-20081022-141814_normal.png"},"in_reply_to_status_id":null,"id":10697699921,"favorited":false,"text":"Selenium Grid Needs a New Maintainer http://bit.ly/deVAPa"},"place":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","coordinates":null,"geo":null,"user":{"created_at":"Sun Jul 08 19:07:00 +0000 2007","description":"web dev/entrepreneur. Ruby, JavaScript, Rails, Ajax, web developer; former D-1 college golfer & IL State Champ","profile_text_color":"666666","screen_name":"holtonma","following":true,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3700190/twitter_background_r1_c1.png","friends_count":140,"geo_enabled":true,"profile_link_color":"2FC2EF","url":"http://holtsblog.blogspot.com","profile_background_tile":false,"profile_background_color":"1A1B1F","location":"Seattle, WA","statuses_count":3206,"followers_count":201,"favourites_count":81,"profile_sidebar_fill_color":"252429","protected":false,"contributors_enabled":false,"verified":false,"name":"Mark Holton","notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"181A1E","id":7331952,"lang":"en","utc_offset":-28800,"profile_image_url":"http://a1.twimg.com/profile_images/197829466/myface_normal.png"},"in_reply_to_status_id":null,"id":10703281626,"favorited":false,"text":"RT @ruby_news: Selenium Grid Needs a New Maintainer http://bit.ly/deVAPa"},{"created_at":"Fri Mar 19 02:10:54 +0000 2010","contributors":null,"in_reply_to_status_id":null,"place":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","favorited":false,"coordinates":null,"truncated":false,"geo":null,"user":{"created_at":"Mon Nov 16 00:47:38 +0000 2009","description":"Brought to you by @adamstac and @pengwynn, The Changelog is a blog and weekly podcast about what's fresh and new in open source.","profile_text_color":"171717","followers_count":544,"screen_name":"changelogshow","following":true,"profile_background_image_url":"http://s.twimg.com/a/1268937079/images/themes/theme14/bg.gif","friends_count":37,"profile_link_color":"225588","url":"http://thechangelog.com/","statuses_count":526,"profile_background_tile":false,"favourites_count":11,"profile_background_color":"ffffff","location":"Texas!","contributors_enabled":false,"geo_enabled":true,"profile_sidebar_fill_color":"efefef","protected":false,"name":"The Changelog","verified":false,"notifications":false,"time_zone":"Mountain Time (US & Canada)","profile_sidebar_border_color":"bfbfbf","id":90286855,"lang":"en","utc_offset":-25200,"profile_image_url":"http://a3.twimg.com/profile_images/544002721/Album-Art_normal.png"},"in_reply_to_screen_name":null,"in_reply_to_user_id":null,"id":10701536705,"text":"Fan of the show? Please take a minute and rate/review us on iTunes and help us get discovered! http://bit.ly/tcl-itunes"},{"in_reply_to_screen_name":null,"created_at":"Fri Mar 19 01:37:07 +0000 2010","in_reply_to_user_id":null,"in_reply_to_status_id":null,"place":null,"source":"<a href=\"http://timespeople.nytimes.com\" rel=\"nofollow\">TimesPeople</a>","coordinates":null,"favorited":false,"contributors":null,"geo":null,"user":{"created_at":"Fri Dec 01 08:23:41 +0000 2006","friends_count":298,"description":"social media angel & self-control freak. as boring as @stephenfry","contributors_enabled":false,"profile_text_color":"333333","screen_name":"mio","following":true,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/67883853/CharcoalDamask.png","favourites_count":31,"profile_link_color":"009999","url":"http://denisov.eu/","geo_enabled":true,"profile_background_tile":true,"profile_background_color":"131516","location":"Moscow, Russia","verified":false,"profile_sidebar_fill_color":"efefef","protected":false,"name":"\u041c\u0438\u043e \u0408\u043e\u0432\u043e\u0432\u0438\u045b","notifications":false,"time_zone":"Moscow","profile_sidebar_border_color":"eeeeee","followers_count":1660,"id":33653,"lang":"en","statuses_count":3497,"utc_offset":10800,"profile_image_url":"http://a1.twimg.com/profile_images/694623514/mio_normal.png"},"id":10700104066,"truncated":false,"text":"Formspring \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 http://nyti.ms/98H0oM \u0410 \u043a\u0440\u0438\u0437\u0438\u0441 \u0434\u0430\u0432\u043d\u043e \u043a\u043e\u043d\u0447\u0438\u043b\u0441\u044f?"},{"favorited":false,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"place":null,"coordinates":null,"source":"<a href=\"http://echofon.com/\" rel=\"nofollow\">Echofon</a>","contributors":null,"in_reply_to_screen_name":null,"geo":null,"user":{"following":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/12633131/Twit3.gif","favourites_count":9,"description":"jQuery/Merb/DM FTW","profile_link_color":"0000ff","url":"http://www.yehudakatz.com","geo_enabled":false,"profile_background_tile":false,"profile_background_color":"333333","location":"iPhone: 37.786461,-122.394867","verified":false,"profile_sidebar_fill_color":"a8caa0","notifications":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","followers_count":4902,"protected":false,"lang":"en","statuses_count":2720,"profile_image_url":"http://a1.twimg.com/profile_images/427781590/yehuda_normal.jpg","name":"wycats","created_at":"Thu Aug 30 04:07:52 +0000 2007","friends_count":144,"id":8526432,"contributors_enabled":false,"utc_offset":-28800,"profile_text_color":"000000","screen_name":"wycats"},"truncated":false,"id":10699562473,"created_at":"Fri Mar 19 01:24:43 +0000 2010","text":"Google translate translates lol"}]);
@@ -0,0 +1,175 @@
1
+ /**
2
+ @example_title Twitter widget
3
+ @example_order 1001
4
+ @example_html
5
+ <div id="container" style="margin: 20px; width: 250px; height: 300px;"></div>
6
+ <script src="/src/uki.cjs"></script>
7
+ <script src='twitter.js'></script>
8
+ <p> Example code <a href="http://github.com/voloko/uki/tree/master/app/functional/twitter/">at github</a></p>
9
+ */
10
+
11
+
12
+ var tweets = [], // loaded tweets
13
+ tweetMap = {}, // map of tweet_id -> tweet
14
+ loading = false; // are we loading now
15
+
16
+ // custom background for a tweet
17
+ function bubbleBg () {
18
+ var prefix = "i/bubble-";
19
+ return new uki.background.Sliced9({
20
+ c: [prefix + "c.png", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABj0lEQVQ4jZ2U666CQAyEF1g14A+jvv+jGZ9AiTEG78pXnU1FkwNnkrrr0hm6pW32aBFavBfD/X4P/kxrlmUfa57niaOz2CUiplV7L4ghhHHOyhl71iiCF7ndbmZeVIISK4rCzIumCHXN6/VqdrlcwmQyCdPp9ONa8muaJhyPxzAajUKM0Qxxe2kbyUNi5/M5nE6nsFgsvoS6gLPdbu3F4/HYRC16XRVBxObz+Z9i+iD4woGr1CRBouMKCr0P8IUD90uQvJAz/5H6GBy4PyMcEp2P0kcYVRLkwRf3EMAFJuirf7PZ/EvQa+TaYGq5IYAjPsj1hzra7XbpYV+DAze1JT8klgLd7/cpH32ALxy4aLxb89WHVVWF2WwW1ut1L1F88IUDV30eFSHtQ8vhuFqtrAv4z3W6QrRcXddhuVyaD1xFmLVJtZHIdMGZIoWAHQ4HGxR+2tAZFDNCWFmWaTiY4OOFVJgIU6gI06caYfYF36OLnCHkI1PqkiDwc9HvPRLRi7g6jNoI3sFP61/Puyt4Am0NjZ06AwKpAAAAAElFTkSuQmCC"],
21
+ v: [prefix + "v.png", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABDCAYAAACcAiVCAAAAeklEQVRYw+2WsQrAIAxEa///C/MZmTKI19WCS4NCxXdwkxhyvhu8I0LuLjNTrTVlM5O7KyJ0X50kpdzrNXCG1gzMRh1FXxv5ICj7RAYKUBIbttZS3rg2FJvIQAEKGwIFKEABChseXptSSsp82o9+w2mRRwdf1N//f+QHOSTzcjXgSDUAAAAASUVORK5CYII=", false, true],
22
+ h: [prefix + "h.png", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAUCAYAAADfqiBGAAAAd0lEQVQYGe3BQQ2AQBADwDYpBnihAP9KcIIA7lOyue+ug85orWVES2stFNuIjSSKvu9DsY3YSKLoPE9ET7YRPSFGQoxkG9ETYiTbiJ7e90X0hBiJJKInxEiIkRAjPc+D6Om+b0RP13Wh2EZsJFF0HAeKbcRGEuUHmnolQf2UKf0AAAAASUVORK5CYII="],
23
+ m: [prefix + "m.png", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAABDCAYAAADOIRgJAAAAiklEQVR42u3VwQkAIAwEQQP2X3FIbEDBrzgpYZnTmZk93PZmtzbHOBKIY1bkkEOOOGZFDjmOHHHMihxyyHkrTlWpQI444ojjKydHHLMix5FDjjhmRQ455JBDjjjOrMghhxxxzIoccshx4pgVOeSQQw454pjVt3EiQgWzEkccbw454pgVOeI4s7q4BXGJRsdjrAwPAAAAAElFTkSuQmCC", false, true]
24
+ }, "10 10 10 10", {inset: '0 0 7 0'});
25
+ }
26
+
27
+ // widget layout
28
+ var widget = uki({
29
+ view: 'Box', rect: '200 300', minSize: '200 300', visible: true, // widget parent view with white background
30
+ anchors: 'left top right bottom', background: '#FFF', // grow with the the container dom
31
+ childViews: [
32
+ { view: 'Box', rect: '200 51', // top panel, with default uki panel bg
33
+ anchors: 'left top right', background: 'theme(panel)', // width grows, height fixed to 51
34
+ style: { zIndex: 200 }, childViews: [
35
+ { view: 'MultilineTextField', rect: '5 5 130 42', // Tweet input field
36
+ anchors: 'left top right',
37
+ placeholder: "What's happening?", fontSize: '12px' },
38
+ { view: 'Button', rect: '140 5 55 24', anchors: 'right top', // Update button
39
+ text: 'Update' }
40
+ ] },
41
+ { view: 'ScrollPane', rect: '0 50 200 250', // Scrollable tweet container
42
+ anchors: 'left top right bottom', childViews: [
43
+ { view: 'VFlow', rect: '5 5 190 250', // Flow of tweet views
44
+ anchors: 'left top right bottom', childViews: [
45
+ { view: 'Image', rect: '100 0 32 32', anchors: 'left top', src: 'i/loading.gif' }
46
+ ] }
47
+ ] }
48
+ ]
49
+ });
50
+
51
+ // Tweet contents template
52
+ var tweetTemplate = new uki.theme.Template(
53
+ '<a href="http://twitter.com/${screen_name}">${screen_name}</a> ${text}'
54
+ );
55
+
56
+ // layout for a particular tweet
57
+ function layoutTweet (tweet, flow) {
58
+ var data = {
59
+ screen_name: tweet.user.screen_name,
60
+ text: uki.escapeHTML(tweet.text)
61
+ .replace(/([\w]+:\/\/[a-z0-9$_.+()*,;\/?:@&~=-]+[a-z0-9\/])/ig, '<a href="$1">$1</a>')
62
+ .replace(/(\@(\w+))/g, '<a href="http://twitter.com/$2">$1</a>')
63
+ };
64
+
65
+ var row = uki({
66
+ view: 'Box', background: bubbleBg(), // box container with a custom bg
67
+ rect: '200 80', anchors: 'left top right', // grow with container
68
+ childViews: [
69
+ { view: 'Image', rect: '10 10 50 50', anchors: 'left top', // author profile image
70
+ src: tweet.user.profile_image_url },
71
+ { view: 'Label', rect: '65 10 120 40', anchors: 'left top right', // tweet text
72
+ multiline: true, html: tweetTemplate.render(data),
73
+ fontSize: '11px', lineHeight: '13px', textSelectable: true }
74
+ ]
75
+ });
76
+
77
+ // resize tweet and children to container width
78
+ row.rect( new uki.geometry.Rect(flow.rect().width, row.rect().height) );
79
+
80
+ // resize height to tweet contents
81
+ row.find('Label').resizeToContents('height'); // label first ...
82
+ row.resizeToContents('height'); // ... then row to match label
83
+ row.rect().height += 20; // ... add 20px space below
84
+ return row[0];
85
+ }
86
+
87
+ // update tweet list when new tweets loaded
88
+ function updateTweets (data) {
89
+ var flow = widget.find('VFlow'), // get the container
90
+ i = 0,
91
+ firstRow = flow.childViews()[0], // store current first rendered view
92
+ firstTweet = tweets[0] || {id:-1}, // and current first tweet data
93
+ ending = uki('> :last', flow);
94
+
95
+ flow.removeChild(ending[0]);
96
+ while (data[i] && !tweetMap[data[i].id]) { // while new tweets
97
+ tweetMap[data[i].id] = data[i];
98
+ flow.insertBefore(layoutTweet(data[i], flow), firstRow); // insert new tweet view
99
+ tweets.unshift(data[i++]); // ... add tweet to loaded tweets
100
+ }
101
+ flow.appendChild(ending[0]);
102
+ flow.resizeToContents('height'); // resize list to contents
103
+ flow.parent().layout(); // update dom
104
+ }
105
+
106
+ // append tweets to the end of the list
107
+ function appendTweets (data) {
108
+ var flow = widget.find('VFlow'), // get the container
109
+ ending = uki('> :last', flow);
110
+
111
+ loading = false;
112
+ flow.removeChild(ending[0]);
113
+ uki.each(data, function(i, tweet) {
114
+ if (!tweetMap[data[i].id]) {
115
+ tweetMap[data[i].id] = data[i];
116
+ flow.appendChild(layoutTweet(tweet, flow));
117
+ tweets.push(tweet);
118
+ }
119
+ });
120
+ flow.appendChild(ending[0]);
121
+ // if (data.length < 20) ending.visible(false)
122
+ flow.resizeToContents('height'); // resize list to contents
123
+ flow.parent().layout(); // update dom
124
+ }
125
+
126
+ // post to twitter on update button click
127
+ widget.find('Button[text=Update]').click(function() {
128
+ // create artificial form and iframe target
129
+ var form = uki.createElement('form', 'position:absolute;left:-999em', '<input type="text" name="status" value="' + uki.escapeHTML(widget.find('MultilineTextField').value()) + '">'),
130
+ iframe = uki.createElement('iframe', 'position:absolute;left:-999em');
131
+ iframe.name = 'target_' + +new Date();
132
+ form.target = iframe.name;
133
+ form.method = 'POST';
134
+ form.action = 'http://twitter.com/statuses/update.xml';
135
+
136
+ // append them to body
137
+ document.body.appendChild(form);
138
+ document.body.appendChild(iframe);
139
+
140
+ // submit form
141
+ form.submit();
142
+ });
143
+
144
+ // simplest JSONP request implementation
145
+ function jsonp (url, callback) {
146
+ var name = 'jsonp' + +new Date,
147
+ script = document.createElement('script'),
148
+ head = document.getElementsByTagName('head')[0];
149
+ name = 'jsonp1268984584605';
150
+ window[name] = callback;
151
+ script.src = url.replace(/=\?/, '=' + name);
152
+ head.insertBefore(script, head.firstChild);
153
+ }
154
+
155
+ // when we scroll tweet list, load more tweets if less than 50px available
156
+ widget.find('ScrollPane').scroll(function() {
157
+ if (this.contentsSize().height - this.scrollTop() - this.rect().height < 50) {
158
+ if (!loading && tweets.length) {
159
+ jsonp('http://api.twitter.com/1/statuses/home_timeline.json?callback=?&max_id=' + tweets[tweets.length - 1].id, appendTweets);
160
+ loading = true;
161
+ }
162
+ }
163
+ });
164
+
165
+ // update tweet list every 5 minutes
166
+ setTimeout(function() {
167
+ if (loading) return;
168
+ jsonp('http://api.twitter.com/1/statuses/home_timeline.json?callback=?', updateTweets);
169
+ }, 5 * 60 * 1000);
170
+
171
+ // load first portion of tweets
172
+ jsonp('http://api.twitter.com/1/statuses/home_timeline.json?callback=?', appendTweets);
173
+
174
+ // attach created widget to dom tree
175
+ widget.attachTo( document.getElementById('container'), '200 300' );